A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

AbsentByteBufferResponse(I) - 类 的构造器org.springframework.data.redis.connection.ReactiveRedisConnection.AbsentByteBufferResponse
 
absolute(int) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
absolute(int) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Move the cursor to the given row number in the row set, just after the last row.
AbstractAnnotationConfigDispatcherServletInitializer - org.springframework.web.servlet.support中的类
WebApplicationInitializer to register a DispatcherServlet and use Java-based Spring configuration.
AbstractAnnotationConfigDispatcherServletInitializer() - 类 的构造器org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
 
AbstractAsyncConfiguration - org.springframework.scheduling.annotation中的类
Abstract base Configuration class providing common structure for enabling Spring's asynchronous method execution capability.
AbstractAsyncConfiguration() - 类 的构造器org.springframework.scheduling.annotation.AbstractAsyncConfiguration
 
AbstractAtomFeedView - org.springframework.web.servlet.view.feed中的类
Abstract superclass for Atom Feed views, using the ROME package.
AbstractAtomFeedView() - 类 的构造器org.springframework.web.servlet.view.feed.AbstractAtomFeedView
 
AbstractBindingResult - org.springframework.validation中的类
Abstract implementation of the BindingResult interface and its super-interface Errors.
AbstractBindingResult(String) - 类 的构造器org.springframework.validation.AbstractBindingResult
Create a new AbstractBindingResult instance.
AbstractCachingViewResolver - org.springframework.web.servlet.view中的类
Convenient base class for ViewResolver implementations.
AbstractCachingViewResolver() - 类 的构造器org.springframework.web.servlet.view.AbstractCachingViewResolver
 
AbstractCheckedElementTag - org.springframework.web.servlet.tags.form中的类
Abstract base class to provide common methods for implementing databinding-aware JSP tags for rendering an HTML 'input' element with a 'type' of 'checkbox' or 'radio'.
AbstractCheckedElementTag() - 类 的构造器org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
 
AbstractClientHttpRequest - org.springframework.http.client中的类
Abstract base for ClientHttpRequest that makes sure that headers and body are not written multiple times.
AbstractClientHttpRequest() - 类 的构造器org.springframework.http.client.AbstractClientHttpRequest
 
AbstractClientHttpRequest - org.springframework.http.client.reactive中的类
Base class for ClientHttpRequest implementations.
AbstractClientHttpRequest() - 类 的构造器org.springframework.http.client.reactive.AbstractClientHttpRequest
 
AbstractClientHttpRequest(HttpHeaders) - 类 的构造器org.springframework.http.client.reactive.AbstractClientHttpRequest
 
AbstractClientHttpRequestFactoryWrapper - org.springframework.http.client中的类
Abstract base class for ClientHttpRequestFactory implementations that decorate another request factory.
AbstractClientHttpRequestFactoryWrapper(ClientHttpRequestFactory) - 类 的构造器org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper
Create a AbstractClientHttpRequestFactoryWrapper wrapping the given request factory.
AbstractClientHttpResponse - org.springframework.http.client中的类
Abstract base for ClientHttpResponse.
AbstractClientHttpResponse() - 类 的构造器org.springframework.http.client.AbstractClientHttpResponse
 
AbstractColumnMaxValueIncrementer - org.springframework.jdbc.support.incrementer中的类
Abstract base class for DataFieldMaxValueIncrementer implementations that use a column in a custom sequence table.
AbstractColumnMaxValueIncrementer() - 类 的构造器org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
Default constructor for bean property style usage.
AbstractColumnMaxValueIncrementer(DataSource, String, String) - 类 的构造器org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
Convenience constructor.
AbstractConfigurableMBeanInfoAssembler - org.springframework.jmx.export.assembler中的类
Base class for MBeanInfoAssemblers that support configurable JMX notification behavior.
AbstractConfigurableMBeanInfoAssembler() - 类 的构造器org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
 
AbstractConstruct - org.yaml.snakeyaml.constructor中的类
Because recursive structures are not very common we provide a way to save some typing when extending a constructor
AbstractConstruct() - 类 的构造器org.yaml.snakeyaml.constructor.AbstractConstruct
 
AbstractContextLoader - org.springframework.test.context.support中的类
Abstract application context loader that provides a basis for all concrete implementations of the ContextLoader SPI.
AbstractContextLoader() - 类 的构造器org.springframework.test.context.support.AbstractContextLoader
 
AbstractContextLoaderInitializer - org.springframework.web.context中的类
Convenient base class for WebApplicationInitializer implementations that register a ContextLoaderListener in the servlet context.
AbstractContextLoaderInitializer() - 类 的构造器org.springframework.web.context.AbstractContextLoaderInitializer
 
AbstractController - org.springframework.web.servlet.mvc中的类
Convenient superclass for controller implementations, using the Template Method design pattern.
AbstractController() - 类 的构造器org.springframework.web.servlet.mvc.AbstractController
Create a new AbstractController which supports HTTP methods GET, HEAD and POST by default.
AbstractController(boolean) - 类 的构造器org.springframework.web.servlet.mvc.AbstractController
Create a new AbstractController.
AbstractCookieValueMethodArgumentResolver - org.springframework.web.method.annotation中的类
A base abstract class to resolve method arguments annotated with @CookieValue.
AbstractCookieValueMethodArgumentResolver(ConfigurableBeanFactory) - 类 的构造器org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
 
AbstractDataBoundFormElementTag - org.springframework.web.servlet.tags.form中的类
Base tag for all data-binding aware JSP form tags.
AbstractDataBoundFormElementTag() - 类 的构造器org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
 
AbstractDataFieldMaxValueIncrementer - org.springframework.jdbc.support.incrementer中的类
Base implementation of DataFieldMaxValueIncrementer that delegates to a single AbstractDataFieldMaxValueIncrementer.getNextKey() template method that returns a long.
AbstractDataFieldMaxValueIncrementer() - 类 的构造器org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Default constructor for bean property style usage.
AbstractDataFieldMaxValueIncrementer(DataSource, String) - 类 的构造器org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Convenience constructor.
AbstractDataSource - org.springframework.jdbc.datasource中的类
Abstract base class for Spring's DataSource implementations, taking care of the padding.
AbstractDataSource() - 类 的构造器org.springframework.jdbc.datasource.AbstractDataSource
 
AbstractDelegatingSmartContextLoader - org.springframework.test.context.support中的类
AbstractDelegatingSmartContextLoader serves as an abstract base class for implementations of the SmartContextLoader SPI that delegate to a set of candidate SmartContextLoaders (i.e., one that supports XML configuration files or Groovy scripts and one that supports annotated classes) to determine which context loader is appropriate for a given test class's configuration.
AbstractDelegatingSmartContextLoader() - 类 的构造器org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
 
AbstractDetectingUrlHandlerMapping - org.springframework.web.servlet.handler中的类
Abstract implementation of the HandlerMapping interface, detecting URL mappings for handler beans through introspection of all defined beans in the application context.
AbstractDetectingUrlHandlerMapping() - 类 的构造器org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping
 
AbstractDifferenceEngine - org.xmlunit.diff中的类
Useful base-implementation of some parts of the DifferenceEngine interface.
AbstractDifferenceEngine() - 类 的构造器org.xmlunit.diff.AbstractDifferenceEngine
 
AbstractDifferenceEngine.ComparisonState - org.xmlunit.diff中的类
Encapsulates the current result and a flag that indicates whether comparison should be stopped.
AbstractDifferenceEngine.DeferredComparison - org.xmlunit.diff中的接口
Encapsulates a comparison that may or may not be performed.
AbstractDifferenceEngine.FinishedComparisonState - org.xmlunit.diff中的类
 
AbstractDifferenceEngine.OngoingComparisonState - org.xmlunit.diff中的类
 
AbstractDirtiesContextTestExecutionListener - org.springframework.test.context.support中的类
Abstract base class for TestExecutionListener implementations that provide support for marking the ApplicationContext associated with a test as dirty for both test classes and test methods annotated with the @DirtiesContext annotation.
AbstractDirtiesContextTestExecutionListener() - 类 的构造器org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener
 
AbstractDispatcherServletInitializer - org.springframework.web.servlet.support中的类
Base class for WebApplicationInitializer implementations that register a DispatcherServlet in the servlet context.
AbstractDispatcherServletInitializer() - 类 的构造器org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
 
AbstractDriverBasedDataSource - org.springframework.jdbc.datasource中的类
Abstract base class for JDBC DataSource implementations that operate on a JDBC Driver.
AbstractDriverBasedDataSource() - 类 的构造器org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
 
AbstractEntityInformation<T,ID> - org.springframework.data.repository.core.support中的类
Base class for implementations of EntityInformation.
AbstractEntityInformation() - 类 的构造器org.springframework.data.repository.core.support.AbstractEntityInformation
 
AbstractErrors - org.springframework.validation中的类
Abstract implementation of the Errors interface.
AbstractErrors() - 类 的构造器org.springframework.validation.AbstractErrors
 
AbstractFallbackSQLExceptionTranslator - org.springframework.jdbc.support中的类
Base class for SQLExceptionTranslator implementations that allow for fallback to some other SQLExceptionTranslator.
AbstractFallbackSQLExceptionTranslator() - 类 的构造器org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
 
AbstractFallbackTransactionAttributeSource - org.springframework.transaction.interceptor中的类
Abstract implementation of TransactionAttributeSource that caches attributes for methods and implements a fallback policy: 1. specific target method; 2. target class; 3. declaring method; 4. declaring class/interface.
AbstractFallbackTransactionAttributeSource() - 类 的构造器org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
 
AbstractFeedView<T extends WireFeed> - org.springframework.web.servlet.view.feed中的类
Abstract base class for Atom and RSS Feed views, using the ROME package.
AbstractFeedView() - 类 的构造器org.springframework.web.servlet.view.feed.AbstractFeedView
 
AbstractFlashMapManager - org.springframework.web.servlet.support中的类
A base class for FlashMapManager implementations.
AbstractFlashMapManager() - 类 的构造器org.springframework.web.servlet.support.AbstractFlashMapManager
 
AbstractFormTag - org.springframework.web.servlet.tags.form中的类
Base class for all JSP form tags.
AbstractFormTag() - 类 的构造器org.springframework.web.servlet.tags.form.AbstractFormTag
 
AbstractGenericContextLoader - org.springframework.test.context.support中的类
Abstract, generic extension of AbstractContextLoader that loads a GenericApplicationContext.
AbstractGenericContextLoader() - 类 的构造器org.springframework.test.context.support.AbstractGenericContextLoader
 
AbstractGenericHttpMessageConverter<T> - org.springframework.http.converter中的类
Abstract base class for most GenericHttpMessageConverter implementations.
AbstractGenericHttpMessageConverter() - 类 的构造器org.springframework.http.converter.AbstractGenericHttpMessageConverter
Construct an AbstractGenericHttpMessageConverter with no supported media types.
AbstractGenericHttpMessageConverter(MediaType) - 类 的构造器org.springframework.http.converter.AbstractGenericHttpMessageConverter
Construct an AbstractGenericHttpMessageConverter with one supported media type.
AbstractGenericHttpMessageConverter(MediaType...) - 类 的构造器org.springframework.http.converter.AbstractGenericHttpMessageConverter
Construct an AbstractGenericHttpMessageConverter with multiple supported media type.
AbstractGenericWebContextLoader - org.springframework.test.context.web中的类
Abstract, generic extension of AbstractContextLoader that loads a GenericWebApplicationContext.
AbstractGenericWebContextLoader() - 类 的构造器org.springframework.test.context.web.AbstractGenericWebContextLoader
 
AbstractHandlerExceptionResolver - org.springframework.web.servlet.handler中的类
Abstract base class for HandlerExceptionResolver implementations.
AbstractHandlerExceptionResolver() - 类 的构造器org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
 
AbstractHandlerMapping - org.springframework.web.servlet.handler中的类
Abstract base class for HandlerMapping implementations.
AbstractHandlerMapping() - 类 的构造器org.springframework.web.servlet.handler.AbstractHandlerMapping
 
AbstractHandlerMethodAdapter - org.springframework.web.servlet.mvc.method中的类
Abstract base class for HandlerAdapter implementations that support handlers of type HandlerMethod.
AbstractHandlerMethodAdapter() - 类 的构造器org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
 
AbstractHandlerMethodExceptionResolver - org.springframework.web.servlet.handler中的类
Abstract base class for HandlerExceptionResolver implementations that support handling exceptions from handlers of type HandlerMethod.
AbstractHandlerMethodExceptionResolver() - 类 的构造器org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver
 
AbstractHandlerMethodMapping<T> - org.springframework.web.servlet.handler中的类
Abstract base class for HandlerMapping implementations that define a mapping between a request and a HandlerMethod.
AbstractHandlerMethodMapping() - 类 的构造器org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
 
AbstractHtmlElementBodyTag - org.springframework.web.servlet.tags.form中的类
Convenient super class for many html tags that render content using the databinding features of the AbstractHtmlElementTag.
AbstractHtmlElementBodyTag() - 类 的构造器org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
 
AbstractHtmlElementTag - org.springframework.web.servlet.tags.form中的类
Base class for databinding-aware JSP tags that render HTML element.
AbstractHtmlElementTag() - 类 的构造器org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
AbstractHtmlInputElementTag - org.springframework.web.servlet.tags.form中的类
Base class for databinding-aware JSP tags that render HTML form input element.
AbstractHtmlInputElementTag() - 类 的构造器org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
 
AbstractHttpInvokerRequestExecutor - org.springframework.remoting.httpinvoker中的类
Abstract base implementation of the HttpInvokerRequestExecutor interface.
AbstractHttpInvokerRequestExecutor() - 类 的构造器org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
AbstractHttpMessageConverter<T> - org.springframework.http.converter中的类
Abstract base class for most HttpMessageConverter implementations.
AbstractHttpMessageConverter() - 类 的构造器org.springframework.http.converter.AbstractHttpMessageConverter
Construct an AbstractHttpMessageConverter with no supported media types.
AbstractHttpMessageConverter(MediaType) - 类 的构造器org.springframework.http.converter.AbstractHttpMessageConverter
Construct an AbstractHttpMessageConverter with one supported media type.
AbstractHttpMessageConverter(MediaType...) - 类 的构造器org.springframework.http.converter.AbstractHttpMessageConverter
Construct an AbstractHttpMessageConverter with multiple supported media types.
AbstractHttpMessageConverter(Charset, MediaType...) - 类 的构造器org.springframework.http.converter.AbstractHttpMessageConverter
Construct an AbstractHttpMessageConverter with a default charset and multiple supported media types.
AbstractIdentityColumnMaxValueIncrementer - org.springframework.jdbc.support.incrementer中的类
Abstract base class for DataFieldMaxValueIncrementer implementations which are based on identity columns in a sequence-like table.
AbstractIdentityColumnMaxValueIncrementer() - 类 的构造器org.springframework.jdbc.support.incrementer.AbstractIdentityColumnMaxValueIncrementer
Default constructor for bean property style usage.
AbstractIdentityColumnMaxValueIncrementer(DataSource, String, String) - 类 的构造器org.springframework.jdbc.support.incrementer.AbstractIdentityColumnMaxValueIncrementer
 
AbstractInterruptibleBatchPreparedStatementSetter - org.springframework.jdbc.core.support中的类
Abstract implementation of the InterruptibleBatchPreparedStatementSetter interface, combining the check for available values and setting of those into a single callback method AbstractInterruptibleBatchPreparedStatementSetter.setValuesIfAvailable(java.sql.PreparedStatement, int).
AbstractInterruptibleBatchPreparedStatementSetter() - 类 的构造器org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
 
AbstractJackson2Decoder - org.springframework.http.codec.json中的类
Abstract base class for Jackson 2.9 decoding, leveraging non-blocking parsing.
AbstractJackson2Decoder(ObjectMapper, MimeType...) - 类 的构造器org.springframework.http.codec.json.AbstractJackson2Decoder
Constructor with a Jackson ObjectMapper to use.
AbstractJackson2Encoder - org.springframework.http.codec.json中的类
Base class providing support methods for Jackson 2.9 encoding.
AbstractJackson2Encoder(ObjectMapper, MimeType...) - 类 的构造器org.springframework.http.codec.json.AbstractJackson2Encoder
Constructor with a Jackson ObjectMapper to use.
AbstractJackson2HttpMessageConverter - org.springframework.http.converter.json中的类
Abstract base class for Jackson based and content type independent HttpMessageConverter implementations.
AbstractJackson2HttpMessageConverter(ObjectMapper) - 类 的构造器org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
AbstractJackson2HttpMessageConverter(ObjectMapper, MediaType) - 类 的构造器org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
AbstractJackson2HttpMessageConverter(ObjectMapper, MediaType...) - 类 的构造器org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
AbstractJackson2View - org.springframework.web.servlet.view.json中的类
Abstract base class for Jackson based and content type independent AbstractView implementations.
AbstractJackson2View(ObjectMapper, String) - 类 的构造器org.springframework.web.servlet.view.json.AbstractJackson2View
 
AbstractJaxb2HttpMessageConverter<T> - org.springframework.http.converter.xml中的类
Abstract base class for HttpMessageConverters that use JAXB2.
AbstractJaxb2HttpMessageConverter() - 类 的构造器org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
 
AbstractJaxWsServiceExporter - org.springframework.remoting.jaxws中的类
Abstract exporter for JAX-WS services, autodetecting annotated service beans (through the JAX-WS WebService annotation).
AbstractJaxWsServiceExporter() - 类 的构造器org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
 
AbstractJdbcCall - org.springframework.jdbc.core.simple中的类
Abstract class to provide base functionality for easy stored procedure calls based on configuration options and database meta-data.
AbstractJdbcCall(DataSource) - 类 的构造器org.springframework.jdbc.core.simple.AbstractJdbcCall
Constructor to be used when initializing using a DataSource.
AbstractJdbcCall(JdbcTemplate) - 类 的构造器org.springframework.jdbc.core.simple.AbstractJdbcCall
Constructor to be used when initializing using a JdbcTemplate.
AbstractJdbcInsert - org.springframework.jdbc.core.simple中的类
Abstract class to provide base functionality for easy inserts based on configuration options and database meta-data.
AbstractJdbcInsert(DataSource) - 类 的构造器org.springframework.jdbc.core.simple.AbstractJdbcInsert
Constructor to be used when initializing using a DataSource.
AbstractJdbcInsert(JdbcTemplate) - 类 的构造器org.springframework.jdbc.core.simple.AbstractJdbcInsert
Constructor to be used when initializing using a JdbcTemplate.
AbstractJmxAttribute - org.springframework.jmx.export.metadata中的类
Base class for all JMX metadata classes.
AbstractJmxAttribute() - 类 的构造器org.springframework.jmx.export.metadata.AbstractJmxAttribute
 
AbstractJsonHttpMessageConverter - org.springframework.http.converter.json中的类
Common base class for plain JSON converters, e.g.
AbstractJsonHttpMessageConverter() - 类 的构造器org.springframework.http.converter.json.AbstractJsonHttpMessageConverter
 
AbstractJsonpResponseBodyAdvice - org.springframework.web.servlet.mvc.method.annotation中的类
已过时。
Will be removed as of Spring Framework 5.1, use CORS instead.
AbstractJsonpResponseBodyAdvice(String...) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.AbstractJsonpResponseBodyAdvice
已过时。
 
AbstractJUnit4SpringContextTests - org.springframework.test.context.junit4中的类
Abstract base test class which integrates the Spring TestContext Framework with explicit ApplicationContext testing support in a JUnit environment.
AbstractJUnit4SpringContextTests() - 类 的构造器org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
 
AbstractLinkParser() - 类 的构造器org.springframework.web.servlet.resource.CssLinkResourceTransformer.AbstractLinkParser
 
AbstractListenerReadPublisher<T> - org.springframework.http.server.reactive中的类
Abstract base class for Publisher implementations that bridge between event-listener read APIs and Reactive Streams.
AbstractListenerReadPublisher() - 类 的构造器org.springframework.http.server.reactive.AbstractListenerReadPublisher
 
AbstractListenerServerHttpResponse - org.springframework.http.server.reactive中的类
Abstract base class for listener-based server responses, e.g.
AbstractListenerServerHttpResponse(DataBufferFactory) - 类 的构造器org.springframework.http.server.reactive.AbstractListenerServerHttpResponse
 
AbstractListenerWriteFlushProcessor<T> - org.springframework.http.server.reactive中的类
An alternative to AbstractListenerWriteProcessor but instead writing a Publisher<Publisher<T>> with flush boundaries enforces after the completion of each nested Publisher.
AbstractListenerWriteFlushProcessor() - 类 的构造器org.springframework.http.server.reactive.AbstractListenerWriteFlushProcessor
 
AbstractListenerWriteProcessor<T> - org.springframework.http.server.reactive中的类
Abstract base class for Processor implementations that bridge between event-listener write APIs and Reactive Streams.
AbstractListenerWriteProcessor() - 类 的构造器org.springframework.http.server.reactive.AbstractListenerWriteProcessor
 
AbstractLobCreatingPreparedStatementCallback - org.springframework.jdbc.core.support中的类
Abstract PreparedStatementCallback implementation that manages a LobCreator.
AbstractLobCreatingPreparedStatementCallback(LobHandler) - 类 的构造器org.springframework.jdbc.core.support.AbstractLobCreatingPreparedStatementCallback
Create a new AbstractLobCreatingPreparedStatementCallback for the given LobHandler.
AbstractLobHandler - org.springframework.jdbc.support.lob中的类
Abstract base class for LobHandler implementations.
AbstractLobHandler() - 类 的构造器org.springframework.jdbc.support.lob.AbstractLobHandler
 
AbstractLobStreamingResultSetExtractor<T> - org.springframework.jdbc.core.support中的类
Abstract ResultSetExtractor implementation that assumes streaming of LOB data.
AbstractLobStreamingResultSetExtractor() - 类 的构造器org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
 
AbstractLocaleContextResolver - org.springframework.web.servlet.i18n中的类
Abstract base class for LocaleContextResolver implementations.
AbstractLocaleContextResolver() - 类 的构造器org.springframework.web.servlet.i18n.AbstractLocaleContextResolver
 
AbstractLocaleResolver - org.springframework.web.servlet.i18n中的类
Abstract base class for LocaleResolver implementations.
AbstractLocaleResolver() - 类 的构造器org.springframework.web.servlet.i18n.AbstractLocaleResolver
 
AbstractMappingContentNegotiationStrategy - org.springframework.web.accept中的类
Base class for ContentNegotiationStrategy implementations with the steps to resolve a request to media types.
AbstractMappingContentNegotiationStrategy(Map<String, MediaType>) - 类 的构造器org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
Create an instance with the given map of file extensions and media types.
AbstractMappingJacksonResponseBodyAdvice - org.springframework.web.servlet.mvc.method.annotation中的类
A convenient base class for ResponseBodyAdvice implementations that customize the response before JSON serialization with AbstractJackson2HttpMessageConverter's concrete subclasses.
AbstractMappingJacksonResponseBodyAdvice() - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.AbstractMappingJacksonResponseBodyAdvice
 
AbstractMarshaller - org.springframework.oxm.support中的类
Abstract implementation of the Marshaller and Unmarshaller interface.
AbstractMarshaller() - 类 的构造器org.springframework.oxm.support.AbstractMarshaller
 
AbstractMBeanInfoAssembler - org.springframework.jmx.export.assembler中的类
Abstract implementation of the MBeanInfoAssembler interface that encapsulates the creation of a ModelMBeanInfo instance but delegates the creation of metadata to subclasses.
AbstractMBeanInfoAssembler() - 类 的构造器org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
 
AbstractMessageConverterMethodArgumentResolver - org.springframework.web.servlet.mvc.method.annotation中的类
A base class for resolving method argument values by reading from the body of a request with HttpMessageConverters.
AbstractMessageConverterMethodArgumentResolver(List<HttpMessageConverter<?>>) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
Basic constructor with converters only.
AbstractMessageConverterMethodArgumentResolver(List<HttpMessageConverter<?>>, List<Object>) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
Constructor with converters and Request~ and ResponseBodyAdvice.
AbstractMessageConverterMethodProcessor - org.springframework.web.servlet.mvc.method.annotation中的类
Extends AbstractMessageConverterMethodArgumentResolver with the ability to handle method return values by writing to the response with HttpMessageConverters.
AbstractMessageConverterMethodProcessor(List<HttpMessageConverter<?>>) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
Constructor with list of converters only.
AbstractMessageConverterMethodProcessor(List<HttpMessageConverter<?>>, ContentNegotiationManager) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
Constructor with list of converters and ContentNegotiationManager.
AbstractMessageConverterMethodProcessor(List<HttpMessageConverter<?>>, ContentNegotiationManager, List<Object>) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
Constructor with list of converters and ContentNegotiationManager as well as request/response body advice instances.
AbstractMessageEndpoint() - 类 的构造器org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
 
AbstractMessageEndpointFactory - org.springframework.jca.endpoint中的类
Abstract base implementation of the JCA 1.7 javax.resource.spi.endpoint.MessageEndpointFactory interface, providing transaction management capabilities as well as ClassLoader exposure for endpoint invocations.
AbstractMessageEndpointFactory() - 类 的构造器org.springframework.jca.endpoint.AbstractMessageEndpointFactory
 
AbstractMessageEndpointFactory.AbstractMessageEndpoint - org.springframework.jca.endpoint中的类
Inner class for actual endpoint implementations, based on template method to allow for any kind of concrete endpoint implementation.
AbstractMockMvcBuilder<B extends AbstractMockMvcBuilder<B>> - org.springframework.test.web.servlet.setup中的类
Abstract implementation of MockMvcBuilder with common methods for configuring filters, default request properties, global expectations and global result actions.
AbstractMockMvcBuilder() - 类 的构造器org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
AbstractMultiCheckedElementTag - org.springframework.web.servlet.tags.form中的类
Abstract base class to provide common methods for implementing databinding-aware JSP tags for rendering multiple HTML 'input' elements with a 'type' of 'checkbox' or 'radio'.
AbstractMultiCheckedElementTag() - 类 的构造器org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
 
AbstractMultipartHttpServletRequest - org.springframework.web.multipart.support中的类
Abstract base implementation of the MultipartHttpServletRequest interface.
AbstractMultipartHttpServletRequest(HttpServletRequest) - 类 的构造器org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
Wrap the given HttpServletRequest in a MultipartHttpServletRequest.
AbstractNamedValueMethodArgumentResolver - org.springframework.web.method.annotation中的类
Abstract base class for resolving method arguments from a named value.
AbstractNamedValueMethodArgumentResolver() - 类 的构造器org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
 
AbstractNamedValueMethodArgumentResolver(ConfigurableBeanFactory) - 类 的构造器org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
 
AbstractNamedValueMethodArgumentResolver.NamedValueInfo - org.springframework.web.method.annotation中的类
Represents the information about a named value, including name, whether it's required and a default value.
AbstractNumberFormatter - org.springframework.format.number中的类
Abstract formatter for Numbers, providing a AbstractNumberFormatter.getNumberFormat(java.util.Locale) template method.
AbstractNumberFormatter() - 类 的构造器org.springframework.format.number.AbstractNumberFormatter
 
AbstractPdfStamperView - org.springframework.web.servlet.view.document中的类
Abstract superclass for PDF views that operate on an existing document with an AcroForm.
AbstractPdfStamperView() - 类 的构造器org.springframework.web.servlet.view.document.AbstractPdfStamperView
 
AbstractPdfView - org.springframework.web.servlet.view.document中的类
Abstract superclass for PDF views.
AbstractPdfView() - 类 的构造器org.springframework.web.servlet.view.document.AbstractPdfView
This constructor sets the appropriate content type "application/pdf".
AbstractPlatformTransactionManager - org.springframework.transaction.support中的类
Abstract base class that implements Spring's standard transaction workflow, serving as basis for concrete platform transaction managers like JtaTransactionManager.
AbstractPlatformTransactionManager() - 类 的构造器org.springframework.transaction.support.AbstractPlatformTransactionManager
 
AbstractPlatformTransactionManager.SuspendedResourcesHolder - org.springframework.transaction.support中的类
Holder for suspended resources.
AbstractPropertyBindingResult - org.springframework.validation中的类
Abstract base class for BindingResult implementations that work with Spring's PropertyAccessor mechanism.
AbstractPropertyBindingResult(String) - 类 的构造器org.springframework.validation.AbstractPropertyBindingResult
Create a new AbstractPropertyBindingResult instance.
AbstractQueryCreator<T,S> - org.springframework.data.repository.query.parser中的类
Base class for query creators that create criteria based queries from a PartTree.
AbstractQueryCreator(PartTree) - 类 的构造器org.springframework.data.repository.query.parser.AbstractQueryCreator
Creates a new AbstractQueryCreator for the given PartTree.
AbstractQueryCreator(PartTree, ParameterAccessor) - 类 的构造器org.springframework.data.repository.query.parser.AbstractQueryCreator
AbstractReactiveWebInitializer - org.springframework.web.server.adapter中的类
Base class for a WebApplicationInitializer that installs a Spring Reactive Web Application on a Servlet container.
AbstractReactiveWebInitializer() - 类 的构造器org.springframework.web.server.adapter.AbstractReactiveWebInitializer
 
AbstractRedisCollection<E> - org.springframework.data.redis.support.collections中的类
Base implementation for RedisCollection.
AbstractRedisCollection(String, RedisOperations<String, E>) - 类 的构造器org.springframework.data.redis.support.collections.AbstractRedisCollection
Constructs a new AbstractRedisCollection instance.
AbstractReflectiveMBeanInfoAssembler - org.springframework.jmx.export.assembler中的类
Builds on the AbstractMBeanInfoAssembler superclass to add a basic algorithm for building metadata based on the reflective metadata of the MBean class.
AbstractReflectiveMBeanInfoAssembler() - 类 的构造器org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
 
AbstractRefreshableWebApplicationContext - org.springframework.web.context.support中的类
AbstractRefreshableApplicationContext subclass which implements the ConfigurableWebApplicationContext interface for web environments.
AbstractRefreshableWebApplicationContext() - 类 的构造器org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
AbstractRemoteSlsbInvokerInterceptor - org.springframework.ejb.access中的类
Base class for interceptors proxying remote Stateless Session Beans.
AbstractRemoteSlsbInvokerInterceptor() - 类 的构造器org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
 
AbstractRepositoryMetadata - org.springframework.data.repository.core.support中的类
Base class for RepositoryMetadata implementations.
AbstractRepositoryMetadata(Class<?>) - 类 的构造器org.springframework.data.repository.core.support.AbstractRepositoryMetadata
AbstractRepositoryPopulatorFactoryBean - org.springframework.data.repository.init中的类
Base class for FactoryBeans creating ResourceReaderRepositoryPopulators.
AbstractRepositoryPopulatorFactoryBean() - 类 的构造器org.springframework.data.repository.init.AbstractRepositoryPopulatorFactoryBean
 
AbstractRequestAttributes - org.springframework.web.context.request中的类
Abstract support class for RequestAttributes implementations, offering a request completion mechanism for request-specific destruction callbacks and for updating accessed session attributes.
AbstractRequestAttributes() - 类 的构造器org.springframework.web.context.request.AbstractRequestAttributes
 
AbstractRequestAttributesScope - org.springframework.web.context.request中的类
Abstract Scope implementation that reads from a particular scope in the current thread-bound RequestAttributes object.
AbstractRequestAttributesScope() - 类 的构造器org.springframework.web.context.request.AbstractRequestAttributesScope
 
AbstractRequestCondition<T extends AbstractRequestCondition<T>> - org.springframework.web.servlet.mvc.condition中的类
AbstractRequestCondition() - 类 的构造器org.springframework.web.servlet.mvc.condition.AbstractRequestCondition
 
AbstractRequestExpectationManager - org.springframework.test.web.client中的类
Base class for RequestExpectationManager implementations responsible for storing expectations and actual requests, and checking for unsatisfied expectations at the end.
AbstractRequestExpectationManager() - 类 的构造器org.springframework.test.web.client.AbstractRequestExpectationManager
 
AbstractRequestExpectationManager.RequestExpectationGroup - org.springframework.test.web.client中的类
Helper class to manage a group of remaining expectations.
AbstractRequestLoggingFilter - org.springframework.web.filter中的类
Base class for Filters that perform logging operations before and after a request is processed.
AbstractRequestLoggingFilter() - 类 的构造器org.springframework.web.filter.AbstractRequestLoggingFilter
 
AbstractResourceResolver - org.springframework.web.servlet.resource中的类
Base class for ResourceResolver implementations.
AbstractResourceResolver() - 类 的构造器org.springframework.web.servlet.resource.AbstractResourceResolver
 
AbstractRoutingDataSource - org.springframework.jdbc.datasource.lookup中的类
Abstract DataSource implementation that routes AbstractRoutingDataSource.getConnection() calls to one of various target DataSources based on a lookup key.
AbstractRoutingDataSource() - 类 的构造器org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
AbstractRssFeedView - org.springframework.web.servlet.view.feed中的类
Abstract superclass for RSS Feed views, using the ROME package.
AbstractRssFeedView() - 类 的构造器org.springframework.web.servlet.view.feed.AbstractRssFeedView
 
AbstractSequenceMaxValueIncrementer - org.springframework.jdbc.support.incrementer中的类
Abstract base class for DataFieldMaxValueIncrementer implementations that use a database sequence.
AbstractSequenceMaxValueIncrementer() - 类 的构造器org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer
Default constructor for bean property style usage.
AbstractSequenceMaxValueIncrementer(DataSource, String) - 类 的构造器org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer
Convenience constructor.
AbstractServerHttpRequest - org.springframework.http.server.reactive中的类
Common base class for ServerHttpRequest implementations.
AbstractServerHttpRequest(URI, String, HttpHeaders) - 类 的构造器org.springframework.http.server.reactive.AbstractServerHttpRequest
Constructor with the URI and headers for the request.
AbstractServerHttpResponse - org.springframework.http.server.reactive中的类
Base class for ServerHttpResponse implementations.
AbstractServerHttpResponse(DataBufferFactory) - 类 的构造器org.springframework.http.server.reactive.AbstractServerHttpResponse
 
AbstractSingleCheckedElementTag - org.springframework.web.servlet.tags.form中的类
Abstract base class to provide common methods for implementing databinding-aware JSP tags for rendering a single HTML 'input' element with a 'type' of 'checkbox' or 'radio'.
AbstractSingleCheckedElementTag() - 类 的构造器org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
 
AbstractSlsbInvokerInterceptor - org.springframework.ejb.access中的类
Base class for AOP interceptors invoking local or remote Stateless Session Beans.
AbstractSlsbInvokerInterceptor() - 类 的构造器org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
 
AbstractSpringPreparerFactory - org.springframework.web.servlet.view.tiles3中的类
Abstract implementation of the Tiles org.apache.tiles.preparer.PreparerFactory interface, obtaining the current Spring WebApplicationContext and delegating to AbstractSpringPreparerFactory.getPreparer(String, org.springframework.web.context.WebApplicationContext).
AbstractSpringPreparerFactory() - 类 的构造器org.springframework.web.servlet.view.tiles3.AbstractSpringPreparerFactory
 
AbstractSqlParameterSource - org.springframework.jdbc.core.namedparam中的类
Abstract base class for SqlParameterSource implementations.
AbstractSqlParameterSource() - 类 的构造器org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource
 
AbstractSqlTypeValue - org.springframework.jdbc.core.support中的类
Abstract implementation of the SqlTypeValue interface, for convenient creation of type values that are supposed to be passed into the PreparedStatement.setObject method.
AbstractSqlTypeValue() - 类 的构造器org.springframework.jdbc.core.support.AbstractSqlTypeValue
 
AbstractSubscription - org.springframework.data.redis.connection.util中的类
Base implementation for a subscription handling the channel/pattern registration so subclasses only have to deal with the actual registration/unregistration.
AbstractSubscription(MessageListener) - 类 的构造器org.springframework.data.redis.connection.util.AbstractSubscription
 
AbstractSubscription(MessageListener, byte[][], byte[][]) - 类 的构造器org.springframework.data.redis.connection.util.AbstractSubscription
Constructs a new AbstractSubscription instance.
AbstractTemplateView - org.springframework.web.servlet.view中的类
Adapter base class for template-based view technologies such as FreeMarker, with the ability to use request and session attributes in their model and the option to expose helper objects for Spring's FreeMarker macro library.
AbstractTemplateView() - 类 的构造器org.springframework.web.servlet.view.AbstractTemplateView
 
AbstractTemplateViewResolver - org.springframework.web.servlet.view中的类
Abstract base class for template view resolvers, in particular for FreeMarker views.
AbstractTemplateViewResolver() - 类 的构造器org.springframework.web.servlet.view.AbstractTemplateViewResolver
 
AbstractTestContextBootstrapper - org.springframework.test.context.support中的类
Abstract implementation of the TestContextBootstrapper interface which provides most of the behavior required by a bootstrapper.
AbstractTestContextBootstrapper() - 类 的构造器org.springframework.test.context.support.AbstractTestContextBootstrapper
 
AbstractTestExecutionListener - org.springframework.test.context.support中的类
Abstract ordered implementation of the TestExecutionListener API.
AbstractTestExecutionListener() - 类 的构造器org.springframework.test.context.support.AbstractTestExecutionListener
 
AbstractTestNGSpringContextTests - org.springframework.test.context.testng中的类
Abstract base test class which integrates the Spring TestContext Framework with explicit ApplicationContext testing support in a TestNG environment.
AbstractTestNGSpringContextTests() - 类 的构造器org.springframework.test.context.testng.AbstractTestNGSpringContextTests
Construct a new AbstractTestNGSpringContextTests instance and initialize the internal TestContextManager for the current test class.
AbstractThemeResolver - org.springframework.web.servlet.theme中的类
Abstract base class for ThemeResolver implementations.
AbstractThemeResolver() - 类 的构造器org.springframework.web.servlet.theme.AbstractThemeResolver
 
AbstractTransactionalJUnit4SpringContextTests - org.springframework.test.context.junit4中的类
Abstract transactional extension of AbstractJUnit4SpringContextTests which adds convenience functionality for JDBC access.
AbstractTransactionalJUnit4SpringContextTests() - 类 的构造器org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
 
AbstractTransactionalTestNGSpringContextTests - org.springframework.test.context.testng中的类
Abstract transactional extension of AbstractTestNGSpringContextTests which adds convenience functionality for JDBC access.
AbstractTransactionalTestNGSpringContextTests() - 类 的构造器org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
 
AbstractTransactionManagementConfiguration - org.springframework.transaction.annotation中的类
Abstract base @Configuration class providing common structure for enabling Spring's annotation-driven transaction management capability.
AbstractTransactionManagementConfiguration() - 类 的构造器org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
 
AbstractTransactionStatus - org.springframework.transaction.support中的类
Abstract base implementation of the TransactionStatus interface.
AbstractTransactionStatus() - 类 的构造器org.springframework.transaction.support.AbstractTransactionStatus
 
AbstractUriTemplateHandler - org.springframework.web.util中的类
已过时。
as of 5.0 in favor of DefaultUriBuilderFactory
AbstractUriTemplateHandler() - 类 的构造器org.springframework.web.util.AbstractUriTemplateHandler
已过时。
 
AbstractUrlBasedView - org.springframework.web.servlet.view中的类
Abstract base class for URL-based views.
AbstractUrlBasedView() - 类 的构造器org.springframework.web.servlet.view.AbstractUrlBasedView
Constructor for use as a bean.
AbstractUrlBasedView(String) - 类 的构造器org.springframework.web.servlet.view.AbstractUrlBasedView
Create a new AbstractUrlBasedView with the given URL.
AbstractUrlHandlerMapping - org.springframework.web.servlet.handler中的类
Abstract base class for URL-mapped HandlerMapping implementations.
AbstractUrlHandlerMapping() - 类 的构造器org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
 
AbstractUrlViewController - org.springframework.web.servlet.mvc中的类
Abstract base class for Controllers that return a view name based on the request URL.
AbstractUrlViewController() - 类 的构造器org.springframework.web.servlet.mvc.AbstractUrlViewController
 
AbstractVersionStrategy - org.springframework.web.servlet.resource中的类
Abstract base class for VersionStrategy implementations.
AbstractVersionStrategy(VersionPathStrategy) - 类 的构造器org.springframework.web.servlet.resource.AbstractVersionStrategy
 
AbstractVersionStrategy.FileNameVersionPathStrategy - org.springframework.web.servlet.resource中的类
File name-based VersionPathStrategy, e.g.
AbstractVersionStrategy.PrefixVersionPathStrategy - org.springframework.web.servlet.resource中的类
A prefix-based VersionPathStrategy, e.g.
AbstractView - org.springframework.web.servlet.view中的类
Abstract base class for View implementations.
AbstractView() - 类 的构造器org.springframework.web.servlet.view.AbstractView
 
AbstractWebArgumentResolverAdapter - org.springframework.web.method.annotation中的类
An abstract base class adapting a WebArgumentResolver to the HandlerMethodArgumentResolver contract.
AbstractWebArgumentResolverAdapter(WebArgumentResolver) - 类 的构造器org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
Create a new instance.
AbstractWireFeedHttpMessageConverter<T extends WireFeed> - org.springframework.http.converter.feed中的类
Abstract base class for Atom and RSS Feed message converters, using the ROME tools project.
AbstractWireFeedHttpMessageConverter(MediaType) - 类 的构造器org.springframework.http.converter.feed.AbstractWireFeedHttpMessageConverter
 
AbstractXlsView - org.springframework.web.servlet.view.document中的类
Convenient superclass for Excel document views in traditional XLS format.
AbstractXlsView() - 类 的构造器org.springframework.web.servlet.view.document.AbstractXlsView
Default Constructor.
AbstractXlsxStreamingView - org.springframework.web.servlet.view.document中的类
Convenient superclass for Excel document views in the Office 2007 XLSX format, using POI's streaming variant.
AbstractXlsxStreamingView() - 类 的构造器org.springframework.web.servlet.view.document.AbstractXlsxStreamingView
 
AbstractXlsxView - org.springframework.web.servlet.view.document中的类
Convenient superclass for Excel document views in the Office 2007 XLSX format (as supported by POI-OOXML).
AbstractXlsxView() - 类 的构造器org.springframework.web.servlet.view.document.AbstractXlsxView
Default Constructor.
AbstractXmlHttpMessageConverter<T> - org.springframework.http.converter.xml中的类
Abstract base class for HttpMessageConverters that convert from/to XML.
AbstractXmlHttpMessageConverter() - 类 的构造器org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
Protected constructor that sets the supportedMediaTypes to text/xml and application/xml, and application/*-xml.
ACCEPT - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Accept header field name.
accept(MediaType...) - 接口 中的方法org.springframework.http.RequestEntity.HeadersBuilder
Set the list of acceptable media types, as specified by the Accept header.
accept(MediaType...) - 接口 中的方法org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
Set the list of acceptable media types, as specified by the Accept header.
accept(MediaType...) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
Set the list of acceptable media types, as specified by the Accept header.
accept(MediaType...) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the 'Accept' header to the given media type(s).
accept(String...) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the 'Accept' header to the given media type(s).
Accept - 类 中的静态变量org.xmlunit.diff.DifferenceEvaluators
Difference evaluator that just echos the result passed in.
accept(Subscriber<? super T>) - 接口 中的方法reactor.core.publisher.Signal
Propagate the signal represented by this Signal instance to a given Subscriber.
ACCEPT_CHARSET - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Accept-Charset header field name.
ACCEPT_ENCODING - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Accept-Encoding header field name.
ACCEPT_LANGUAGE - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Accept-Language header field name.
ACCEPT_RANGES - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Accept-Ranges header field name.
acceptCharset(Charset...) - 接口 中的方法org.springframework.http.RequestEntity.HeadersBuilder
Set the list of acceptable charsets, as specified by the Accept-Charset header.
acceptCharset(Charset...) - 接口 中的方法org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
Set the list of acceptable charsets, as specified by the Accept-Charset header.
acceptCharset(Charset...) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
Set the list of acceptable charsets, as specified by the Accept-Charset header.
accepted() - 类 中的静态方法org.springframework.http.ResponseEntity
Create a builder with an ACCEPTED status.
AcceptHeaderLocaleContextResolver - org.springframework.web.server.i18n中的类
LocaleContextResolver implementation that simply uses the primary locale specified in the "Accept-Language" header of the HTTP request (that is, the locale sent by the client browser, normally that of the client's OS).
AcceptHeaderLocaleContextResolver() - 类 的构造器org.springframework.web.server.i18n.AcceptHeaderLocaleContextResolver
 
AcceptHeaderLocaleResolver - org.springframework.web.servlet.i18n中的类
LocaleResolver implementation that simply uses the primary locale specified in the "accept-language" header of the HTTP request (that is, the locale sent by the client browser, normally that of the client's OS).
AcceptHeaderLocaleResolver() - 类 的构造器org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
 
acceptHeaderRequestCallback(Class<T>) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
Returns a request callback implementation that prepares the request Accept headers based on the given response type and configured message converters.
acceptHeaderRequestCallback(Class<T>) - 类 中的方法org.springframework.web.client.RestTemplate
Returns a request callback implementation that prepares the request Accept headers based on the given response type and configured message converters.
acceptLanguageAsLocales(Locale...) - 接口 中的方法org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
Set the list of acceptable locales, as specified by the Accept-Languages header.
access() - 类 中的方法org.springframework.mock.web.MockHttpSession
 
ACCESS_CONTROL_ALLOW_CREDENTIALS - 类 中的静态变量org.springframework.http.HttpHeaders
The CORS Access-Control-Allow-Credentials response header field name.
ACCESS_CONTROL_ALLOW_HEADERS - 类 中的静态变量org.springframework.http.HttpHeaders
The CORS Access-Control-Allow-Headers response header field name.
ACCESS_CONTROL_ALLOW_METHODS - 类 中的静态变量org.springframework.http.HttpHeaders
The CORS Access-Control-Allow-Methods response header field name.
ACCESS_CONTROL_ALLOW_ORIGIN - 类 中的静态变量org.springframework.http.HttpHeaders
The CORS Access-Control-Allow-Origin response header field name.
ACCESS_CONTROL_EXPOSE_HEADERS - 类 中的静态变量org.springframework.http.HttpHeaders
The CORS Access-Control-Expose-Headers response header field name.
ACCESS_CONTROL_MAX_AGE - 类 中的静态变量org.springframework.http.HttpHeaders
The CORS Access-Control-Max-Age response header field name.
ACCESS_CONTROL_REQUEST_HEADERS - 类 中的静态变量org.springframework.http.HttpHeaders
The CORS Access-Control-Request-Headers request header field name.
ACCESS_CONTROL_REQUEST_METHOD - 类 中的静态变量org.springframework.http.HttpHeaders
The CORS Access-Control-Request-Method request header field name.
AccessException - org.springframework.expression中的异常错误
An AccessException is thrown by an accessor if it has an unexpected problem.
AccessException(String) - 异常错误 的构造器org.springframework.expression.AccessException
Create an AccessException with a specific message.
AccessException(String, Exception) - 异常错误 的构造器org.springframework.expression.AccessException
Create an AccessException with a specific message and cause.
accessibleConstructor(Class<T>, Class<?>...) - 类 中的静态方法org.springframework.util.ReflectionUtils
Obtain an accessible constructor for the given class and parameters.
ACCESSKEY_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
The name of the 'accesskey' attribute.
activate() - 类 中的方法org.springframework.mock.jndi.SimpleNamingContextBuilder
Register the context builder by registering it with the JNDI NamingManager.
ACTIVATE_LISTENER - 类 中的静态变量org.springframework.test.context.web.ServletTestExecutionListener
Attribute name for a TestContext attribute which indicates that the ServletTestExecutionListener should be activated.
ActiveProfiles - org.springframework.test.context中的注释类型
ActiveProfiles is a class-level annotation that is used to declare which active bean definition profiles should be used when loading an ApplicationContext for test classes.
ActiveProfilesResolver - org.springframework.test.context中的接口
Strategy interface for programmatically resolving which active bean definition profiles should be used when loading an ApplicationContext for a test class.
actual - 类 中的变量reactor.core.publisher.Operators.MonoSubscriber
 
actual() - 类 中的方法reactor.core.publisher.Operators.MonoSubscriber
 
actual() - 类 中的方法reactor.core.publisher.UnicastProcessor
 
ACTUAL - 类 中的静态变量reactor.core.Scannable.Attr
The direct dependent component downstream reference if any.
actuals() - 接口 中的方法reactor.core.Scannable
Return a Stream navigating the Subscriber chain (downward).
adapt(S) - 类 中的方法org.springframework.util.concurrent.FutureAdapter
Adapts the given adaptee's result into T.
AdaptableJobFactory - org.springframework.scheduling.quartz中的类
JobFactory implementation that supports Runnable objects as well as standard Quartz org.quartz.Job instances.
AdaptableJobFactory() - 类 的构造器org.springframework.scheduling.quartz.AdaptableJobFactory
 
adaptArgumentIfNecessary(Object, MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
Adapt the given argument against the method parameter, if necessary.
adaptInterceptor(Object) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMapping
Adapt the given interceptor object to the HandlerInterceptor interface.
adaptJob(Object) - 类 中的方法org.springframework.scheduling.quartz.AdaptableJobFactory
Adapt the given job object to the Quartz Job interface.
adaptMBeanIfPossible(Object) - 类 中的方法org.springframework.jmx.export.MBeanExporter
Build an adapted MBean for the given bean instance, if possible.
adaptToInterfaces(Object, ScriptSource, Class<?>...) - 类 中的方法org.springframework.scripting.support.StandardScriptFactory
 
add(ByteArrayWrapper) - 类 中的方法org.springframework.data.redis.connection.util.ByteArraySet
 
add(byte[]) - 类 中的方法org.springframework.data.redis.connection.util.ByteArraySet
 
add(Point, M) - 接口 中的方法org.springframework.data.redis.core.BoundGeoOperations
Add Point with given member name to key.
add(RedisGeoCommands.GeoLocation<M>) - 接口 中的方法org.springframework.data.redis.core.BoundGeoOperations
add(Map<M, Point>) - 接口 中的方法org.springframework.data.redis.core.BoundGeoOperations
Add Map of member / Point pairs to key.
add(Iterable<RedisGeoCommands.GeoLocation<M>>) - 接口 中的方法org.springframework.data.redis.core.BoundGeoOperations
add(V...) - 接口 中的方法org.springframework.data.redis.core.BoundSetOperations
Add given values to set at the bound key.
add(V, double) - 接口 中的方法org.springframework.data.redis.core.BoundZSetOperations
Add value to a sorted set at the bound key, or update its score if it already exists.
add(Set<ZSetOperations.TypedTuple<V>>) - 接口 中的方法org.springframework.data.redis.core.BoundZSetOperations
Add tuples to a sorted set at the bound key, or update its score if it already exists.
add(K, Point, M) - 接口 中的方法org.springframework.data.redis.core.GeoOperations
Add Point with given member name to key.
add(K, RedisGeoCommands.GeoLocation<M>) - 接口 中的方法org.springframework.data.redis.core.GeoOperations
add(K, Map<M, Point>) - 接口 中的方法org.springframework.data.redis.core.GeoOperations
Add Map of member / Point pairs to key.
add(K, Iterable<RedisGeoCommands.GeoLocation<M>>) - 接口 中的方法org.springframework.data.redis.core.GeoOperations
add(K, V...) - 接口 中的方法org.springframework.data.redis.core.HyperLogLogOperations
Adds the given values to the key.
add(K, Point, M) - 接口 中的方法org.springframework.data.redis.core.ReactiveGeoOperations
Add Point with given member name to key.
add(K, RedisGeoCommands.GeoLocation<M>) - 接口 中的方法org.springframework.data.redis.core.ReactiveGeoOperations
add(K, Map<M, Point>) - 接口 中的方法org.springframework.data.redis.core.ReactiveGeoOperations
Add Map of member / Point pairs to key.
add(K, Iterable<RedisGeoCommands.GeoLocation<M>>) - 接口 中的方法org.springframework.data.redis.core.ReactiveGeoOperations
add(K, Publisher<? extends Collection<RedisGeoCommands.GeoLocation<M>>>) - 接口 中的方法org.springframework.data.redis.core.ReactiveGeoOperations
add(K, V...) - 接口 中的方法org.springframework.data.redis.core.ReactiveHyperLogLogOperations
Adds the given values to the key.
add(K, V...) - 接口 中的方法org.springframework.data.redis.core.ReactiveSetOperations
Add given values to set at key.
add(K, V, double) - 接口 中的方法org.springframework.data.redis.core.ReactiveZSetOperations
Add value to a sorted set at key, or update its score if it already exists.
add(K, V...) - 接口 中的方法org.springframework.data.redis.core.SetOperations
Add given values to set at key.
add(K, V, double) - 接口 中的方法org.springframework.data.redis.core.ZSetOperations
Add value to a sorted set at key, or update its score if it already exists.
add(K, Set<ZSetOperations.TypedTuple<V>>) - 接口 中的方法org.springframework.data.redis.core.ZSetOperations
Add tuples to a sorted set at key, or update its score if it already exists.
add(E) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
add(int, E) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
add(E) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisSet
 
add(E) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisZSet
 
add(E, double) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisZSet
 
add(E, double) - 接口 中的方法org.springframework.data.redis.support.collections.RedisZSet
Adds an element to the set with the given score, or updates the score if the element exists.
add(E) - 接口 中的方法org.springframework.data.redis.support.collections.RedisZSet
Adds an element to the set with a default score.
add(String, String) - 类 中的方法org.springframework.http.HttpHeaders
Add the given, single header value under the given name.
add(int, E) - 类 中的方法org.springframework.util.AutoPopulatingList
 
add(E) - 类 中的方法org.springframework.util.AutoPopulatingList
 
add(Iterator<E>) - 类 中的方法org.springframework.util.CompositeIterator
Add given iterator to this composite.
add(K, V) - 类 中的方法org.springframework.util.LinkedMultiValueMap
 
add(K, V) - 接口 中的方法org.springframework.util.MultiValueMap
Add the given single value to the current list of values for the given key.
add(Disposable) - 接口 中的方法reactor.core.Disposable.Composite
Add a Disposable to this container, if it is not disposed.
add(T) - 接口 中的方法reactor.core.Fuseable.QueueSubscription
 
addAll(Collection<? extends ByteArrayWrapper>) - 类 中的方法org.springframework.data.redis.connection.util.ByteArraySet
 
addAll(Iterable<byte[]>) - 类 中的方法org.springframework.data.redis.connection.util.ByteArraySet
 
addAll(K, Collection<? extends ZSetOperations.TypedTuple<V>>) - 接口 中的方法org.springframework.data.redis.core.ReactiveZSetOperations
Add tuples to a sorted set at key, or update their score if it already exists.
addAll(Collection<? extends E>) - 类 中的方法org.springframework.data.redis.support.collections.AbstractRedisCollection
 
addAll(int, Collection<? extends E>) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
addAll(String, List<? extends String>) - 类 中的方法org.springframework.http.HttpHeaders
 
addAll(MultiValueMap<String, String>) - 类 中的方法org.springframework.http.HttpHeaders
 
addAll(Collection<? extends E>) - 类 中的方法org.springframework.util.AutoPopulatingList
 
addAll(int, Collection<? extends E>) - 类 中的方法org.springframework.util.AutoPopulatingList
 
addAll(K, List<? extends V>) - 类 中的方法org.springframework.util.LinkedMultiValueMap
 
addAll(MultiValueMap<K, V>) - 类 中的方法org.springframework.util.LinkedMultiValueMap
 
addAll(K, List<? extends V>) - 接口 中的方法org.springframework.util.MultiValueMap
Add all the values of the given list to the current list of values for the given key.
addAll(MultiValueMap<K, V>) - 接口 中的方法org.springframework.util.MultiValueMap
Add all the values of the given MultiValueMap to the current values.
addAll(Collection<? extends Disposable>) - 接口 中的方法reactor.core.Disposable.Composite
Adds the given collection of Disposables to the container or disposes them all if the container has been disposed.
addAll(Collection<? extends T>) - 接口 中的方法reactor.core.Fuseable.QueueSubscription
 
addAllAttributes(Collection<?>) - 类 中的方法org.springframework.ui.ConcurrentModel
Copy all attributes in the supplied Collection into this Map, using attribute name generation for each element.
addAllAttributes(Map<String, ?>) - 类 中的方法org.springframework.ui.ConcurrentModel
Copy all attributes in the supplied Map into this Map.
addAllAttributes(Collection<?>) - 类 中的方法org.springframework.ui.ExtendedModelMap
 
addAllAttributes(Map<String, ?>) - 类 中的方法org.springframework.ui.ExtendedModelMap
 
addAllAttributes(Collection<?>) - 接口 中的方法org.springframework.ui.Model
Copy all attributes in the supplied Collection into this Map, using attribute name generation for each element.
addAllAttributes(Map<String, ?>) - 接口 中的方法org.springframework.ui.Model
Copy all attributes in the supplied Map into this Map.
addAllAttributes(Collection<?>) - 类 中的方法org.springframework.ui.ModelMap
Copy all attributes in the supplied Collection into this Map, using attribute name generation for each element.
addAllAttributes(Map<String, ?>) - 类 中的方法org.springframework.ui.ModelMap
Copy all attributes in the supplied Map into this Map.
addAllAttributes(Map<String, ?>) - 类 中的方法org.springframework.web.method.support.ModelAndViewContainer
Copy all attributes to the underlying model.
addAllAttributes(Collection<?>) - 接口 中的方法org.springframework.web.servlet.mvc.support.RedirectAttributes
 
addAllAttributes(Collection<?>) - 类 中的方法org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
Copy all attributes in the supplied Collection into this Map, using attribute name generation for each element.
addAllAttributes(Map<String, ?>) - 类 中的方法org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
Copy all attributes in the supplied Map into this Map.
addAllErrors(Errors) - 类 中的方法org.springframework.validation.AbstractBindingResult
 
addAllErrors(Errors) - 异常错误 中的方法org.springframework.validation.BindException
 
addAllErrors(Errors) - 接口 中的方法org.springframework.validation.Errors
Add all errors from the given Errors instance to this Errors instance.
addAllErrors(Errors) - 类 中的方法org.springframework.web.bind.EscapedErrors
 
addAllErrors(Errors) - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
addAllExpectations(Collection<RequestExpectation>) - 类 中的方法org.springframework.test.web.client.AbstractRequestExpectationManager.RequestExpectationGroup
 
addAllObjects(Map<String, ?>) - 类 中的方法org.springframework.web.servlet.ModelAndView
Add all attributes contained in the provided Map to the model.
addAllowedHeader(String) - 类 中的方法org.springframework.web.cors.CorsConfiguration
Add an actual request header to allow.
addAllowedMethod(HttpMethod) - 类 中的方法org.springframework.web.cors.CorsConfiguration
Add an HTTP method to allow.
addAllowedMethod(String) - 类 中的方法org.springframework.web.cors.CorsConfiguration
Add an HTTP method to allow.
addAllowedOrigin(String) - 类 中的方法org.springframework.web.cors.CorsConfiguration
Add an origin to allow.
addAndGet(double) - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicDouble
Atomically adds the given value to the current value.
addAndGet(int) - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicInteger
Atomically add the given value to current value.
addAndGet(long) - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicLong
Atomically adds the given value to the current value.
addArgument(Object) - 接口 中的方法org.springframework.web.servlet.tags.ArgumentAware
Callback hook for nested spring:argument tags to pass their value to the parent tag.
addArgument(Object) - 类 中的方法org.springframework.web.servlet.tags.MessageTag
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - 类 中的方法org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - 类 中的方法org.springframework.data.web.config.QuerydslWebConfiguration
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - 类 中的方法org.springframework.data.web.config.SpringDataWebConfiguration
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - 类 中的方法org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Add custom HandlerMethodArgumentResolvers to use in addition to the ones registered by default.
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - 接口 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Add resolvers to support custom controller method argument types.
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
已过时。
Add resolvers to support custom controller method argument types.
addAttachment(String, DataSource) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Add an attachment to the MimeMessage, taking the content from a javax.activation.DataSource.
addAttachment(String, File) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Add an attachment to the MimeMessage, taking the content from a java.io.File.
addAttachment(String, InputStreamSource) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Add an attachment to the MimeMessage, taking the content from an org.springframework.core.io.InputStreamResource.
addAttachment(String, InputStreamSource, String) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Add an attachment to the MimeMessage, taking the content from an org.springframework.core.io.InputStreamResource.
addAttachment(String, DataHandler) - 接口 中的方法org.springframework.oxm.mime.MimeContainer
Add the given data handler as an attachment to this container.
addAttribute(String, Serializable) - 类 中的方法org.springframework.remoting.support.RemoteInvocation
Add an additional invocation attribute.
addAttribute(String, Object) - 类 中的方法org.springframework.ui.ConcurrentModel
Add the supplied attribute under the supplied name.
addAttribute(Object) - 类 中的方法org.springframework.ui.ConcurrentModel
Add the supplied attribute to this Map using a generated name.
addAttribute(String, Object) - 类 中的方法org.springframework.ui.ExtendedModelMap
 
addAttribute(Object) - 类 中的方法org.springframework.ui.ExtendedModelMap
 
addAttribute(String, Object) - 接口 中的方法org.springframework.ui.Model
Add the supplied attribute under the supplied name.
addAttribute(Object) - 接口 中的方法org.springframework.ui.Model
Add the supplied attribute to this Map using a generated name.
addAttribute(String, Object) - 类 中的方法org.springframework.ui.ModelMap
Add the supplied attribute under the supplied name.
addAttribute(Object) - 类 中的方法org.springframework.ui.ModelMap
Add the supplied attribute to this Map using a generated name.
addAttribute(String, Object) - 类 中的方法org.springframework.web.method.support.ModelAndViewContainer
Add the supplied attribute to the underlying model.
addAttribute(Object) - 类 中的方法org.springframework.web.method.support.ModelAndViewContainer
Add the supplied attribute to the underlying model.
addAttribute(String, Object) - 接口 中的方法org.springframework.web.servlet.mvc.support.RedirectAttributes
 
addAttribute(Object) - 接口 中的方法org.springframework.web.servlet.mvc.support.RedirectAttributes
 
addAttribute(String, Object) - 类 中的方法org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
Add the supplied attribute under the supplied name.
addAttribute(Object) - 类 中的方法org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
Add the supplied attribute to this Map using a generated name.
addAttribute(QName) - 类 中的方法org.xmlunit.diff.XPathContext
Adds knowledge about a single attribute of the current node.
addAttributes(Iterable<? extends QName>) - 类 中的方法org.xmlunit.diff.XPathContext
Adds knowledge about the current node's attributes.
addBcc(InternetAddress) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
 
addBcc(String, String) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
 
addBindValues(MutablePropertyValues, ServletRequest) - 类 中的方法org.springframework.web.bind.ServletRequestDataBinder
Extension point that subclasses can use to add extra bind values for a request.
addBindValues(MutablePropertyValues, ServletRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ExtendedServletRequestDataBinder
Merge URI variables into the property values to use for data binding.
addCacheMapping(CacheControl, String...) - 类 中的方法org.springframework.web.servlet.mvc.WebContentInterceptor
Map specific URL paths to a specific CacheControl.
addCallback(ListenableFutureCallback<? super V>) - 类 中的方法org.springframework.scheduling.annotation.AsyncResult
 
addCallback(SuccessCallback<? super V>, FailureCallback) - 类 中的方法org.springframework.scheduling.annotation.AsyncResult
 
addCallback(ListenableFutureCallback<? super T>) - 类 中的方法org.springframework.util.concurrent.CompletableToListenableFutureAdapter
 
addCallback(SuccessCallback<? super T>, FailureCallback) - 类 中的方法org.springframework.util.concurrent.CompletableToListenableFutureAdapter
 
addCallback(ListenableFutureCallback<? super T>) - 接口 中的方法org.springframework.util.concurrent.ListenableFuture
Register the given ListenableFutureCallback.
addCallback(SuccessCallback<? super T>, FailureCallback) - 接口 中的方法org.springframework.util.concurrent.ListenableFuture
Java 8 lambda-friendly alternative with success and failure callbacks.
addCallback(ListenableFutureCallback<? super T>) - 类 中的方法org.springframework.util.concurrent.ListenableFutureAdapter
 
addCallback(SuccessCallback<? super T>, FailureCallback) - 类 中的方法org.springframework.util.concurrent.ListenableFutureAdapter
 
addCallback(ListenableFutureCallback<? super T>) - 类 中的方法org.springframework.util.concurrent.ListenableFutureCallbackRegistry
Add the given callback to this registry.
addCallback(ListenableFutureCallback<? super T>) - 类 中的方法org.springframework.util.concurrent.ListenableFutureTask
 
addCallback(SuccessCallback<? super T>, FailureCallback) - 类 中的方法org.springframework.util.concurrent.ListenableFutureTask
 
addCallback(ListenableFutureCallback<? super T>) - 类 中的方法org.springframework.util.concurrent.SettableListenableFuture
 
addCallback(SuccessCallback<? super T>, FailureCallback) - 类 中的方法org.springframework.util.concurrent.SettableListenableFuture
 
addCap(long, long) - 类 中的静态方法reactor.core.publisher.Operators
Cap an addition to Long.MAX_VALUE
addCap(AtomicLongFieldUpdater<T>, T, long) - 类 中的静态方法reactor.core.publisher.Operators
Concurrent addition bound to Long.MAX_VALUE.
addCc(InternetAddress) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
 
addCc(String, String) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
 
addClusterNode(RedisNode) - 类 中的方法org.springframework.data.redis.connection.RedisClusterConfiguration
Add a cluster node to configuration.
addComparator(Comparator<? extends T>) - 类 中的方法org.springframework.util.comparator.CompoundComparator
已过时。
Add a Comparator to the end of the chain.
addComparator(Comparator<? extends T>, boolean) - 类 中的方法org.springframework.util.comparator.CompoundComparator
已过时。
Add a Comparator to the end of the chain using the provided sort order.
addComparisonListener(ComparisonListener) - 类 中的方法org.xmlunit.diff.AbstractDifferenceEngine
 
addComparisonListener(ComparisonListener) - 类 中的方法org.xmlunit.diff.ComparisonListenerSupport
Registers a listener that is notified of each comparison.
addComparisonListener(ComparisonListener) - 接口 中的方法org.xmlunit.diff.DifferenceEngine
Registers a listener that is notified of each comparison.
addCompletionHandler(Runnable) - 接口 中的方法org.springframework.web.context.request.async.AsyncWebRequest
Add a handler to invoke when request processing completes.
addCompletionHandler(Runnable) - 类 中的方法org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
addCondition(IndexDefinition.Condition<?>) - 类 中的方法org.springframework.data.redis.core.index.RedisIndexDefinition
 
addConstructorResolver(ConstructorResolver) - 类 中的方法org.springframework.expression.spel.support.StandardEvaluationContext
 
addContentVersionStrategy(String...) - 类 中的方法org.springframework.web.servlet.resource.VersionResourceResolver
Insert a content-based version in resource URLs that match the given path patterns.
addCookie(ResponseCookie) - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpResponse
 
addCookie(ResponseCookie) - 接口 中的方法org.springframework.http.server.reactive.ServerHttpResponse
Add the given ResponseCookie.
addCookie(ResponseCookie) - 类 中的方法org.springframework.http.server.reactive.ServerHttpResponseDecorator
 
addCookie(Cookie) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
addCookie(HttpServletResponse, String) - 类 中的方法org.springframework.web.util.CookieGenerator
Add a cookie with the given value to the response, using the cookie descriptor settings of this generator.
addCorsMappings(CorsRegistry) - 类 中的方法org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addCorsMappings(CorsRegistry) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to configure cross origin requests processing.
addCorsMappings(CorsRegistry) - 接口 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure cross origin requests processing.
addCorsMappings(CorsRegistry) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
已过时。
Configure cross origin requests processing.
addCronTask(Runnable, String) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a Runnable task to be triggered per the given cron expression
addCronTask(CronTask) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a CronTask.
addCustomFormatter(Formatter<?>) - 类 中的方法org.springframework.validation.DataBinder
Add a custom formatter, applying it to all fields matching the Formatter-declared type.
addCustomFormatter(Formatter<?>, String...) - 类 中的方法org.springframework.validation.DataBinder
Add a custom formatter for the field type specified in Formatter class, applying it to the specified fields only, if any, or otherwise to all fields.
addCustomFormatter(Formatter<?>, Class<?>...) - 类 中的方法org.springframework.validation.DataBinder
Add a custom formatter, applying it to the specified field types only, if any, or otherwise to all fields matching the Formatter-declared type.
addCustomProperty(String, Object) - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Add a custom property to this JAX-WS BindingProvider.
addDataSource(String, DataSource) - 类 中的方法org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
Add the supplied DataSource to the map of DataSources maintained by this object.
addDateConverters(ConverterRegistry) - 类 中的静态方法org.springframework.format.datetime.DateFormatterRegistrar
Add date converters to the specified registry.
addDateHeader(String, long) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
addDeclaredParameter(SqlParameter) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
Add a declared parameter to the list of parameters for the call.
addDeclaredRowMapper(String, RowMapper<?>) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
Add a RowMapper for the specified parameter or column.
addDefaultFormatters(FormatterRegistry) - 类 中的静态方法org.springframework.format.support.DefaultFormattingConversionService
Add formatters appropriate for most environments: including number formatters, JSR-354 Money & Currency formatters, JSR-310 Date-Time and/or Joda-Time formatters, depending on the presence of the corresponding API on the classpath.
addDefaultHandlerExceptionResolvers(List<HandlerExceptionResolver>) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
A method available to subclasses for adding default HandlerExceptionResolvers.
addDefaultHeaders(HttpHeaders, T, MediaType) - 类 中的方法org.springframework.http.converter.AbstractHttpMessageConverter
Add default headers to the output message.
addDefaultHttpMessageConverters(List<HttpMessageConverter<?>>) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Adds a set of default HttpMessageConverter instances to the given list.
addDefaultScripts() - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Add default SQL scripts to execute to populate the database.
addDifferenceListener(ComparisonListener) - 类 中的方法org.xmlunit.diff.AbstractDifferenceEngine
 
addDifferenceListener(ComparisonListener) - 类 中的方法org.xmlunit.diff.ComparisonListenerSupport
Registers a listener that is notified of each comparison with outcome other than ComparisonResult.EQUAL.
addDifferenceListener(ComparisonListener) - 接口 中的方法org.xmlunit.diff.DifferenceEngine
Registers a listener that is notified of each comparison with outcome other than ComparisonResult.EQUAL.
addDispatcherServletCustomizer(DispatcherServletCustomizer) - 类 中的方法org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
addDispatchHandler(Runnable) - 类 中的方法org.springframework.mock.web.MockAsyncContext
 
addError(ObjectError) - 类 中的方法org.springframework.validation.AbstractBindingResult
 
addError(ObjectError) - 异常错误 中的方法org.springframework.validation.BindException
 
addError(ObjectError) - 接口 中的方法org.springframework.validation.BindingResult
Add a custom ObjectError or FieldError to the errors list.
addError(ObjectError) - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
addErrorHandler(Consumer<Throwable>) - 接口 中的方法org.springframework.web.context.request.async.AsyncWebRequest
Add a handler to invoke when an error occurred while concurrent handling of a request.
addErrorHandler(Consumer<Throwable>) - 类 中的方法org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
addExcludedBean(String) - 类 中的方法org.springframework.jmx.export.MBeanExporter
Add the name of bean that should be excluded from autodetection.
addExposedHeader(String) - 类 中的方法org.springframework.web.cors.CorsConfiguration
Add a response header to expose.
addFailureCallback(FailureCallback) - 类 中的方法org.springframework.util.concurrent.ListenableFutureCallbackRegistry
Add the given failure callback to this registry.
addFile(MultipartFile) - 类 中的方法org.springframework.mock.web.MockMultipartHttpServletRequest
Add a file to this request.
addFileExtensionResolvers(MediaTypeFileExtensionResolver...) - 类 中的方法org.springframework.web.accept.ContentNegotiationManager
Register more MediaTypeFileExtensionResolver instances in addition to those detected at construction.
addFilter(String, String) - 类 中的方法org.springframework.mock.web.MockServletContext
 
addFilter(String, Filter) - 类 中的方法org.springframework.mock.web.MockServletContext
 
addFilter(String, Class<? extends Filter>) - 类 中的方法org.springframework.mock.web.MockServletContext
 
addFilter(Filter, String...) - 类 中的方法org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
addFilter(Filter, String...) - 接口 中的方法org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
Add a filter mapped to a specific set of patterns.
addFilters(Filter...) - 类 中的方法org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
addFilters(Filter...) - 接口 中的方法org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
Add filters mapped to any request (i.e. "/*").
addFirst(E) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
addFixedDelayTask(Runnable, long) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a Runnable task to be triggered with the given fixed delay.
addFixedDelayTask(IntervalTask) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a fixed-delay IntervalTask.
addFixedRateTask(Runnable, long) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a Runnable task to be triggered at the given fixed-rate interval.
addFixedRateTask(IntervalTask) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a fixed-rate IntervalTask.
addFixedVersionStrategy(String, String...) - 类 中的方法org.springframework.web.servlet.resource.VersionResourceResolver
Insert a fixed, prefix-based version in resource URLs that match the given path patterns, for example: "{version}/js/main.js".
addFlashAttribute(String, Object) - 接口 中的方法org.springframework.web.servlet.mvc.support.RedirectAttributes
Add the given flash attribute.
addFlashAttribute(Object) - 接口 中的方法org.springframework.web.servlet.mvc.support.RedirectAttributes
Add the given flash storage using a generated name.
addFlashAttribute(String, Object) - 类 中的方法org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
 
addFlashAttribute(Object) - 类 中的方法org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
 
addFormatter(Formatter<?>) - 接口 中的方法org.springframework.format.FormatterRegistry
Adds a Formatter to format fields of a specific type.
addFormatter(Formatter<?>) - 类 中的方法org.springframework.format.support.FormattingConversionService
 
addFormatterForFieldAnnotation(AnnotationFormatterFactory<? extends Annotation>) - 接口 中的方法org.springframework.format.FormatterRegistry
Adds a Formatter to format fields annotated with a specific format annotation.
addFormatterForFieldAnnotation(AnnotationFormatterFactory<? extends Annotation>) - 类 中的方法org.springframework.format.support.FormattingConversionService
 
addFormatterForFieldType(Class<?>, Formatter<?>) - 接口 中的方法org.springframework.format.FormatterRegistry
Adds a Formatter to format fields of the given type.
addFormatterForFieldType(Class<?>, Printer<?>, Parser<?>) - 接口 中的方法org.springframework.format.FormatterRegistry
Adds a Printer/Parser pair to format fields of a specific type.
addFormatterForFieldType(Class<?>, Formatter<?>) - 类 中的方法org.springframework.format.support.FormattingConversionService
 
addFormatterForFieldType(Class<?>, Printer<?>, Parser<?>) - 类 中的方法org.springframework.format.support.FormattingConversionService
 
addFormatters(FormatterRegistry) - 类 中的方法org.springframework.data.web.config.SpringDataWebConfiguration
 
addFormatters(FormatterRegistry) - 类 中的方法org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addFormatters(FormatterRegistry) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to add custom Converters and Formatters.
addFormatters(FormatterRegistry) - 接口 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Add Converters and Formatters in addition to the ones registered by default.
addFormatters(FormatterRegistry) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
已过时。
Add Converters and Formatters in addition to the ones registered by default.
addGetPattern(byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultSortParameters
 
addHandler(HandlerMethodReturnValueHandler) - 类 中的方法org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
addHandlers(List<? extends HandlerMethodReturnValueHandler>) - 类 中的方法org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
addHeader(String, Object) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
Add a header entry for the given name.
addHeader(String, String) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
addImplicitResolver(Tag, Pattern, String) - 类 中的方法org.yaml.snakeyaml.resolver.Resolver
 
addImplicitResolver(Tag, Pattern, String) - 类 中的方法org.yaml.snakeyaml.Yaml
Add an implicit scalar detector.
addImplicitResolvers() - 类 中的方法org.yaml.snakeyaml.resolver.Resolver
 
addIncludedUrl(String) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
addIndexDefinition(IndexDefinition) - 类 中的方法org.springframework.data.redis.core.index.IndexConfiguration
 
addIndexDefinition(IndexDefinition) - 接口 中的方法org.springframework.data.redis.core.index.IndexDefinitionRegistry
Add given RedisIndexSetting.
addIndexedData(IndexedData) - 类 中的方法org.springframework.data.redis.core.convert.RedisData
 
addIndexedData(Collection<IndexedData>) - 类 中的方法org.springframework.data.redis.core.convert.RedisData
 
addInitParameter(String, String) - 类 中的方法org.springframework.mock.web.MockFilterConfig
 
addInitParameter(String, String) - 类 中的方法org.springframework.mock.web.MockServletConfig
 
addInitParameter(String, String) - 类 中的方法org.springframework.mock.web.MockServletContext
 
addInline(String, DataSource) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Add an inline element to the MimeMessage, taking the content from a javax.activation.DataSource.
addInline(String, File) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Add an inline element to the MimeMessage, taking the content from a java.io.File.
addInline(String, Resource) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Add an inline element to the MimeMessage, taking the content from a org.springframework.core.io.Resource.
addInline(String, InputStreamSource, String) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Add an inline element to the MimeMessage, taking the content from an org.springframework.core.InputStreamResource, and specifying the content type explicitly.
addInlinedPropertiesToEnvironment(ConfigurableApplicationContext, String...) - 类 中的静态方法org.springframework.test.context.support.TestPropertySourceUtils
Add the given inlined properties to the Environment of the supplied context.
addInlinedPropertiesToEnvironment(ConfigurableEnvironment, String...) - 类 中的静态方法org.springframework.test.context.support.TestPropertySourceUtils
Add the given inlined properties (in the form of key-value pairs) to the supplied environment.
addInterceptor(HandlerInterceptor) - 类 中的方法org.springframework.web.servlet.config.annotation.InterceptorRegistry
Adds the provided HandlerInterceptor.
addInterceptor(HandlerInterceptor) - 类 中的方法org.springframework.web.servlet.HandlerExecutionChain
 
addInterceptors(HandlerInterceptor...) - 类 中的方法org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Add interceptors mapped to all incoming requests.
addInterceptors(InterceptorRegistry) - 类 中的方法org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addInterceptors(InterceptorRegistry) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to add Spring MVC interceptors for pre- and post-processing of controller invocation.
addInterceptors(InterceptorRegistry) - 接口 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Add Spring MVC lifecycle interceptors for pre- and post-processing of controller method invocations.
addInterceptors(InterceptorRegistry) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
已过时。
Add Spring MVC lifecycle interceptors for pre- and post-processing of controller method invocations.
addInterceptors(HandlerInterceptor...) - 类 中的方法org.springframework.web.servlet.HandlerExecutionChain
 
addIntHeader(String, int) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
addJspFile(String, String) - 类 中的方法org.springframework.mock.web.MockServletContext
 
addKeyspaceSettings(KeyspaceConfiguration.KeyspaceSettings) - 类 中的方法org.springframework.data.redis.core.convert.KeyspaceConfiguration
addLast(E) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
addListener(AsyncListener) - 类 中的方法org.springframework.mock.web.MockAsyncContext
 
addListener(AsyncListener, ServletRequest, ServletResponse) - 类 中的方法org.springframework.mock.web.MockAsyncContext
 
addListener(Class<? extends EventListener>) - 类 中的方法org.springframework.mock.web.MockServletContext
 
addListener(String) - 类 中的方法org.springframework.mock.web.MockServletContext
 
addListener(T) - 类 中的方法org.springframework.mock.web.MockServletContext
 
addMappedInterceptors(String[], HandlerInterceptor...) - 类 中的方法org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Add interceptors mapped to a set of path patterns.
addMapping(String, MediaType) - 类 中的方法org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
Map an extension to a MediaType.
addMapping(String) - 类 中的方法org.springframework.web.servlet.config.annotation.CorsRegistry
Enable cross-origin request handling for the specified path pattern.
addMatchListener(ComparisonListener) - 类 中的方法org.xmlunit.diff.AbstractDifferenceEngine
 
addMatchListener(ComparisonListener) - 类 中的方法org.xmlunit.diff.ComparisonListenerSupport
Registers a listener that is notified of each comparison with outcome ComparisonResult.EQUAL.
addMatchListener(ComparisonListener) - 接口 中的方法org.xmlunit.diff.DifferenceEngine
Registers a listener that is notified of each comparison with outcome ComparisonResult.EQUAL.
addMediaType(String, MediaType) - 类 中的方法org.springframework.web.accept.ContentNegotiationManagerFactoryBean
addMediaTypes(Map<String, MediaType>) - 类 中的方法org.springframework.web.accept.ContentNegotiationManagerFactoryBean
addMessageListener(MessageListener, Collection<? extends Topic>) - 类 中的方法org.springframework.data.redis.listener.RedisMessageListenerContainer
Adds a message listener to the (potentially running) container.
addMessageListener(MessageListener, Topic) - 类 中的方法org.springframework.data.redis.listener.RedisMessageListenerContainer
Adds a message listener to the (potentially running) container.
addMethodResolver(MethodResolver) - 类 中的方法org.springframework.expression.spel.support.StandardEvaluationContext
 
addMimeType(String, MediaType) - 类 中的方法org.springframework.mock.web.MockServletContext
Adds a mime type mapping for use by MockServletContext.getMimeType(String).
addObject(String, Object) - 类 中的方法org.springframework.mock.jndi.ExpectedLookupTemplate
Add the given object to the list of JNDI objects that this template will expose.
addObject(String, Object) - 类 中的方法org.springframework.web.servlet.ModelAndView
Add an attribute to the model.
addObject(Object) - 类 中的方法org.springframework.web.servlet.ModelAndView
Add an attribute to the model using parameter name generation.
addObjectToArray(A[], O) - 类 中的静态方法org.springframework.util.ObjectUtils
Append the given object to the given array, returning a new array consisting of the input array contents plus the given object.
addOutputProperty(String, String) - 类 中的方法org.xmlunit.transform.Transformation
Add a named output property.
addParam(Param) - 接口 中的方法org.springframework.web.servlet.tags.ParamAware
Callback hook for nested spring:param tags to pass their value to the parent tag.
addParam(Param) - 类 中的方法org.springframework.web.servlet.tags.UrlTag
 
addParameter(SqlParameter) - 类 中的方法org.springframework.jdbc.core.CallableStatementCreatorFactory
Add a new declared parameter.
addParameter(SqlParameter) - 类 中的方法org.springframework.jdbc.core.PreparedStatementCreatorFactory
Add a new declared parameter.
addParameter(String, String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
Add a single value for the specified HTTP parameter.
addParameter(String, String...) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
Add an array of values for the specified HTTP parameter.
addParameter(String, Object) - 类 中的方法org.xmlunit.transform.Transformation
Add a named parameter.
addParameters(Map<String, ?>) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
Adds all provided parameters without replacing any existing values.
addPart(Part) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
addPartConverter(HttpMessageConverter<?>) - 类 中的方法org.springframework.http.converter.FormHttpMessageConverter
Add a message body converter.
addPathPatterns(String...) - 类 中的方法org.springframework.web.servlet.config.annotation.InterceptorRegistration
Add URL patterns to which the registered interceptor should apply to.
addPathPatterns(List<String>) - 类 中的方法org.springframework.web.servlet.config.annotation.InterceptorRegistration
addPlaceholderValue(String, String) - 类 中的方法org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
In a standalone setup there is no support for placeholder values embedded in request mappings.
addPopulators(DatabasePopulator...) - 类 中的方法org.springframework.jdbc.datasource.init.CompositeDatabasePopulator
Add one or more populators to the list of delegates.
addPreferredLocale(Locale) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
Add a new preferred locale, before any existing locales.
addPropertiesFilesToEnvironment(ConfigurableApplicationContext, String...) - 类 中的静态方法org.springframework.test.context.support.TestPropertySourceUtils
Add the Properties files from the given resource locations to the Environment of the supplied context.
addPropertiesFilesToEnvironment(ConfigurableEnvironment, ResourceLoader, String...) - 类 中的静态方法org.springframework.test.context.support.TestPropertySourceUtils
Add the Properties files from the given resource locations to the supplied environment.
addPropertyAccessor(PropertyAccessor) - 类 中的方法org.springframework.expression.spel.support.StandardEvaluationContext
 
addPropertyParameters(String, Class<?>...) - 类 中的方法org.yaml.snakeyaml.TypeDescription
Adds new substitute for property pName parameterized by classes to this TypeDescription.
addQueryCreationListener(QueryCreationListener<?>) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactorySupport
Adds a QueryCreationListener to the factory to plug in functionality triggered right after creation of RepositoryQuery instances.
addRedirectViewController(String, String) - 类 中的方法org.springframework.web.servlet.config.annotation.ViewControllerRegistry
Map a view controller to the given URL path (or pattern) in order to redirect to another URL.
addRepositoryProxyPostProcessor(RepositoryProxyPostProcessor) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactorySupport
Adds RepositoryProxyPostProcessors to the factory to allow manipulation of the ProxyFactory before the proxy gets created.
addRequiredProperty(String) - 类 中的方法org.springframework.web.filter.GenericFilterBean
Subclasses can invoke this method to specify that this property (which must match a JavaBean property they expose) is mandatory, and must be supplied as a config parameter.
addRequiredProperty(String) - 类 中的方法org.springframework.web.servlet.HttpServletBean
Subclasses can invoke this method to specify that this property (which must match a JavaBean property they expose) is mandatory, and must be supplied as a config parameter.
addResolver(HandlerMethodArgumentResolver) - 类 中的方法org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
addResolver(ResourceResolver) - 类 中的方法org.springframework.web.servlet.config.annotation.ResourceChainRegistration
Add a resource resolver to the chain.
addResolvers(HandlerMethodArgumentResolver...) - 类 中的方法org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
addResolvers(List<? extends HandlerMethodArgumentResolver>) - 类 中的方法org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
addResourceHandler(String...) - 类 中的方法org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
Add a resource handler for serving static resources based on the specified URL path patterns.
addResourceHandlers(ResourceHandlerRegistry) - 类 中的方法org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addResourceHandlers(ResourceHandlerRegistry) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to add resource handlers for serving static resources.
addResourceHandlers(ResourceHandlerRegistry) - 接口 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Add handlers to serve static resources such as images, js, and, css files from specific locations under web application root, the classpath, and others.
addResourceHandlers(ResourceHandlerRegistry) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
已过时。
Add handlers to serve static resources such as images, js, and, css files from specific locations under web application root, the classpath, and others.
addResourceLocations(String...) - 类 中的方法org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
Add one or more resource locations from which to serve static content.
addResourcePathToPackagePath(Class<?>, String) - 类 中的静态方法org.springframework.util.ClassUtils
Return a path suitable for use with ClassLoader.getResource (also suitable for use with Class.getResource by prepending a slash ('/') to the return value).
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - 类 中的方法org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Add custom HandlerMethodReturnValueHandlers in addition to the ones registered by default.
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - 接口 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Add handlers to support custom controller method return value types.
addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
已过时。
Add handlers to support custom controller method return value types.
addScript(String) - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Add an SQL script to execute to initialize or populate the database.
addScript(Resource) - 类 中的方法org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Add a script to execute to initialize or clean up the database.
addScripts(String...) - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Add multiple SQL scripts to execute to initialize or populate the database.
addScripts(Resource...) - 类 中的方法org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Add multiple scripts to execute to initialize or clean up the database.
addSentinel(RedisNode) - 类 中的方法org.springframework.data.redis.connection.RedisSentinelConfiguration
Add sentinel.
addServlet(String, String) - 类 中的方法org.springframework.mock.web.MockServletContext
 
addServlet(String, Servlet) - 类 中的方法org.springframework.mock.web.MockServletContext
 
addServlet(String, Class<? extends Servlet>) - 类 中的方法org.springframework.mock.web.MockServletContext
 
addShareableResource(String) - 类 中的方法org.springframework.jndi.support.SimpleJndiBeanFactory
Add the name of a shareable JNDI resource, which this factory is allowed to cache once obtained.
addSlots(RedisClusterNode, int...) - 接口 中的方法org.springframework.data.redis.core.ClusterOperations
Add slots to given node;
addSlots(RedisClusterNode, RedisClusterNode.SlotRange) - 接口 中的方法org.springframework.data.redis.core.ClusterOperations
Add slots in RedisClusterNode.SlotRange to given node.
addStaticAttribute(String, Object) - 类 中的方法org.springframework.web.servlet.view.AbstractView
Add static data to this view, exposed in each view.
addStatusCode(String, int) - 类 中的方法org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
An alternative to SimpleMappingExceptionResolver.setStatusCodes(Properties) for use with Java-based configuration.
addStatusController(String, HttpStatus) - 类 中的方法org.springframework.web.servlet.config.annotation.ViewControllerRegistry
Map a simple controller to the given URL path (or pattern) in order to set the response status to the given code without rendering a body.
addStringToArray(String[], String) - 类 中的静态方法org.springframework.util.StringUtils
Append the given String to the given String array, returning a new array consisting of the input array contents plus the given String.
addSuccessCallback(SuccessCallback<? super T>) - 类 中的方法org.springframework.util.concurrent.ListenableFutureCallbackRegistry
Add the given success callback to this registry.
addSuppressed(RuntimeException, Throwable) - 类 中的静态方法reactor.core.Exceptions
Safely suppress a Throwable on a RuntimeException.
addSuppressed(Throwable, Throwable) - 类 中的静态方法reactor.core.Exceptions
Safely suppress a Throwable on an original Throwable.
addTargetRequestParam(String, String) - 类 中的方法org.springframework.web.servlet.FlashMap
Provide a request parameter identifying the request for this FlashMap.
addTargetRequestParams(MultiValueMap<String, String>) - 类 中的方法org.springframework.web.servlet.FlashMap
Provide request parameters identifying the request for this FlashMap.
addThrowable(AtomicReferenceFieldUpdater<T, Throwable>, T, Throwable) - 类 中的静态方法reactor.core.Exceptions
Update an empty atomic reference with the given exception, or combine further added exceptions together as suppressed exceptions under a root Throwable with the "Multiple exceptions" message, if the atomic reference already holds one.
addTimeoutHandler(Runnable) - 接口 中的方法org.springframework.web.context.request.async.AsyncWebRequest
Add a handler to invoke when concurrent handling has timed out.
addTimeoutHandler(Runnable) - 类 中的方法org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
addTo(InternetAddress) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
 
addTo(String, String) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
 
addToEnvironment(String, Object) - 类 中的方法org.springframework.mock.jndi.SimpleNamingContext
 
addTransactionalMethod(String, TransactionAttribute) - 类 中的方法org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Add an attribute for a transactional method.
addTransactionalMethod(Class<?>, String, TransactionAttribute) - 类 中的方法org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Add an attribute for a transactional method.
addTransactionalMethod(Method, TransactionAttribute) - 类 中的方法org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Add an attribute for a transactional method.
addTransactionalMethod(String, TransactionAttribute) - 类 中的方法org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
Add an attribute for a transactional method.
addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - 接口 中的方法org.springframework.instrument.classloading.LoadTimeWeaver
Add a ClassFileTransformer to be applied by this LoadTimeWeaver.
addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.instrument.classloading.ShadowingClassLoader
Add the given ClassFileTransformer to the list of transformers that this ClassLoader will apply.
addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.instrument.classloading.SimpleInstrumentableClassLoader
Add a ClassFileTransformer to be applied by this ClassLoader.
addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.instrument.classloading.SimpleLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.instrument.classloading.WeavingTransformer
Add a class file transformer to be applied by this weaver.
addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
 
addTransformer(ClassFileTransformer) - 类 中的方法org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
 
addTransformer(ResourceTransformer) - 类 中的方法org.springframework.web.servlet.config.annotation.ResourceChainRegistration
Add a resource transformer to the chain.
addTriggerTask(Runnable, Trigger) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a Runnable task to be triggered per the given Trigger.
addTriggerTask(TriggerTask) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Add a TriggerTask.
addTypeDescription(TypeDescription) - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
Make YAML aware how to parse a custom Class.
addTypeDescription(TypeDescription) - 类 中的方法org.yaml.snakeyaml.representer.Representer
 
addTypeDescription(TypeDescription) - 类 中的方法org.yaml.snakeyaml.Yaml
 
addUrlTransformer(Function<String, String>) - 类 中的方法org.springframework.web.server.adapter.DefaultServerWebExchange
 
addUrlTransformer(Function<String, String>) - 接口 中的方法org.springframework.web.server.ServerWebExchange
Register an additional URL transformation function for use with ServerWebExchange.transformUrl(java.lang.String).
addUrlTransformer(Function<String, String>) - 类 中的方法org.springframework.web.server.ServerWebExchangeDecorator
 
addUserRole(String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
addValidators(Validator...) - 类 中的方法org.springframework.validation.DataBinder
Add Validators to apply after each binding step.
addValue(String, Object) - 类 中的方法org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Add a parameter to this parameter source.
addValue(String, Object, int) - 类 中的方法org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Add a parameter to this parameter source.
addValue(String, Object, int, String) - 类 中的方法org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Add a parameter to this parameter source.
addValues(Map<String, ?>) - 类 中的方法org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Add a Map of parameters to this parameter source.
addVersion(String, String) - 类 中的方法org.springframework.web.servlet.resource.AbstractVersionStrategy
 
addVersion(String, String) - 类 中的方法org.springframework.web.servlet.resource.AbstractVersionStrategy.FileNameVersionPathStrategy
 
addVersion(String, String) - 类 中的方法org.springframework.web.servlet.resource.AbstractVersionStrategy.PrefixVersionPathStrategy
 
addVersion(String, String) - 接口 中的方法org.springframework.web.servlet.resource.VersionPathStrategy
Add a version to the given request path.
addVersionStrategy(VersionStrategy, String...) - 类 中的方法org.springframework.web.servlet.resource.VersionResourceResolver
Register a custom VersionStrategy to apply to resource URLs that match the given path patterns.
addViewController(String) - 类 中的方法org.springframework.web.servlet.config.annotation.ViewControllerRegistry
Map a view controller to the given URL path (or pattern) in order to render a response with a pre-configured status code and view.
addViewControllers(ViewControllerRegistry) - 类 中的方法org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
addViewControllers(ViewControllerRegistry) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to add view controllers.
addViewControllers(ViewControllerRegistry) - 接口 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure simple automated controllers pre-configured with the response status code and/or a view to render the response body.
addViewControllers(ViewControllerRegistry) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
已过时。
Configure simple automated controllers pre-configured with the response status code and/or a view to render the response body.
addWebRequestInterceptor(WebRequestInterceptor) - 类 中的方法org.springframework.web.servlet.config.annotation.InterceptorRegistry
Adds the provided WebRequestInterceptor.
after(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.LInsertCommand
Applies the after pivot.
afterAccess() - 类 中的方法org.springframework.util.ConcurrencyThrottleSupport
To be invoked after the main execution logic of concrete subclasses.
afterAll(ExtensionContext) - 类 中的方法org.springframework.test.context.junit.jupiter.SpringExtension
afterBodyRead(Object, HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - 接口 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdvice
Invoked third (and last) after the request body is converted to an Object.
afterBodyRead(Object, HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdviceAdapter
The default implementation returns the body that was passed in.
afterCommit() - 类 中的方法org.springframework.transaction.support.ResourceHolderSynchronization
 
afterCommit() - 接口 中的方法org.springframework.transaction.support.TransactionSynchronization
Invoked after transaction commit.
afterCommit() - 类 中的方法org.springframework.transaction.support.TransactionSynchronizationAdapter
 
afterCompletion(int) - 类 中的方法org.springframework.transaction.jta.JtaAfterCompletionSynchronization
 
afterCompletion(int) - 类 中的方法org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
JTA afterCompletion callback: invoked after commit/rollback.
afterCompletion(int) - 类 中的方法org.springframework.transaction.support.ResourceHolderSynchronization
 
afterCompletion(int) - 接口 中的方法org.springframework.transaction.support.TransactionSynchronization
Invoked after transaction commit/rollback.
afterCompletion(int) - 类 中的方法org.springframework.transaction.support.TransactionSynchronizationAdapter
 
afterCompletion(NativeWebRequest, Callable<T>) - 接口 中的方法org.springframework.web.context.request.async.CallableProcessingInterceptor
Invoked from a container thread when async processing completes for any reason including timeout or network error.
afterCompletion(NativeWebRequest, Callable<T>) - 类 中的方法org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
已过时。
 
afterCompletion(NativeWebRequest, DeferredResult<T>) - 接口 中的方法org.springframework.web.context.request.async.DeferredResultProcessingInterceptor
Invoked from a container thread when an async request completed for any reason including timeout and network error.
afterCompletion(NativeWebRequest, DeferredResult<T>) - 类 中的方法org.springframework.web.context.request.async.DeferredResultProcessingInterceptorAdapter
已过时。
This implementation is empty.
afterCompletion(WebRequest, Exception) - 接口 中的方法org.springframework.web.context.request.WebRequestInterceptor
Callback after completion of request processing, that is, after rendering the view.
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法org.springframework.web.servlet.handler.HandlerInterceptorAdapter
This implementation is empty.
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法org.springframework.web.servlet.handler.MappedInterceptor
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法org.springframework.web.servlet.handler.WebRequestHandlerInterceptorAdapter
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - 接口 中的方法org.springframework.web.servlet.HandlerInterceptor
Callback after completion of request processing, that is, after rendering the view.
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法org.springframework.web.servlet.mvc.WebContentInterceptor
This implementation is empty.
afterConcurrentHandlingStarted(WebRequest) - 接口 中的方法org.springframework.web.context.request.AsyncWebRequestInterceptor
Called instead of postHandle and afterCompletion, when the handler started handling the request concurrently.
afterConcurrentHandlingStarted(HttpServletRequest, HttpServletResponse, Object) - 接口 中的方法org.springframework.web.servlet.AsyncHandlerInterceptor
Called instead of postHandle and afterCompletion when the handler is being executed concurrently.
afterConcurrentHandlingStarted(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.handler.HandlerInterceptorAdapter
This implementation is empty.
afterConcurrentHandlingStarted(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.handler.WebRequestHandlerInterceptorAdapter
 
afterConfigureAdded(WebTestClient.MockServerSpec<?>) - 接口 中的方法org.springframework.test.web.reactive.server.MockServerConfigurer
Invoked immediately, i.e. before this method returns.
afterConfigurerAdded(WebTestClient.Builder, WebHttpHandlerBuilder, ClientHttpConnector) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClientConfigurer
Invoked once only, immediately (i.e. before this method returns).
afterConfigurerAdded(ConfigurableMockMvcBuilder<?>) - 接口 中的方法org.springframework.test.web.servlet.setup.MockMvcConfigurer
afterConfigurerAdded(ConfigurableMockMvcBuilder<?>) - 类 中的方法org.springframework.test.web.servlet.setup.MockMvcConfigurerAdapter
 
afterConfigurerAdded(ConfigurableMockMvcBuilder<?>) - 类 中的方法org.springframework.test.web.servlet.setup.SharedHttpSessionConfigurer
 
afterDelivery() - 类 中的方法org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
This afterDelivery implementation resets the thread context ClassLoader and completes the transaction, if any.
afterEach(ExtensionContext) - 类 中的方法org.springframework.test.context.junit.jupiter.SpringExtension
afterExpectationsDeclared() - 类 中的方法org.springframework.test.web.client.AbstractRequestExpectationManager
Invoked at the time of the first actual request, which effectively means the expectations declaration phase is over.
afterExpectationsDeclared() - 类 中的方法org.springframework.test.web.client.SimpleRequestExpectationManager
 
afterExpectationsDeclared() - 类 中的方法org.springframework.test.web.client.UnorderedRequestExpectationManager
 
afterLast() - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
afterLast() - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Move the cursor to the end of this row set.
afterPhase(PhaseEvent) - 类 中的方法org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
 
afterPropertiesSet() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
 
afterPropertiesSet() - 类 中的方法org.springframework.data.redis.connection.lettuce.DefaultLettucePool
已过时。
 
afterPropertiesSet() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
 
afterPropertiesSet() - 类 中的方法org.springframework.data.redis.core.convert.MappingRedisConverter
 
afterPropertiesSet() - 类 中的方法org.springframework.data.redis.core.RedisAccessor
 
afterPropertiesSet() - 类 中的方法org.springframework.data.redis.core.RedisKeyValueAdapter
 
afterPropertiesSet() - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
afterPropertiesSet() - 类 中的方法org.springframework.data.redis.core.script.DefaultRedisScript
 
afterPropertiesSet() - 类 中的方法org.springframework.data.redis.listener.adapter.MessageListenerAdapter
 
afterPropertiesSet() - 类 中的方法org.springframework.data.redis.listener.KeyspaceEventMessageListener
 
afterPropertiesSet() - 类 中的方法org.springframework.data.redis.listener.RedisMessageListenerContainer
 
afterPropertiesSet() - 类 中的方法org.springframework.data.redis.serializer.OxmSerializer
 
afterPropertiesSet() - 类 中的方法org.springframework.data.redis.support.collections.RedisCollectionFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
 
afterPropertiesSet() - 类 中的方法org.springframework.data.repository.core.support.RepositoryFragmentsFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.data.repository.init.AbstractRepositoryPopulatorFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.data.repository.init.UnmarshallerRepositoryPopulatorFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Fetches EJB home on startup, if necessary.
afterPropertiesSet() - 类 中的方法org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.format.support.FormattingConversionServiceFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
已过时。
 
afterPropertiesSet() - 类 中的方法org.springframework.http.client.Netty4ClientHttpRequestFactory
已过时。
 
afterPropertiesSet() - 类 中的方法org.springframework.http.client.support.ProxyFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.http.converter.json.GsonFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.jca.cci.connection.CciLocalTransactionManager
 
afterPropertiesSet() - 类 中的方法org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
afterPropertiesSet() - 类 中的方法org.springframework.jca.cci.connection.SingleConnectionFactory
Make sure a Connection or ConnectionFactory has been set.
afterPropertiesSet() - 类 中的方法org.springframework.jca.cci.core.CciTemplate
 
afterPropertiesSet() - 类 中的方法org.springframework.jca.cci.object.EisOperation
 
afterPropertiesSet() - 类 中的方法org.springframework.jca.endpoint.GenericMessageEndpointManager
Prepares the message endpoint, and automatically activates it if the "autoStartup" flag is set to "true".
afterPropertiesSet() - 类 中的方法org.springframework.jca.support.LocalConnectionFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.jca.support.ResourceAdapterFactoryBean
Builds the BootstrapContext and starts the ResourceAdapter with it.
afterPropertiesSet() - 类 中的方法org.springframework.jca.work.WorkManagerTaskExecutor
 
afterPropertiesSet() - 类 中的方法org.springframework.jdbc.datasource.DataSourceTransactionManager
 
afterPropertiesSet() - 类 中的方法org.springframework.jdbc.datasource.DelegatingDataSource
 
afterPropertiesSet() - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.jdbc.datasource.init.DataSourceInitializer
Use the database populator to set up the database.
afterPropertiesSet() - 类 中的方法org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
 
afterPropertiesSet() - 类 中的方法org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
afterPropertiesSet() - 类 中的方法org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
Checks that the specified 'targetDataSource' actually is a WebSphere WSDataSource.
afterPropertiesSet() - 类 中的方法org.springframework.jdbc.object.GenericSqlQuery
 
afterPropertiesSet() - 类 中的方法org.springframework.jdbc.object.RdbmsOperation
Ensures compilation if used in a bean factory.
afterPropertiesSet() - 类 中的方法org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistrar
 
afterPropertiesSet() - 类 中的方法org.springframework.jdbc.support.DatabaseStartupValidator
Check whether the validation query can be executed on a Connection from the specified DataSource, with the specified interval between checks, until the specified timeout.
afterPropertiesSet() - 类 中的方法org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
 
afterPropertiesSet() - 类 中的方法org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
 
afterPropertiesSet() - 类 中的方法org.springframework.jdbc.support.JdbcAccessor
Eagerly initialize the exception translator, if demanded, creating a default one for the specified DataSource if none set.
afterPropertiesSet() - 类 中的方法org.springframework.jmx.access.MBeanClientInterceptor
Prepares the MBeanServerConnection if the "connectOnStartup" is turned on (which it is by default).
afterPropertiesSet() - 类 中的方法org.springframework.jmx.access.MBeanProxyFactoryBean
Checks that the proxyInterface has been specified and then generates the proxy for the target MBean.
afterPropertiesSet() - 类 中的方法org.springframework.jmx.access.NotificationListenerRegistrar
 
afterPropertiesSet() - 类 中的方法org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
 
afterPropertiesSet() - 类 中的方法org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
 
afterPropertiesSet() - 类 中的方法org.springframework.jmx.export.MBeanExporter
 
afterPropertiesSet() - 类 中的方法org.springframework.jmx.export.naming.KeyNamingStrategy
Merges the Properties configured in the mappings and mappingLocations into the final Properties instance used for ObjectName resolution.
afterPropertiesSet() - 类 中的方法org.springframework.jmx.export.naming.MetadataNamingStrategy
 
afterPropertiesSet() - 类 中的方法org.springframework.jmx.export.NotificationListenerBean
 
afterPropertiesSet() - 类 中的方法org.springframework.jmx.support.ConnectorServerFactoryBean
Start the connector server.
afterPropertiesSet() - 类 中的方法org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Creates a JMXConnector for the given settings and exposes the associated MBeanServerConnection.
afterPropertiesSet() - 类 中的方法org.springframework.jmx.support.MBeanServerFactoryBean
Creates the MBeanServer instance.
afterPropertiesSet() - 类 中的方法org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.jndi.JndiObjectFactoryBean
Look up the JNDI object and store it.
afterPropertiesSet() - 类 中的方法org.springframework.jndi.JndiObjectLocator
 
afterPropertiesSet() - 类 中的方法org.springframework.jndi.JndiObjectTargetSource
 
afterPropertiesSet() - 类 中的方法org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Creates the final merged mapping set.
afterPropertiesSet() - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
 
afterPropertiesSet() - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
 
afterPropertiesSet() - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
 
afterPropertiesSet() - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.caucho.HessianClientInterceptor
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.caucho.HessianExporter
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.caucho.HessianProxyFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Immediately publish all endpoints when fully configured.
afterPropertiesSet() - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.rmi.JndiRmiClientInterceptor
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.rmi.JndiRmiServiceExporter
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.rmi.RmiClientInterceptor
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.rmi.RmiProxyFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.remoting.support.UrlBasedRemoteAccessor
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.commonj.TimerManagerAccessor
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.commonj.TimerManagerFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.commonj.WorkManagerTaskExecutor
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
Calls initialize() after the container applied all property values.
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Calls ScheduledTaskRegistrar.scheduleTasks() at bean construction time.
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.config.TaskExecutorFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.quartz.JobDetailFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.quartz.SchedulerAccessorBean
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.quartz.SchedulerFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.scheduling.support.MethodInvokingRunnable
 
afterPropertiesSet() - 类 中的方法org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Eagerly initializes the specified "methodMap", if any.
afterPropertiesSet() - 类 中的方法org.springframework.transaction.interceptor.TransactionAspectSupport
Check that required properties were set.
afterPropertiesSet() - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Initialize the UserTransaction as well as the TransactionManager handle.
afterPropertiesSet() - 类 中的方法org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
afterPropertiesSet() - 类 中的方法org.springframework.transaction.jta.WebSphereUowTransactionManager
 
afterPropertiesSet() - 类 中的方法org.springframework.transaction.support.TransactionTemplate
 
afterPropertiesSet() - 类 中的方法org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.validation.beanvalidation.BeanValidationPostProcessor
 
afterPropertiesSet() - 类 中的方法org.springframework.validation.beanvalidation.CustomValidatorBean
 
afterPropertiesSet() - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.validation.beanvalidation.MethodValidationPostProcessor
 
afterPropertiesSet() - 类 中的方法org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
afterPropertiesSet() - 类 中的方法org.springframework.web.filter.GenericFilterBean
Calls the initFilterBean() method that might contain custom initialization of a subclass.
afterPropertiesSet() - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Detects handler methods at initialization.
afterPropertiesSet() - 类 中的方法org.springframework.web.servlet.handler.HandlerMappingIntrospector
 
afterPropertiesSet() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 
afterPropertiesSet() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
afterPropertiesSet() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
 
afterPropertiesSet() - 类 中的方法org.springframework.web.servlet.mvc.ServletWrappingController
Initialize the wrapped Servlet instance.
afterPropertiesSet() - 类 中的方法org.springframework.web.servlet.resource.ResourceHttpRequestHandler
 
afterPropertiesSet() - 类 中的方法org.springframework.web.servlet.view.AbstractUrlBasedView
 
afterPropertiesSet() - 类 中的方法org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
afterPropertiesSet() - 类 中的方法org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
Initialize FreeMarkerConfigurationFactory's Configuration if not overridden by a preconfigured FreeMarker Configuation.
afterPropertiesSet() - 类 中的方法org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
 
afterPropertiesSet() - 类 中的方法org.springframework.web.servlet.view.ResourceBundleViewResolver
Eagerly initialize Locales if necessary.
afterPropertiesSet() - 类 中的方法org.springframework.web.servlet.view.tiles3.TilesConfigurer
Creates and exposes a TilesContainer for this web application, delegating to the TilesInitializer.
afterPropertiesSet() - 类 中的方法org.springframework.web.servlet.view.tiles3.TilesView
 
afterPropertiesSet() - 类 中的方法org.springframework.web.servlet.view.ViewResolverComposite
 
afterPropertiesSet() - 类 中的方法org.springframework.web.servlet.view.XmlViewResolver
Pre-initialize the factory from the XML file.
afterRequest(HttpServletRequest, String) - 类 中的方法org.springframework.web.filter.AbstractRequestLoggingFilter
Concrete subclasses should implement this method to write a log message after the request is processed.
afterRequest(HttpServletRequest, String) - 类 中的方法org.springframework.web.filter.CommonsRequestLoggingFilter
Writes a log message after the request is processed.
afterRequest(HttpServletRequest, String) - 类 中的方法org.springframework.web.filter.ServletContextRequestLoggingFilter
Writes a log message after the request is processed.
afterSingletonsInstantiated() - 类 中的方法org.springframework.jmx.export.MBeanExporter
Kick off bean registration automatically after the regular singleton instantiation phase.
afterSingletonsInstantiated() - 类 中的方法org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
afterSingletonsInstantiated() - 类 中的方法org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
 
afterTestClass(TestContext) - 类 中的方法org.springframework.test.context.support.DirtiesContextTestExecutionListener
If the test class of the supplied test context is annotated with @DirtiesContext and the class mode is set to AFTER_CLASS, the application context of the test context will be marked as dirty, and the REINJECT_DEPENDENCIES_ATTRIBUTE in the test context will be set to true.
afterTestClass() - 类 中的方法org.springframework.test.context.TestContextManager
Hook for post-processing a test class after execution of all tests within the class.
afterTestClass(TestContext) - 接口 中的方法org.springframework.test.context.TestExecutionListener
Post-processes a test class after execution of all tests within the class.
afterTestExecution(ExtensionContext) - 类 中的方法org.springframework.test.context.junit.jupiter.SpringExtension
afterTestExecution(Object, Method, Throwable) - 类 中的方法org.springframework.test.context.TestContextManager
Hook for post-processing a test immediately after execution of the test method in the supplied test context — for example, for timing or logging purposes.
afterTestExecution(TestContext) - 接口 中的方法org.springframework.test.context.TestExecutionListener
Post-processes a test immediately after execution of the test method in the supplied test context — for example, for timing or logging purposes.
afterTestMethod(TestContext) - 类 中的方法org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener
Execute SQL scripts configured via @Sql for the supplied TestContext after the current test method.
afterTestMethod(TestContext) - 类 中的方法org.springframework.test.context.support.DirtiesContextTestExecutionListener
If the current test method of the supplied test context is annotated with @DirtiesContext and the method mode is set to AFTER_METHOD, or if the test class is annotated with @DirtiesContext and the class mode is set to AFTER_EACH_TEST_METHOD, the application context of the test context will be marked as dirty and the REINJECT_DEPENDENCIES_ATTRIBUTE in the test context will be set to true.
afterTestMethod(Object, Method, Throwable) - 类 中的方法org.springframework.test.context.TestContextManager
Hook for post-processing a test after execution of after lifecycle callbacks of the underlying test framework — for example, tearing down test fixtures, ending a transaction, etc.
afterTestMethod(TestContext) - 接口 中的方法org.springframework.test.context.TestExecutionListener
Post-processes a test after execution of after lifecycle callbacks of the underlying test framework — for example, by tearing down test fixtures.
afterTestMethod(TestContext) - 类 中的方法org.springframework.test.context.transaction.TransactionalTestExecutionListener
If a transaction is currently active for the supplied test context, this method will end the transaction and run @AfterTransaction methods.
afterTestMethod(TestContext) - 类 中的方法org.springframework.test.context.web.ServletTestExecutionListener
If the ServletTestExecutionListener.RESET_REQUEST_CONTEXT_HOLDER_ATTRIBUTE in the supplied TestContext has a value of Boolean.TRUE, this method will (1) clean up thread-local state after each test method by resetting Spring Web's RequestContextHolder and (2) ensure that new mocks are injected into the test instance for subsequent tests by setting the DependencyInjectionTestExecutionListener.REINJECT_DEPENDENCIES_ATTRIBUTE in the test context to true.
AfterTransaction - org.springframework.test.context.transaction中的注释类型
Test annotation which indicates that the annotated void method should be executed after a transaction is ended for a test method configured to run within a transaction via Spring's @Transactional annotation.
AGE - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Age header field name.
aggregateUsing(RedisZSetCommands.Aggregate) - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZInterStoreCommand
Applies a specific RedisZSetCommands.Aggregate function.
aggregateUsing(RedisZSetCommands.Aggregate) - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZUnionStoreCommand
Applies a specific RedisZSetCommands.Aggregate function.
alert() - 类 中的静态方法reactor.util.concurrent.WaitStrategy
Throw an Alert signal exception (singleton) that can be checked against WaitStrategy.isAlert(Throwable)
AliasEvent - org.yaml.snakeyaml.events中的类
Marks the inclusion of a previously anchored node.
AliasEvent(String, Mark, Mark) - 类 的构造器org.yaml.snakeyaml.events.AliasEvent
 
AliasToken - org.yaml.snakeyaml.tokens中的类
 
AliasToken(String, Mark, Mark) - 类 的构造器org.yaml.snakeyaml.tokens.AliasToken
 
all() - 类 中的静态方法org.springframework.data.redis.connection.ReactiveListCommands.LRemCommand
Creates a new ReactiveListCommands.LRemCommand to delete all values.
ALL - 类 中的静态变量org.springframework.expression.spel.ast.Selection
 
ALL - 类 中的静态变量org.springframework.http.MediaType
Public constant media type that includes all media ranges (i.e. "*/*").
ALL - 类 中的静态变量org.springframework.util.MimeTypeUtils
Public constant mime type that includes all media ranges (i.e. "*/*").
ALL - 类 中的静态变量org.springframework.web.cors.CorsConfiguration
Wildcard representing all origins, methods, or headers.
all(Iterable<T>, Predicate<? super T>) - 类 中的静态方法org.xmlunit.util.Linqy
Determines whether a given predicate holds true for all elements.
all(Predicate<? super T>) - 类 中的方法reactor.core.publisher.Flux
Emit a single boolean true if all values of this sequence match the Predicate.
ALL_KEYWORDS - 枚举 中的静态变量org.springframework.data.repository.query.parser.Part.Type
 
ALL_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.ALL.
ALL_VALUE - 类 中的静态变量org.springframework.util.MimeTypeUtils
A String equivalent of MimeTypeUtils.ALL.
AllEncompassingFormHttpMessageConverter - org.springframework.http.converter.support中的类
Extension of FormHttpMessageConverter, adding support for XML and JSON-based parts.
AllEncompassingFormHttpMessageConverter() - 类 的构造器org.springframework.http.converter.support.AllEncompassingFormHttpMessageConverter
 
ALLOW - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Allow header field name.
allow(HttpMethod...) - 接口 中的方法org.springframework.http.ResponseEntity.HeadersBuilder
Set the set of allowed HTTP methods, as specified by the Allow header.
allowBlock - 类 中的变量org.yaml.snakeyaml.emitter.ScalarAnalysis
 
allowBlockPlain - 类 中的变量org.yaml.snakeyaml.emitter.ScalarAnalysis
 
allowCredentials(boolean) - 类 中的方法org.springframework.web.servlet.config.annotation.CorsRegistration
Whether the browser should send credentials, such as cookies along with cross domain requests, to the annotated endpoint.
allowedHeaders(String...) - 类 中的方法org.springframework.web.servlet.config.annotation.CorsRegistration
Set the list of headers that a preflight request can list as allowed for use during an actual request.
allowedMethods(String...) - 类 中的方法org.springframework.web.servlet.config.annotation.CorsRegistration
Set the HTTP methods to allow, e.g.
allowedOrigins(String...) - 类 中的方法org.springframework.web.servlet.config.annotation.CorsRegistration
The list of allowed origins that be specific origins, e.g.
allowFlowPlain - 类 中的变量org.yaml.snakeyaml.emitter.ScalarAnalysis
 
allowPublicMethodsOnly() - 类 中的方法org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
By default, only public methods can be made transactional.
allowPublicMethodsOnly() - 类 中的方法org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
Should only public methods be allowed to have transactional semantics?
allowSingleQuoted - 类 中的变量org.yaml.snakeyaml.emitter.ScalarAnalysis
 
allowsUnusedParameters() - 类 中的方法org.springframework.jdbc.object.RdbmsOperation
Return whether this operation accepts additional parameters that are given but not actually used.
allowsUnusedParameters() - 类 中的方法org.springframework.jdbc.object.StoredProcedure
StoredProcedure parameter Maps are by default allowed to contain additional entries that are not actually used as parameters.
allSupportedMediaTypes - 类 中的变量org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
 
alpha() - 类 中的方法org.springframework.data.redis.connection.DefaultSortParameters
 
ALPHA - 类 中的静态变量org.yaml.snakeyaml.scanner.Constant
 
alphabetical(boolean) - 接口 中的方法org.springframework.data.redis.core.query.SortCriterion
 
ALREADY_FILTERED_SUFFIX - 类 中的静态变量org.springframework.web.filter.OncePerRequestFilter
Suffix that gets appended to the filter name for the "already filtered" request attribute.
ALT_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.InputTag
 
AlternativeJdkIdGenerator - org.springframework.util中的类
An IdGenerator that uses SecureRandom for the initial seed and Random thereafter, instead of calling UUID.randomUUID() every time as JdkIdGenerator does.
AlternativeJdkIdGenerator() - 类 的构造器org.springframework.util.AlternativeJdkIdGenerator
 
alwaysDo(ResultHandler) - 类 中的方法org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
alwaysDo(ResultHandler) - 接口 中的方法org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
Define a global action that should always be applied to every response.
alwaysExpect(ResultMatcher) - 类 中的方法org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
alwaysExpect(ResultMatcher) - 接口 中的方法org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
Define a global expectation that should always be applied to every response.
alwaysUseMockMvc() - 类 中的方法org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
Specify that MockMvc should always be used regardless of what the request looks like.
AnchorGenerator - org.yaml.snakeyaml.serializer中的接口
 
AnchorNode - org.yaml.snakeyaml.nodes中的类
 
AnchorNode(Node) - 类 的构造器org.yaml.snakeyaml.nodes.AnchorNode
 
AnchorToken - org.yaml.snakeyaml.tokens中的类
 
AnchorToken(String, Mark, Mark) - 类 的构造器org.yaml.snakeyaml.tokens.AnchorToken
 
and() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
 
and() - 接口 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration.JedisPoolingClientConfigurationBuilder
and() - 接口 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration.JedisSslClientConfigurationBuilder
and() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.LettuceSslClientConfigurationBuilder
and() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettucePoolingClientConfiguration.LettucePoolingSslClientConfigurationBuilder
 
and(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoDistCommand
Applies the to member.
and(Part, RedisOperationChain, Iterator<Object>) - 类 中的方法org.springframework.data.redis.repository.query.RedisQueryCreator
 
and(MethodLookup) - 接口 中的方法org.springframework.data.repository.core.support.MethodLookup
Returns a composed MethodLookup that represents a concatenation of this predicate and another.
and(Part, S, Iterator<Object>) - 类 中的方法org.springframework.data.repository.query.parser.AbstractQueryCreator
Creates a new criteria object from the given part and and-concatenates it to the given base criteria.
and(ElementSelector...) - 类 中的静态方法org.xmlunit.diff.ElementSelectors
Accepts two elements if all of the given ElementSelectors do.
and(Publisher<?>) - 类 中的方法reactor.core.publisher.Mono
Join the termination signals from this mono and another source into the returned void mono
andDo(ResultHandler) - 接口 中的方法org.springframework.test.web.servlet.ResultActions
Perform a general action.
andExpect(RequestMatcher) - 类 中的方法org.springframework.test.web.client.DefaultRequestExpectation
 
andExpect(RequestMatcher) - 接口 中的方法org.springframework.test.web.client.ResponseActions
Add a request expectation.
andExpect(ResultMatcher) - 接口 中的方法org.springframework.test.web.servlet.ResultActions
Perform an expectation.
andIfTrueThen(boolean, AbstractDifferenceEngine.DeferredComparison) - 类 中的方法org.xmlunit.diff.AbstractDifferenceEngine.ComparisonState
 
andIfTrueThen(boolean, Comparison) - 类 中的方法org.xmlunit.diff.AbstractDifferenceEngine.ComparisonState
 
andRespond(ResponseCreator) - 类 中的方法org.springframework.test.web.client.DefaultRequestExpectation
 
andRespond(ResponseCreator) - 接口 中的方法org.springframework.test.web.client.ResponseActions
Define the response.
andReturn() - 接口 中的方法org.springframework.test.web.servlet.ResultActions
Return the result of the executed request for direct access to the results.
andSaveAs(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveStringCommands.BitOpCommand
Applies the key to store the result at.
andThen(AbstractDifferenceEngine.DeferredComparison) - 类 中的方法org.xmlunit.diff.AbstractDifferenceEngine.ComparisonState
 
andThen(Comparison) - 类 中的方法org.xmlunit.diff.AbstractDifferenceEngine.ComparisonState
 
AnnotatedTypeScanner - org.springframework.data.util中的类
Scanner to find types with annotations on the classpath.
AnnotatedTypeScanner(Class<? extends Annotation>...) - 类 的构造器org.springframework.data.util.AnnotatedTypeScanner
Creates a new AnnotatedTypeScanner for the given annotation types.
AnnotatedTypeScanner(boolean, Class<? extends Annotation>...) - 类 的构造器org.springframework.data.util.AnnotatedTypeScanner
Creates a new AnnotatedTypeScanner for the given annotation types.
AnnotationAsyncExecutionInterceptor - org.springframework.scheduling.annotation中的类
Specialization of AsyncExecutionInterceptor that delegates method execution to an Executor based on the Async annotation.
AnnotationAsyncExecutionInterceptor(Executor) - 类 的构造器org.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptor
Create a new AnnotationAsyncExecutionInterceptor with the given executor and a simple AsyncUncaughtExceptionHandler.
AnnotationAsyncExecutionInterceptor(Executor, AsyncUncaughtExceptionHandler) - 类 的构造器org.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptor
Create a new AnnotationAsyncExecutionInterceptor with the given executor.
AnnotationConfigContextLoader - org.springframework.test.context.support中的类
Concrete implementation of AbstractGenericContextLoader that loads bean definitions from annotated classes.
AnnotationConfigContextLoader() - 类 的构造器org.springframework.test.context.support.AnnotationConfigContextLoader
 
AnnotationConfigContextLoaderUtils - org.springframework.test.context.support中的类
Utility methods for SmartContextLoaders that deal with annotated classes (e.g., @Configuration classes).
AnnotationConfigContextLoaderUtils() - 类 的构造器org.springframework.test.context.support.AnnotationConfigContextLoaderUtils
 
AnnotationConfigWebApplicationContext - org.springframework.web.context.support中的类
WebApplicationContext implementation which accepts annotated classes as input - in particular @Configuration-annotated classes, but also plain @Component classes and JSR-330 compliant classes using javax.inject annotations.
AnnotationConfigWebApplicationContext() - 类 的构造器org.springframework.web.context.support.AnnotationConfigWebApplicationContext
 
AnnotationConfigWebContextLoader - org.springframework.test.context.web中的类
Concrete implementation of AbstractGenericWebContextLoader that loads bean definitions from annotated classes.
AnnotationConfigWebContextLoader() - 类 的构造器org.springframework.test.context.web.AnnotationConfigWebContextLoader
 
AnnotationDescriptor(Class<?>, T) - 类 的构造器org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
 
AnnotationDescriptor(Class<?>, Class<?>, Annotation, T) - 类 的构造器org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
 
AnnotationDetectionFieldCallback - org.springframework.data.util中的类
A ReflectionUtils.FieldCallback that will inspect each field for a given annotation.
AnnotationDetectionFieldCallback(Class<? extends Annotation>) - 类 的构造器org.springframework.data.util.AnnotationDetectionFieldCallback
Creates a new AnnotationDetectionFieldCallback scanning for an annotation of the given type.
AnnotationDetectionMethodCallback<A extends Annotation> - org.springframework.data.util中的类
ReflectionUtils.MethodCallback to find annotations of a given type.
AnnotationDetectionMethodCallback(Class<A>) - 类 的构造器org.springframework.data.util.AnnotationDetectionMethodCallback
Creates a new AnnotationDetectionMethodCallback for the given annotation type.
AnnotationDetectionMethodCallback(Class<A>, boolean) - 类 的构造器org.springframework.data.util.AnnotationDetectionMethodCallback
Creates a new AnnotationDetectionMethodCallback for the given annotation type.
AnnotationDrivenBeanDefinitionParser - org.springframework.scheduling.config中的类
Parser for the 'annotation-driven' element of the 'task' namespace.
AnnotationDrivenBeanDefinitionParser() - 类 的构造器org.springframework.scheduling.config.AnnotationDrivenBeanDefinitionParser
 
annotationDrivenTransactionManager() - 接口 中的方法org.springframework.transaction.annotation.TransactionManagementConfigurer
Return the default transaction manager bean to use for annotation-driven database transaction management, i.e. when processing @Transactional methods.
AnnotationFieldFilter() - 类 的构造器org.springframework.data.util.ReflectionUtils.AnnotationFieldFilter
 
AnnotationFormatterFactory<A extends Annotation> - org.springframework.format中的接口
A factory that creates formatters to format values of fields annotated with a particular Annotation.
annotationIntrospector(AnnotationIntrospector) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Set an AnnotationIntrospector for both serialization and deserialization.
AnnotationJmxAttributeSource - org.springframework.jmx.export.annotation中的类
Implementation of the JmxAttributeSource interface that reads annotations and exposes the corresponding attributes.
AnnotationJmxAttributeSource() - 类 的构造器org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
AnnotationMBeanExporter - org.springframework.jmx.export.annotation中的类
Convenient subclass of Spring's standard MBeanExporter, activating Java 5 annotation usage for JMX exposure of Spring beans: ManagedResource, ManagedAttribute, ManagedOperation, etc.
AnnotationMBeanExporter() - 类 的构造器org.springframework.jmx.export.annotation.AnnotationMBeanExporter
 
AnnotationRepositoryConfigurationSource - org.springframework.data.repository.config中的类
AnnotationRepositoryConfigurationSource(AnnotationMetadata, Class<? extends Annotation>, ResourceLoader, Environment, BeanDefinitionRegistry) - 类 的构造器org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
Creates a new AnnotationRepositoryConfigurationSource from the given AnnotationMetadata and annotation.
AnnotationRepositoryMetadata - org.springframework.data.repository.core.support中的类
RepositoryMetadata implementation inspecting the given repository interface for a RepositoryDefinition annotation.
AnnotationRepositoryMetadata(Class<?>) - 类 的构造器org.springframework.data.repository.core.support.AnnotationRepositoryMetadata
Creates a new AnnotationRepositoryMetadata instance looking up repository types from a RepositoryDefinition annotation.
AnnotationTransactionAttributeSource - org.springframework.transaction.annotation中的类
Implementation of the TransactionAttributeSource interface for working with transaction metadata in JDK 1.5+ annotation format.
AnnotationTransactionAttributeSource() - 类 的构造器org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
Create a default AnnotationTransactionAttributeSource, supporting public methods that carry the Transactional annotation or the EJB3 javax.ejb.TransactionAttribute annotation.
AnnotationTransactionAttributeSource(boolean) - 类 的构造器org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
Create a custom AnnotationTransactionAttributeSource, supporting public methods that carry the Transactional annotation or the EJB3 javax.ejb.TransactionAttribute annotation.
AnnotationTransactionAttributeSource(TransactionAnnotationParser) - 类 的构造器org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
Create a custom AnnotationTransactionAttributeSource.
AnnotationTransactionAttributeSource(TransactionAnnotationParser...) - 类 的构造器org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
Create a custom AnnotationTransactionAttributeSource.
AnnotationTransactionAttributeSource(Set<TransactionAnnotationParser>) - 类 的构造器org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
Create a custom AnnotationTransactionAttributeSource.
AntPathMatcher - org.springframework.util中的类
PathMatcher implementation for Ant-style path patterns.
AntPathMatcher() - 类 的构造器org.springframework.util.AntPathMatcher
Create a new instance with the AntPathMatcher.DEFAULT_PATH_SEPARATOR.
AntPathMatcher(String) - 类 的构造器org.springframework.util.AntPathMatcher
A convenient, alternative constructor to use with a custom path separator.
AntPathMatcher.AntPathStringMatcher - org.springframework.util中的类
Tests whether or not a string matches against a pattern via a Pattern.
AntPathMatcher.AntPatternComparator - org.springframework.util中的类
The default Comparator implementation returned by AntPathMatcher.getPatternComparator(String).
AntPathStringMatcher(String) - 类 的构造器org.springframework.util.AntPathMatcher.AntPathStringMatcher
 
AntPathStringMatcher(String, boolean) - 类 的构造器org.springframework.util.AntPathMatcher.AntPathStringMatcher
 
AntPatternComparator(String) - 类 的构造器org.springframework.util.AntPathMatcher.AntPatternComparator
 
any(Iterable<T>, Predicate<? super T>) - 类 中的静态方法org.xmlunit.util.Linqy
Determines whether a given predicate holds true for at least one element.
ANY - 接口 中的静态变量reactor.core.Fuseable
Indicates the QueueSubscription should decide what fusion it performs (input only).
any(Predicate<? super T>) - 类 中的方法reactor.core.publisher.Flux
Emit a single boolean true if any of the values of this Flux sequence match the predicate.
anything() - 类 中的静态方法org.springframework.test.web.client.match.MockRestRequestMatchers
Match to any request.
AopTestUtils - org.springframework.test.util中的类
AopTestUtils is a collection of AOP-related utility methods for use in unit and integration testing scenarios.
AopTestUtils() - 类 的构造器org.springframework.test.util.AopTestUtils
 
AppCacheManifestTransformer - org.springframework.web.servlet.resource中的类
A ResourceTransformer implementation that helps handling resources within HTML5 AppCache manifests for HTML5 offline applications.
AppCacheManifestTransformer() - 类 的构造器org.springframework.web.servlet.resource.AppCacheManifestTransformer
Create an AppCacheResourceTransformer that transforms files with extension ".appcache".
AppCacheManifestTransformer(String) - 类 的构造器org.springframework.web.servlet.resource.AppCacheManifestTransformer
Create an AppCacheResourceTransformer that transforms files with the extension given as a parameter.
append(byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
append(byte[], byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
append(String, String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
append(ByteBuffer, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Append a value to key.
append(Publisher<ReactiveStringCommands.AppendCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
append(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveStringCommands.AppendCommand
Applies the value to append.
append(byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisStringCommands
Append a value to key.
append(String, String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Append a value to key.
append(String) - 接口 中的方法org.springframework.data.redis.core.BoundValueOperations
Append a value to the bound key.
append(K, String) - 接口 中的方法org.springframework.data.redis.core.ReactiveValueOperations
Append a value to key.
append(K, String) - 接口 中的方法org.springframework.data.redis.core.ValueOperations
Append a value to key.
append(RepositoryFragment<?>) - 类 中的方法org.springframework.data.repository.core.support.RepositoryComposition
Create a new RepositoryComposition retaining current configuration and append RepositoryFragment to the new composition.
append(RepositoryComposition.RepositoryFragments) - 类 中的方法org.springframework.data.repository.core.support.RepositoryComposition
Create a new RepositoryComposition retaining current configuration and append RepositoryComposition.RepositoryFragments to the new composition.
append(RepositoryFragment<?>) - 类 中的方法org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragments
Create new RepositoryComposition.RepositoryFragments from the current content appending RepositoryFragment.
append(RepositoryComposition.RepositoryFragments) - 类 中的方法org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragments
appendAttribute(StringBuilder, Attr) - 类 中的方法org.xmlunit.diff.DefaultComparisonFormatter
appendChildren(Iterable<? extends XPathContext.NodeInfo>) - 类 中的方法org.xmlunit.diff.XPathContext
Adds knowledge about the current node's children appending to the knowledge already present.
appendComment(StringBuilder, Comment) - 类 中的方法org.xmlunit.diff.DefaultComparisonFormatter
appendCurrentQueryParams(StringBuilder, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.view.RedirectView
Append the query string of the current request to the target redirect URL.
appendDocumentElementIndication(StringBuilder, Document) - 类 中的方法org.xmlunit.diff.DefaultComparisonFormatter
Appends a short indication of the document's root element like "<ElementName...
appendDocumentType(StringBuilder, DocumentType) - 类 中的方法org.xmlunit.diff.DefaultComparisonFormatter
appendDocumentXmlDeclaration(StringBuilder, Document) - 类 中的方法org.xmlunit.diff.DefaultComparisonFormatter
appendElement(StringBuilder, Element) - 类 中的方法org.xmlunit.diff.DefaultComparisonFormatter
appendFullDocumentHeader(StringBuilder, Document) - 类 中的方法org.xmlunit.diff.DefaultComparisonFormatter
Appends the XML declaration and DOCTYPE if present as well as the document's root element for DefaultComparisonFormatter.getFullFormattedXml(org.w3c.dom.Node, org.xmlunit.diff.ComparisonType, boolean).
appendIdentityToObjectName(ObjectName, Object) - 类 中的静态方法org.springframework.jmx.support.JmxUtils
Append an additional key/value pair to an existing ObjectName with the key being the static value identity and the value being the identity hash code of the managed resource being exposed on the supplied ObjectName.
appendMd5DigestAsHex(byte[], StringBuilder) - 类 中的静态方法org.springframework.util.DigestUtils
Append a hexadecimal string representation of the MD5 digest of the given bytes to the given StringBuilder.
appendMd5DigestAsHex(InputStream, StringBuilder) - 类 中的静态方法org.springframework.util.DigestUtils
Append a hexadecimal string representation of the MD5 digest of the given inputStream to the given StringBuilder.
appendProcessingInstruction(StringBuilder, ProcessingInstruction) - 类 中的方法org.xmlunit.diff.DefaultComparisonFormatter
appendQueryProperties(StringBuilder, Map<String, Object>, String) - 类 中的方法org.springframework.web.servlet.view.RedirectView
Append query properties to the redirect URL.
appendText(StringBuilder, Text) - 类 中的方法org.xmlunit.diff.DefaultComparisonFormatter
appendTo(StringBuilder) - 类 中的方法org.springframework.util.MimeType
 
appendValue(String) - 类 中的方法org.springframework.web.servlet.tags.form.TagWriter
Close the current opening tag (if necessary) and appends the supplied value as inner text.
appendXPath(StringBuilder, String) - 类 中的方法org.xmlunit.diff.DefaultComparisonFormatter
APPLICATION_ATOM_XML - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for application/atom+xml.
APPLICATION_ATOM_XML_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_ATOM_XML.
APPLICATION_CONTEXT_ID_PREFIX - 接口 中的静态变量org.springframework.web.context.ConfigurableWebApplicationContext
Prefix for ApplicationContext ids that refer to context path and/or servlet name.
APPLICATION_FORM_URLENCODED - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for application/x-www-form-urlencoded.
APPLICATION_FORM_URLENCODED_VALUE - 类 中的静态变量org.springframework.http.MediaType
APPLICATION_JSON - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for application/json.
APPLICATION_JSON - 类 中的静态变量org.springframework.util.MimeTypeUtils
Public constant mime type for application/json.
APPLICATION_JSON_UTF8 - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for application/json;charset=UTF-8.
APPLICATION_JSON_UTF8_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_JSON_UTF8.
APPLICATION_JSON_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_JSON.
APPLICATION_JSON_VALUE - 类 中的静态变量org.springframework.util.MimeTypeUtils
A String equivalent of MimeTypeUtils.APPLICATION_JSON.
APPLICATION_OCTET_STREAM - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for application/octet-stream.
APPLICATION_OCTET_STREAM - 类 中的静态变量org.springframework.util.MimeTypeUtils
Public constant mime type for application/octet-stream.
APPLICATION_OCTET_STREAM_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_OCTET_STREAM.
APPLICATION_OCTET_STREAM_VALUE - 类 中的静态变量org.springframework.util.MimeTypeUtils
APPLICATION_PDF - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for application/pdf.
APPLICATION_PDF_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_PDF.
APPLICATION_PROBLEM_JSON - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for application/problem+json.
APPLICATION_PROBLEM_JSON_UTF8 - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for application/problem+json.
APPLICATION_PROBLEM_JSON_UTF8_VALUE - 类 中的静态变量org.springframework.http.MediaType
APPLICATION_PROBLEM_JSON_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_PROBLEM_JSON.
APPLICATION_PROBLEM_XML - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for application/problem+xml.
APPLICATION_PROBLEM_XML_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_PROBLEM_XML.
APPLICATION_RSS_XML - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for application/rss+xml.
APPLICATION_RSS_XML_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_RSS_XML.
APPLICATION_STREAM_JSON - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for application/stream+json.
APPLICATION_STREAM_JSON_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_STREAM_JSON.
APPLICATION_XHTML_XML - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for application/xhtml+xml.
APPLICATION_XHTML_XML_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_XHTML_XML.
APPLICATION_XML - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for application/xml.
APPLICATION_XML - 类 中的静态变量org.springframework.util.MimeTypeUtils
Public constant mime type for application/xml.
APPLICATION_XML_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.APPLICATION_XML.
APPLICATION_XML_VALUE - 类 中的静态变量org.springframework.util.MimeTypeUtils
A String equivalent of MimeTypeUtils.APPLICATION_XML.
applicationContext(ApplicationContext) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Set the Spring ApplicationContext in order to autowire Jackson handlers (JsonSerializer, JsonDeserializer, KeyDeserializer, TypeResolverBuilder and TypeIdResolver).
applicationContext - 类 中的变量org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
The ApplicationContext that was injected into this test instance via AbstractJUnit4SpringContextTests.setApplicationContext(ApplicationContext).
applicationContext - 类 中的变量org.springframework.test.context.testng.AbstractTestNGSpringContextTests
The ApplicationContext that was injected into this test instance via AbstractTestNGSpringContextTests.setApplicationContext(ApplicationContext).
applicationContext(ApplicationContext) - 类 中的静态方法org.springframework.web.server.adapter.WebHttpHandlerBuilder
Static factory method to create a new builder instance by detecting beans in an ApplicationContext.
ApplicationScope - org.springframework.web.context.annotation中的注释类型
@ApplicationScope is a specialization of @Scope for a component whose lifecycle is bound to the current web application.
apply(HttpServerRequest, HttpServerResponse) - 类 中的方法org.springframework.http.server.reactive.ReactorHttpHandlerAdapter
 
apply(Statement, Description) - 类 中的方法org.springframework.test.context.junit4.rules.SpringClassRule
Apply class-level features of the Spring TestContext Framework to the supplied base statement.
apply(Statement, FrameworkMethod, Object) - 类 中的方法org.springframework.test.context.junit4.rules.SpringMethodRule
Apply instance-level and method-level features of the Spring TestContext Framework to the supplied base statement.
apply(WebTestClientConfigurer) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.Builder
Shortcut for pre-packaged customizations to WebTestClient builder.
apply(MockServerConfigurer) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.MockServerSpec
Shortcut for pre-packaged customizations to the mock server setup.
apply(MockMvcConfigurer) - 类 中的方法org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
apply(MockMvcConfigurer) - 接口 中的方法org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
Add a MockMvcConfigurer that automates MockMvc setup and configures it for some specific purpose (e.g. security).
apply() - 接口 中的方法org.xmlunit.diff.AbstractDifferenceEngine.DeferredComparison
Perform the comparison.
apply(Node) - 类 中的方法org.xmlunit.diff.RecursiveXPathBuilder
 
apply(F) - 接口 中的方法org.xmlunit.util.Mapper
 
apply(Object) - 类 中的方法reactor.util.function.Tuples
 
applyCacheControl(HttpServletResponse, CacheControl) - 类 中的方法org.springframework.web.servlet.support.WebContentGenerator
Set the HTTP Cache-Control header according to the given settings.
applyCacheSeconds(HttpServletResponse, int) - 类 中的方法org.springframework.web.servlet.support.WebContentGenerator
Apply the given cache seconds and generate corresponding HTTP headers, i.e. allow caching for the given number of seconds in case of a positive value, prevent caching if given a 0 value, do nothing else.
applyCacheSeconds(HttpServletResponse, int, boolean) - 类 中的方法org.springframework.web.servlet.support.WebContentGenerator
applyContentType(HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.AbstractTemplateView
Apply this view's content type as specified in the "contentType" bean property to the given response.
applyCookies() - 类 中的方法org.springframework.http.client.reactive.AbstractClientHttpRequest
Add cookies from AbstractClientHttpRequest.getHeaders() to the underlying response.
applyCookies() - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpResponse
Add cookies from AbstractServerHttpResponse.getHeaders() to the underlying response.
applyCookies() - 类 中的方法org.springframework.mock.http.client.reactive.MockClientHttpRequest
 
applyCookies() - 类 中的方法org.springframework.mock.http.server.reactive.MockServerHttpResponse
 
applyCurrencyTimeLimit(Descriptor, int) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Apply the given JMX "currencyTimeLimit" value to the given descriptor.
applyDefaultCurrencyTimeLimit(Descriptor) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Set the currencyTimeLimit field to the specified "defaultCurrencyTimeLimit", if any (by default none).
applyDefaultsFromAnnotation(WebService) - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Initialize this client interceptor's properties from the given WebService annotation, if necessary and possible (i.e. if "wsdlDocumentUrl", "namespaceUri", "serviceName" and "portName" haven't been set but corresponding values are declared at the annotation level of the specified service interface).
applyHeaders() - 类 中的方法org.springframework.http.client.reactive.AbstractClientHttpRequest
Apply header changes from AbstractClientHttpRequest.getHeaders() to the underlying response.
applyHeaders() - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpResponse
Apply header changes from AbstractServerHttpResponse.getHeaders() to the underlying response.
applyHeaders() - 类 中的方法org.springframework.mock.http.client.reactive.MockClientHttpRequest
 
applyHeaders() - 类 中的方法org.springframework.mock.http.server.reactive.MockServerHttpResponse
 
applyInitializers(ConfigurableApplicationContext) - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Delegate the WebApplicationContext before it is refreshed to any ApplicationContextInitializer instances specified by the "contextInitializerClasses" servlet init-param.
applyIsolationLevel(JtaTransactionObject, int) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Apply the given transaction isolation level.
applyLifecycleMethods(String, AbstractUrlBasedView) - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
Apply the containing ApplicationContext's lifecycle methods to the given View instance, if such a context is available.
applyPermitDefaultValues() - 类 中的方法org.springframework.web.cors.CorsConfiguration
By default a newly created CorsConfiguration does not permit any cross-origin requests and must be configured explicitly to indicate what should be allowed.
applyPropertyValues(MutablePropertyValues) - 类 中的方法org.springframework.validation.DataBinder
Apply given property values to the target object.
applyRelativePath(String, String) - 类 中的静态方法org.springframework.util.StringUtils
Apply the given relative path to the given Java resource path, assuming standard Java folder separation (i.e. "/" separators).
applySequence(Object, List<?>) - 类 中的方法org.yaml.snakeyaml.extensions.compactnotation.CompactConstructor
 
applyStatementSettings(Statement) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
Prepare the given JDBC Statement (or PreparedStatement or CallableStatement), applying statement settings such as fetch size, max rows, and query timeout.
applyStatusAndReason(int, String, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver
Apply the resolved status code and reason to the response.
applyStatusCode() - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpResponse
Write the status code to the underlying response.
applyStatusCode() - 类 中的方法org.springframework.mock.http.server.reactive.MockServerHttpResponse
 
applyStatusCodeIfPossible(HttpServletRequest, HttpServletResponse, int) - 类 中的方法org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Apply the specified HTTP status code to the given response, if possible (that is, if not executing within an include request).
applyTimeout(Statement, DataSource, int) - 类 中的静态方法org.springframework.jdbc.datasource.DataSourceUtils
Apply the specified timeout - overridden by the current transaction timeout, if any - to the given JDBC Statement object.
applyTimeout(JtaTransactionObject, int) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Apply the given transaction timeout.
applyTransactionTimeout(Statement, DataSource) - 类 中的静态方法org.springframework.jdbc.datasource.DataSourceUtils
Apply the current transaction timeout, if any, to the given JDBC Statement object.
applyWeights(List<Double>) - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZInterStoreCommand
Applies the Collection of weights.
applyWeights(List<Double>) - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZUnionStoreCommand
Applies the List of weights.
areBoxingCompatible(String, String) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
Determine if boxing/unboxing can get from one type to the other.
arg(int, Object) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodArgumentBuilder
 
ArgumentAware - org.springframework.web.servlet.tags中的接口
Allows implementing tag to utilize nested spring:argument tags.
ArgumentPreparedStatementSetter - org.springframework.jdbc.core中的类
Simple adapter for PreparedStatementSetter that applies a given array of arguments.
ArgumentPreparedStatementSetter(Object[]) - 类 的构造器org.springframework.jdbc.core.ArgumentPreparedStatementSetter
Create a new ArgPreparedStatementSetter for the given arguments.
argumentResolvers(Consumer<ArgumentResolverConfigurer>) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.ControllerSpec
Configure resolvers for custom controller method arguments.
ArgumentTag - org.springframework.web.servlet.tags中的类
The <argument> tag is based on the JSTL fmt:param tag.
ArgumentTag() - 类 的构造器org.springframework.web.servlet.tags.ArgumentTag
 
ArgumentTypePreparedStatementSetter - org.springframework.jdbc.core中的类
Simple adapter for PreparedStatementSetter that applies given arrays of arguments and JDBC argument types.
ArgumentTypePreparedStatementSetter(Object[], int[]) - 类 的构造器org.springframework.jdbc.core.ArgumentTypePreparedStatementSetter
Create a new ArgTypePreparedStatementSetter for the given arguments.
ARRAY_SUFFIX - 类 中的静态变量org.springframework.util.ClassUtils
Suffix for array class names: "[]"
arrayCodeFor(String) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
Determine the appropriate T tag to use for the NEWARRAY bytecode.
ArrayStack<T> - org.yaml.snakeyaml.util中的类
 
ArrayStack(int) - 类 的构造器org.yaml.snakeyaml.util.ArrayStack
 
arrayToCommaDelimitedString(Object[]) - 类 中的静态方法org.springframework.util.StringUtils
Convert a String array into a comma delimited String (i.e., CSV).
arrayToDelimitedString(Object[], String) - 类 中的静态方法org.springframework.util.StringUtils
Convert a String array into a delimited String (e.g.
arrayToList(Object) - 类 中的静态方法org.springframework.util.CollectionUtils
Convert the supplied array into a List.
ArrayUtils - org.yaml.snakeyaml.util中的类
 
as(Function<? super Flux<T>, P>) - 类 中的方法reactor.core.publisher.Flux
Transform this Flux into a target type.
as(Function<? super Mono<T>, P>) - 类 中的方法reactor.core.publisher.Mono
Transform this Mono into a target type.
as(Subscription) - 类 中的静态方法reactor.core.publisher.Operators
Returns the subscription as QueueSubscription if possible or null.
as(Function<? super ParallelFlux<T>, U>) - 类 中的方法reactor.core.publisher.ParallelFlux
Perform a fluent transformation to a value via a converter function which receives this ParallelFlux.
asc() - 类 中的方法org.springframework.data.redis.connection.DefaultSortParameters
 
asList(NodeList) - 类 中的静态方法org.xmlunit.util.IterableNodeList
Turns the NodeList into a list.
asList(Iterable<E>) - 类 中的静态方法org.xmlunit.util.Linqy
Turns the iterable into a list.
asMap() - 类 中的方法org.springframework.data.redis.core.convert.Bucket
Key/value pairs contained in the Bucket.
asMap() - 类 中的方法org.springframework.ui.ConcurrentModel
 
asMap() - 类 中的方法org.springframework.ui.ExtendedModelMap
 
asMap() - 接口 中的方法org.springframework.ui.Model
Return the current set of model attributes as a Map.
asMap() - 类 中的方法org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
 
asMediaType(MimeType) - 类 中的静态方法org.springframework.http.MediaType
Re-create the given mime type as a media type.
asMediaTypes(List<MimeType>) - 类 中的静态方法org.springframework.http.MediaType
Re-create the given mime types as media types.
asRawSet() - 类 中的方法org.springframework.data.redis.connection.util.ByteArraySet
 
Assert - org.springframework.util中的类
Assertion utility class that assists in validating arguments.
Assert() - 类 的构造器org.springframework.util.Assert
 
assertAndReturnModelAttributeOfType(ModelAndView, String, Class<T>) - 类 中的静态方法org.springframework.test.web.ModelAndViewAssert
Checks whether the model value under the given modelName exists and checks it type, based on the expectedType.
assertBoolean(byte[], String, boolean) - 类 中的方法org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression and assert the resulting content as a Boolean.
assertCompareListModelAttribute(ModelAndView, String, List) - 类 中的静态方法org.springframework.test.web.ModelAndViewAssert
Compare each individual entry in a list, without first sorting the lists.
assertEquals(String, Object, Object) - 类 中的静态方法org.springframework.test.util.AssertionErrors
Assert two objects are equal and raise an AssertionError if not.
assertHasAncestorOfType(Tag, Class<?>, String, String) - 类 中的静态方法org.springframework.web.util.TagUtils
Determine whether the supplied Tag has any ancestor tag of the supplied type, throwing an IllegalStateException if not.
AssertionErrors - org.springframework.test.util中的类
JUnit independent assertion class.
AssertionErrors() - 类 的构造器org.springframework.test.util.AssertionErrors
 
assertJsonEqual(String, String) - 类 中的方法org.springframework.test.util.JsonExpectationsHelper
Parse the expected and actual strings as JSON and assert the two are "similar" - i.e. they contain the same attribute-value pairs regardless of formatting with a lenient checking (extensible, and non-strict array ordering).
assertJsonEqual(String, String, boolean) - 类 中的方法org.springframework.test.util.JsonExpectationsHelper
Parse the expected and actual strings as JSON and assert the two are "similar" - i.e. they contain the same attribute-value pairs regardless of formatting.
assertJsonNotEqual(String, String) - 类 中的方法org.springframework.test.util.JsonExpectationsHelper
Parse the expected and actual strings as JSON and assert the two are "not similar" - i.e. they contain different attribute-value pairs regardless of formatting with a lenient checking (extensible, and non-strict array ordering).
assertJsonNotEqual(String, String, boolean) - 类 中的方法org.springframework.test.util.JsonExpectationsHelper
Parse the expected and actual strings as JSON and assert the two are "not similar" - i.e. they contain different attribute-value pairs regardless of formatting.
assertModelAttributeAvailable(ModelAndView, String) - 类 中的静态方法org.springframework.test.web.ModelAndViewAssert
Assert whether or not a model attribute is available.
assertModelAttributeValue(ModelAndView, String, Object) - 类 中的静态方法org.springframework.test.web.ModelAndViewAssert
Compare a given expectedValue to the value from the model bound under the given modelName.
assertModelAttributeValues(ModelAndView, Map<String, Object>) - 类 中的静态方法org.springframework.test.web.ModelAndViewAssert
Inspect the expectedModel to see if all elements in the model appear and are equal.
assertNode(String, Matcher<? super Node>) - 类 中的方法org.springframework.test.util.XmlExpectationsHelper
Parse the content as Node and apply a Matcher.
assertNode(byte[], String, Matcher<? super Node>) - 类 中的方法org.springframework.test.util.XpathExpectationsHelper
Parse the content, evaluate the XPath expression as a Node, and assert it with the given Matcher<Node>.
assertNodeCount(byte[], String, Matcher<Integer>) - 类 中的方法org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression and assert the resulting content with the given Hamcrest matcher.
assertNodeCount(byte[], String, int) - 类 中的方法org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression and assert the resulting content as an integer.
assertNotEquals(String, Object, Object) - 类 中的静态方法org.springframework.test.util.AssertionErrors
Assert two objects are not equal and raise an AssertionError otherwise.
assertNotExecuted() - 类 中的方法org.springframework.http.client.AbstractClientHttpRequest
Assert that this request has not been executed yet.
assertNumber(byte[], String, Matcher<? super Double>) - 类 中的方法org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression and assert the resulting content with the given Hamcrest matcher.
assertNumber(byte[], String, Double) - 类 中的方法org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression and assert the resulting content as a Double.
assertReturnTypeAssignable(Method, Class<?>...) - 类 中的静态方法org.springframework.data.repository.util.ClassUtils
Asserts the given Method's return type to be one of the given types.
assertSortAndCompareListModelAttribute(ModelAndView, String, List, Comparator) - 类 中的静态方法org.springframework.test.web.ModelAndViewAssert
Compare each individual entry in a list after having sorted both lists (optionally using a comparator).
assertSource(String, Matcher<? super Source>) - 类 中的方法org.springframework.test.util.XmlExpectationsHelper
Parse the content as DOMSource and apply a Matcher.
assertString(byte[], String, Matcher<? super String>) - 类 中的方法org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression and assert the resulting content with the given Hamcrest matcher.
assertString(byte[], String, String) - 类 中的方法org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression and assert the resulting content as a String.
assertTrue(String, boolean) - 类 中的静态方法org.springframework.test.util.AssertionErrors
Assert the given condition is true and raise an AssertionError if it is not.
assertValue(String, Matcher<T>) - 类 中的方法org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert the resulting value with the given Matcher.
assertValue(String, Matcher<T>, Class<T>) - 类 中的方法org.springframework.test.util.JsonPathExpectationsHelper
An overloaded variant of JsonPathExpectationsHelper.assertValue(String, Matcher) that also accepts a target type for the resulting value.
assertValue(String, Object) - 类 中的方法org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert that the result is equal to the expected value.
assertValueIsArray(String) - 类 中的方法org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert that the resulting value is an array.
assertValueIsBoolean(String) - 类 中的方法org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert that the resulting value is a Boolean.
assertValueIsEmpty(String) - 类 中的方法org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert that an empty value exists at the given path.
assertValueIsMap(String) - 类 中的方法org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert that the resulting value is a Map.
assertValueIsNotEmpty(String) - 类 中的方法org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert that a non-empty value exists at the given path.
assertValueIsNumber(String) - 类 中的方法org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert that the resulting value is a Number.
assertValueIsString(String) - 类 中的方法org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert that the resulting value is a String.
assertViewName(ModelAndView, String) - 类 中的静态方法org.springframework.test.web.ModelAndViewAssert
Check to see if the view name in the ModelAndView matches the given expectedName.
assertWithDiagnostics(Runnable) - 类 中的方法org.springframework.test.web.reactive.server.ExchangeResult
Execute the given Runnable, catch any AssertionError, decorate with AssertionError containing diagnostic information about the request and response, and then re-throw.
assertXmlEqual(String, String) - 类 中的方法org.springframework.test.util.XmlExpectationsHelper
Parse the expected and actual content strings as XML and assert that the two are "similar" -- i.e. they contain the same elements and attributes regardless of order.
Assign - org.springframework.expression.spel.ast中的类
Represents assignment.
Assign(int, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.Assign
 
asString() - 类 中的方法org.springframework.data.redis.connection.RedisNode
 
AstUtils - org.springframework.expression.spel.ast中的类
Utilities methods for use in the Ast classes.
AstUtils() - 类 的构造器org.springframework.expression.spel.ast.AstUtils
 
Async - org.springframework.scheduling.annotation中的注释类型
Annotation that marks a method as a candidate for asynchronous execution.
ASYNC - 接口 中的静态变量reactor.core.Fuseable
Indicates the QueueSubscription can perform only async-fusion.
ASYNC_ANNOTATION_PROCESSOR_BEAN_NAME - 类 中的静态变量org.springframework.scheduling.config.TaskManagementConfigUtils
The bean name of the internally managed Async annotation processor.
ASYNC_EXECUTION_ASPECT_BEAN_NAME - 类 中的静态变量org.springframework.scheduling.config.TaskManagementConfigUtils
The bean name of the internally managed AspectJ async execution aspect.
asyncAdvisor() - 类 中的方法org.springframework.scheduling.annotation.ProxyAsyncConfiguration
 
AsyncAnnotationAdvisor - org.springframework.scheduling.annotation中的类
Advisor that activates asynchronous method execution through the Async annotation.
AsyncAnnotationAdvisor() - 类 的构造器org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
Create a new AsyncAnnotationAdvisor for bean-style configuration.
AsyncAnnotationAdvisor(Executor, AsyncUncaughtExceptionHandler) - 类 的构造器org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
Create a new AsyncAnnotationAdvisor for the given task executor.
AsyncAnnotationBeanPostProcessor - org.springframework.scheduling.annotation中的类
Bean post-processor that automatically applies asynchronous invocation behavior to any bean that carries the Async annotation at class or method-level by adding a corresponding AsyncAnnotationAdvisor to the exposed proxy (either an existing AOP proxy or a newly generated proxy that implements all of the target's interfaces).
AsyncAnnotationBeanPostProcessor() - 类 的构造器org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
 
AsyncClientHttpRequest - org.springframework.http.client中的接口
已过时。
as of Spring 5.0, in favor of org.springframework.web.reactive.function.client.ClientRequest
AsyncClientHttpRequestExecution - org.springframework.http.client中的接口
已过时。
as of Spring 5.0, in favor of org.springframework.web.reactive.function.client.ExchangeFilterFunction
AsyncClientHttpRequestFactory - org.springframework.http.client中的接口
已过时。
as of Spring 5.0, in favor of ClientHttpConnector
AsyncClientHttpRequestInterceptor - org.springframework.http.client中的接口
已过时。
as of Spring 5.0, in favor of org.springframework.web.reactive.function.client.ExchangeFilterFunction
AsyncConfigurationSelector - org.springframework.scheduling.annotation中的类
Selects which implementation of AbstractAsyncConfiguration should be used based on the value of EnableAsync.mode() on the importing @Configuration class.
AsyncConfigurationSelector() - 类 的构造器org.springframework.scheduling.annotation.AsyncConfigurationSelector
 
AsyncConfigurer - org.springframework.scheduling.annotation中的接口
Interface to be implemented by @Configuration classes annotated with @EnableAsync that wish to customize the Executor instance used when processing async method invocations or the AsyncUncaughtExceptionHandler instance used to process exception thrown from async method with void return type.
AsyncConfigurerSupport - org.springframework.scheduling.annotation中的类
A convenience AsyncConfigurer that implements all methods so that the defaults are used.
AsyncConfigurerSupport() - 类 的构造器org.springframework.scheduling.annotation.AsyncConfigurerSupport
 
asyncDispatch(MvcResult) - 类 中的静态方法org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a RequestBuilder for an async dispatch from the MvcResult of the request that started async processing.
AsyncHandlerInterceptor - org.springframework.web.servlet中的接口
Extends HandlerInterceptor with a callback method invoked after the start of asynchronous request handling.
AsyncHandlerMethodReturnValueHandler - org.springframework.web.method.support中的接口
A return value handler that supports async types.
AsyncHttpAccessor - org.springframework.http.client.support中的类
已过时。
as of Spring 5.0, with no direct replacement
AsyncHttpAccessor() - 类 的构造器org.springframework.http.client.support.AsyncHttpAccessor
已过时。
 
asyncNotStarted() - 类 中的方法org.springframework.test.web.servlet.result.RequestResultMatchers
Assert that asynchronous processing was not started.
asyncPart(String, P, Class<T>) - 类 中的方法org.springframework.http.client.MultipartBodyBuilder
Add an asynchronous part with Publisher-based content.
asyncPart(String, P, ParameterizedTypeReference<T>) - 类 中的方法org.springframework.http.client.MultipartBodyBuilder
Variant of MultipartBodyBuilder.asyncPart(String, Publisher, Class) that accepts a ParameterizedTypeReference for the element type, which allows specifying generic type information.
AsyncRequestCallback - org.springframework.web.client中的接口
已过时。
as of Spring 5.0, in favor of org.springframework.web.reactive.function.client.ExchangeFilterFunction
AsyncRequestTimeoutException - org.springframework.web.context.request.async中的异常错误
Exception to be thrown when an async request times out.
AsyncRequestTimeoutException() - 异常错误 的构造器org.springframework.web.context.request.async.AsyncRequestTimeoutException
 
AsyncRestOperations - org.springframework.web.client中的接口
已过时。
as of Spring 5.0, in favor of org.springframework.web.reactive.function.client.WebClient
AsyncRestTemplate - org.springframework.web.client中的类
已过时。
as of Spring 5.0, in favor of org.springframework.web.reactive.function.client.WebClient
AsyncRestTemplate() - 类 的构造器org.springframework.web.client.AsyncRestTemplate
已过时。
Create a new instance of the AsyncRestTemplate using default settings.
AsyncRestTemplate(AsyncListenableTaskExecutor) - 类 的构造器org.springframework.web.client.AsyncRestTemplate
已过时。
Create a new instance of the AsyncRestTemplate using the given AsyncTaskExecutor.
AsyncRestTemplate(AsyncClientHttpRequestFactory) - 类 的构造器org.springframework.web.client.AsyncRestTemplate
已过时。
Create a new instance of the AsyncRestTemplate using the given AsyncClientHttpRequestFactory.
AsyncRestTemplate(AsyncClientHttpRequestFactory, ClientHttpRequestFactory) - 类 的构造器org.springframework.web.client.AsyncRestTemplate
已过时。
Creates a new instance of the AsyncRestTemplate using the given asynchronous and synchronous request factories.
AsyncRestTemplate(AsyncClientHttpRequestFactory, RestTemplate) - 类 的构造器org.springframework.web.client.AsyncRestTemplate
已过时。
Create a new instance of the AsyncRestTemplate using the given AsyncClientHttpRequestFactory and synchronous RestTemplate.
AsyncResult<V> - org.springframework.scheduling.annotation中的类
A pass-through Future handle that can be used for method signatures which are declared with a Future return type for asynchronous execution.
AsyncResult(V) - 类 的构造器org.springframework.scheduling.annotation.AsyncResult
Create a new AsyncResult holder.
asyncResult(Matcher<T>) - 类 中的方法org.springframework.test.web.servlet.result.RequestResultMatchers
Assert the result from asynchronous processing with the given matcher.
asyncResult(Object) - 类 中的方法org.springframework.test.web.servlet.result.RequestResultMatchers
Assert the result from asynchronous processing.
asyncStarted() - 类 中的方法org.springframework.test.web.servlet.result.RequestResultMatchers
Assert whether asynchronous processing started, usually as a result of a controller method returning Callable or DeferredResult.
AsyncSupportConfigurer - org.springframework.web.servlet.config.annotation中的类
Helps with configuring options for asynchronous request processing.
AsyncSupportConfigurer() - 类 的构造器org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
 
AsyncTaskMethodReturnValueHandler - org.springframework.web.servlet.mvc.method.annotation中的类
Handles return values of type WebAsyncTask.
AsyncTaskMethodReturnValueHandler(BeanFactory) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.AsyncTaskMethodReturnValueHandler
 
AsyncWebRequest - org.springframework.web.context.request.async中的接口
Extends NativeWebRequest with methods for asynchronous request processing.
AsyncWebRequestInterceptor - org.springframework.web.context.request中的接口
Extends WebRequestInterceptor with a callback method invoked during asynchronous request handling.
atLeast(String) - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisVersionUtil
Compares given version string against current jedis version.
atLeastJedis24() - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisVersionUtil
 
atMost(String) - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisVersionUtil
Compares given version string against current jedis version.
atOffset(long) - 类 中的方法org.springframework.data.redis.connection.ReactiveStringCommands.GetBitCommand
Applies the offset index.
atOffset(long) - 类 中的方法org.springframework.data.redis.connection.ReactiveStringCommands.SetBitCommand
Applies the offset index.
AtomFeedHttpMessageConverter - org.springframework.http.converter.feed中的类
Implementation of HttpMessageConverter that can read and write Atom feeds.
AtomFeedHttpMessageConverter() - 类 的构造器org.springframework.http.converter.feed.AtomFeedHttpMessageConverter
 
atPosition(long) - 类 中的方法org.springframework.data.redis.connection.ReactiveStringCommands.SetRangeCommand
Applies the index.
Attr(T) - 类 的构造器reactor.core.Scannable.Attr
 
Attr(T, Function<Object, ? extends T>) - 类 的构造器reactor.core.Scannable.Attr
 
attribute(String, Object) - 接口 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
 
attribute(String, Object) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
Set the attribute with the given name to the given value.
attribute(String, Matcher<T>) - 类 中的方法org.springframework.test.web.servlet.result.FlashAttributeResultMatchers
Assert a flash attribute's value with the given Hamcrest Matcher.
attribute(String, Object) - 类 中的方法org.springframework.test.web.servlet.result.FlashAttributeResultMatchers
Assert a flash attribute's value.
attribute(String, Matcher<T>) - 类 中的方法org.springframework.test.web.servlet.result.ModelResultMatchers
Assert a model attribute value with the given Hamcrest Matcher.
attribute(String, Object) - 类 中的方法org.springframework.test.web.servlet.result.ModelResultMatchers
Assert a model attribute value.
attribute(String, Matcher<T>) - 类 中的方法org.springframework.test.web.servlet.result.RequestResultMatchers
Assert a request attribute value with the given Hamcrest Matcher.
attribute(String, Object) - 类 中的方法org.springframework.test.web.servlet.result.RequestResultMatchers
Assert a request attribute value.
ATTRIBUTE_OPERATION_VISIBILITY - 类 中的静态变量org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Lowest visibility, used for operations that correspond to accessors or mutators for attributes.
attributeCount(int) - 类 中的方法org.springframework.test.web.servlet.result.FlashAttributeResultMatchers
Assert the number of flash attributes.
attributeDoesNotExist(String...) - 类 中的方法org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the given model attributes do not exist
attributeErrorCount(String, int) - 类 中的方法org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the given model attribute(s) have errors.
attributeExists(String...) - 类 中的方法org.springframework.test.web.servlet.result.FlashAttributeResultMatchers
Assert the existence of the given flash attributes.
attributeExists(String...) - 类 中的方法org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the given model attributes exist.
attributeHasErrors(String...) - 类 中的方法org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the given model attribute(s) have errors.
attributeHasFieldErrorCode(String, String, String) - 类 中的方法org.springframework.test.web.servlet.result.ModelResultMatchers
Assert a field error code for a model attribute using exact String match.
attributeHasFieldErrorCode(String, String, Matcher<? super String>) - 类 中的方法org.springframework.test.web.servlet.result.ModelResultMatchers
Assert a field error code for a model attribute using a Matcher.
attributeHasFieldErrors(String, String...) - 类 中的方法org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the given model attribute field(s) have errors.
attributeHasNoErrors(String...) - 类 中的方法org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the given model attribute(s) do not have errors.
attributeNames() - 类 中的方法org.springframework.test.context.support.DefaultTestContext
 
attributes() - 类 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest
 
attributes(Map<String, Object>) - 接口 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
 
attributes(Consumer<Map<String, Object>>) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
Manipulate the request attributes with the given consumer.
attributes(Map<String, ?>) - 类 中的方法org.springframework.web.servlet.config.annotation.UrlBasedViewResolverRegistration
Set static attributes to be added to the model of every request for all views resolved by this view resolver.
attributeSource - 类 中的变量org.springframework.test.context.transaction.TransactionalTestExecutionListener
 
authenticate(HttpServletResponse) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
AuthenticatingRedisClient - org.springframework.data.redis.connection.lettuce中的类
已过时。
since 1.6 - Please use RedisURI.setPassword(String)
AuthenticatingRedisClient(String, int, String) - 类 的构造器org.springframework.data.redis.connection.lettuce.AuthenticatingRedisClient
已过时。
 
AuthenticatingRedisClient(String, String) - 类 的构造器org.springframework.data.redis.connection.lettuce.AuthenticatingRedisClient
已过时。
 
AUTHORIZATION - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Authorization header field name.
autoCancel(boolean) - 类 中的方法reactor.core.publisher.TopicProcessor.Builder
Configures auto-cancel for this builder.
autoCancel(boolean) - 类 中的方法reactor.core.publisher.WorkQueueProcessor.Builder
Configures auto-cancel for this builder.
AUTOCOMPLETE_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.InputTag
 
autoConnect() - 类 中的方法reactor.core.publisher.ConnectableFlux
Connects this ConnectableFlux to the upstream source when the first Subscriber subscribes.
autoConnect(int) - 类 中的方法reactor.core.publisher.ConnectableFlux
Connects this ConnectableFlux to the upstream source when the specified amount of Subscriber subscribes.
autoConnect(int, Consumer<? super Disposable>) - 类 中的方法reactor.core.publisher.ConnectableFlux
Connects this ConnectableFlux to the upstream source when the specified amount of Subscriber subscribes and calls the supplied consumer with a runnable that allows disconnecting.
AUTODETECT_ALL - 类 中的静态变量org.springframework.jmx.export.MBeanExporter
Autodetection mode indicating that all autodetection mechanisms should be used.
AUTODETECT_ASSEMBLER - 类 中的静态变量org.springframework.jmx.export.MBeanExporter
Autodetection mode indicating that only the MBeanInfoAssembler should be able to autodetect beans.
AUTODETECT_MBEAN - 类 中的静态变量org.springframework.jmx.export.MBeanExporter
Autodetection mode indicating that only valid MBeans should be autodetected.
AUTODETECT_NONE - 类 中的静态变量org.springframework.jmx.export.MBeanExporter
Autodetection mode indicating that no autodetection should be used.
AutodetectCapableMBeanInfoAssembler - org.springframework.jmx.export.assembler中的接口
Extends the MBeanInfoAssembler to add autodetection logic.
autodetectConfiguration() - 类 中的方法org.springframework.web.servlet.view.freemarker.FreeMarkerView
Autodetect a FreeMarkerConfig object via the ApplicationContext.
autoDetectFields(boolean) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Shortcut for MapperFeature.AUTO_DETECT_FIELDS option.
autoDetectGettersSetters(boolean) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Shortcut for MapperFeature.AUTO_DETECT_SETTERS/ MapperFeature.AUTO_DETECT_GETTERS/MapperFeature.AUTO_DETECT_IS_GETTERS options.
autodetectMarkupTemplateEngine() - 类 中的方法org.springframework.web.servlet.view.groovy.GroovyMarkupView
Autodetect a MarkupTemplateEngine via the ApplicationContext.
autodetectViewConfig() - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateView
 
autogenerateFor() - 类 中的方法org.springframework.web.servlet.tags.form.LabelTag
Autogenerate the 'for' attribute value for this tag.
autogenerateId() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
Return a unique ID for the bound name within the current PageContext.
autogenerateId() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Autogenerate the 'id' attribute value for this tag.
autogenerateId() - 类 中的方法org.springframework.web.servlet.tags.form.ErrorsTag
Get the value for the HTML 'id' attribute.
autogenerateId() - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Autogenerated IDs correspond to the form object name.
autogenerateId() - 类 中的方法org.springframework.web.servlet.tags.form.OptionTag
 
AutoPopulatingList<E> - org.springframework.util中的类
Simple List wrapper class that allows for elements to be automatically populated as they are requested.
AutoPopulatingList(Class<? extends E>) - 类 的构造器org.springframework.util.AutoPopulatingList
Creates a new AutoPopulatingList that is backed by a standard ArrayList and adds new instances of the supplied element Class to the backing List on demand.
AutoPopulatingList(List<E>, Class<? extends E>) - 类 的构造器org.springframework.util.AutoPopulatingList
Creates a new AutoPopulatingList that is backed by the supplied List and adds new instances of the supplied element Class to the backing List on demand.
AutoPopulatingList(AutoPopulatingList.ElementFactory<E>) - 类 的构造器org.springframework.util.AutoPopulatingList
Creates a new AutoPopulatingList that is backed by a standard ArrayList and creates new elements on demand using the supplied AutoPopulatingList.ElementFactory.
AutoPopulatingList(List<E>, AutoPopulatingList.ElementFactory<E>) - 类 的构造器org.springframework.util.AutoPopulatingList
Creates a new AutoPopulatingList that is backed by the supplied List and creates new elements on demand using the supplied AutoPopulatingList.ElementFactory.
AutoPopulatingList.ElementFactory<E> - org.springframework.util中的接口
Factory interface for creating elements for an index-based access data structure such as a List.
AutoPopulatingList.ElementInstantiationException - org.springframework.util中的异常错误
Exception to be thrown from ElementFactory.
available() - 类 中的方法org.springframework.mock.web.DelegatingServletInputStream
 

B

BackOff - org.springframework.util.backoff中的接口
Provide a BackOffExecution that indicates the rate at which an operation should be retried.
BackOffExecution - org.springframework.util.backoff中的接口
Represent a particular back-off execution.
BACKPRESSURE_ERROR_QUEUE_FULL - 类 中的静态变量reactor.core.Exceptions
A common error message used when a reactive streams source doesn't seem to respect backpressure signals, resulting in an operator's internal queue to be full.
badRequest() - 类 中的静态方法org.springframework.http.ResponseEntity
Create a builder with a BAD_REQUEST status.
BadSqlGrammarException - org.springframework.jdbc中的异常错误
Exception thrown when SQL specified is invalid.
BadSqlGrammarException(String, String, SQLException) - 异常错误 的构造器org.springframework.jdbc.BadSqlGrammarException
Constructor for BadSqlGrammarException.
Base64Coder - org.yaml.snakeyaml.external.biz.base64Coder中的类
A Base64 encoder/decoder.
Base64Utils - org.springframework.util中的类
A simple utility class for Base64 encoding and decoding.
Base64Utils() - 类 的构造器org.springframework.util.Base64Utils
 
BaseConstructor - org.yaml.snakeyaml.constructor中的类
 
BaseConstructor() - 类 的构造器org.yaml.snakeyaml.constructor.BaseConstructor
 
BaseRepresenter - org.yaml.snakeyaml.representer中的类
Represent basic YAML structures: scalar, sequence, mapping
BaseRepresenter() - 类 的构造器org.yaml.snakeyaml.representer.BaseRepresenter
 
BaseSubscriber<T> - reactor.core.publisher中的类
A simple base class for a Subscriber implementation that lets the user perform a BaseSubscriber.request(long) and BaseSubscriber.cancel() on it directly.
BaseSubscriber() - 类 的构造器reactor.core.publisher.BaseSubscriber
 
baseUrl(String) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.Builder
Configure a base URI as described in WebClient.create(String).
BasicAuthorizationInterceptor - org.springframework.http.client.support中的类
ClientHttpRequestInterceptor to apply a BASIC authorization header.
BasicAuthorizationInterceptor(String, String) - 类 的构造器org.springframework.http.client.support.BasicAuthorizationInterceptor
Create a new interceptor which adds a BASIC authorization header for the given username and password.
BasicRedisPersistentEntity<T> - org.springframework.data.redis.core.mapping中的类
RedisPersistentEntity implementation.
BasicRedisPersistentEntity(TypeInformation<T>, KeySpaceResolver, TimeToLiveAccessor) - 类 的构造器org.springframework.data.redis.core.mapping.BasicRedisPersistentEntity
BatchPreparedStatementSetter - org.springframework.jdbc.core中的接口
Batch update callback interface used by the JdbcTemplate class.
BatchSqlUpdate - org.springframework.jdbc.object中的类
SqlUpdate subclass that performs batch update operations.
BatchSqlUpdate() - 类 的构造器org.springframework.jdbc.object.BatchSqlUpdate
Constructor to allow use as a JavaBean.
BatchSqlUpdate(DataSource, String) - 类 的构造器org.springframework.jdbc.object.BatchSqlUpdate
Construct an update object with a given DataSource and SQL.
BatchSqlUpdate(DataSource, String, int[]) - 类 的构造器org.springframework.jdbc.object.BatchSqlUpdate
Construct an update object with a given DataSource, SQL and anonymous parameters.
BatchSqlUpdate(DataSource, String, int[], int) - 类 的构造器org.springframework.jdbc.object.BatchSqlUpdate
Construct an update object with a given DataSource, SQL, anonymous parameters and specifying the maximum number of rows that may be affected.
batchUpdate(String...) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Issue multiple SQL updates on a single JDBC Statement using batching.
batchUpdate(String, BatchPreparedStatementSetter) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Issue multiple update statements on a single PreparedStatement, using batch updates and a BatchPreparedStatementSetter to set values.
batchUpdate(String, List<Object[]>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Execute a batch using the supplied SQL statement with the batch of supplied arguments.
batchUpdate(String, List<Object[]>, int[]) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Execute a batch using the supplied SQL statement with the batch of supplied arguments.
batchUpdate(String, Collection<T>, int, ParameterizedPreparedStatementSetter<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Execute multiple batches using the supplied SQL statement with the collect of supplied arguments.
batchUpdate(String...) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
batchUpdate(String, BatchPreparedStatementSetter) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
batchUpdate(String, List<Object[]>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
batchUpdate(String, List<Object[]>, int[]) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
batchUpdate(String, Collection<T>, int, ParameterizedPreparedStatementSetter<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
batchUpdate(String, Map<String, ?>[]) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Executes a batch using the supplied SQL statement with the batch of supplied arguments.
batchUpdate(String, SqlParameterSource[]) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Execute a batch using the supplied SQL statement with the batch of supplied arguments.
batchUpdate(String, Map<String, ?>[]) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
batchUpdate(String, SqlParameterSource[]) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
BatchUpdateUtils - org.springframework.jdbc.core中的类
Generic utility methods for working with JDBC batch statements.
BatchUpdateUtils() - 类 的构造器org.springframework.jdbc.core.BatchUpdateUtils
 
BEAN_NAME - 类 中的静态变量org.springframework.web.servlet.config.FreeMarkerConfigurerBeanDefinitionParser
 
BEAN_NAME - 类 中的静态变量org.springframework.web.servlet.config.GroovyMarkupConfigurerBeanDefinitionParser
 
BEAN_NAME - 类 中的静态变量org.springframework.web.servlet.config.ScriptTemplateConfigurerBeanDefinitionParser
 
BEAN_NAME - 类 中的静态变量org.springframework.web.servlet.config.TilesConfigurerBeanDefinitionParser
 
BeanAccess - org.yaml.snakeyaml.introspector中的枚举
Control instance variables.
beanAccess - 类 中的变量org.yaml.snakeyaml.TypeDescription
 
BeanFactoryDataSourceLookup - org.springframework.jdbc.datasource.lookup中的类
DataSourceLookup implementation based on a Spring BeanFactory.
BeanFactoryDataSourceLookup() - 类 的构造器org.springframework.jdbc.datasource.lookup.BeanFactoryDataSourceLookup
Create a new instance of the BeanFactoryDataSourceLookup class.
BeanFactoryDataSourceLookup(BeanFactory) - 类 的构造器org.springframework.jdbc.datasource.lookup.BeanFactoryDataSourceLookup
Create a new instance of the BeanFactoryDataSourceLookup class.
BeanFactoryTransactionAttributeSourceAdvisor - org.springframework.transaction.interceptor中的类
Advisor driven by a TransactionAttributeSource, used to include a transaction advice bean for methods that are transactional.
BeanFactoryTransactionAttributeSourceAdvisor() - 类 的构造器org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor
 
beanManager - 类 中的变量org.springframework.data.redis.repository.cdi.CdiBean
 
beanName() - 类 中的方法org.springframework.web.servlet.config.annotation.ViewResolverRegistry
Register a bean name view resolver that interprets view names as the names of View beans.
beanNameHandlerMapping() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Return a BeanNameUrlHandlerMapping ordered at 2 to map URL paths to controller bean names.
BeanNameUrlHandlerMapping - org.springframework.web.servlet.handler中的类
Implementation of the HandlerMapping interface that map from URLs to beans with names that start with a slash ("/"), similar to how Struts maps URLs to action names.
BeanNameUrlHandlerMapping() - 类 的构造器org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping
 
BeanNameViewResolver - org.springframework.web.servlet.view中的类
A simple implementation of ViewResolver that interprets a view name as a bean name in the current application context, i.e. typically in the XML file of the executing DispatcherServlet.
BeanNameViewResolver() - 类 的构造器org.springframework.web.servlet.view.BeanNameViewResolver
 
BeanPropertyBindingResult - org.springframework.validation中的类
Default implementation of the Errors and BindingResult interfaces, for the registration and evaluation of binding errors on JavaBean objects.
BeanPropertyBindingResult(Object, String) - 类 的构造器org.springframework.validation.BeanPropertyBindingResult
Creates a new instance of the BeanPropertyBindingResult class.
BeanPropertyBindingResult(Object, String, boolean, int) - 类 的构造器org.springframework.validation.BeanPropertyBindingResult
Creates a new instance of the BeanPropertyBindingResult class.
BeanPropertyRowMapper<T> - org.springframework.jdbc.core中的类
RowMapper implementation that converts a row into a new instance of the specified mapped target class.
BeanPropertyRowMapper() - 类 的构造器org.springframework.jdbc.core.BeanPropertyRowMapper
Create a new BeanPropertyRowMapper for bean-style configuration.
BeanPropertyRowMapper(Class<T>) - 类 的构造器org.springframework.jdbc.core.BeanPropertyRowMapper
Create a new BeanPropertyRowMapper, accepting unpopulated properties in the target bean.
BeanPropertyRowMapper(Class<T>, boolean) - 类 的构造器org.springframework.jdbc.core.BeanPropertyRowMapper
Create a new BeanPropertyRowMapper.
BeanPropertySqlParameterSource - org.springframework.jdbc.core.namedparam中的类
SqlParameterSource implementation that obtains parameter values from bean properties of a given JavaBean object.
BeanPropertySqlParameterSource(Object) - 类 的构造器org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource
Create a new BeanPropertySqlParameterSource for the given bean.
BeanReference - org.springframework.expression.spel.ast中的类
Represents a bean reference to a type, for example @foo or @'foo.bar'.
BeanReference(int, String) - 类 的构造器org.springframework.expression.spel.ast.BeanReference
 
BeanResolver - org.springframework.expression中的接口
A bean resolver can be registered with the evaluation context and will kick in for bean references: @myBeanName and &myBeanName expressions.
BeanUtilsHashMapper<T> - org.springframework.data.redis.hash中的类
HashMapper based on Apache Commons BeanUtils project.
BeanUtilsHashMapper(Class<T>) - 类 的构造器org.springframework.data.redis.hash.BeanUtilsHashMapper
Create a new BeanUtilsHashMapper for the given type.
BeanValidationPostProcessor - org.springframework.validation.beanvalidation中的类
Simple BeanPostProcessor that checks JSR-303 constraint annotations in Spring-managed beans, throwing an initialization exception in case of constraint violations right before calling the bean's init method (if any).
BeanValidationPostProcessor() - 类 的构造器org.springframework.validation.beanvalidation.BeanValidationPostProcessor
 
before(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.LInsertCommand
Applies the before pivot.
beforeAccess() - 类 中的方法org.springframework.util.ConcurrencyThrottleSupport
To be invoked before the main execution logic of concrete subclasses.
beforeAll(ExtensionContext) - 类 中的方法org.springframework.test.context.junit.jupiter.SpringExtension
beforeBodyRead(HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.JsonViewRequestBodyAdvice
 
beforeBodyRead(HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - 接口 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdvice
Invoked second before the request body is read and converted.
beforeBodyRead(HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdviceAdapter
The default implementation returns the InputMessage that was passed in.
beforeBodyWrite(Object, MethodParameter, MediaType, Class<? extends HttpMessageConverter<?>>, ServerHttpRequest, ServerHttpResponse) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.AbstractMappingJacksonResponseBodyAdvice
 
beforeBodyWrite(T, MethodParameter, MediaType, Class<? extends HttpMessageConverter<?>>, ServerHttpRequest, ServerHttpResponse) - 接口 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseBodyAdvice
Invoked after an HttpMessageConverter is selected and just before its write method is invoked.
beforeBodyWriteInternal(MappingJacksonValue, MediaType, MethodParameter, ServerHttpRequest, ServerHttpResponse) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.AbstractJsonpResponseBodyAdvice
已过时。
 
beforeBodyWriteInternal(MappingJacksonValue, MediaType, MethodParameter, ServerHttpRequest, ServerHttpResponse) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.AbstractMappingJacksonResponseBodyAdvice
Invoked only if the converter type is MappingJackson2HttpMessageConverter.
beforeBodyWriteInternal(MappingJacksonValue, MediaType, MethodParameter, ServerHttpRequest, ServerHttpResponse) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.JsonViewResponseBodyAdvice
 
beforeCommit(Supplier<? extends Mono<Void>>) - 类 中的方法org.springframework.http.client.reactive.AbstractClientHttpRequest
 
beforeCommit(Supplier<? extends Mono<Void>>) - 类 中的方法org.springframework.http.client.reactive.ClientHttpRequestDecorator
 
beforeCommit(Supplier<? extends Mono<Void>>) - 接口 中的方法org.springframework.http.ReactiveHttpOutputMessage
Register an action to apply just before the HttpOutputMessage is committed.
beforeCommit(Supplier<? extends Mono<Void>>) - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpResponse
 
beforeCommit(Supplier<? extends Mono<Void>>) - 类 中的方法org.springframework.http.server.reactive.ServerHttpResponseDecorator
 
beforeCommit(boolean) - 类 中的方法org.springframework.transaction.support.ResourceHolderSynchronization
 
beforeCommit(boolean) - 接口 中的方法org.springframework.transaction.support.TransactionSynchronization
Invoked before transaction commit (before "beforeCompletion").
beforeCommit(boolean) - 类 中的方法org.springframework.transaction.support.TransactionSynchronizationAdapter
 
beforeCompletion() - 类 中的方法org.springframework.transaction.jta.JtaAfterCompletionSynchronization
 
beforeCompletion() - 类 中的方法org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
JTA beforeCompletion callback: just invoked before commit.
beforeCompletion() - 类 中的方法org.springframework.transaction.support.ResourceHolderSynchronization
 
beforeCompletion() - 接口 中的方法org.springframework.transaction.support.TransactionSynchronization
Invoked before transaction commit/rollback.
beforeCompletion() - 类 中的方法org.springframework.transaction.support.TransactionSynchronizationAdapter
 
beforeConcurrentHandling(NativeWebRequest, Callable<T>) - 接口 中的方法org.springframework.web.context.request.async.CallableProcessingInterceptor
Invoked before the start of concurrent handling in the original thread in which the Callable is submitted for concurrent handling.
beforeConcurrentHandling(NativeWebRequest, Callable<T>) - 类 中的方法org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
已过时。
 
beforeConcurrentHandling(NativeWebRequest, DeferredResult<T>) - 接口 中的方法org.springframework.web.context.request.async.DeferredResultProcessingInterceptor
Invoked immediately before the start of concurrent handling, in the same thread that started it.
beforeConcurrentHandling(NativeWebRequest, DeferredResult<T>) - 类 中的方法org.springframework.web.context.request.async.DeferredResultProcessingInterceptorAdapter
已过时。
This implementation is empty.
beforeDelivery(Method) - 类 中的方法org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
This beforeDelivery implementation starts a transaction, if necessary, and exposes the endpoint ClassLoader as current thread context ClassLoader.
beforeEach(ExtensionContext) - 类 中的方法org.springframework.test.context.junit.jupiter.SpringExtension
beforeFirst() - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
beforeFirst() - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Move the cursor to the front of this row set, just before the first row.
beforeMockMvcCreated(ConfigurableMockMvcBuilder<?>, WebApplicationContext) - 接口 中的方法org.springframework.test.web.servlet.setup.MockMvcConfigurer
Invoked when the MockMvc instance is about to be created with the MockMvc builder and the Spring WebApplicationContext that will be passed to the DispatcherServlet.
beforeMockMvcCreated(ConfigurableMockMvcBuilder<?>, WebApplicationContext) - 类 中的方法org.springframework.test.web.servlet.setup.MockMvcConfigurerAdapter
 
beforeMockMvcCreated(ConfigurableMockMvcBuilder<?>, WebApplicationContext) - 类 中的方法org.springframework.test.web.servlet.setup.SharedHttpSessionConfigurer
 
beforeOrAfterTestClass(TestContext, DirtiesContext.ClassMode) - 类 中的方法org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener
Perform the actual work for TestExecutionListener.beforeTestClass(org.springframework.test.context.TestContext) and TestExecutionListener.afterTestClass(org.springframework.test.context.TestContext) by dirtying the context if appropriate (i.e., according to the required mode).
beforeOrAfterTestMethod(TestContext, DirtiesContext.MethodMode, DirtiesContext.ClassMode) - 类 中的方法org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener
Perform the actual work for TestExecutionListener.beforeTestMethod(org.springframework.test.context.TestContext) and TestExecutionListener.afterTestMethod(org.springframework.test.context.TestContext) by dirtying the context if appropriate (i.e., according to the required modes).
beforePhase(PhaseEvent) - 类 中的方法org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
 
beforeRequest(HttpServletRequest, String) - 类 中的方法org.springframework.web.filter.AbstractRequestLoggingFilter
Concrete subclasses should implement this method to write a log message before the request is processed.
beforeRequest(HttpServletRequest, String) - 类 中的方法org.springframework.web.filter.CommonsRequestLoggingFilter
Writes a log message before the request is processed.
beforeRequest(HttpServletRequest, String) - 类 中的方法org.springframework.web.filter.ServletContextRequestLoggingFilter
Writes a log message before the request is processed.
beforeServerCreated(WebHttpHandlerBuilder) - 接口 中的方法org.springframework.test.web.reactive.server.MockServerConfigurer
Invoked just before the mock server is built.
beforeTestClass(TestContext) - 类 中的方法org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener
If the test class of the supplied test context is annotated with @DirtiesContext and the class mode is set to BEFORE_CLASS, the application context of the test context will be marked as dirty, and the REINJECT_DEPENDENCIES_ATTRIBUTE in the test context will be set to true.
beforeTestClass() - 类 中的方法org.springframework.test.context.TestContextManager
Hook for pre-processing a test class before execution of any tests within the class.
beforeTestClass(TestContext) - 接口 中的方法org.springframework.test.context.TestExecutionListener
Pre-processes a test class before execution of all tests within the class.
beforeTestExecution(ExtensionContext) - 类 中的方法org.springframework.test.context.junit.jupiter.SpringExtension
beforeTestExecution(Object, Method) - 类 中的方法org.springframework.test.context.TestContextManager
Hook for pre-processing a test immediately before execution of the test method in the supplied test context — for example, for timing or logging purposes.
beforeTestExecution(TestContext) - 接口 中的方法org.springframework.test.context.TestExecutionListener
Pre-processes a test immediately before execution of the test method in the supplied test context — for example, for timing or logging purposes.
beforeTestMethod(TestContext) - 类 中的方法org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener
Execute SQL scripts configured via @Sql for the supplied TestContext before the current test method.
beforeTestMethod(TestContext) - 类 中的方法org.springframework.test.context.support.DependencyInjectionTestExecutionListener
If the DependencyInjectionTestExecutionListener.REINJECT_DEPENDENCIES_ATTRIBUTE in the supplied test context has a value of Boolean.TRUE, this method will have the same effect as prepareTestInstance(); otherwise, this method will have no effect.
beforeTestMethod(TestContext) - 类 中的方法org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener
If the current test method of the supplied test context is annotated with @DirtiesContext and the method mode is set to BEFORE_METHOD, or if the test class is annotated with @DirtiesContext and the class mode is set to BEFORE_EACH_TEST_METHOD, the application context of the test context will be marked as dirty and the REINJECT_DEPENDENCIES_ATTRIBUTE in the test context will be set to true.
beforeTestMethod(Object, Method) - 类 中的方法org.springframework.test.context.TestContextManager
Hook for pre-processing a test before execution of before lifecycle callbacks of the underlying test framework — for example, setting up test fixtures, starting a transaction, etc.
beforeTestMethod(TestContext) - 接口 中的方法org.springframework.test.context.TestExecutionListener
Pre-processes a test before execution of before lifecycle callbacks of the underlying test framework — for example, by setting up test fixtures.
beforeTestMethod(TestContext) - 类 中的方法org.springframework.test.context.transaction.TransactionalTestExecutionListener
If the test method of the supplied test context is configured to run within a transaction, this method will run @BeforeTransaction methods and start a new transaction.
beforeTestMethod(TestContext) - 类 中的方法org.springframework.test.context.web.ServletTestExecutionListener
Sets up thread-local state before each test method via Spring Web's RequestContextHolder, but only if the test class is annotated with @WebAppConfiguration.
BeforeTransaction - org.springframework.test.context.transaction中的注释类型
Test annotation which indicates that the annotated void method should be executed before a transaction is started for a test method configured to run within a transaction via Spring's @Transactional annotation.
begin() - 类 中的方法org.springframework.transaction.jta.UserTransactionAdapter
 
BEST_MATCHING_PATTERN_ATTRIBUTE - 接口 中的静态变量org.springframework.web.servlet.HandlerMapping
Name of the HttpServletRequest attribute that contains the best matching pattern within the handler mapping.
between(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoDistCommand
Applies the from member.
between(int, int) - 类 中的静态方法org.springframework.test.web.client.ExpectedCount
Between min and max number of times.
bgReWriteAof(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisClusterConnection
已过时。
bgReWriteAof() - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
bgReWriteAof() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
bgReWriteAof(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.ReactiveClusterServerCommands
Start an Append Only File rewrite process on the specific server.
bgReWriteAof() - 接口 中的方法org.springframework.data.redis.connection.ReactiveServerCommands
Start an Append Only File rewrite process on server.
bgReWriteAof(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.RedisClusterServerCommands
 
bgReWriteAof() - 接口 中的方法org.springframework.data.redis.connection.RedisServerCommands
Start an Append Only File rewrite process on server.
bgReWriteAof(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.core.ClusterOperations
Start an Append Only File rewrite process on given node.
bgSave(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisClusterConnection
已过时。
bgSave() - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
bgSave() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
bgSave(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.ReactiveClusterServerCommands
Start background saving of db on server.
bgSave() - 接口 中的方法org.springframework.data.redis.connection.ReactiveServerCommands
Start background saving of db on server.
bgSave(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.RedisClusterServerCommands
 
bgSave() - 接口 中的方法org.springframework.data.redis.connection.RedisServerCommands
Start background saving of db on server.
bgSave(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.core.ClusterOperations
Start background saving of db on given node.
bgWriteAof() - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
bgWriteAof() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
已过时。
bgWriteAof() - 接口 中的方法org.springframework.data.redis.connection.RedisServerCommands
已过时。
BINARY - 类 中的静态变量org.yaml.snakeyaml.nodes.Tag
 
BinaryKeyspaceIdentifier() - 类 的构造器org.springframework.data.redis.core.convert.MappingRedisConverter.BinaryKeyspaceIdentifier
 
bind(String, Object) - 类 中的方法org.springframework.jndi.JndiTemplate
Bind the given object to the current JNDI context, using the given name.
bind(String, Object) - 类 中的方法org.springframework.mock.jndi.SimpleNamingContext
Bind the given object to the given name.
bind(Name, Object) - 类 中的方法org.springframework.mock.jndi.SimpleNamingContext
 
bind(String, Object) - 类 中的方法org.springframework.mock.jndi.SimpleNamingContextBuilder
Bind the given object under the given name, for all naming contexts that this context builder will generate.
bind(PropertyValues) - 类 中的方法org.springframework.validation.DataBinder
Bind the given property values to this binder's target.
bind(ServletRequest) - 类 中的方法org.springframework.web.bind.ServletRequestDataBinder
Bind the parameters of the given request to this binder's target, also binding multipart files in case of a multipart request.
bind(ServerWebExchange) - 类 中的方法org.springframework.web.bind.support.WebExchangeDataBinder
Bind query params, form data, and or multipart form data to the binder target.
bind(WebRequest) - 类 中的方法org.springframework.web.bind.support.WebRequestDataBinder
Bind the parameters of the given request to this binder's target, also binding multipart files in case of a multipart request.
bindConnection(RedisConnectionFactory) - 类 中的静态方法org.springframework.data.redis.core.RedisConnectionUtils
Binds a new Redis connection (from the given factory) to the current thread, if none is already bound.
bindConnection(RedisConnectionFactory, boolean) - 类 中的静态方法org.springframework.data.redis.core.RedisConnectionUtils
Binds a new Redis connection (from the given factory) to the current thread, if none is already bound and enables transaction support if enableTranactionSupport is set to true.
bindDefaultNamespaceUri(String) - 类 中的方法org.springframework.util.xml.SimpleNamespaceContext
Bind the given namespace as default namespace.
BindErrorsTag - org.springframework.web.servlet.tags中的类
This <hasBindErrors> tag provides an Errors instance in case of bind errors.
BindErrorsTag() - 类 的构造器org.springframework.web.servlet.tags.BindErrorsTag
 
BindException - org.springframework.validation中的异常错误
Thrown when binding errors are considered fatal.
BindException(BindingResult) - 异常错误 的构造器org.springframework.validation.BindException
Create a new BindException instance for a BindingResult.
BindException(Object, String) - 异常错误 的构造器org.springframework.validation.BindException
Create a new BindException instance for a target bean.
BindingAwareConcurrentModel - org.springframework.validation.support中的类
Subclass of ConcurrentModel that automatically removes the BindingResult object when its corresponding target attribute is replaced through regular Map operations.
BindingAwareConcurrentModel() - 类 的构造器org.springframework.validation.support.BindingAwareConcurrentModel
 
BindingAwareModelMap - org.springframework.validation.support中的类
Subclass of ExtendedModelMap that automatically removes a BindingResult object if the corresponding target attribute gets replaced through regular Map operations.
BindingAwareModelMap() - 类 的构造器org.springframework.validation.support.BindingAwareModelMap
 
BindingErrorProcessor - org.springframework.validation中的接口
Strategy for processing DataBinder's missing field errors, and for translating a PropertyAccessException to a FieldError.
BindingResult - org.springframework.validation中的接口
General interface that represents binding results.
BindingResultUtils - org.springframework.validation中的类
Convenience methods for looking up BindingResults in a model Map.
BindingResultUtils() - 类 的构造器org.springframework.validation.BindingResultUtils
 
bindMultipart(Map<String, List<MultipartFile>>, MutablePropertyValues) - 类 中的方法org.springframework.web.bind.WebDataBinder
Bind all multipart files contained in the given request, if any (in case of a multipart request).
bindNamespaceUri(String, String) - 类 中的方法org.springframework.util.xml.SimpleNamespaceContext
Bind the given prefix to the given namespace.
bindRequestParameters(WebDataBinder, NativeWebRequest) - 类 中的方法org.springframework.data.web.ProxyingHandlerMethodArgumentResolver
 
bindRequestParameters(WebDataBinder, NativeWebRequest) - 类 中的方法org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Extension point to bind the request to the target object.
bindRequestParameters(WebDataBinder, NativeWebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
This implementation downcasts WebDataBinder to ServletRequestDataBinder before binding.
bindResource(Object, Object) - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationManager
Bind the given resource for the given key to the current thread.
BindStatus - org.springframework.web.servlet.support中的类
Simple adapter to expose the bind status of a field or object.
BindStatus(RequestContext, String, boolean) - 类 的构造器org.springframework.web.servlet.support.BindStatus
Create a new BindStatus instance, representing a field or object status.
BindTag - org.springframework.web.servlet.tags中的类
The <bind> tag supports evaluation of binding errors for a certain bean or bean property.
BindTag() - 类 的构造器org.springframework.web.servlet.tags.BindTag
 
bindTo(RestTemplate) - 类 中的静态方法org.springframework.test.web.client.MockRestServiceServer
Return a builder for a MockRestServiceServer that should be used to reply to the given RestTemplate.
bindTo(AsyncRestTemplate) - 类 中的静态方法org.springframework.test.web.client.MockRestServiceServer
已过时。
see deprecation notice on AsyncRestTemplate itself
bindTo(RestGatewaySupport) - 类 中的静态方法org.springframework.test.web.client.MockRestServiceServer
Return a builder for a MockRestServiceServer that should be used to reply to the given RestGatewaySupport.
bindToApplicationContext(ApplicationContext) - 接口 中的静态方法org.springframework.test.web.reactive.server.WebTestClient
Use this option to setup a server from the Spring configuration of your application, or some subset of it.
bindToController(Object...) - 接口 中的静态方法org.springframework.test.web.reactive.server.WebTestClient
Use this server setup to test one `@Controller` at a time.
bindToRouterFunction(<any>) - 接口 中的静态方法org.springframework.test.web.reactive.server.WebTestClient
Use this option to set up a server from a RouterFunction.
bindToServer() - 接口 中的静态方法org.springframework.test.web.reactive.server.WebTestClient
This server setup option allows you to connect to a running server via Reactor Netty.
bindToServer(ClientHttpConnector) - 接口 中的静态方法org.springframework.test.web.reactive.server.WebTestClient
A variant of WebTestClient.bindToServer() with a pre-configured connector.
bindToWebHandler(WebHandler) - 接口 中的静态方法org.springframework.test.web.reactive.server.WebTestClient
Integration testing with a "mock" server targeting the given WebHandler.
bit(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveStringCommands.GetBitCommand
Creates a new ReactiveStringCommands.GetBitCommand given a key.
bit(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveStringCommands.SetBitCommand
Creates a new ReactiveStringCommands.SetBitCommand given a key.
bitCount(byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
bitCount(byte[], long, long) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
bitCount(byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
bitCount(byte[], long, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
bitCount(String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
bitCount(String, long, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
bitCount(ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Count the number of set bits (population counting) in value stored at key.
bitCount(ByteBuffer, long, long) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Count the number of set bits (population counting) of value stored at key between start and end.
bitCount(Publisher<ReactiveStringCommands.BitCountCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Count the number of set bits (population counting) of value stored at key between start and end.
bitCount(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveStringCommands.BitCountCommand
Creates a new ReactiveStringCommands.BitCountCommand given a key.
bitCount(byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisStringCommands
Count the number of set bits (population counting) in value stored at key.
bitCount(byte[], long, long) - 接口 中的方法org.springframework.data.redis.connection.RedisStringCommands
Count the number of set bits (population counting) of value stored at key between start and end.
bitCount(String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Count the number of set bits (population counting) in value stored at key.
bitCount(String, long, long) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Count the number of set bits (population counting) of value stored at key between start and end.
bitOp(RedisStringCommands.BitOperation, byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
bitOp(RedisStringCommands.BitOperation, byte[], byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
bitOp(RedisStringCommands.BitOperation, String, String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
bitOp(Collection<ByteBuffer>, RedisStringCommands.BitOperation, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Perform bitwise operations between strings.
bitOp(Publisher<ReactiveStringCommands.BitOpCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Perform bitwise operations between strings.
bitOp(RedisStringCommands.BitOperation, byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisStringCommands
Perform bitwise operations between strings.
bitOp(RedisStringCommands.BitOperation, String, String...) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Perform bitwise operations between strings.
block() - 类 中的方法reactor.core.publisher.Mono
Subscribe to this Mono and block indefinitely until a next signal is received.
block(Duration) - 类 中的方法reactor.core.publisher.Mono
Subscribe to this Mono and block until a next signal is received or a timeout expires.
block() - 类 中的方法reactor.core.publisher.MonoProcessor
Block the calling thread indefinitely, waiting for the completion of this MonoProcessor.
block(Duration) - 类 中的方法reactor.core.publisher.MonoProcessor
Block the calling thread for the specified time, waiting for the completion of this MonoProcessor.
BlockEndToken - org.yaml.snakeyaml.tokens中的类
 
BlockEndToken(Mark, Mark) - 类 的构造器org.yaml.snakeyaml.tokens.BlockEndToken
 
BlockEntryToken - org.yaml.snakeyaml.tokens中的类
 
BlockEntryToken(Mark, Mark) - 类 的构造器org.yaml.snakeyaml.tokens.BlockEntryToken
 
blockFirst() - 类 中的方法reactor.core.publisher.Flux
Subscribe to this Flux and block indefinitely until the upstream signals its first value or completes.
blockFirst(Duration) - 类 中的方法reactor.core.publisher.Flux
Subscribe to this Flux and block until the upstream signals its first value, completes or a timeout expires.
blockForAvailableThreads() - 类 中的方法org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
 
blocking() - 类 中的静态方法reactor.util.concurrent.WaitStrategy
Blocking strategy that uses a lock and condition variable for consumer waiting on a barrier.
blockingFor(Duration) - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.BPopCommand
Applies a timeout.
blockingFor(Duration) - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.BRPopLPushCommand
Applies a timeout.
blockLast() - 类 中的方法reactor.core.publisher.Flux
Subscribe to this Flux and block indefinitely until the upstream signals its last value or completes.
blockLast(Duration) - 类 中的方法reactor.core.publisher.Flux
Subscribe to this Flux and block until the upstream signals its last value, completes or a timeout expires.
BlockMappingStartToken - org.yaml.snakeyaml.tokens中的类
 
BlockMappingStartToken(Mark, Mark) - 类 的构造器org.yaml.snakeyaml.tokens.BlockMappingStartToken
 
blockOptional() - 类 中的方法reactor.core.publisher.Mono
Subscribe to this Mono and block indefinitely until a next signal is received or the Mono completes empty.
blockOptional(Duration) - 类 中的方法reactor.core.publisher.Mono
Subscribe to this Mono and block until a next signal is received, the Mono completes empty or a timeout expires.
BlockSequenceStartToken - org.yaml.snakeyaml.tokens中的类
 
BlockSequenceStartToken(Mark, Mark) - 类 的构造器org.yaml.snakeyaml.tokens.BlockSequenceStartToken
 
bLPop(int, byte[]...) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
bLPop(int, byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
bLPop(int, String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
blPop(List<ByteBuffer>, Duration) - 接口 中的方法org.springframework.data.redis.connection.ReactiveListCommands
Removes and returns first element from lists stored at keys.
bLPop(int, byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisListCommands
Removes and returns first element from lists stored at keys.
bLPop(int, String...) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Removes and returns first element from lists stored at keys (see: RedisListCommands.lPop(byte[])).
body(T) - 接口 中的方法org.springframework.http.RequestEntity.BodyBuilder
Set the body of the request entity and build the RequestEntity.
body(T, Type) - 接口 中的方法org.springframework.http.RequestEntity.BodyBuilder
Set the body and type of the request entity and build the RequestEntity.
body(T) - 接口 中的方法org.springframework.http.ResponseEntity.BodyBuilder
Set the body of the response entity and returns it.
body(Publisher<? extends DataBuffer>) - 接口 中的方法org.springframework.mock.http.server.reactive.MockServerHttpRequest.BodyBuilder
Set the body of the request and build it.
body(String) - 接口 中的方法org.springframework.mock.http.server.reactive.MockServerHttpRequest.BodyBuilder
Set the body of the request and build it.
body(<any>) - 类 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest
 
body(<any>, Map<String, Object>) - 类 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest
 
body(Object) - 接口 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
 
body(String) - 类 中的方法org.springframework.test.web.client.response.DefaultResponseCreator
Set the body as a UTF-8 String.
body(byte[]) - 类 中的方法org.springframework.test.web.client.response.DefaultResponseCreator
Set the body as a byte array.
body(Resource) - 类 中的方法org.springframework.test.web.client.response.DefaultResponseCreator
Set the body as a Resource.
body(<any>) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.RequestBodySpec
Set the body of the request to the given BodyInserter.
body(S, Class<T>) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.RequestBodySpec
Set the body of the request to the given asynchronous Publisher.
bodyToFlux(Class<? extends S>) - 类 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest
 
bodyToFlux(ParameterizedTypeReference<S>) - 类 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest
 
bodyToMono(Class<? extends S>) - 类 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest
 
bodyToMono(ParameterizedTypeReference<S>) - 类 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest
 
BOOL - 类 中的静态变量org.yaml.snakeyaml.nodes.Tag
 
BOOL - 类 中的静态变量org.yaml.snakeyaml.resolver.Resolver
 
BooleanComparator - org.springframework.util.comparator中的类
A Comparator for Boolean objects that can sort either true or false first.
BooleanComparator(boolean) - 类 的构造器org.springframework.util.comparator.BooleanComparator
Create a BooleanComparator that sorts boolean values based on the provided flag.
BooleanLiteral - org.springframework.expression.spel.ast中的类
Represents the literal values TRUE and FALSE.
BooleanLiteral(String, int, boolean) - 类 的构造器org.springframework.expression.spel.ast.BooleanLiteral
 
BooleanResponse(I, Boolean) - 类 的构造器org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse
 
BooleanTypedValue - org.springframework.expression.spel.support中的类
 
booleanValue(Boolean) - 类 中的方法org.springframework.test.web.client.match.XpathRequestMatchers
Apply the XPath and assert the boolean value found.
booleanValue(Boolean) - 类 中的方法org.springframework.test.web.servlet.result.XpathResultMatchers
Evaluate the XPath and assert the Boolean value found.
BootstrapContext - org.springframework.test.context中的接口
BootstrapContext encapsulates the context in which the Spring TestContext Framework is bootstrapped.
BootstrapContextAware - org.springframework.jca.context中的接口
Interface to be implemented by any object that wishes to be notified of the BootstrapContext (typically determined by the ResourceAdapterApplicationContext) that it runs in.
BootstrapWith - org.springframework.test.context中的注释类型
@BootstrapWith defines class-level metadata that is used to determine how to bootstrap the Spring TestContext Framework.
bothFalse() - 类 中的方法org.yaml.snakeyaml.events.ImplicitTuple
 
boundaryToBytesForZRange(RedisZSetCommands.Range.Boundary, byte[]) - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
Converts a given RedisZSetCommands.Range.Boundary to its binary representation suitable for ZRANGEBY* commands, despite ZRANGEBYLEX.
boundaryToBytesForZRange(RedisZSetCommands.Range.Boundary, byte[]) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
Converts a given RedisZSetCommands.Range.Boundary to its binary representation suitable for ZRANGEBY* commands, despite ZRANGEBYLEX.
boundaryToBytesForZRangeByLex(RedisZSetCommands.Range.Boundary, byte[]) - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
Converts a given RedisZSetCommands.Range.Boundary to its binary representation suitable for ZRANGEBYLEX command.
boundaryToBytesForZRangeByLex(RedisZSetCommands.Range.Boundary, byte[]) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
Converts a given RedisZSetCommands.Range.Boundary to its binary representation suitable for ZRANGEBYLEX command.
boundaryToStringForZRange(RedisZSetCommands.Range.Boundary, String) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
BoundGeoOperations<K,M> - org.springframework.data.redis.core中的接口
GeoOperations bound to a certain key.
boundGeoOps(K) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Returns geospatial specific operations interface bound to the given key.
boundGeoOps(K) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
BoundHashOperations<H,HK,HV> - org.springframework.data.redis.core中的接口
Hash operations bound to a certain key.
boundHashOps(K) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Returns the operations performed on hash values bound to the given key
boundHashOps(K) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
BoundKeyOperations<K> - org.springframework.data.redis.core中的接口
Operations over a Redis key.
BoundListOperations<K,V> - org.springframework.data.redis.core中的接口
List operations bound to a certain key.
boundListOps(K) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Returns the operations performed on list values bound to the given key.
boundListOps(K) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
BoundSetOperations<K,V> - org.springframework.data.redis.core中的接口
Set operations bound to a certain key.
boundSetOps(K) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Returns the operations performed on set values bound to the given key.
boundSetOps(K) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
BoundValueOperations<K,V> - org.springframework.data.redis.core中的接口
Value (or String in Redis terminology) operations bound to a certain key.
boundValueOps(K) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Returns the operations performed on simple values (or Strings in Redis terminology) bound to the given key.
boundValueOps(K) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
BoundZSetOperations<K,V> - org.springframework.data.redis.core中的接口
ZSet (or SortedSet) operations bound to a certain key.
boundZSetOps(K) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Returns the operations performed on zset values (also known as sorted sets) bound to the given key.
boundZSetOps(K) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
bPop(Publisher<ReactiveListCommands.BPopCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveListCommands
bRPop(int, byte[]...) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
bRPop(int, byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
bRPop(int, String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
brPop(List<ByteBuffer>, Duration) - 接口 中的方法org.springframework.data.redis.connection.ReactiveListCommands
Removes and returns last element from lists stored at keys.
bRPop(int, byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisListCommands
Removes and returns last element from lists stored at keys.
bRPop(int, String...) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Removes and returns last element from lists stored at keys (see: RedisListCommands.rPop(byte[])).
bRPopLPush(int, byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
bRPopLPush(int, byte[], byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
bRPopLPush(int, String, String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
bRPopLPush(ByteBuffer, ByteBuffer, Duration) - 接口 中的方法org.springframework.data.redis.connection.ReactiveListCommands
Remove the last element from list at source, append it to destination and return its value.
bRPopLPush(Publisher<ReactiveListCommands.BRPopLPushCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveListCommands
Remove the last element from list at ReactiveRedisConnection.KeyCommand.getKey(), append it to ReactiveListCommands.BRPopLPushCommand.getDestination() and return its value.
bRPopLPush(int, byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisListCommands
Remove the last element from list at srcKey, append it to dstKey and return its value.
bRPopLPush(int, String, String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Remove the last element from list at srcKey, append it to dstKey and return its value (see RedisListCommands.rPopLPush(byte[], byte[])).
BshScriptEvaluator - org.springframework.scripting.bsh中的类
BeanShell-based implementation of Spring's ScriptEvaluator strategy interface.
BshScriptEvaluator() - 类 的构造器org.springframework.scripting.bsh.BshScriptEvaluator
Construct a new BshScriptEvaluator.
BshScriptEvaluator(ClassLoader) - 类 的构造器org.springframework.scripting.bsh.BshScriptEvaluator
Construct a new BshScriptEvaluator.
BshScriptFactory - org.springframework.scripting.bsh中的类
ScriptFactory implementation for a BeanShell script.
BshScriptFactory(String) - 类 的构造器org.springframework.scripting.bsh.BshScriptFactory
Create a new BshScriptFactory for the given script source.
BshScriptFactory(String, Class<?>...) - 类 的构造器org.springframework.scripting.bsh.BshScriptFactory
Create a new BshScriptFactory for the given script source.
BshScriptUtils - org.springframework.scripting.bsh中的类
Utility methods for handling BeanShell-scripted objects.
BshScriptUtils() - 类 的构造器org.springframework.scripting.bsh.BshScriptUtils
 
BshScriptUtils.BshExecutionException - org.springframework.scripting.bsh中的异常错误
Exception to be thrown on script execution failure.
bubble(Throwable) - 类 中的静态方法reactor.core.Exceptions
Prepare an unchecked RuntimeException that will bubble upstream if thrown by an operator.
Bucket - org.springframework.data.redis.core.convert中的类
Bucket is the data bag for Redis hash structures to be used with RedisData.
Bucket() - 类 的构造器org.springframework.data.redis.core.convert.Bucket
Creates new empty bucket
buffer() - 类 中的方法reactor.core.publisher.Flux
Collect all incoming values into a single List buffer that will be emitted by the returned Flux once this Flux completes.
buffer(int) - 类 中的方法reactor.core.publisher.Flux
Collect incoming values into multiple List buffers that will be emitted by the returned Flux each time the given max size is reached or once this Flux completes.
buffer(int, Supplier<C>) - 类 中的方法reactor.core.publisher.Flux
Collect incoming values into multiple user-defined Collection buffers that will be emitted by the returned Flux each time the given max size is reached or once this Flux completes.
buffer(int, int) - 类 中的方法reactor.core.publisher.Flux
Collect incoming values into multiple List buffers that will be emitted by the returned Flux each time the given max size is reached or once this Flux completes.
buffer(int, int, Supplier<C>) - 类 中的方法reactor.core.publisher.Flux
Collect incoming values into multiple user-defined Collection buffers that will be emitted by the returned Flux each time the given max size is reached or once this Flux completes.
buffer(Publisher<?>) - 类 中的方法reactor.core.publisher.Flux
Collect incoming values into multiple List buffers, as delimited by the signals of a companion Publisher this operator will subscribe to.
buffer(Publisher<?>, Supplier<C>) - 类 中的方法reactor.core.publisher.Flux
Collect incoming values into multiple user-defined Collection buffers, as delimited by the signals of a companion Publisher this operator will subscribe to.
buffer(Duration) - 类 中的方法reactor.core.publisher.Flux
Collect incoming values into multiple List buffers that will be emitted by the returned Flux every timespan.
buffer(Duration, Duration) - 类 中的方法reactor.core.publisher.Flux
Collect incoming values into multiple List buffers created at a given timeshift period.
buffer(Duration, Scheduler) - 类 中的方法reactor.core.publisher.Flux
Collect incoming values into multiple List buffers that will be emitted by the returned Flux every timespan, as measured on the provided Scheduler.
buffer(Duration, Duration, Scheduler) - 类 中的方法reactor.core.publisher.Flux
Collect incoming values into multiple List buffers created at a given timeshift period, as measured on the provided Scheduler.
BUFFER_SIZE - 类 中的静态变量org.springframework.util.FileCopyUtils
 
BUFFER_SIZE - 类 中的静态变量org.springframework.util.StreamUtils
 
bufferContent() - 接口 中的方法org.springframework.test.web.client.MockRestServiceServer.MockRestServiceServerBuilder
Use the BufferingClientHttpRequestFactory wrapper to buffer the input and output streams, and for example, allow multiple reads of the response body.
BUFFERED - 类 中的静态变量reactor.core.Scannable.Attr
A Integer attribute implemented by components with a backlog capacity.
BufferedImageHttpMessageConverter - org.springframework.http.converter中的类
Implementation of HttpMessageConverter that can read and write BufferedImages.
BufferedImageHttpMessageConverter() - 类 的构造器org.springframework.http.converter.BufferedImageHttpMessageConverter
 
bufferFactory() - 类 中的方法org.springframework.http.client.reactive.ClientHttpRequestDecorator
 
bufferFactory() - 接口 中的方法org.springframework.http.ReactiveHttpOutputMessage
Return a DataBufferFactory that can be used to create the body.
bufferFactory() - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpResponse
 
bufferFactory() - 类 中的方法org.springframework.http.server.reactive.ServerHttpResponseDecorator
 
bufferFactory() - 类 中的方法org.springframework.mock.http.client.reactive.MockClientHttpRequest
 
BufferingClientHttpRequestFactory - org.springframework.http.client中的类
Wrapper for a ClientHttpRequestFactory that buffers all outgoing and incoming streams in memory.
BufferingClientHttpRequestFactory(ClientHttpRequestFactory) - 类 的构造器org.springframework.http.client.BufferingClientHttpRequestFactory
Create a buffering wrapper for the given ClientHttpRequestFactory.
BufferOverflowStrategy - reactor.core.publisher中的枚举
Strategies to deal with overflow of a buffer during backpressure buffering.
bufferSize(int) - 类 中的方法reactor.core.publisher.TopicProcessor.Builder
Configures buffer size for this builder.
bufferSize(int) - 类 中的方法reactor.core.publisher.WorkQueueProcessor.Builder
Configures buffer size for this builder.
bufferTimeout(int, Duration) - 类 中的方法reactor.core.publisher.Flux
Collect incoming values into multiple List buffers that will be emitted by the returned Flux each time the buffer reaches a maximum size OR the timespan Duration elapses.
bufferTimeout(int, Duration, Supplier<C>) - 类 中的方法reactor.core.publisher.Flux
Collect incoming values into multiple user-defined Collection buffers that will be emitted by the returned Flux each time the buffer reaches a maximum size OR the timespan Duration elapses.
bufferTimeout(int, Duration, Scheduler) - 类 中的方法reactor.core.publisher.Flux
Collect incoming values into multiple List buffers that will be emitted by the returned Flux each time the buffer reaches a maximum size OR the timespan Duration elapses, as measured on the provided Scheduler.
bufferTimeout(int, Duration, Scheduler, Supplier<C>) - 类 中的方法reactor.core.publisher.Flux
Collect incoming values into multiple user-defined Collection buffers that will be emitted by the returned Flux each time the buffer reaches a maximum size OR the timespan Duration elapses, as measured on the provided Scheduler.
bufferUntil(Predicate<? super T>) - 类 中的方法reactor.core.publisher.Flux
Collect incoming values into multiple List buffers that will be emitted by the resulting Flux each time the given predicate returns true.
bufferUntil(Predicate<? super T>, boolean) - 类 中的方法reactor.core.publisher.Flux
Collect incoming values into multiple List buffers that will be emitted by the resulting Flux each time the given predicate returns true.
bufferWhen(Publisher<U>, Function<? super U, ? extends Publisher<V>>) - 类 中的方法reactor.core.publisher.Flux
Collect incoming values into multiple List buffers started each time an opening companion Publisher emits.
bufferWhen(Publisher<U>, Function<? super U, ? extends Publisher<V>>, Supplier<C>) - 类 中的方法reactor.core.publisher.Flux
Collect incoming values into multiple user-defined Collection buffers started each time an opening companion Publisher emits.
bufferWhile(Predicate<? super T>) - 类 中的方法reactor.core.publisher.Flux
Collect incoming values into multiple List buffers that will be emitted by the resulting Flux.
build() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
 
build() - 接口 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration.JedisClientConfigurationBuilder
Build the JedisClientConfiguration with the configuration applied from this builder.
build() - 接口 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration.JedisPoolingClientConfigurationBuilder
Build the JedisClientConfiguration with the configuration applied from this builder.
build() - 接口 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration.JedisSslClientConfigurationBuilder
Build the JedisClientConfiguration with the configuration applied from this builder.
build() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.LettuceClientConfigurationBuilder
Build the LettuceClientConfiguration with the configuration applied from this builder.
build() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.LettuceSslClientConfigurationBuilder
Build the LettuceClientConfiguration with the configuration applied from this builder.
build() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettucePoolingClientConfiguration.LettucePoolingClientConfigurationBuilder
 
build() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettucePoolingClientConfiguration.LettucePoolingSslClientConfigurationBuilder
 
build() - 类 中的方法org.springframework.data.redis.connection.RedisClusterNode.RedisClusterNodeBuilder
 
build() - 类 中的方法org.springframework.data.redis.connection.RedisNode.RedisNodeBuilder
Get the RedisNode.
build() - 接口 中的方法org.springframework.data.redis.core.query.SortCriterion
 
build() - 类 中的方法org.springframework.data.redis.core.ScanOptions.ScanOptionsBuilder
 
build() - 接口 中的方法org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder
build(Object) - 类 中的方法org.springframework.data.repository.config.NamedQueriesBeanDefinitionBuilder
Builds a new BeanDefinition from the given source.
build() - 类 中的方法org.springframework.expression.spel.support.SimpleEvaluationContext.Builder
 
build() - 类 中的方法org.springframework.http.client.MultipartBodyBuilder
Return a MultiValueMap with the configured parts.
build() - 接口 中的方法org.springframework.http.codec.ServerSentEvent.Builder
Builds the event.
build() - 接口 中的方法org.springframework.http.ContentDisposition.Builder
Build the content disposition
build() - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Build a new ObjectMapper instance.
build() - 接口 中的方法org.springframework.http.RequestEntity.HeadersBuilder
Builds the request entity with no body.
build() - 接口 中的方法org.springframework.http.ResponseCookie.ResponseCookieBuilder
Create the HttpCookie.
build() - 接口 中的方法org.springframework.http.ResponseEntity.HeadersBuilder
Build the response entity with no body.
build() - 接口 中的方法org.springframework.http.server.reactive.ServerHttpRequest.Builder
Build a ServerHttpRequest decorator with the mutated properties.
build() - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Build the embedded database.
build() - 接口 中的方法org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
Builds the request with no body.
build() - 接口 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
 
build() - 接口 中的方法org.springframework.test.web.client.MockRestServiceServer.MockRestServiceServerBuilder
Build the MockRestServiceServer and set up the underlying RestTemplate or AsyncRestTemplate with a ClientHttpRequestFactory that creates mock requests.
build(RequestExpectationManager) - 接口 中的方法org.springframework.test.web.client.MockRestServiceServer.MockRestServiceServerBuilder
An overloaded build alternative that accepts a custom RequestExpectationManager.
build() - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.Builder
Build the WebTestClient instance.
build() - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.MockServerSpec
Shortcut to build the test client.
build() - 类 中的方法org.springframework.test.web.servlet.htmlunit.MockMvcWebClientBuilder
Build the WebClient configured via this builder.
build() - 类 中的方法org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder
Build the HtmlUnitDriver configured via this builder.
build() - 接口 中的方法org.springframework.test.web.servlet.MockMvcBuilder
Build a MockMvc instance.
build() - 类 中的方法org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
Build a MockMvc instance.
build() - 类 中的方法org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Actually build the ContentNegotiationManager.
build() - 类 中的方法org.springframework.web.server.adapter.WebHttpHandlerBuilder
Build the HttpHandler.
build() - 接口 中的方法org.springframework.web.server.ServerWebExchange.Builder
Build a ServerWebExchange decorator with the mutated properties.
build() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodArgumentBuilder
 
build() - 接口 中的方法org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilder
Return one or more Object-MediaType pairs to write via SseEmitter.send(Object, MediaType).
build() - 接口 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo.Builder
Build the RequestMappingInfo.
build(Object...) - 接口 中的方法org.springframework.web.util.UriBuilder
Build a URI instance and replaces URI template variables with the values from an array.
build(Map<String, ?>) - 接口 中的方法org.springframework.web.util.UriBuilder
Build a URI instance and replaces URI template variables with the values from a map.
build() - 类 中的方法org.springframework.web.util.UriComponentsBuilder
Build a UriComponents instance from the various components contained in this builder.
build(boolean) - 类 中的方法org.springframework.web.util.UriComponentsBuilder
Build a UriComponents instance from the various components contained in this builder.
build(Object...) - 类 中的方法org.springframework.web.util.UriComponentsBuilder
Build a URI instance and replaces URI template variables with the values from an array.
build(Map<String, ?>) - 类 中的方法org.springframework.web.util.UriComponentsBuilder
Build a URI instance and replaces URI template variables with the values from a map.
build() - 类 中的方法org.xmlunit.builder.DiffBuilder
Compare the Test-XML DiffBuilder.withTest(Object) with the Control-XML DiffBuilder.compare(Object) and return the collected differences in a Diff object.
build() - 接口 中的方法org.xmlunit.builder.Input.Builder
build the actual Source instance.
build() - 类 中的方法org.xmlunit.builder.JaxbBuilder
 
build() - 接口 中的方法org.xmlunit.builder.Transform.Builder
Create the result of the transformation.
build() - 接口 中的方法org.xmlunit.diff.ElementSelectors.ConditionalSelectorBuilder
Builds a conditional ElementSelector.
build() - 类 中的方法reactor.core.publisher.TopicProcessor.Builder
Creates a new TopicProcessor using the properties of this builder.
build() - 类 中的方法reactor.core.publisher.WorkQueueProcessor.Builder
Creates a new WorkQueueProcessor using the properties of this builder.
buildAdvice(Executor, AsyncUncaughtExceptionHandler) - 类 中的方法org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
 
buildAndExpand(Object...) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodArgumentBuilder
 
buildAndExpand(Map<String, ?>) - 类 中的方法org.springframework.web.util.UriComponentsBuilder
Build a UriComponents instance and replaces URI template variables with the values from a map.
buildAndExpand(Object...) - 类 中的方法org.springframework.web.util.UriComponentsBuilder
Build a UriComponents instance and replaces URI template variables with the values from an array.
buildContentNegotiationManager() - 类 中的方法org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
Build a ContentNegotiationManager based on this configurer's settings.
buildDocument() - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Build a new Document from this marshaller's DocumentBuilderFactory, as a placeholder for a DOM node.
builder() - 接口 中的静态方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration
Creates a new JedisClientConfiguration.JedisClientConfigurationBuilder to build JedisClientConfiguration to be used with the jedis client.
builder() - 接口 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration
Creates a new LettuceClientConfiguration.LettuceClientConfigurationBuilder to build LettuceClientConfiguration to be used with the Lettuce client.
builder() - 接口 中的静态方法org.springframework.data.redis.connection.lettuce.LettucePoolingClientConfiguration
Builder(PropertyAccessor...) - 类 的构造器org.springframework.expression.spel.support.SimpleEvaluationContext.Builder
 
builder() - 类 中的静态方法org.springframework.http.codec.ServerSentEvent
Return a builder for a SseEvent.
builder(T) - 类 中的静态方法org.springframework.http.codec.ServerSentEvent
Return a builder for a SseEvent, populated with the give data.
builder(String) - 类 中的静态方法org.springframework.http.ContentDisposition
Return a builder for a ContentDisposition.
builder() - 类 中的静态方法org.springframework.mock.web.reactive.function.server.MockServerRequest
 
builder() - 类 中的方法org.springframework.web.util.DefaultUriBuilderFactory
 
builder() - 接口 中的方法org.springframework.web.util.UriBuilderFactory
Create a URI builder with default settings.
builder() - 类 中的静态方法reactor.core.publisher.TopicProcessor
Create a new TopicProcessor TopicProcessor.Builder with default properties.
builder() - 类 中的静态方法reactor.core.publisher.WorkQueueProcessor
Create a new WorkQueueProcessor WorkQueueProcessor.Builder with default properties.
BuilderConfiguration() - 类 的构造器org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
 
buildErrorMessage(String, int, EncodedResource) - 异常错误 中的静态方法org.springframework.jdbc.datasource.init.ScriptStatementFailedException
Build an error message for an SQL script execution failure, based on the supplied arguments.
buildExcelDocument(Map<String, Object>, Workbook, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.document.AbstractXlsView
Application-provided subclasses must implement this method to populate the Excel workbook document, given the model.
buildFeedEntries(Map<String, Object>, Feed, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.feed.AbstractAtomFeedView
buildFeedEntries(Map<String, Object>, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.feed.AbstractAtomFeedView
Subclasses must implement this method to build feed entries, given the model.
buildFeedEntries(Map<String, Object>, T, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.feed.AbstractFeedView
Subclasses must implement this method to build feed entries, given the model.
buildFeedEntries(Map<String, Object>, Channel, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.feed.AbstractRssFeedView
buildFeedItems(Map<String, Object>, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.feed.AbstractRssFeedView
Subclasses must implement this method to build feed items, given the model.
buildFeedMetadata(Map<String, Object>, T, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.view.feed.AbstractFeedView
Populate the feed metadata (title, link, description, etc.).
buildFieldList(String, List<String>) - 类 中的方法org.springframework.validation.DefaultMessageCodesResolver
Add both keyed and non-keyed entries for the supplied field to the supplied field list.
buildGroovyClassLoader(ClassLoader) - 类 中的方法org.springframework.scripting.groovy.GroovyScriptFactory
Build a GroovyClassLoader for the given ClassLoader.
buildHandlerMapping() - 类 中的方法org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer
Return a handler mapping instance ordered at Integer.MAX_VALUE containing the DefaultServletHttpRequestHandler instance mapped to "/**"; or null if default servlet handling was not been enabled.
buildHandlerMapping() - 类 中的方法org.springframework.web.servlet.config.annotation.ViewControllerRegistry
Return the HandlerMapping that contains the registered view controller mappings, or null for no registrations.
buildHttpContext(Endpoint, String) - 类 中的方法org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Build the HttpContext for the given endpoint.
buildLiveBeansView() - 类 中的方法org.springframework.web.context.support.LiveBeansViewServlet
 
buildLocaleContext(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.DispatcherServlet
Build a LocaleContext for the given request, exposing the request's primary locale as current locale.
buildLocaleContext(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Build a LocaleContext for the given request, exposing the request's primary locale as current locale.
buildLogMessage(Exception, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
Build a log message for the given exception, occurred during processing the given request.
buildManagedTask(Runnable, String) - 类 中的静态方法org.springframework.scheduling.concurrent.ConcurrentTaskExecutor.ManagedTaskBuilder
 
buildManagedTask(Callable<T>, String) - 类 中的静态方法org.springframework.scheduling.concurrent.ConcurrentTaskExecutor.ManagedTaskBuilder
 
buildMergedContextConfiguration() - 类 中的方法org.springframework.test.context.support.AbstractTestContextBootstrapper
Build the merged context configuration for the test class in the BootstrapContext associated with this bootstrapper.
buildMergedContextConfiguration() - 接口 中的方法org.springframework.test.context.TestContextBootstrapper
Build the merged context configuration for the test class in the BootstrapContext associated with this bootstrapper.
buildMessage(String, String, SQLException) - 类 中的方法org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
Build a message String for the given SQLException.
buildPathExposingHandler(Object, String, String, Map<String, String>) - 类 中的方法org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Build a handler object for the given raw handler, exposing the actual handler, the HandlerMapping.PATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE, as well as the HandlerMapping.URI_TEMPLATE_VARIABLES_ATTRIBUTE before executing the handler.
buildPdfDocument(Map<String, Object>, Document, PdfWriter, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.document.AbstractPdfView
Subclasses must implement this method to build an iText PDF document, given the model.
buildPdfMetadata(Map<String, Object>, Document, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.view.document.AbstractPdfView
Populate the iText Document's meta fields (author, title, etc.).
buildPointcut(Set<Class<? extends Annotation>>) - 类 中的方法org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
Calculate a pointcut for the given async annotation types, if any.
buildRequest(ServletContext) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
buildRequest(ServletContext) - 接口 中的方法org.springframework.test.web.servlet.RequestBuilder
Build the request.
buildRequestAttributes(HttpServletRequest, HttpServletResponse, RequestAttributes) - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Build ServletRequestAttributes for the given request (potentially also holding a reference to the response), taking pre-bound attributes (and their type) into consideration.
buildSqlParameterList(ParsedSql, SqlParameterSource) - 类 中的静态方法org.springframework.jdbc.core.namedparam.NamedParameterUtils
Convert parameter declarations from an SqlParameterSource to a corresponding List of SqlParameters.
buildSqlTypeArray(ParsedSql, SqlParameterSource) - 类 中的静态方法org.springframework.jdbc.core.namedparam.NamedParameterUtils
Convert parameter types from an SqlParameterSource into a corresponding int array.
buildTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.freemarker.FreeMarkerView
Build a FreeMarker template model for the given model Map.
buildTestContext() - 类 中的方法org.springframework.test.context.support.AbstractTestContextBootstrapper
buildTestContext() - 接口 中的方法org.springframework.test.context.TestContextBootstrapper
Build the TestContext for the BootstrapContext associated with this bootstrapper.
buildUserTransaction(TransactionManager) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Build a UserTransaction handle based on the given TransactionManager.
buildValueArray(ParsedSql, SqlParameterSource, List<SqlParameter>) - 类 中的静态方法org.springframework.jdbc.core.namedparam.NamedParameterUtils
Convert a Map of named parameter values to a corresponding array.
buildValueArray(String, Map<String, ?>) - 类 中的静态方法org.springframework.jdbc.core.namedparam.NamedParameterUtils
Convert a Map of named parameter values to a corresponding array.
buildView(String) - 类 中的方法org.springframework.web.servlet.view.AbstractTemplateViewResolver
 
buildView(String) - 类 中的方法org.springframework.web.servlet.view.InternalResourceViewResolver
 
buildView(String) - 类 中的方法org.springframework.web.servlet.view.tiles3.TilesViewResolver
 
buildView(String) - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
Creates a new View instance of the specified view class and configures it.
buildView(String) - 类 中的方法org.springframework.web.servlet.view.xslt.XsltViewResolver
 
buildXStream() - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
Build the native XStream delegate to be used by this marshaller, delegating to XStreamMarshaller.constructXStream(), XStreamMarshaller.configureXStream(XStream) and XStreamMarshaller.customizeXStream(XStream).
BulkMapper<T,V> - org.springframework.data.redis.core中的接口
Mapper translating Redis bulk value responses (typically returned by a sort query) to actual objects.
busySpin() - 类 中的静态方法reactor.util.concurrent.WaitStrategy
Busy Spin strategy that uses a busy spin loop for consumers waiting on a barrier.
ButtonTag - org.springframework.web.servlet.tags.form中的类
The <button> tag renders a form field label in an HTML 'button' tag.
ButtonTag() - 类 的构造器org.springframework.web.servlet.tags.form.ButtonTag
 
by(byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultSortParameters
 
by(T) - 类 中的方法org.springframework.data.redis.connection.ReactiveNumberCommands.DecrByCommand
Applies the numeric value.
by(T) - 类 中的方法org.springframework.data.redis.connection.ReactiveNumberCommands.HIncrByCommand
Applies the numeric value.
by(T) - 类 中的方法org.springframework.data.redis.connection.ReactiveNumberCommands.IncrByCommand
Applies the numeric value.
by(Number) - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZIncrByCommand
Applies the numeric increment.
by(String) - 类 中的方法org.springframework.data.redis.core.query.SortQueryBuilder
 
byName - 类 中的静态变量org.xmlunit.diff.ElementSelectors
Elements with the same local name (and namespace URI - if any) can be compared.
byNameAndAllAttributes - 类 中的静态变量org.xmlunit.diff.ElementSelectors
Elements with the same local name (and namespace URI - if any) and attribute values for all attributes can be compared.
byNameAndAttributes(String...) - 类 中的静态方法org.xmlunit.diff.ElementSelectors
Elements with the same local name (and namespace URI - if any) and attribute values for the given attribute names can be compared.
byNameAndAttributes(QName...) - 类 中的静态方法org.xmlunit.diff.ElementSelectors
Elements with the same local name (and namespace URI - if any) and attribute values for the given attribute names can be compared.
byNameAndAttributesControlNS(String...) - 类 中的静态方法org.xmlunit.diff.ElementSelectors
Elements with the same local name (and namespace URI - if any) and attribute values for the given attribute names can be compared.
byNameAndText - 类 中的静态变量org.xmlunit.diff.ElementSelectors
Elements with the same local name (and namespace URI - if any) and nested text (if any) can be compared.
ByNameAndTextRecSelector - org.xmlunit.diff中的类
ElementSelector that allows two elements to be compared if their name (including namespace URI, if any) and textual content is the same and the same is true for all child elements recursively.
ByNameAndTextRecSelector() - 类 的构造器org.xmlunit.diff.ByNameAndTextRecSelector
 
byPassReturnParameter(String) - 接口 中的方法org.springframework.jdbc.core.metadata.CallMetaDataProvider
Should we bypass the return parameter with the specified name.
byPassReturnParameter(String) - 类 中的方法org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
byPassReturnParameter(String) - 类 中的方法org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
 
byPassReturnParameter(String) - 类 中的方法org.springframework.jdbc.core.metadata.SqlServerCallMetaDataProvider
 
byPassReturnParameter(String) - 类 中的方法org.springframework.jdbc.core.metadata.SybaseCallMetaDataProvider
 
ByteArrayHttpMessageConverter - org.springframework.http.converter中的类
Implementation of HttpMessageConverter that can read and write byte arrays.
ByteArrayHttpMessageConverter() - 类 的构造器org.springframework.http.converter.ByteArrayHttpMessageConverter
Create a new instance of the ByteArrayHttpMessageConverter.
ByteArrayMultipartFileEditor - org.springframework.web.multipart.support中的类
Custom PropertyEditor for converting MultipartFiles to byte arrays.
ByteArrayMultipartFileEditor() - 类 的构造器org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
 
ByteArraySet - org.springframework.data.redis.connection.util中的类
 
ByteArraySet() - 类 的构造器org.springframework.data.redis.connection.util.ByteArraySet
 
ByteArraySet(Collection<byte[]>) - 类 的构造器org.springframework.data.redis.connection.util.ByteArraySet
 
ByteArrayWrapper - org.springframework.data.redis.connection.util中的类
Simple wrapper class used for wrapping arrays so they can be used as keys inside maps.
ByteArrayWrapper(byte[]) - 类 的构造器org.springframework.data.redis.connection.util.ByteArrayWrapper
 
ByteBufferResponse(I, ByteBuffer) - 类 的构造器org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse
 
bytes(byte[]) - 类 中的方法org.springframework.test.web.client.match.ContentRequestMatchers
Compare the body of the request to the given byte array.
bytes(byte[]) - 类 中的方法org.springframework.test.web.servlet.result.ContentResultMatchers
Assert the response body content as a byte array.
bytesCollectionToBytesList() - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
bytesListToBytesSet() - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
bytesListToMapConverter() - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
bytesListToStringListConverter() - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
 
bytesListToTupleListConverter() - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
bytesSetToBytesList() - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
bytesSetToGeoResultsConverter() - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
Get Converter capable of Set of Byte into GeoResults.
bytesToObject(byte[]) - 类 中的方法org.springframework.jca.cci.object.MappingCommAreaOperation
Method used to convert the COMMAREA's bytes to an object.
bytesToString() - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
ByteUtils - org.springframework.data.redis.util中的类
Some handy methods for dealing with byte arrays.
byTransforming(Source) - 类 中的静态方法org.xmlunit.builder.Input
Build a Source by XSLT transforming a different Source.
byTransforming(Input.Builder) - 类 中的静态方法org.xmlunit.builder.Input
Build a Source by XSLT transforming a different Source.
byXPath(String, ElementSelector) - 类 中的静态方法org.xmlunit.diff.ElementSelectors
Selects two elements as matching if the child elements selected via XPath match using the given childSelector.
byXPath(String, Map<String, String>, ElementSelector) - 类 中的静态方法org.xmlunit.diff.ElementSelectors
Selects two elements as matching if the child elements selected via XPath match using the given childSelector.

C

cache(boolean) - 类 中的方法org.springframework.web.servlet.config.annotation.UrlBasedViewResolverRegistration
Enable or disable caching.
cache() - 类 中的方法reactor.core.publisher.Flux
Turn this Flux into a hot source and cache last emitted signals for further Subscriber.
cache(int) - 类 中的方法reactor.core.publisher.Flux
Turn this Flux into a hot source and cache last emitted signals for further Subscriber.
cache(Duration) - 类 中的方法reactor.core.publisher.Flux
Turn this Flux into a hot source and cache last emitted signals for further Subscriber.
cache(int, Duration) - 类 中的方法reactor.core.publisher.Flux
Turn this Flux into a hot source and cache last emitted signals for further Subscriber.
cache() - 类 中的方法reactor.core.publisher.Mono
Turn this Mono into a hot source and cache last emitted signals for further Subscriber.
cache(Duration) - 类 中的方法reactor.core.publisher.Mono
Turn this Mono into a hot source and cache last emitted signals for further Subscriber, with an expiry timeout.
CACHE_CONTROL - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Cache-Control header field name.
CacheAwareContextLoaderDelegate - org.springframework.test.context中的接口
A CacheAwareContextLoaderDelegate is responsible for loading and closing application contexts, interacting transparently with a ContextCache behind the scenes.
CacheControl - org.springframework.http中的类
A builder for creating "Cache-Control" HTTP response headers.
CacheControl() - 类 的构造器org.springframework.http.CacheControl
Create an empty CacheControl instance.
cacheControl(CacheControl) - 接口 中的方法org.springframework.http.ResponseEntity.HeadersBuilder
Set the caching directives for the resource, as specified by the HTTP 1.1 Cache-Control header.
cacheControl(CacheControl) - 类 中的方法org.springframework.test.web.reactive.server.HeaderAssertions
Expect a "Cache-Control" header with the given value.
cacheForSeconds(HttpServletResponse, int) - 类 中的方法org.springframework.web.servlet.support.WebContentGenerator
cacheForSeconds(HttpServletResponse, int, boolean) - 类 中的方法org.springframework.web.servlet.support.WebContentGenerator
cacheLast() - 类 中的静态方法reactor.core.publisher.ReplayProcessor
Create a ReplayProcessor that caches the last element it has pushed, replaying it to late subscribers.
cacheLastOrDefault(T) - 类 中的静态方法reactor.core.publisher.ReplayProcessor
Create a ReplayProcessor that caches the last element it has pushed, replaying it to late subscribers.
cacheLimit(int) - 类 中的方法org.springframework.web.servlet.config.annotation.UrlBasedViewResolverRegistration
Specify the maximum number of entries for the view cache.
cachePrivate() - 类 中的方法org.springframework.http.CacheControl
Add a "private" directive.
cachePublic() - 类 中的方法org.springframework.http.CacheControl
Add a "public" directive.
CachingIsNewStrategyFactory - org.springframework.data.support中的类
IsNewStrategyFactory that caches resolved IsNewStrategy instances per type to avoid re-resolving them on each and every request.
CachingIsNewStrategyFactory() - 类 的构造器org.springframework.data.support.CachingIsNewStrategyFactory
 
CachingResourceResolver - org.springframework.web.servlet.resource中的类
A ResourceResolver that resolves resources from a Cache or otherwise delegates to the resolver chain and saves the result in the cache.
CachingResourceResolver(Cache) - 类 的构造器org.springframework.web.servlet.resource.CachingResourceResolver
 
CachingResourceResolver(CacheManager, String) - 类 的构造器org.springframework.web.servlet.resource.CachingResourceResolver
 
CachingResourceTransformer - org.springframework.web.servlet.resource中的类
A ResourceTransformer that checks a Cache to see if a previously transformed resource exists in the cache and returns it if found, and otherwise delegates to the resolver chain and saves the result in the cache.
CachingResourceTransformer(Cache) - 类 的构造器org.springframework.web.servlet.resource.CachingResourceTransformer
 
CachingResourceTransformer(CacheManager, String) - 类 的构造器org.springframework.web.servlet.resource.CachingResourceTransformer
 
calculateEndpointAddress(Endpoint, String) - 类 中的方法org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
Calculate the full endpoint address for the given endpoint.
calculateEndpointPath(Endpoint, String) - 类 中的方法org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Calculate the full endpoint path for the given endpoint.
calculateShift(int, int) - 类 中的静态方法org.springframework.util.ConcurrentReferenceHashMap
Calculate a shift value that can be used to create a power-of-two value between the specified maximum and minimum values.
calculateSlot(String) - 类 中的静态方法org.springframework.data.redis.connection.ClusterSlotHashUtil
Calculate the slot from the given key.
calculateSlot(byte[]) - 类 中的静态方法org.springframework.data.redis.connection.ClusterSlotHashUtil
Calculate the slot from the given key.
call(CallableStatementCreator, List<SqlParameter>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Execute a SQL call using a CallableStatementCreator to provide SQL and any required parameters.
call(CallableStatementCreator, List<SqlParameter>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
CallableMethodReturnValueHandler - org.springframework.web.servlet.mvc.method.annotation中的类
Handles return values of type Callable.
CallableMethodReturnValueHandler() - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.CallableMethodReturnValueHandler
 
CallableProcessingInterceptor - org.springframework.web.context.request.async中的接口
Intercepts concurrent request handling, where the concurrent result is obtained by executing a Callable on behalf of the application with an AsyncTaskExecutor.
CallableProcessingInterceptorAdapter - org.springframework.web.context.request.async中的类
已过时。
as of 5.0 where CallableProcessingInterceptor has default methods
CallableProcessingInterceptorAdapter() - 类 的构造器org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
已过时。
 
CallableStatementCallback<T> - org.springframework.jdbc.core中的接口
Generic callback interface for code that operates on a CallableStatement.
CallableStatementCreator - org.springframework.jdbc.core中的接口
One of the three central callback interfaces used by the JdbcTemplate class.
CallableStatementCreatorFactory - org.springframework.jdbc.core中的类
Helper class that efficiently creates multiple CallableStatementCreator objects with different parameters based on a SQL statement and a single set of parameter declarations.
CallableStatementCreatorFactory(String) - 类 的构造器org.springframework.jdbc.core.CallableStatementCreatorFactory
Create a new factory.
CallableStatementCreatorFactory(String, List<SqlParameter>) - 类 的构造器org.springframework.jdbc.core.CallableStatementCreatorFactory
Create a new factory with the given SQL and the given parameters.
CallbackPreferringPlatformTransactionManager - org.springframework.transaction.support中的接口
Extension of the PlatformTransactionManager interface, exposing a method for executing a given callback within a transaction.
CallMetaDataContext - org.springframework.jdbc.core.metadata中的类
Class to manage context meta-data used for the configuration and execution of a stored procedure call.
CallMetaDataContext() - 类 的构造器org.springframework.jdbc.core.metadata.CallMetaDataContext
 
CallMetaDataProvider - org.springframework.jdbc.core.metadata中的接口
Interface specifying the API to be implemented by a class providing call meta-data.
CallMetaDataProviderFactory - org.springframework.jdbc.core.metadata中的类
Factory used to create a CallMetaDataProvider implementation based on the type of database being used.
CallMetaDataProviderFactory() - 类 的构造器org.springframework.jdbc.core.metadata.CallMetaDataProviderFactory
 
callNextHandlerInChain(FacesContext, String, String, NavigationHandler) - 类 中的方法org.springframework.web.jsf.DecoratingNavigationHandler
Method to be called by subclasses when intending to delegate to the next handler in the NavigationHandler chain.
CallParameterMetaData - org.springframework.jdbc.core.metadata中的类
Holder of meta-data for a specific parameter that is used for call processing.
CallParameterMetaData(String, int, int, String, boolean) - 类 的构造器org.springframework.jdbc.core.metadata.CallParameterMetaData
Constructor taking all the properties.
canBeCompared(Element, Element) - 类 中的方法org.xmlunit.diff.ByNameAndTextRecSelector
 
canBeCompared(short, short) - 类 中的方法org.xmlunit.diff.DefaultNodeMatcher.DefaultNodeTypeMatcher
 
canBeCompared(short, short) - 接口 中的方法org.xmlunit.diff.DefaultNodeMatcher.NodeTypeMatcher
Determines whether two Nodes are eligible for comparison based on their node type.
canBeCompared(Element, Element) - 接口 中的方法org.xmlunit.diff.ElementSelector
Determine whether the two elements from the control and test XML can be compared.
canBeCompared(Element, Element) - 类 中的方法org.xmlunit.diff.MultiLevelByNameAndTextSelector
 
cancel() - 类 中的方法org.springframework.http.server.reactive.AbstractListenerWriteFlushProcessor
Invoked during an error or completion callback from the underlying container to cancel the upstream subscription.
cancel() - 类 中的方法org.springframework.http.server.reactive.AbstractListenerWriteProcessor
Invoked during an error or completion callback from the underlying container to cancel the upstream subscription.
cancel(boolean) - 类 中的方法org.springframework.scheduling.annotation.AsyncResult
 
cancel() - 类 中的方法org.springframework.scheduling.config.ScheduledTask
Trigger cancellation of this scheduled task.
cancel(boolean) - 类 中的方法org.springframework.util.concurrent.CompletableToListenableFutureAdapter
 
cancel(boolean) - 类 中的方法org.springframework.util.concurrent.FutureAdapter
 
cancel(boolean) - 类 中的方法org.springframework.util.concurrent.SettableListenableFuture
 
cancel() - 类 中的方法reactor.core.publisher.BaseSubscriber
 
cancel() - 类 中的方法reactor.core.publisher.MonoProcessor
 
cancel() - 类 中的方法reactor.core.publisher.Operators.DeferredSubscription
 
cancel() - 类 中的方法reactor.core.publisher.Operators.MonoSubscriber
 
cancel() - 类 中的方法reactor.core.publisher.UnicastProcessor
 
CANCELLED - 类 中的静态变量reactor.core.Scannable.Attr
A Boolean attribute indicating whether or not a downstream component has interrupted consuming this scanned component, e.g., a cancelled subscription.
cancelledSubscription() - 类 中的静态方法reactor.core.publisher.Operators
A singleton Subscription that represents a cancelled subscription instance and should not be leaked to clients as it represents a terminal state.
cancelOn(Scheduler) - 类 中的方法reactor.core.publisher.Flux
Prepare this Flux so that subscribers will cancel from it on a specified Scheduler.
cancelOn(Scheduler) - 类 中的方法reactor.core.publisher.Mono
Prepare this Mono so that subscribers will cancel from it on a specified Scheduler.
cancelRemainingTask(Runnable) - 类 中的方法org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
Cancel the given remaining task which never commended execution, as returned from ExecutorService.shutdownNow().
cancelRemainingTask(Runnable) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
cancelRemainingTask(Runnable) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
canCompare(Object, Object) - 类 中的方法org.springframework.expression.spel.support.StandardTypeComparator
 
canCompare(Object, Object) - 接口 中的方法org.springframework.expression.TypeComparator
Return true if the comparator can compare these two objects.
canConvert(Class<?>, Class<?>) - 类 中的静态方法org.springframework.data.repository.util.ReactiveWrapperConverters
Return true if objects of sourceType can be converted to the targetType.
canConvert(TypeDescriptor, TypeDescriptor) - 类 中的方法org.springframework.expression.spel.support.StandardTypeConverter
 
canConvert(TypeDescriptor, TypeDescriptor) - 接口 中的方法org.springframework.expression.TypeConverter
Return true if the type converter can convert the specified type to the desired target type.
canConvert(Class) - 类 中的方法org.springframework.oxm.xstream.CatchAllConverter
 
canDecode(ResolvableType, MimeType) - 类 中的方法org.springframework.http.codec.json.AbstractJackson2Decoder
 
canDecode(ResolvableType, MimeType) - 类 中的方法org.springframework.http.codec.xml.Jaxb2XmlDecoder
 
canEncode(ResolvableType, MimeType) - 类 中的方法org.springframework.http.codec.json.AbstractJackson2Encoder
 
canEncode(ResolvableType, MimeType) - 类 中的方法org.springframework.http.codec.xml.Jaxb2XmlEncoder
 
canHandle(String, Locale) - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
Indicates whether or not this ViewResolver can handle the supplied view name.
CannotCreateRecordException - org.springframework.jca.cci中的异常错误
Exception thrown when the creating of a CCI Record failed for connector-internal reasons.
CannotCreateRecordException(String, ResourceException) - 异常错误 的构造器org.springframework.jca.cci.CannotCreateRecordException
Constructor for CannotCreateRecordException.
CannotCreateTransactionException - org.springframework.transaction中的异常错误
Exception thrown when a transaction can't be created using an underlying transaction API such as JTA.
CannotCreateTransactionException(String) - 异常错误 的构造器org.springframework.transaction.CannotCreateTransactionException
Constructor for CannotCreateTransactionException.
CannotCreateTransactionException(String, Throwable) - 异常错误 的构造器org.springframework.transaction.CannotCreateTransactionException
Constructor for CannotCreateTransactionException.
CannotGetCciConnectionException - org.springframework.jca.cci中的异常错误
Fatal exception thrown when we can't connect to an EIS using CCI.
CannotGetCciConnectionException(String, ResourceException) - 异常错误 的构造器org.springframework.jca.cci.CannotGetCciConnectionException
Constructor for CannotGetCciConnectionException.
CannotGetJdbcConnectionException - org.springframework.jdbc中的异常错误
Fatal exception thrown when we can't connect to an RDBMS using JDBC.
CannotGetJdbcConnectionException(String) - 异常错误 的构造器org.springframework.jdbc.CannotGetJdbcConnectionException
Constructor for CannotGetJdbcConnectionException.
CannotGetJdbcConnectionException(String, SQLException) - 异常错误 的构造器org.springframework.jdbc.CannotGetJdbcConnectionException
Constructor for CannotGetJdbcConnectionException.
CannotReadScriptException - org.springframework.jdbc.datasource.init中的异常错误
Thrown by ScriptUtils if an SQL script cannot be read.
CannotReadScriptException(EncodedResource, Throwable) - 异常错误 的构造器org.springframework.jdbc.datasource.init.CannotReadScriptException
Construct a new CannotReadScriptException.
canOmitTagInNonPlainScalar() - 类 中的方法org.yaml.snakeyaml.events.ImplicitTuple
 
canOmitTagInPlainScalar() - 类 中的方法org.yaml.snakeyaml.events.ImplicitTuple
 
canonicalFieldName(String) - 类 中的方法org.springframework.validation.AbstractErrors
Determine the canonical field name for the given field.
canonicalFieldName(String) - 类 中的方法org.springframework.validation.AbstractPropertyBindingResult
Returns the canonical property name.
canRead(Type, Class<?>, MediaType) - 类 中的方法org.springframework.data.web.ProjectingJackson2HttpMessageConverter
 
canRead(EvaluationContext, Object, String) - 接口 中的方法org.springframework.expression.PropertyAccessor
Called to determine if a resolver instance is able to access a specified property on a specified target object.
canRead(EvaluationContext, Object, String) - 类 中的方法org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
canRead(EvaluationContext, Object, String) - 类 中的方法org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
 
canRead(ResolvableType, MediaType) - 类 中的方法org.springframework.http.codec.DecoderHttpMessageReader
 
canRead(ResolvableType, MediaType) - 类 中的方法org.springframework.http.codec.FormHttpMessageReader
 
canRead(ResolvableType, MediaType) - 接口 中的方法org.springframework.http.codec.HttpMessageReader
Whether the given object type is supported by this reader.
canRead(ResolvableType, MediaType) - 类 中的方法org.springframework.http.codec.multipart.MultipartHttpMessageReader
 
canRead(ResolvableType, MediaType) - 类 中的方法org.springframework.http.codec.multipart.SynchronossPartHttpMessageReader
 
canRead(ResolvableType, MediaType) - 类 中的方法org.springframework.http.codec.ServerSentEventHttpMessageReader
 
canRead(Type, Class<?>, MediaType) - 类 中的方法org.springframework.http.converter.AbstractGenericHttpMessageConverter
 
canRead(Class<?>, MediaType) - 类 中的方法org.springframework.http.converter.AbstractHttpMessageConverter
This implementation checks if the given class is supported, and if the supported media types include the given media type.
canRead(MediaType) - 类 中的方法org.springframework.http.converter.AbstractHttpMessageConverter
Returns true if any of the supported media types include the given media type.
canRead(Class<?>, MediaType) - 类 中的方法org.springframework.http.converter.BufferedImageHttpMessageConverter
 
canRead(Class<?>, MediaType) - 类 中的方法org.springframework.http.converter.FormHttpMessageConverter
 
canRead(Type, Class<?>, MediaType) - 接口 中的方法org.springframework.http.converter.GenericHttpMessageConverter
Indicates whether the given type can be read by this converter.
canRead(Class<?>, MediaType) - 接口 中的方法org.springframework.http.converter.HttpMessageConverter
Indicates whether the given class can be read by this converter.
canRead(Class<?>, MediaType) - 类 中的方法org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
canRead(Type, Class<?>, MediaType) - 类 中的方法org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
canRead(Class<?>, MediaType) - 类 中的方法org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
canRead(Class<?>, MediaType) - 类 中的方法org.springframework.http.converter.ResourceRegionHttpMessageConverter
 
canRead(Type, Class<?>, MediaType) - 类 中的方法org.springframework.http.converter.ResourceRegionHttpMessageConverter
 
canRead(Class<?>, MediaType) - 类 中的方法org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
Always returns false since Jaxb2CollectionHttpMessageConverter required generic type information in order to read a Collection.
canRead(Type, Class<?>, MediaType) - 类 中的方法org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
Indicates whether the given type can be read by this converter.
canRead(Class<?>, MediaType) - 类 中的方法org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
 
canRead(Class<?>, MediaType) - 类 中的方法org.springframework.http.converter.xml.MarshallingHttpMessageConverter
 
canWrite(Class<?>, MediaType) - 类 中的方法org.springframework.data.web.ProjectingJackson2HttpMessageConverter
 
canWrite(Class<?>, MediaType) - 类 中的方法org.springframework.data.web.XmlBeamHttpMessageConverter
 
canWrite(EvaluationContext, Object, String) - 接口 中的方法org.springframework.expression.PropertyAccessor
Called to determine if a resolver instance is able to write to a specified property on a specified target object.
canWrite(EvaluationContext, Object, String) - 类 中的方法org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
canWrite(EvaluationContext, Object, String) - 类 中的方法org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
 
canWrite(ResolvableType, MediaType) - 类 中的方法org.springframework.http.codec.EncoderHttpMessageWriter
 
canWrite(ResolvableType, MediaType) - 类 中的方法org.springframework.http.codec.FormHttpMessageWriter
 
canWrite(ResolvableType, MediaType) - 接口 中的方法org.springframework.http.codec.HttpMessageWriter
Whether the given object type is supported by this writer.
canWrite(ResolvableType, MediaType) - 类 中的方法org.springframework.http.codec.multipart.MultipartHttpMessageWriter
 
canWrite(ResolvableType, MediaType) - 类 中的方法org.springframework.http.codec.ResourceHttpMessageWriter
 
canWrite(ResolvableType, MediaType) - 类 中的方法org.springframework.http.codec.ServerSentEventHttpMessageWriter
 
canWrite(Type, Class<?>, MediaType) - 类 中的方法org.springframework.http.converter.AbstractGenericHttpMessageConverter
 
canWrite(Class<?>, MediaType) - 类 中的方法org.springframework.http.converter.AbstractHttpMessageConverter
This implementation checks if the given class is supported, and if the supported media types include the given media type.
canWrite(MediaType) - 类 中的方法org.springframework.http.converter.AbstractHttpMessageConverter
Returns true if the given media type includes any of the supported media types.
canWrite(Class<?>, MediaType) - 类 中的方法org.springframework.http.converter.BufferedImageHttpMessageConverter
 
canWrite(Class<?>, MediaType) - 类 中的方法org.springframework.http.converter.FormHttpMessageConverter
 
canWrite(Type, Class<?>, MediaType) - 接口 中的方法org.springframework.http.converter.GenericHttpMessageConverter
Indicates whether the given class can be written by this converter.
canWrite(Class<?>, MediaType) - 接口 中的方法org.springframework.http.converter.HttpMessageConverter
Indicates whether the given class can be written by this converter.
canWrite(Class<?>, MediaType) - 类 中的方法org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
canWrite(Class<?>, MediaType) - 类 中的方法org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
canWrite(MediaType) - 类 中的方法org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
 
canWrite(Class<?>, MediaType) - 类 中的方法org.springframework.http.converter.ResourceRegionHttpMessageConverter
 
canWrite(Type, Class<?>, MediaType) - 类 中的方法org.springframework.http.converter.ResourceRegionHttpMessageConverter
 
canWrite(Class<?>, MediaType) - 类 中的方法org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
Always returns false since Jaxb2CollectionHttpMessageConverter does not convert collections to XML.
canWrite(Type, Class<?>, MediaType) - 类 中的方法org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
Always returns false since Jaxb2CollectionHttpMessageConverter does not convert collections to XML.
canWrite(Class<?>, MediaType) - 类 中的方法org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
 
canWrite(Class<?>, MediaType) - 类 中的方法org.springframework.http.converter.xml.MarshallingHttpMessageConverter
 
capacity() - 类 中的方法org.springframework.util.ResizableByteArrayOutputStream
Return the current size of this stream's internal buffer.
CAPACITY - 类 中的静态变量reactor.core.Scannable.Attr
Return an an Integer capacity when no Scannable.Attr.PREFETCH is defined or when an arbitrary maximum limit is applied to the backlog capacity of the scanned component.
capacity(Queue) - 类 中的静态方法reactor.util.concurrent.Queues
Return the capacity of a given Queue in a best effort fashion.
CAPACITY_UNSURE - 类 中的静态变量reactor.util.concurrent.Queues
 
capitalize(String) - 类 中的静态方法org.springframework.util.StringUtils
Capitalize a String, changing the first letter to upper case as per Character.toUpperCase(char).
caseInsensitiveValueOf(E[], String) - 类 中的静态方法org.springframework.util.ObjectUtils
Case insensitive alternative to Enum.valueOf(Class, String).
cast(Object) - 接口 中的静态方法org.springframework.data.util.CastUtils
 
cast(Iterable) - 类 中的静态方法org.xmlunit.util.Linqy
Turns an iterable into its type-safe cousin.
cast(Class<E>) - 类 中的方法reactor.core.publisher.Flux
Cast the current Flux produced type into a target produced type.
cast(Class<E>) - 类 中的方法reactor.core.publisher.Mono
Cast the current Mono produced type into a target produced type.
CastorMappingException - org.springframework.oxm.castor中的异常错误
已过时。
as of Spring Framework 4.3.13, due to the lack of activity on the Castor project
CastorMappingException(String, Throwable) - 异常错误 的构造器org.springframework.oxm.castor.CastorMappingException
已过时。
Construct a CastorMappingException with the specified detail message and nested exception.
CastorMarshaller - org.springframework.oxm.castor中的类
已过时。
as of Spring Framework 4.3.13, due to the lack of activity on the Castor project
CastorMarshaller() - 类 的构造器org.springframework.oxm.castor.CastorMarshaller
已过时。
 
CastUtils - org.springframework.data.util中的接口
 
catalogNameToUse(String) - 接口 中的方法org.springframework.jdbc.core.metadata.CallMetaDataProvider
Provide any modification of the catalog name passed in to match the meta-data currently used.
catalogNameToUse(String) - 类 中的方法org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
catalogNameToUse(String) - 类 中的方法org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
catalogNameToUse(String) - 接口 中的方法org.springframework.jdbc.core.metadata.TableMetaDataProvider
Get the catalog name formatted based on meta-data information.
CatchAllConverter - org.springframework.oxm.xstream中的类
XStream Converter that supports all classes, but throws exceptions for (un)marshalling.
CatchAllConverter() - 类 的构造器org.springframework.oxm.xstream.CatchAllConverter
 
cbor() - 类 中的静态方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Obtain a Jackson2ObjectMapperBuilder instance in order to build a CBOR data format ObjectMapper instance.
CciDaoSupport - org.springframework.jca.cci.core.support中的类
Convenient super class for CCI-based data access objects.
CciDaoSupport() - 类 的构造器org.springframework.jca.cci.core.support.CciDaoSupport
 
CciLocalTransactionManager - org.springframework.jca.cci.connection中的类
PlatformTransactionManager implementation that manages local transactions for a single CCI ConnectionFactory.
CciLocalTransactionManager() - 类 的构造器org.springframework.jca.cci.connection.CciLocalTransactionManager
Create a new CciLocalTransactionManager instance.
CciLocalTransactionManager(ConnectionFactory) - 类 的构造器org.springframework.jca.cci.connection.CciLocalTransactionManager
Create a new CciLocalTransactionManager instance.
CciOperationNotSupportedException - org.springframework.jca.cci中的异常错误
Exception thrown when the connector doesn't support a specific CCI operation.
CciOperationNotSupportedException(String, ResourceException) - 异常错误 的构造器org.springframework.jca.cci.CciOperationNotSupportedException
Constructor for CciOperationNotSupportedException.
CciOperations - org.springframework.jca.cci.core中的接口
Interface that specifies a basic set of CCI operations on an EIS.
CciTemplate - org.springframework.jca.cci.core中的类
This is the central class in the CCI core package.
CciTemplate() - 类 的构造器org.springframework.jca.cci.core.CciTemplate
Construct a new CciTemplate for bean usage.
CciTemplate(ConnectionFactory) - 类 的构造器org.springframework.jca.cci.core.CciTemplate
Construct a new CciTemplate, given a ConnectionFactory to obtain Connections from.
CciTemplate(ConnectionFactory, ConnectionSpec) - 类 的构造器org.springframework.jca.cci.core.CciTemplate
Construct a new CciTemplate, given a ConnectionFactory to obtain Connections from.
CdiBean<T> - org.springframework.data.redis.repository.cdi中的类
Base class for Bean wrappers.
CdiBean(Set<Annotation>, Class<T>, BeanManager) - 类 的构造器org.springframework.data.redis.repository.cdi.CdiBean
Creates a new CdiBean.
CdiBean(Set<Annotation>, Set<Type>, Class<T>, BeanManager) - 类 的构造器org.springframework.data.redis.repository.cdi.CdiBean
Creates a new CdiBean.
CdiRepositoryBean<T> - org.springframework.data.repository.cdi中的类
Base class for Bean wrappers.
CdiRepositoryBean(Set<Annotation>, Class<T>, BeanManager) - 类 的构造器org.springframework.data.repository.cdi.CdiRepositoryBean
Creates a new CdiRepositoryBean.
CdiRepositoryBean(Set<Annotation>, Class<T>, BeanManager, Optional<CustomRepositoryImplementationDetector>) - 类 的构造器org.springframework.data.repository.cdi.CdiRepositoryBean
Creates a new CdiRepositoryBean.
CdiRepositoryConfiguration - org.springframework.data.repository.cdi中的接口
Interface containing the configurable options for the Spring Data repository subsystem using CDI.
CdiRepositoryExtensionSupport - org.springframework.data.repository.cdi中的类
Base class for Extension implementations that create instances for Spring Data repositories.
CdiRepositoryExtensionSupport() - 类 的构造器org.springframework.data.repository.cdi.CdiRepositoryExtensionSupport
 
ceilingNextPowerOfTwo(int) - 类 中的静态方法reactor.util.concurrent.Queues
Calculate the next power of 2, greater than or equal to x.
CGLIB_CLASS_SEPARATOR - 类 中的静态变量org.springframework.util.ClassUtils
The CGLIB class separator: "$$"
ch() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand
Applies ch mode (Modify the return value from the number of new elements added, to the total number of elements changed).
chain(DifferenceEvaluator...) - 类 中的静态方法org.xmlunit.diff.DifferenceEvaluators
Combines multiple DifferenceEvaluators so that the result of the first Evaluator will be passed to the next Evaluator.
ChainedTransactionManager - org.springframework.data.transaction中的类
PlatformTransactionManager implementation that orchestrates transaction creation, commits and rollbacks to a list of delegates.
ChainedTransactionManager(PlatformTransactionManager...) - 类 的构造器org.springframework.data.transaction.ChainedTransactionManager
Creates a new ChainedTransactionManager delegating to the given PlatformTransactionManagers.
changeLocale(Locale) - 类 中的方法org.springframework.web.servlet.support.RequestContext
Change the current locale to the specified one, storing the new locale through the configured LocaleResolver.
changeLocale(Locale, TimeZone) - 类 中的方法org.springframework.web.servlet.support.RequestContext
Change the current locale to the specified locale and time zone context, storing the new locale context through the configured LocaleResolver.
changeSessionId() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
The implementation of this (Servlet 3.1+) method calls MockHttpSession.changeSessionId() if the session is a mock session.
changeSessionId() - 类 中的方法org.springframework.mock.web.MockHttpSession
As of Servlet 3.1, the id of a session can be changed.
changeSessionId() - 接口 中的方法org.springframework.web.server.WebSession
Generate a new id for the session and update the underlying session storage to reflect the new id.
changeTheme(Theme) - 类 中的方法org.springframework.web.servlet.support.RequestContext
Change the current theme to the specified one, storing the new theme name through the configured ThemeResolver.
changeTheme(String) - 类 中的方法org.springframework.web.servlet.support.RequestContext
Change the current theme to the specified theme by name, storing the new theme name through the configured ThemeResolver.
ChannelSendOperator<T> - org.springframework.http.server.reactive中的类
Given a write function that accepts a source Publisher<T> to write with and returns Publisher<Void> for the result, this operator helps to defer the invocation of the write function, until we know if the source publisher will begin publishing without an error.
ChannelSendOperator(Publisher<? extends T>, Function<Publisher<T>, Publisher<Void>>) - 类 的构造器org.springframework.http.server.reactive.ChannelSendOperator
 
ChannelTopic - org.springframework.data.redis.listener中的类
Channel topic implementation (maps to a Redis channel).
ChannelTopic(String) - 类 的构造器org.springframework.data.redis.listener.ChannelTopic
Constructs a new ChannelTopic instance.
characterEncoding(String) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the character encoding of the request.
CharacterEncodingFilter - org.springframework.web.filter中的类
Servlet Filter that allows one to specify a character encoding for requests.
CharacterEncodingFilter() - 类 的构造器org.springframework.web.filter.CharacterEncodingFilter
Create a default CharacterEncodingFilter, with the encoding to be set via CharacterEncodingFilter.setEncoding(java.lang.String).
CharacterEncodingFilter(String) - 类 的构造器org.springframework.web.filter.CharacterEncodingFilter
Create a CharacterEncodingFilter for the given encoding.
CharacterEncodingFilter(String, boolean) - 类 的构造器org.springframework.web.filter.CharacterEncodingFilter
Create a CharacterEncodingFilter for the given encoding.
CharacterEncodingFilter(String, boolean, boolean) - 类 的构造器org.springframework.web.filter.CharacterEncodingFilter
Create a CharacterEncodingFilter for the given encoding.
CHARSET - 类 中的静态变量org.springframework.data.redis.core.convert.Bucket
Encoding used for converting Byte to and from String.
checkActive() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
Check whether this request is still active (that is, not completed yet), throwing an IllegalStateException if not active anymore.
checkAllowedFields(MutablePropertyValues) - 类 中的方法org.springframework.validation.DataBinder
Check the given property values against the allowed fields, removing values for fields that are not allowed.
checkAndPrepare(HttpServletRequest, HttpServletResponse, boolean) - 类 中的方法org.springframework.web.servlet.support.WebContentGenerator
已过时。
as of 4.2, since the lastModified flag is effectively ignored, with a must-revalidate header only generated if explicitly configured
checkAndPrepare(HttpServletRequest, HttpServletResponse, int, boolean) - 类 中的方法org.springframework.web.servlet.support.WebContentGenerator
已过时。
as of 4.2, since the lastModified flag is effectively ignored, with a must-revalidate header only generated if explicitly configured
CheckboxesTag - org.springframework.web.servlet.tags.form中的类
The <checkboxes> tag renders multiple HTML 'input' tags with type 'checkbox'.
CheckboxesTag() - 类 的构造器org.springframework.web.servlet.tags.form.CheckboxesTag
 
CheckboxTag - org.springframework.web.servlet.tags.form中的类
The <checkbox> tag renders an HTML 'input' tag with type 'checkbox'.
CheckboxTag() - 类 的构造器org.springframework.web.servlet.tags.form.CheckboxTag
 
checkCompiled() - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
Check whether this operation has been compiled already; lazily compile it if not already compiled.
checkCompiled() - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcInsert
Check whether this operation has been compiled already; lazily compile it if not already compiled.
checkCompiled() - 类 中的方法org.springframework.jdbc.object.RdbmsOperation
Check whether this operation has been compiled already; lazily compile it if not already compiled.
checkDaoConfig() - 类 中的方法org.springframework.jca.cci.core.support.CciDaoSupport
 
checkDaoConfig() - 类 中的方法org.springframework.jdbc.core.support.JdbcDaoSupport
 
checkData() - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
Check if more documents available
checkDefaultConnectionProperties(Connection) - 类 中的方法org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Check the default connection properties (auto-commit, transaction isolation), keeping them to be able to expose them correctly without fetching an actual JDBC Connection from the target DataSource.
checkEvent(Event.ID) - 接口 中的方法org.yaml.snakeyaml.parser.Parser
Check if the next event is one of the given type.
checkEvent(Event.ID) - 类 中的方法org.yaml.snakeyaml.parser.ParserImpl
Check the type of the next event.
checkFieldDefaults(MutablePropertyValues) - 类 中的方法org.springframework.web.bind.WebDataBinder
Check the given property values for field defaults, i.e. for fields that start with the field default prefix.
checkFieldMarkers(MutablePropertyValues) - 类 中的方法org.springframework.web.bind.WebDataBinder
Check the given property values for field markers, i.e. for fields that start with the field marker prefix.
checkForIdentical() - 类 中的方法org.xmlunit.builder.DiffBuilder
check test source with the control source for identically.
checkForSimilar() - 类 中的方法org.xmlunit.builder.DiffBuilder
check test source with the control source for similarity.
checkGlobalTag(Property, Node, Object) - 类 中的方法org.yaml.snakeyaml.representer.Representer
Remove redundant global tag for a type safe (generic) collection if it is the same as defined by the JavaBean property
checkHeaders(List<String>) - 类 中的方法org.springframework.web.cors.CorsConfiguration
Check the supplied request headers (or the headers listed in the Access-Control-Request-Headers of a pre-flight request) against the configured allowed headers.
checkHeaders(CorsConfiguration, List<String>) - 类 中的方法org.springframework.web.cors.DefaultCorsProcessor
Check the headers and determine the headers for the response of a pre-flight request.
checkHeaders(CorsConfiguration, List<String>) - 类 中的方法org.springframework.web.cors.reactive.DefaultCorsProcessor
Check the headers and determine the headers for the response of a pre-flight request.
checkHttpMethod(HttpMethod) - 类 中的方法org.springframework.web.cors.CorsConfiguration
Check the HTTP request method (or the method from the Access-Control-Request-Method header on a pre-flight request) against the configured allowed methods.
checkIfConfigurationModificationIsAllowed() - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method to check whether we are allowed to make any configuration changes at this time.
checkManagedBean(Object) - 类 中的方法org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Check the given bean instance, throwing an IllegalArgumentException if it is not eligible for exposure with this assembler.
checkManagedBean(Object) - 类 中的方法org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Throws an IllegalArgumentException if it encounters a JDK dynamic proxy.
checkMethods(CorsConfiguration, HttpMethod) - 类 中的方法org.springframework.web.cors.DefaultCorsProcessor
Check the HTTP method and determine the methods for the response of a pre-flight request.
checkMethods(CorsConfiguration, HttpMethod) - 类 中的方法org.springframework.web.cors.reactive.DefaultCorsProcessor
Check the HTTP method and determine the methods for the response of a pre-flight request.
checkMultipart(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.DispatcherServlet
Convert the request into a multipart request, and make multipart resolver available.
checkNode() - 类 中的方法org.yaml.snakeyaml.composer.Composer
Checks if further documents are available.
checkNotModified(long) - 类 中的方法org.springframework.web.context.request.FacesWebRequest
 
checkNotModified(String) - 类 中的方法org.springframework.web.context.request.FacesWebRequest
 
checkNotModified(String, long) - 类 中的方法org.springframework.web.context.request.FacesWebRequest
 
checkNotModified(long) - 类 中的方法org.springframework.web.context.request.ServletWebRequest
 
checkNotModified(String) - 类 中的方法org.springframework.web.context.request.ServletWebRequest
 
checkNotModified(String, long) - 类 中的方法org.springframework.web.context.request.ServletWebRequest
 
checkNotModified(long) - 接口 中的方法org.springframework.web.context.request.WebRequest
Check whether the requested resource has been modified given the supplied last-modified timestamp (as determined by the application).
checkNotModified(String) - 接口 中的方法org.springframework.web.context.request.WebRequest
Check whether the requested resource has been modified given the supplied ETag (entity tag), as determined by the application.
checkNotModified(String, long) - 接口 中的方法org.springframework.web.context.request.WebRequest
Check whether the requested resource has been modified given the supplied ETag (entity tag) and last-modified timestamp, as determined by the application.
checkNotModified(Instant) - 类 中的方法org.springframework.web.server.adapter.DefaultServerWebExchange
 
checkNotModified(String) - 类 中的方法org.springframework.web.server.adapter.DefaultServerWebExchange
 
checkNotModified(String, Instant) - 类 中的方法org.springframework.web.server.adapter.DefaultServerWebExchange
 
checkNotModified(Instant) - 接口 中的方法org.springframework.web.server.ServerWebExchange
An overloaded variant of ServerWebExchange.checkNotModified(String, Instant) with a last-modified timestamp only.
checkNotModified(String) - 接口 中的方法org.springframework.web.server.ServerWebExchange
An overloaded variant of ServerWebExchange.checkNotModified(String, Instant) with an ETag (entity tag) value only.
checkNotModified(String, Instant) - 接口 中的方法org.springframework.web.server.ServerWebExchange
Check whether the requested resource has been modified given the supplied ETag (entity tag) and last-modified timestamp as determined by the application.
checkNotModified(Instant) - 类 中的方法org.springframework.web.server.ServerWebExchangeDecorator
 
checkNotModified(String) - 类 中的方法org.springframework.web.server.ServerWebExchangeDecorator
 
checkNotModified(String, Instant) - 类 中的方法org.springframework.web.server.ServerWebExchangeDecorator
 
checkNumericCompatibility(String, String, String, String) - 类 中的静态方法org.springframework.expression.spel.ast.Operator.DescriptorComparison
Return an object that indicates whether the input descriptors are compatible.
checkOnDataAvailable() - 类 中的方法org.springframework.http.server.reactive.AbstractListenerReadPublisher
Check if data is available and either call AbstractListenerReadPublisher.onDataAvailable() immediately or schedule a notification.
checkOrigin(String) - 类 中的方法org.springframework.web.cors.CorsConfiguration
Check the origin of the request against the configured allowed origins.
checkOrigin(CorsConfiguration, String) - 类 中的方法org.springframework.web.cors.DefaultCorsProcessor
Check the origin and determine the origin for the response.
checkOrigin(CorsConfiguration, String) - 类 中的方法org.springframework.web.cors.reactive.DefaultCorsProcessor
Check the origin and determine the origin for the response.
checkParameters(String, String) - 类 中的方法org.springframework.http.MediaType
 
checkParameters(String, String) - 类 中的方法org.springframework.util.MimeType
 
checkpoint() - 类 中的方法reactor.core.publisher.Flux
Activate assembly tracing for this particular Flux, in case of an error upstream of the checkpoint.
checkpoint(String) - 类 中的方法reactor.core.publisher.Flux
Activate assembly marker for this particular Flux by giving it a description that will be reflected in the assembly traceback in case of an error upstream of the checkpoint.
checkpoint(String, boolean) - 类 中的方法reactor.core.publisher.Flux
Activate assembly tracing or the lighter assembly marking depending on the forceStackTrace option.
checkpoint() - 类 中的方法reactor.core.publisher.Mono
Activate assembly tracing for this particular Mono, in case of an error upstream of the checkpoint.
checkpoint(String) - 类 中的方法reactor.core.publisher.Mono
Activate assembly marker for this particular Mono by giving it a description that will be reflected in the assembly traceback in case of an error upstream of the checkpoint.
checkpoint(String, boolean) - 类 中的方法reactor.core.publisher.Mono
Activate assembly tracing or the lighter assembly marking depending on the forceStackTrace option.
checkpoint() - 类 中的方法reactor.core.publisher.ParallelFlux
Activate assembly tracing for this particular ParallelFlux, in case of an error upstream of the checkpoint.
checkpoint(String) - 类 中的方法reactor.core.publisher.ParallelFlux
Activate assembly marker for this particular ParallelFlux by giving it a description that will be reflected in the assembly traceback in case of an error upstream of the checkpoint.
checkpoint(String, boolean) - 类 中的方法reactor.core.publisher.ParallelFlux
Activate assembly tracing or the lighter assembly marking depending on the forceStackTrace option.
checkRequest(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.support.WebContentGenerator
Check the given request for supported methods and a required session, if any.
checkRequired(MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
 
checkRequiredFields(MutablePropertyValues) - 类 中的方法org.springframework.validation.DataBinder
Check the given property values against the required fields, generating missing field errors where appropriate.
checkResource(Resource, Resource) - 类 中的方法org.springframework.web.servlet.resource.PathResourceResolver
Perform additional checks on a resolved resource beyond checking whether the resources exists and is readable.
checkResource(Locale) - 类 中的方法org.springframework.web.servlet.view.AbstractUrlBasedView
Check whether the underlying resource that the configured URL points to actually exists.
checkResource(Locale) - 类 中的方法org.springframework.web.servlet.view.freemarker.FreeMarkerView
Check that the FreeMarker template used for this view exists and is valid.
checkResource(Locale) - 类 中的方法org.springframework.web.servlet.view.groovy.GroovyMarkupView
 
checkResource(Locale) - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateView
 
checkResource(Locale) - 类 中的方法org.springframework.web.servlet.view.tiles3.TilesView
 
checkResult(Object) - 类 中的方法org.springframework.data.redis.support.collections.AbstractRedisCollection
 
checkRowsAffected(int) - 类 中的方法org.springframework.jdbc.object.SqlUpdate
Check the given number of affected rows against the specified maximum number or required number.
checkService() - 类 中的方法org.springframework.remoting.support.RemoteExporter
Check whether the service reference has been set.
checkServiceInterface() - 类 中的方法org.springframework.remoting.support.RemoteExporter
Check whether a service reference has been set, and whether it matches the specified service.
checkToken(Token.ID...) - 接口 中的方法org.yaml.snakeyaml.scanner.Scanner
Check if the next token is one of the given types.
checkToken(Token.ID...) - 类 中的方法org.yaml.snakeyaml.scanner.ScannerImpl
Check whether the next token is one of the given types.
checkUserTransactionAndTransactionManager() - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Check the UserTransaction as well as the TransactionManager handle, assuming standard JTA requirements.
children - 类 中的变量org.springframework.expression.spel.ast.SpelNodeImpl
 
CLASS_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
CLASS_FILE_SUFFIX - 类 中的静态变量org.springframework.util.ClassUtils
The ".class" file suffix
classNamesToString(Class<?>...) - 类 中的静态方法org.springframework.util.ClassUtils
Build a String that consists of the names of the classes/interfaces in the given array.
classNamesToString(Collection<Class<?>>) - 类 中的静态方法org.springframework.util.ClassUtils
Build a String that consists of the names of the classes/interfaces in the given collection.
classPackageAsResourcePath(Class<?>) - 类 中的静态方法org.springframework.util.ClassUtils
Given an input class object, return a string which consists of the class's package name as a pathname, i.e., all dots ('.') are replaced by slashes ('/').
CLASSPATH_URL_PREFIX - 类 中的静态变量org.springframework.util.ResourceUtils
Pseudo URL prefix for loading from the class path: "classpath:"
ClassTypeInformation<S> - org.springframework.data.util中的类
TypeInformation for a plain Class.
ClassUtils - org.springframework.data.repository.util中的类
Utility class to work with classes.
ClassUtils - org.springframework.util中的类
Miscellaneous class utility methods.
ClassUtils() - 类 的构造器org.springframework.util.ClassUtils
 
cleanPath(String) - 类 中的静态方法org.springframework.util.StringUtils
Normalize the path by suppressing sequences like "path/.." and inner simple dots.
cleanup() - 接口 中的方法org.springframework.jdbc.core.DisposableSqlTypeValue
Clean up resources held by this type value, for example the LobCreator in case of a SqlLobValue.
cleanup() - 类 中的方法org.springframework.jdbc.core.support.SqlLobValue
Close the LobCreator, if any.
cleanup() - 接口 中的方法org.springframework.jdbc.support.SqlValue
Clean up resources held by this value object.
cleanupAttribute(WebRequest, String) - 类 中的方法org.springframework.web.bind.support.DefaultSessionAttributeStore
 
cleanupAttribute(WebRequest, String) - 接口 中的方法org.springframework.web.bind.support.SessionAttributeStore
Clean up the specified attribute in the backend session.
cleanupAttributes(WebRequest) - 类 中的方法org.springframework.web.method.annotation.SessionAttributesHandler
Remove "known" attributes from the session, i.e. attributes listed by name in @SessionAttributes or attributes previously stored in the model that matched by type.
cleanupFileItems(MultiValueMap<String, MultipartFile>) - 类 中的方法org.springframework.web.multipart.commons.CommonsFileUploadSupport
Cleanup the Spring MultipartFiles created during multipart parsing, potentially holding temporary data on disk.
cleanupMultipart(MultipartHttpServletRequest) - 类 中的方法org.springframework.web.multipart.commons.CommonsMultipartResolver
 
cleanupMultipart(MultipartHttpServletRequest) - 接口 中的方法org.springframework.web.multipart.MultipartResolver
Cleanup any resources used for the multipart handling, like a storage for the uploaded files.
cleanupMultipart(MultipartHttpServletRequest) - 类 中的方法org.springframework.web.multipart.support.StandardServletMultipartResolver
 
cleanupMultipart(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.DispatcherServlet
Clean up any resources used by the given multipart request (if any).
cleanupParameters() - 类 中的方法org.springframework.jdbc.core.ArgumentPreparedStatementSetter
 
cleanupParameters() - 类 中的方法org.springframework.jdbc.core.ArgumentTypePreparedStatementSetter
 
cleanupParameters() - 接口 中的方法org.springframework.jdbc.core.ParameterDisposer
Close the resources allocated by parameters that the implementing object holds, for example in case of a DisposableSqlTypeValue (like a SqlLobValue).
cleanupParameters(Object...) - 类 中的静态方法org.springframework.jdbc.core.StatementCreatorUtils
Clean up all resources held by parameter values which were passed to an execute method.
cleanupParameters(Collection<?>) - 类 中的静态方法org.springframework.jdbc.core.StatementCreatorUtils
Clean up all resources held by parameter values which were passed to an execute method.
cleanupResource(H, K, boolean) - 类 中的方法org.springframework.transaction.support.ResourceHolderSynchronization
Perform a cleanup on the given resource (which is left bound to the thread).
cleanupTransactionInfo(TransactionAspectSupport.TransactionInfo) - 类 中的方法org.springframework.transaction.interceptor.TransactionAspectSupport
Reset the TransactionInfo ThreadLocal.
clear() - 类 中的方法org.springframework.data.redis.connection.util.ByteArraySet
 
clear() - 类 中的方法org.springframework.data.redis.core.RedisKeyValueAdapter
 
clear() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
clear() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisMap
 
clear() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisSet
 
clear() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisZSet
 
clear() - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
clear() - 类 中的方法org.springframework.http.HttpHeaders
 
clear() - 类 中的方法org.springframework.jdbc.datasource.ConnectionHolder
 
clear() - 类 中的方法org.springframework.mock.jndi.SimpleNamingContextBuilder
Clear all bindings in this context builder, while keeping it active.
clear() - 类 中的方法org.springframework.mock.web.MockBodyContent
 
clear() - 类 中的方法org.springframework.mock.web.MockJspWriter
 
clear() - 接口 中的方法org.springframework.test.context.cache.ContextCache
Clear all contexts from the cache, clearing context hierarchy information as well.
clear() - 类 中的方法org.springframework.test.context.cache.DefaultContextCache
Clear all contexts from the cache, clearing context hierarchy information as well.
clear() - 类 中的方法org.springframework.transaction.support.ResourceHolderSupport
Clear the transactional state of this resource holder.
clear() - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationManager
Clear the entire transaction synchronization state for the current thread: registered synchronizations as well as the various transaction characteristics.
clear() - 类 中的方法org.springframework.util.AutoPopulatingList
 
clear() - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap
 
clear() - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap.Segment
Clear all items from this segment.
clear() - 类 中的方法org.springframework.util.LinkedCaseInsensitiveMap
 
clear() - 类 中的方法org.springframework.util.LinkedMultiValueMap
 
clear() - 类 中的方法org.springframework.util.xml.SimpleNamespaceContext
Remove all declared prefixes.
clear() - 类 中的方法org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
Clear the list of configured resolvers.
clear() - 类 中的方法org.springframework.web.servlet.ModelAndView
Clear the state of this ModelAndView object.
clear() - 类 中的方法org.yaml.snakeyaml.util.ArrayStack
 
clear() - 类 中的方法reactor.core.publisher.Operators.MonoSubscriber
 
clear() - 类 中的方法reactor.core.publisher.UnicastProcessor
 
clearAttributes() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
Clear all of this request's attributes.
clearAttributes() - 类 中的方法org.springframework.mock.web.MockHttpSession
Clear all of this session's attributes.
clearBuffer() - 类 中的方法org.springframework.mock.web.MockBodyContent
 
clearBuffer() - 类 中的方法org.springframework.mock.web.MockJspWriter
 
clearCache() - 类 中的静态方法org.springframework.util.ReflectionUtils
Clear the internal method/field cache.
clearCache() - 类 中的方法org.springframework.web.servlet.view.AbstractCachingViewResolver
Clear the entire view cache, removing all cached view objects.
clearConcurrentResult() - 类 中的方法org.springframework.web.context.request.async.WebAsyncManager
clearErrorRequestAttributes(HttpServletRequest) - 类 中的静态方法org.springframework.web.util.WebUtils
Clear the Servlet spec's error attributes as HttpServletRequest attributes under the keys defined in the Servlet 2.3 specification: javax.servlet.error.status_code, javax.servlet.error.exception_type, javax.servlet.error.message, javax.servlet.error.exception, javax.servlet.error.request_uri, javax.servlet.error.servlet_name.
clearOutputProperties() - 类 中的方法org.xmlunit.transform.Transformation
Clear all output properties.
clearParameters() - 类 中的方法org.xmlunit.transform.Transformation
Clear all output parameters.
clearStatistics() - 接口 中的方法org.springframework.test.context.cache.ContextCache
Clear hit and miss count statistics for the cache (i.e., reset counters to zero).
clearStatistics() - 类 中的方法org.springframework.test.context.cache.DefaultContextCache
Clear hit and miss count statistics for the cache (i.e., reset counters to zero).
clearSynchronization() - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationManager
Deactivate transaction synchronization for the current thread.
clearTransactionManagerCache() - 类 中的方法org.springframework.transaction.interceptor.TransactionAspectSupport
Clear the cache.
ClientCodecConfigurer - org.springframework.http.codec中的接口
Extension of CodecConfigurer for HTTP message reader and writer options relevant on the client side.
ClientCodecConfigurer.ClientDefaultCodecs - org.springframework.http.codec中的接口
CodecConfigurer.DefaultCodecs extension with extra client-side options.
ClientCodecConfigurer.MultipartCodecs - org.springframework.http.codec中的接口
Registry and container for multipart HTTP message writers.
ClientHttpConnector - org.springframework.http.client.reactive中的接口
Abstraction over HTTP clients driving the underlying HTTP client to connect to the origin server and provide all necessary infrastructure to send a ClientHttpRequest and receive a ClientHttpResponse.
ClientHttpRequest - org.springframework.http.client中的接口
Represents a client-side HTTP request.
ClientHttpRequest - org.springframework.http.client.reactive中的接口
Represents a client-side reactive HTTP request.
ClientHttpRequestDecorator - org.springframework.http.client.reactive中的类
Wraps another ClientHttpRequest and delegates all methods to it.
ClientHttpRequestDecorator(ClientHttpRequest) - 类 的构造器org.springframework.http.client.reactive.ClientHttpRequestDecorator
 
ClientHttpRequestExecution - org.springframework.http.client中的接口
Represents the context of a client-side HTTP request execution.
ClientHttpRequestFactory - org.springframework.http.client中的接口
Factory for ClientHttpRequest objects.
ClientHttpRequestInterceptor - org.springframework.http.client中的接口
Intercepts client-side HTTP requests.
ClientHttpResponse - org.springframework.http.client中的接口
Represents a client-side HTTP response.
ClientHttpResponse - org.springframework.http.client.reactive中的接口
Represents a client-side reactive HTTP response.
ClientHttpResponseDecorator - org.springframework.http.client.reactive中的类
Wraps another ClientHttpResponse and delegates all methods to it.
ClientHttpResponseDecorator(ClientHttpResponse) - 类 的构造器org.springframework.http.client.reactive.ClientHttpResponseDecorator
 
clientName(String) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
 
clientName(String) - 接口 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration.JedisClientConfigurationBuilder
Configure a clientName to be set with CLIENT SETNAME.
clientOptions(ClientOptions) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.LettuceClientConfigurationBuilder
Configure ClientOptions.
clientOptions(ClientOptions) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettucePoolingClientConfiguration.LettucePoolingClientConfigurationBuilder
 
clientResources(ClientResources) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.LettuceClientConfigurationBuilder
Configure ClientResources.
clientResources(ClientResources) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettucePoolingClientConfiguration.LettucePoolingClientConfigurationBuilder
 
clone() - 类 中的方法org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
 
clone() - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
clone() - 类 中的方法org.springframework.jca.cci.core.support.CommAreaRecord
 
clone() - 类 中的方法org.springframework.util.LinkedCaseInsensitiveMap
 
clone() - 类 中的方法org.springframework.util.LinkedMultiValueMap
Create a regular copy of this Map.
clone() - 类 中的方法org.springframework.web.method.HandlerMethod.HandlerMethodParameter
 
clone() - 类 中的方法org.springframework.web.server.adapter.WebHttpHandlerBuilder
clone() - 类 中的方法org.springframework.web.util.UriComponentsBuilder
Public declaration of Object's clone() method.
clone() - 类 中的方法org.xmlunit.diff.XPathContext
Creates a deep copy of this XPathContext.
cloneBuilder() - 类 中的方法org.springframework.web.servlet.support.ServletUriComponentsBuilder
 
cloneBuilder() - 类 中的方法org.springframework.web.util.UriComponentsBuilder
Clone this UriComponentsBuilder.
close() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
close() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
close() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
close() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisSentinelConnection
 
close() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
close() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
close() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
 
close() - 接口 中的方法org.springframework.data.redis.connection.ReactiveRedisConnection
 
close() - 接口 中的方法org.springframework.data.redis.connection.RedisConnection
Closes (or quits) the connection.
close() - 接口 中的方法org.springframework.data.redis.connection.Subscription
Shutdown the subscription and free any resources held.
close() - 类 中的方法org.springframework.data.redis.connection.util.AbstractSubscription
 
close() - 类 中的方法org.springframework.data.redis.core.ConvertingCursor
 
close() - 类 中的方法org.springframework.data.redis.core.ScanCursor
 
close() - 接口 中的方法org.springframework.data.util.CloseableIterator
 
close() - 接口 中的方法org.springframework.http.client.ClientHttpResponse
Close this response, freeing any resources created.
close() - 接口 中的方法org.springframework.http.server.ServerHttpResponse
Close this response, freeing any resources created.
close() - 类 中的方法org.springframework.http.server.ServletServerHttpResponse
 
close() - 类 中的方法org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
 
close() - 接口 中的方法org.springframework.jdbc.support.lob.LobCreator
Close this LobCreator session and free its temporarily created BLOBs and CLOBs.
close() - 类 中的方法org.springframework.jdbc.support.lob.TemporaryLobCreator
 
close() - 类 中的方法org.springframework.mock.http.client.MockClientHttpResponse
 
close() - 类 中的方法org.springframework.mock.jndi.SimpleNamingContext
 
close() - 类 中的方法org.springframework.mock.web.DelegatingServletInputStream
 
close() - 类 中的方法org.springframework.mock.web.DelegatingServletOutputStream
 
close() - 类 中的方法org.springframework.mock.web.MockBodyContent
 
close() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
Mark this request as completed, keeping its state.
close() - 类 中的方法org.springframework.mock.web.MockJspWriter
 
close() - 类 中的方法org.springframework.test.web.servlet.htmlunit.DelegatingWebConnection
 
close() - 类 中的方法org.springframework.test.web.servlet.htmlunit.MockMvcWebConnection
 
close() - 类 中的方法org.springframework.util.CommonsLogWriter
 
close() - 类 中的方法org.springframework.util.FastByteArrayOutputStream
 
close() - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
close() - 类 中的方法org.springframework.validation.DataBinder
Close this DataBinder, which may result in throwing a BindException if it encountered any errors.
close() - 类 中的方法org.yaml.snakeyaml.reader.UnicodeReader
 
close() - 类 中的方法org.yaml.snakeyaml.serializer.Serializer
 
CloseableIterator<T> - org.springframework.data.util中的接口
A CloseableIterator serves as a bridging data structure for the underlying data store specific results that can be wrapped in a Java 8 Stream.
closeConnection(Connection) - 类 中的方法org.springframework.jca.cci.connection.SingleConnectionFactory
Close the given Connection.
closeConnection(Connection) - 类 中的静态方法org.springframework.jdbc.support.JdbcUtils
Close the given JDBC Connection and ignore any thrown exception.
closeConnection(Connection) - 类 中的方法org.springframework.scheduling.quartz.LocalDataSourceJobStore
 
closeContext(MergedContextConfiguration, DirtiesContext.HierarchyMode) - 类 中的方法org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate
 
closeContext(MergedContextConfiguration, DirtiesContext.HierarchyMode) - 接口 中的方法org.springframework.test.context.CacheAwareContextLoaderDelegate
Remove the application context for the supplied MergedContextConfiguration from the ContextCache and close it if it is an instance of ConfigurableApplicationContext.
closeNoCatch() - 类 中的方法org.springframework.web.bind.ServletRequestDataBinder
Treats errors as fatal.
closeNoCatch() - 类 中的方法org.springframework.web.bind.support.WebRequestDataBinder
Treats errors as fatal.
closePipeline() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
closePipeline() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
closePipeline() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
closePipeline() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
closePipeline() - 接口 中的方法org.springframework.data.redis.connection.RedisConnection
Executes the commands in the pipeline and returns their result.
closeResultSet(ResultSet) - 类 中的静态方法org.springframework.jdbc.support.JdbcUtils
Close the given JDBC ResultSet and ignore any thrown exception.
closeStatement(Statement) - 类 中的静态方法org.springframework.jdbc.support.JdbcUtils
Close the given JDBC Statement and ignore any thrown exception.
closeTemplateSource(Object) - 类 中的方法org.springframework.ui.freemarker.SpringTemplateLoader
 
closeWebApplicationContext(ServletContext) - 类 中的方法org.springframework.web.context.ContextLoader
Close Spring's web application context for the given servlet context.
clusterAddSlots(RedisClusterNode, int...) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
clusterAddSlots(RedisClusterNode, RedisClusterNode.SlotRange) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
clusterAddSlots(RedisClusterNode, int...) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
clusterAddSlots(RedisClusterNode, RedisClusterNode.SlotRange) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
clusterAddSlots(RedisClusterNode, int...) - 接口 中的方法org.springframework.data.redis.connection.RedisClusterCommands
Assign slots to given RedisClusterNode.
clusterAddSlots(RedisClusterNode, RedisClusterNode.SlotRange) - 接口 中的方法org.springframework.data.redis.connection.RedisClusterCommands
clusterCountKeysInSlot(int) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
clusterCountKeysInSlot(int) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
clusterCountKeysInSlot(int) - 接口 中的方法org.springframework.data.redis.connection.RedisClusterCommands
Count the number of keys assigned to one slot.
clusterDeleteSlots(RedisClusterNode, int...) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
clusterDeleteSlots(RedisClusterNode, int...) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
clusterDeleteSlots(RedisClusterNode, int...) - 接口 中的方法org.springframework.data.redis.connection.RedisClusterCommands
Remove slots from RedisClusterNode.
clusterDeleteSlotsInRange(RedisClusterNode, RedisClusterNode.SlotRange) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
clusterDeleteSlotsInRange(RedisClusterNode, RedisClusterNode.SlotRange) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
clusterDeleteSlotsInRange(RedisClusterNode, RedisClusterNode.SlotRange) - 接口 中的方法org.springframework.data.redis.connection.RedisClusterCommands
clusterForget(RedisClusterNode) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
clusterForget(RedisClusterNode) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
clusterForget(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.RedisClusterCommands
Remove given node from cluster.
clusterGetClusterInfo() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
clusterGetClusterInfo() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
clusterGetClusterInfo() - 接口 中的方法org.springframework.data.redis.connection.RedisClusterCommands
Get cluster information.
clusterGetKeysInSlot(int, Integer) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
clusterGetKeysInSlot(int, Integer) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
clusterGetKeysInSlot(int, Integer) - 接口 中的方法org.springframework.data.redis.connection.RedisClusterCommands
Get keys served by slot.
clusterGetMasterSlaveMap() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
clusterGetMasterSlaveMap() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
clusterGetMasterSlaveMap() - 接口 中的方法org.springframework.data.redis.connection.RedisClusterCommands
Retrieve information about masters and their connected slaves.
clusterGetNodeForKey(byte[]) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
clusterGetNodeForKey(byte[]) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
clusterGetNodeForKey(byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisClusterCommands
Find the RedisClusterNode serving given key.
clusterGetNodeForSlot(int) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
clusterGetNodeForSlot(int) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
clusterGetNodeForSlot(int) - 接口 中的方法org.springframework.data.redis.connection.RedisClusterCommands
Find the RedisClusterNode serving given slot.
clusterGetNodes() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
clusterGetNodes() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
clusterGetNodes() - 接口 中的方法org.springframework.data.redis.connection.RedisClusterCommands
Retrieve cluster node information such as id, host, port and slots.
clusterGetSlaves(RedisClusterNode) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
clusterGetSlaves(RedisClusterNode) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
clusterGetSlaves(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.RedisClusterCommands
Retrieve information about connected slaves for given master node.
clusterGetSlotForKey(byte[]) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
clusterGetSlotForKey(byte[]) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
clusterGetSlotForKey(byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisClusterCommands
Find the slot for a given key.
clusterMeet(RedisClusterNode) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
clusterMeet(RedisClusterNode) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
clusterMeet(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.RedisClusterCommands
Add given node to cluster.
clusterNode(RedisNode) - 类 中的方法org.springframework.data.redis.connection.RedisClusterConfiguration
 
clusterNode(String, Integer) - 类 中的方法org.springframework.data.redis.connection.RedisClusterConfiguration
 
ClusterOperations<K,V> - org.springframework.data.redis.core中的接口
Redis operations for cluster specific operations.
clusterReplicate(RedisClusterNode, RedisClusterNode) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
clusterReplicate(RedisClusterNode, RedisClusterNode) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
clusterReplicate(RedisClusterNode, RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.RedisClusterCommands
Assign a slave to given master.
clusterSetSlot(RedisClusterNode, int, RedisClusterCommands.AddSlots) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
clusterSetSlot(RedisClusterNode, int, RedisClusterCommands.AddSlots) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
clusterSetSlot(RedisClusterNode, int, RedisClusterCommands.AddSlots) - 接口 中的方法org.springframework.data.redis.connection.RedisClusterCommands
 
ClusterSlotHashUtil - org.springframework.data.redis.connection中的类
 
ClusterTopology - org.springframework.data.redis.connection中的类
ClusterTopology holds snapshot like information about RedisClusterNodes.
ClusterTopology(Set<RedisClusterNode>) - 类 的构造器org.springframework.data.redis.connection.ClusterTopology
Creates new instance of ClusterTopology.
ClusterTopologyProvider - org.springframework.data.redis.connection中的接口
ClusterTopologyProvider manages the current cluster topology and makes sure to refresh cluster information.
code() - 枚举 中的方法org.springframework.data.redis.connection.DataType
Returns the code associated with the current enum.
CODE_SEPARATOR - 类 中的静态变量org.springframework.validation.DefaultMessageCodesResolver
The separator that this implementation uses when resolving message codes.
CodebaseAwareObjectInputStream - org.springframework.remoting.rmi中的类
Special ObjectInputStream subclass that falls back to a specified codebase to load classes from if not found locally.
CodebaseAwareObjectInputStream(InputStream, String) - 类 的构造器org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
Create a new CodebaseAwareObjectInputStream for the given InputStream and codebase.
CodebaseAwareObjectInputStream(InputStream, ClassLoader, String) - 类 的构造器org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
Create a new CodebaseAwareObjectInputStream for the given InputStream and codebase.
CodebaseAwareObjectInputStream(InputStream, ClassLoader, boolean) - 类 的构造器org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
Create a new CodebaseAwareObjectInputStream for the given InputStream and codebase.
CodecConfigurer - org.springframework.http.codec中的接口
Defines a common interface for configuring either client or server HTTP message readers and writers.
codecConfigurer(ServerCodecConfigurer) - 类 中的方法org.springframework.web.server.adapter.WebHttpHandlerBuilder
Configure the ServerCodecConfigurer to set on the WebServerExchange.
CodecConfigurer.CustomCodecs - org.springframework.http.codec中的接口
Registry for custom HTTP message readers and writers.
CodecConfigurer.DefaultCodecs - org.springframework.http.codec中的接口
Customize or replace the HTTP message readers and writers registered by default.
CodeFlow - org.springframework.expression.spel中的类
Manages the class being generated by the compilation process.
CodeFlow(String, ClassWriter) - 类 的构造器org.springframework.expression.spel.CodeFlow
Construct a new CodeFlow for the given class.
CodeFlow.ClinitAdder - org.springframework.expression.spel中的接口
 
CodeFlow.FieldAdder - org.springframework.expression.spel中的接口
 
codePointAt(CharSequence, int, int) - 类 中的静态方法org.yaml.snakeyaml.external.com.google.gdata.util.common.base.UnicodeEscaper
Returns the Unicode code point of the character at the given index.
collect(Supplier<E>, BiConsumer<E, ? super T>) - 类 中的方法reactor.core.publisher.Flux
Collect all elements emitted by this Flux into a user-defined container, by applying a collector BiConsumer taking the container and each element.
collect(Collector<? super T, A, ? extends R>) - 类 中的方法reactor.core.publisher.Flux
Collect all elements emitted by this Flux into a container, by applying a Java 8 Stream API Collector The collected result will be emitted when this sequence completes.
collect(Supplier<? extends C>, BiConsumer<? super C, ? super T>) - 类 中的方法reactor.core.publisher.ParallelFlux
Collect the elements in each rail into a collection supplied via a collectionSupplier and collected into with a collector action, emitting the collection at the end.
COLLECTION - 类 中的静态变量org.springframework.data.util.ClassTypeInformation
 
CollectionEndEvent - org.yaml.snakeyaml.events中的类
Base class for the end events of the collection nodes.
CollectionEndEvent(Mark, Mark) - 类 的构造器org.yaml.snakeyaml.events.CollectionEndEvent
 
CollectionNode<T> - org.yaml.snakeyaml.nodes中的类
Base class for the two collection types mapping and collection.
CollectionNode(Tag, Mark, Mark, Boolean) - 类 的构造器org.yaml.snakeyaml.nodes.CollectionNode
 
CollectionStartEvent - org.yaml.snakeyaml.events中的类
Base class for the start events of the collection nodes.
CollectionStartEvent(String, String, boolean, Mark, Mark, Boolean) - 类 的构造器org.yaml.snakeyaml.events.CollectionStartEvent
 
collectionToCommaDelimitedString(Collection<?>) - 类 中的静态方法org.springframework.util.StringUtils
Convert a Collection into a delimited String (e.g., CSV).
collectionToDelimitedString(Collection<?>, String, String, String) - 类 中的静态方法org.springframework.util.StringUtils
Convert a Collection to a delimited String (e.g.
collectionToDelimitedString(Collection<?>, String) - 类 中的静态方法org.springframework.util.StringUtils
Convert a Collection into a delimited String (e.g.
CollectionUtils - org.springframework.util中的类
Miscellaneous collection utility methods.
CollectionUtils() - 类 的构造器org.springframework.util.CollectionUtils
 
collectList() - 类 中的方法reactor.core.publisher.Flux
Collect all elements emitted by this Flux into a List that is emitted by the resulting Mono when this sequence completes.
collectMap(Function<? super T, ? extends K>) - 类 中的方法reactor.core.publisher.Flux
Collect all elements emitted by this Flux into a hashed Map that is emitted by the resulting Mono when this sequence completes.
collectMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - 类 中的方法reactor.core.publisher.Flux
Collect all elements emitted by this Flux into a hashed Map that is emitted by the resulting Mono when this sequence completes.
collectMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, Supplier<Map<K, V>>) - 类 中的方法reactor.core.publisher.Flux
Collect all elements emitted by this Flux into a user-defined Map that is emitted by the resulting Mono when this sequence completes.
collectMultimap(Function<? super T, ? extends K>) - 类 中的方法reactor.core.publisher.Flux
Collect all elements emitted by this Flux into a multimap that is emitted by the resulting Mono when this sequence completes.
collectMultimap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - 类 中的方法reactor.core.publisher.Flux
Collect all elements emitted by this Flux into a multimap that is emitted by the resulting Mono when this sequence completes.
collectMultimap(Function<? super T, ? extends K>, Function<? super T, ? extends V>, Supplier<Map<K, Collection<V>>>) - 类 中的方法reactor.core.publisher.Flux
Collect all elements emitted by this Flux into a user-defined multimap that is emitted by the resulting Mono when this sequence completes.
collectSortedList() - 类 中的方法reactor.core.publisher.Flux
Collect all elements emitted by this Flux until this sequence completes, and then sort them in natural order into a List that is emitted by the resulting Mono.
collectSortedList(Comparator<? super T>) - 类 中的方法reactor.core.publisher.Flux
Collect all elements emitted by this Flux until this sequence completes, and then sort them using a Comparator into a List that is emitted by the resulting Mono.
collectSortedList(Comparator<? super T>) - 类 中的方法reactor.core.publisher.ParallelFlux
Sorts the 'rails' according to the comparator and returns a full sorted list as a Publisher.
collectSortedList(Comparator<? super T>, int) - 类 中的方法reactor.core.publisher.ParallelFlux
Sorts the 'rails' according to the comparator and returns a full sorted list as a Publisher.
COLS_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.TextareaTag
 
ColumnMapRowMapper - org.springframework.jdbc.core中的类
RowMapper implementation that creates a java.util.Map for each row, representing all columns as key-value pairs: one entry for each column, with the column name as key.
ColumnMapRowMapper() - 类 的构造器org.springframework.jdbc.core.ColumnMapRowMapper
 
combine(String, String) - 类 中的方法org.springframework.util.AntPathMatcher
Combine two patterns into a new pattern.
combine(String, String) - 接口 中的方法org.springframework.util.PathMatcher
Combines two patterns into a new pattern that is returned.
combine(CorsConfiguration) - 类 中的方法org.springframework.web.cors.CorsConfiguration
Combine the non-null properties of the supplied CorsConfiguration with this one.
combine(CompositeRequestCondition) - 类 中的方法org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
If one instance is empty, return the other.
combine(ConsumesRequestCondition) - 类 中的方法org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
Returns the "other" instance if it has any expressions; returns "this" instance otherwise.
combine(HeadersRequestCondition) - 类 中的方法org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
Returns a new instance with the union of the header expressions from "this" and the "other" instance.
combine(ParamsRequestCondition) - 类 中的方法org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
Returns a new instance with the union of the param expressions from "this" and the "other" instance.
combine(PatternsRequestCondition) - 类 中的方法org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
Returns a new instance with URL patterns from the current instance ("this") and the "other" instance as follows: If there are patterns in both instances, combine the patterns in "this" with the patterns in "other" using PathMatcher.combine(String, String).
combine(ProducesRequestCondition) - 类 中的方法org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
Returns the "other" instance if it has any expressions; returns "this" instance otherwise.
combine(T) - 接口 中的方法org.springframework.web.servlet.mvc.condition.RequestCondition
Combine this condition with another such as conditions from a type-level and method-level @RequestMapping annotation.
combine(RequestConditionHolder) - 类 中的方法org.springframework.web.servlet.mvc.condition.RequestConditionHolder
Combine the request conditions held by the two RequestConditionHolder instances after making sure the conditions are of the same type.
combine(RequestMethodsRequestCondition) - 类 中的方法org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
Returns a new instance with a union of the HTTP request methods from "this" and the "other" instance.
combine(RequestMappingInfo) - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo
Combine "this" request mapping info (i.e. the current instance) with another request mapping info instance.
combine(PathPattern) - 类 中的方法org.springframework.web.util.pattern.PathPattern
Combine this pattern with another.
combineLatest(Function<Object[], V>, Publisher<? extends T>...) - 类 中的静态方法reactor.core.publisher.Flux
Build a Flux whose data are generated by the combination of the most recently published value from each of the Publisher sources.
combineLatest(Function<Object[], V>, int, Publisher<? extends T>...) - 类 中的静态方法reactor.core.publisher.Flux
Build a Flux whose data are generated by the combination of the most recently published value from each of the Publisher sources.
combineLatest(Publisher<? extends T1>, Publisher<? extends T2>, BiFunction<? super T1, ? super T2, ? extends V>) - 类 中的静态方法reactor.core.publisher.Flux
Build a Flux whose data are generated by the combination of the most recently published value from each of two Publisher sources.
combineLatest(Publisher<? extends T1>, Publisher<? extends T2>, Publisher<? extends T3>, Function<Object[], V>) - 类 中的静态方法reactor.core.publisher.Flux
Build a Flux whose data are generated by the combination of the most recently published value from each of three Publisher sources.
combineLatest(Publisher<? extends T1>, Publisher<? extends T2>, Publisher<? extends T3>, Publisher<? extends T4>, Function<Object[], V>) - 类 中的静态方法reactor.core.publisher.Flux
Build a Flux whose data are generated by the combination of the most recently published value from each of four Publisher sources.
combineLatest(Publisher<? extends T1>, Publisher<? extends T2>, Publisher<? extends T3>, Publisher<? extends T4>, Publisher<? extends T5>, Function<Object[], V>) - 类 中的静态方法reactor.core.publisher.Flux
Build a Flux whose data are generated by the combination of the most recently published value from each of five Publisher sources.
combineLatest(Publisher<? extends T1>, Publisher<? extends T2>, Publisher<? extends T3>, Publisher<? extends T4>, Publisher<? extends T5>, Publisher<? extends T6>, Function<Object[], V>) - 类 中的静态方法reactor.core.publisher.Flux
Build a Flux whose data are generated by the combination of the most recently published value from each of six Publisher sources.
combineLatest(Iterable<? extends Publisher<? extends T>>, Function<Object[], V>) - 类 中的静态方法reactor.core.publisher.Flux
Build a Flux whose data are generated by the combination of the most recently published value from each of the Publisher sources provided in an Iterable.
combineLatest(Iterable<? extends Publisher<? extends T>>, int, Function<Object[], V>) - 类 中的静态方法reactor.core.publisher.Flux
Build a Flux whose data are generated by the combination of the most recently published value from each of the Publisher sources provided in an Iterable.
commaDelimitedListToSet(String) - 类 中的静态方法org.springframework.util.StringUtils
Convert a comma delimited list (e.g., a row from a CSV file) into a set.
commaDelimitedListToStringArray(String) - 类 中的静态方法org.springframework.util.StringUtils
Convert a comma delimited list (e.g., a row from a CSV file) into an array of strings.
CommandResponse() - 类 的构造器org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse
 
commandTimeout(Duration) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.LettuceClientConfigurationBuilder
Configure a command timeout.
commandTimeout(Duration) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettucePoolingClientConfiguration.LettucePoolingClientConfigurationBuilder
 
CommAreaRecord - org.springframework.jca.cci.core.support中的类
CCI Record implementation for a COMMAREA, holding a byte array.
CommAreaRecord() - 类 的构造器org.springframework.jca.cci.core.support.CommAreaRecord
Create a new CommAreaRecord.
CommAreaRecord(byte[]) - 类 的构造器org.springframework.jca.cci.core.support.CommAreaRecord
Create a new CommAreaRecord.
comment(String) - 接口 中的方法org.springframework.http.codec.ServerSentEvent.Builder
Set SSE comment.
comment() - 类 中的方法org.springframework.http.codec.ServerSentEvent
Return the comment of this event, if available.
comment(String, Matcher<? super String>) - 类 中的方法org.springframework.test.web.servlet.result.CookieResultMatchers
Assert a cookie's comment with a Hamcrest Matcher.
comment(String, String) - 类 中的方法org.springframework.test.web.servlet.result.CookieResultMatchers
Assert a cookie's comment value.
comment(String) - 接口 中的方法org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilder
Add an SSE "comment" line.
CommentLessSource - org.xmlunit.input中的类
A source that is obtained from a different source by stripping all comments.
CommentLessSource(Source) - 类 的构造器org.xmlunit.input.CommentLessSource
Creates a new source that consists of the given source with all comments removed using an XSLT stylesheet of version 2.0.
CommentLessSource(Source, String) - 类 的构造器org.xmlunit.input.CommentLessSource
Creates a new source that consists of the given source with all comments removed.
CommentToken - org.yaml.snakeyaml.tokens中的类
 
CommentToken(Mark, Mark) - 类 的构造器org.yaml.snakeyaml.tokens.CommentToken
 
commit(TransactionStatus) - 类 中的方法org.springframework.data.transaction.ChainedTransactionManager
 
Commit - org.springframework.test.annotation中的注释类型
@Commit is a test annotation that is used to indicate that a test-managed transaction should be committed after the test method has completed.
commit() - 类 中的方法org.springframework.transaction.jta.ManagedTransactionAdapter
 
commit() - 类 中的方法org.springframework.transaction.jta.UserTransactionAdapter
 
commit(TransactionStatus) - 接口 中的方法org.springframework.transaction.PlatformTransactionManager
Commit the given transaction, with regard to its status.
commit(TransactionStatus) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
This implementation of commit handles participating in existing transactions and programmatic rollback requests.
commitTransactionAfterReturning(TransactionAspectSupport.TransactionInfo) - 类 中的方法org.springframework.transaction.interceptor.TransactionAspectSupport
Execute after successful completion of call, but not after an exception was handled.
commonDatabaseName(String) - 类 中的静态方法org.springframework.jdbc.support.JdbcUtils
Extract a common name for the target database in use even if various drivers/platforms provide varying names at runtime.
CommonsFileUploadSupport - org.springframework.web.multipart.commons中的类
Base class for multipart resolvers that use Apache Commons FileUpload 1.2 or above.
CommonsFileUploadSupport() - 类 的构造器org.springframework.web.multipart.commons.CommonsFileUploadSupport
Instantiate a new CommonsFileUploadSupport with its corresponding FileItemFactory and FileUpload instances.
CommonsFileUploadSupport.MultipartParsingResult - org.springframework.web.multipart.commons中的类
Holder for a Map of Spring MultipartFiles and a Map of multipart parameters.
CommonsLogWriter - org.springframework.util中的类
java.io.Writer adapter for a Commons Logging Log.
CommonsLogWriter(Log) - 类 的构造器org.springframework.util.CommonsLogWriter
Create a new CommonsLogWriter for the given Commons Logging logger.
CommonsMultipartFile - org.springframework.web.multipart.commons中的类
MultipartFile implementation for Apache Commons FileUpload.
CommonsMultipartFile(FileItem) - 类 的构造器org.springframework.web.multipart.commons.CommonsMultipartFile
Create an instance wrapping the given FileItem.
CommonsMultipartResolver - org.springframework.web.multipart.commons中的类
Servlet-based MultipartResolver implementation for Apache Commons FileUpload 1.2 or above.
CommonsMultipartResolver() - 类 的构造器org.springframework.web.multipart.commons.CommonsMultipartResolver
Constructor for use as bean.
CommonsMultipartResolver(ServletContext) - 类 的构造器org.springframework.web.multipart.commons.CommonsMultipartResolver
Constructor for standalone usage.
CommonsRequestLoggingFilter - org.springframework.web.filter中的类
Simple request logging filter that writes the request URI (and optionally the query string) to the Commons Log.
CommonsRequestLoggingFilter() - 类 的构造器org.springframework.web.filter.CommonsRequestLoggingFilter
 
CompactConstructor - org.yaml.snakeyaml.extensions.compactnotation中的类
Construct a custom Java instance out of a compact object notation format.
CompactConstructor() - 类 的构造器org.yaml.snakeyaml.extensions.compactnotation.CompactConstructor
 
CompactConstructor.ConstructCompactObject - org.yaml.snakeyaml.extensions.compactnotation中的类
 
CompactData - org.yaml.snakeyaml.extensions.compactnotation中的类
 
CompactData(String) - 类 的构造器org.yaml.snakeyaml.extensions.compactnotation.CompactData
 
comparable() - 类 中的静态方法org.springframework.util.comparator.Comparators
Return a Comparable adapter.
ComparableComparator<T extends Comparable<T>> - org.springframework.util.comparator中的类
Comparator that adapts Comparables to the Comparator interface.
ComparableComparator() - 类 的构造器org.springframework.util.comparator.ComparableComparator
 
Comparators - org.springframework.util.comparator中的类
Convenient entry point with generically typed factory methods for common Spring Comparator variants.
Comparators() - 类 的构造器org.springframework.util.comparator.Comparators
 
compare(Object, Object) - 类 中的方法org.springframework.expression.spel.support.StandardTypeComparator
 
compare(Object, Object) - 接口 中的方法org.springframework.expression.TypeComparator
Compare two given objects.
compare(String, String) - 类 中的方法org.springframework.util.AntPathMatcher.AntPatternComparator
Compare two patterns to determine which should match first, i.e. which is the most specific regarding the current path.
compare(Boolean, Boolean) - 类 中的方法org.springframework.util.comparator.BooleanComparator
 
compare(T, T) - 类 中的方法org.springframework.util.comparator.ComparableComparator
 
compare(T, T) - 类 中的方法org.springframework.util.comparator.CompoundComparator
已过时。
 
compare(T, T) - 类 中的方法org.springframework.util.comparator.InstanceComparator
 
compare(T, T) - 类 中的方法org.springframework.util.comparator.InvertibleComparator
已过时。
 
compare(T, T) - 类 中的方法org.springframework.util.comparator.NullSafeComparator
 
compare(T, T) - 类 中的方法org.springframework.util.MimeType.SpecificityComparator
 
compare(Object) - 类 中的静态方法org.xmlunit.builder.DiffBuilder
Create a DiffBuilder from all kind of types supported by Input.from(Object).
compare(Comparison) - 类 中的方法org.xmlunit.diff.AbstractDifferenceEngine
Compares the detail values for object equality, lets the difference evaluator and comparison controller evaluate the result, notifies all listeners and returns the outcome.
compare(Source, Source) - 接口 中的方法org.xmlunit.diff.DifferenceEngine
Compares two pieces of XML and invokes the registered listeners.
compare(Source, Source) - 类 中的方法org.xmlunit.diff.DOMDifferenceEngine
 
compareAndSet(double, double) - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicDouble
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSet(int, int) - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicInteger
Atomically set the value to the given updated value if the current value == the expected value.
compareAndSet(long, long) - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicLong
Atomically sets the value to the given updated value if the current value == the expected value.
compareParameters(T, T) - 类 中的方法org.springframework.util.MimeType.SpecificityComparator
 
compareTo(Double) - 类 中的方法org.springframework.data.redis.connection.DefaultTuple
 
compareTo(Double) - 类 中的方法org.springframework.data.redis.core.DefaultTypedTuple
 
compareTo(ZSetOperations.TypedTuple<V>) - 类 中的方法org.springframework.data.redis.core.DefaultTypedTuple
 
compareTo(Version) - 类 中的方法org.springframework.data.redis.Version
已过时。
 
compareTo(Version) - 类 中的方法org.springframework.data.util.Version
 
compareTo(MimeType) - 类 中的方法org.springframework.util.MimeType
Compares this MIME Type to another alphabetically.
compareTo(FlashMap) - 类 中的方法org.springframework.web.servlet.FlashMap
Compare two FlashMaps and prefer the one that specifies a target URL path or has more target URL parameters.
compareTo(CompositeRequestCondition, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
If one instance is empty, the other "wins".
compareTo(ConsumesRequestCondition, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
Returns: 0 if the two conditions have the same number of expressions Less than 0 if "this" has more or more specific media type expressions Greater than 0 if "other" has more or more specific media type expressions It is assumed that both instances have been obtained via ConsumesRequestCondition.getMatchingCondition(HttpServletRequest) and each instance contains the matching consumable media type expression only or is otherwise empty.
compareTo(HeadersRequestCondition, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
Returns: 0 if the two conditions have the same number of header expressions Less than 0 if "this" instance has more header expressions Greater than 0 if the "other" instance has more header expressions It is assumed that both instances have been obtained via HeadersRequestCondition.getMatchingCondition(HttpServletRequest) and each instance contains the matching header expression only or is otherwise empty.
compareTo(ParamsRequestCondition, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
Returns: 0 if the two conditions have the same number of parameter expressions Less than 0 if "this" instance has more parameter expressions Greater than 0 if the "other" instance has more parameter expressions It is assumed that both instances have been obtained via ParamsRequestCondition.getMatchingCondition(HttpServletRequest) and each instance contains the matching parameter expressions only or is otherwise empty.
compareTo(PatternsRequestCondition, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
Compare the two conditions based on the URL patterns they contain.
compareTo(ProducesRequestCondition, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
Compares this and another "produces" condition as follows: Sort 'Accept' header media types by quality value via MediaType.sortByQualityValue(List) and iterate the list.
compareTo(T, HttpServletRequest) - 接口 中的方法org.springframework.web.servlet.mvc.condition.RequestCondition
Compare this condition to another condition in the context of a specific request.
compareTo(RequestConditionHolder, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.mvc.condition.RequestConditionHolder
Compare the request conditions held by the two RequestConditionHolder instances after making sure the conditions are of the same type.
compareTo(RequestMethodsRequestCondition, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
Returns: 0 if the two conditions contain the same number of HTTP request methods Less than 0 if "this" instance has an HTTP request method but "other" doesn't Greater than 0 "other" has an HTTP request method but "this" doesn't It is assumed that both instances have been obtained via RequestMethodsRequestCondition.getMatchingCondition(HttpServletRequest) and therefore each instance contains the matching HTTP request method only or is otherwise empty.
compareTo(RequestMappingInfo, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo
Compares "this" info (i.e. the current instance) with another info in the context of a request.
compareTo(PathPattern) - 类 中的方法org.springframework.web.util.pattern.PathPattern
Compare this pattern with a supplied pattern: return -1,0,+1 if this pattern is more specific, the same or less specific than the supplied pattern.
compareTo(Property) - 类 中的方法org.yaml.snakeyaml.introspector.Property
 
compareTo(Tag) - 类 中的方法org.yaml.snakeyaml.nodes.Tag
 
Comparison - org.xmlunit.diff中的类
Details of a single comparison XMLUnit has performed.
Comparison(ComparisonType, Node, String, Object, String, Node, String, Object, String) - 类 的构造器org.xmlunit.diff.Comparison
 
Comparison.Detail - org.xmlunit.diff中的类
The details of a target (usually some representation of an XML Node) that took part in the comparison.
ComparisonController - org.xmlunit.diff中的接口
Decides whether the difference engine should stop the whole comparison process because of the current difference.
ComparisonControllers - org.xmlunit.diff中的类
Controllers used for the base cases.
ComparisonFormatter - org.xmlunit.diff中的接口
Formatter methods for a Comparison Object.
ComparisonListener - org.xmlunit.diff中的接口
Is notified of comparisions and their results.
ComparisonListenerSupport - org.xmlunit.diff中的类
Encapsulates support for ComparisonListeners so it can be reused by different implementations of DifferenceEngine.
ComparisonListenerSupport() - 类 的构造器org.xmlunit.diff.ComparisonListenerSupport
 
comparisonPerformed(Comparison, ComparisonResult) - 接口 中的方法org.xmlunit.diff.ComparisonListener
Receives information about a comparison that has been performed and its outcome.
ComparisonResult - org.xmlunit.diff中的枚举
The possible outcomes of a comparision.
ComparisonState(boolean, ComparisonResult) - 类 的构造器org.xmlunit.diff.AbstractDifferenceEngine.ComparisonState
 
ComparisonType - org.xmlunit.diff中的枚举
The kinds of comparisons XMLUnit performs.
COMPATIBILITY_MAP - 类 中的静态变量org.yaml.snakeyaml.nodes.Tag
 
CompilablePropertyAccessor - org.springframework.expression.spel中的接口
A compilable property accessor is able to generate bytecode that represents the access operation, facilitating compilation to bytecode of expressions that use the accessor.
compile(SpelNodeImpl) - 类 中的方法org.springframework.expression.spel.standard.SpelCompiler
Attempt compilation of the supplied expression.
compile(Expression) - 类 中的静态方法org.springframework.expression.spel.standard.SpelCompiler
Request that an attempt is made to compile the specified expression.
compile() - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
Compile this JdbcCall using provided parameters and meta-data plus other settings.
compile() - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcInsert
Compile this JdbcInsert using provided parameters and meta-data plus other settings.
compile() - 类 中的方法org.springframework.jdbc.object.RdbmsOperation
Compile this query.
CompiledExpression - org.springframework.expression.spel中的类
Base superclass for compiled expressions.
CompiledExpression() - 类 的构造器org.springframework.expression.spel.CompiledExpression
 
compileExpression() - 类 中的方法org.springframework.expression.spel.standard.SpelExpression
Perform expression compilation.
compileInternal() - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
Delegate method to perform the actual compilation.
compileInternal() - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcInsert
Delegate method to perform the actual compilation.
compileInternal() - 类 中的方法org.springframework.jdbc.object.RdbmsOperation
Subclasses must implement this template method to perform their own compilation.
compileInternal() - 类 中的方法org.springframework.jdbc.object.SqlCall
Overridden method to configure the CallableStatementCreatorFactory based on our declared parameters.
compileInternal() - 类 中的方法org.springframework.jdbc.object.SqlOperation
Overridden method to configure the PreparedStatementCreatorFactory based on our declared parameters.
completable() - 类 中的方法org.springframework.scheduling.annotation.AsyncResult
 
completable() - 类 中的方法org.springframework.util.concurrent.CompletableToListenableFutureAdapter
 
completable() - 接口 中的方法org.springframework.util.concurrent.ListenableFuture
Expose this ListenableFuture as a JDK CompletableFuture.
completable() - 类 中的方法org.springframework.util.concurrent.ListenableFutureTask
 
completable() - 类 中的方法org.springframework.util.concurrent.SettableListenableFuture
 
CompletableToListenableFutureAdapter<T> - org.springframework.util.concurrent中的类
CompletableToListenableFutureAdapter(CompletionStage<T>) - 类 的构造器org.springframework.util.concurrent.CompletableToListenableFutureAdapter
Create a new adapter for the given CompletionStage.
CompletableToListenableFutureAdapter(CompletableFuture<T>) - 类 的构造器org.springframework.util.concurrent.CompletableToListenableFutureAdapter
Create a new adapter for the given CompletableFuture.
complete(RedisOperationChain, Sort) - 类 中的方法org.springframework.data.redis.repository.query.RedisQueryCreator
 
complete(S, Sort) - 类 中的方法org.springframework.data.repository.query.parser.AbstractQueryCreator
Actually creates the query object applying the given criteria object and Sort definition.
complete() - 接口 中的方法org.springframework.http.server.ServerHttpAsyncRequestControl
Mark asynchronous request processing as completed.
complete() - 类 中的方法org.springframework.http.server.ServletServerHttpAsyncRequestControl
 
complete() - 类 中的方法org.springframework.mock.web.MockAsyncContext
 
complete() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
Complete request processing by performing a dispatch into the servlet container, where Spring MVC is invoked once more, and completes the request processing lifecycle.
complete() - 接口 中的方法reactor.core.publisher.FluxSink
 
complete(Subscriber<?>) - 类 中的静态方法reactor.core.publisher.Operators
Calls onSubscribe on the target Subscriber with the empty instance followed by a call to onComplete.
complete(O) - 类 中的方法reactor.core.publisher.Operators.MonoSubscriber
Tries to emit the value and complete the underlying subscriber or stores the value away until there is a request for it.
complete() - 接口 中的静态方法reactor.core.publisher.Signal
Creates and returns a Signal of variety Type.COMPLETE.
complete(Context) - 接口 中的静态方法reactor.core.publisher.Signal
Creates and returns a Signal of variety Type.COMPLETE, associated with a specific Context.
complete() - 接口 中的方法reactor.core.publisher.SynchronousSink
 
completeTransactionAfterThrowing(TransactionAspectSupport.TransactionInfo, Throwable) - 类 中的方法org.springframework.transaction.interceptor.TransactionAspectSupport
Handle a throwable, completing the transaction.
completeWithError(Throwable) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
Complete request processing with an error.
Component - org.springframework.stereotype中的注释类型
Indicates that an annotated class is a "component".
compose(Reader) - 类 中的方法org.yaml.snakeyaml.Yaml
Parse the first YAML document in a stream and produce the corresponding representation tree.
compose(Function<? super Flux<T>, ? extends Publisher<V>>) - 类 中的方法reactor.core.publisher.Flux
Defer the transformation of this Flux in order to generate a target Flux type.
compose(Function<? super Mono<T>, ? extends Publisher<V>>) - 类 中的方法reactor.core.publisher.Mono
Defer the given transformation to this Mono in order to generate a target Mono type.
composeAll(Reader) - 类 中的方法org.yaml.snakeyaml.Yaml
Parse all YAML documents in a stream and produce corresponding representation trees.
composeGroup(Function<? super GroupedFlux<Integer, T>, ? extends Publisher<? extends U>>) - 类 中的方法reactor.core.publisher.ParallelFlux
Allows composing operators off the 'rails', as individual GroupedFlux instances keyed by the zero based rail's index.
composeKeyNode(MappingNode) - 类 中的方法org.yaml.snakeyaml.composer.Composer
 
composeMappingChildren(List<NodeTuple>, MappingNode) - 类 中的方法org.yaml.snakeyaml.composer.Composer
 
composeMappingNode(String) - 类 中的方法org.yaml.snakeyaml.composer.Composer
 
composeName(String, String) - 类 中的方法org.springframework.mock.jndi.SimpleNamingContext
 
composeName(Name, Name) - 类 中的方法org.springframework.mock.jndi.SimpleNamingContext
 
Composer - org.yaml.snakeyaml.composer中的类
Creates a node graph from parser events.
Composer(Parser, Resolver) - 类 的构造器org.yaml.snakeyaml.composer.Composer
 
composer - 类 中的变量org.yaml.snakeyaml.constructor.BaseConstructor
 
ComposerException - org.yaml.snakeyaml.composer中的异常错误
 
ComposerException(String, Mark, String, Mark) - 异常错误 的构造器org.yaml.snakeyaml.composer.ComposerException
 
composeScalarNode(String) - 类 中的方法org.yaml.snakeyaml.composer.Composer
 
composeSequenceNode(String) - 类 中的方法org.yaml.snakeyaml.composer.Composer
 
composeValueNode(MappingNode) - 类 中的方法org.yaml.snakeyaml.composer.Composer
 
composite() - 类 中的静态方法reactor.core.Disposables
Create a new empty Disposable.Composite with atomic guarantees on all mutative operations.
composite(Disposable...) - 类 中的静态方法reactor.core.Disposables
Create and initialize a new Disposable.Composite with atomic guarantees on all mutative operations.
composite(Iterable<? extends Disposable>) - 类 中的静态方法reactor.core.Disposables
Create and initialize a new Disposable.Composite with atomic guarantees on all mutative operations.
CompositeDatabasePopulator - org.springframework.jdbc.datasource.init中的类
Composite DatabasePopulator that delegates to a list of given DatabasePopulator implementations, executing all scripts.
CompositeDatabasePopulator() - 类 的构造器org.springframework.jdbc.datasource.init.CompositeDatabasePopulator
Create an empty CompositeDatabasePopulator.
CompositeDatabasePopulator(Collection<DatabasePopulator>) - 类 的构造器org.springframework.jdbc.datasource.init.CompositeDatabasePopulator
Create a CompositeDatabasePopulator with the given populators.
CompositeDatabasePopulator(DatabasePopulator...) - 类 的构造器org.springframework.jdbc.datasource.init.CompositeDatabasePopulator
Create a CompositeDatabasePopulator with the given populators.
CompositeFilter - org.springframework.web.filter中的类
A generic composite servlet Filter that just delegates its behavior to a chain (list) of user-supplied filters, achieving the functionality of a FilterChain, but conveniently using only Filter instances.
CompositeFilter() - 类 的构造器org.springframework.web.filter.CompositeFilter
 
CompositeIndexResolver - org.springframework.data.redis.core.convert中的类
Composite IndexResolver implementation that iterates over a given collection of delegate IndexResolver instances.
CompositeIndexResolver(Collection<IndexResolver>) - 类 的构造器org.springframework.data.redis.core.convert.CompositeIndexResolver
CompositeIterator<E> - org.springframework.util中的类
Composite iterator that combines multiple other iterators, as registered via CompositeIterator.add(Iterator).
CompositeIterator() - 类 的构造器org.springframework.util.CompositeIterator
 
CompositeRequestCondition - org.springframework.web.servlet.mvc.condition中的类
Implements the RequestCondition contract by delegating to multiple RequestCondition types and using a logical conjunction (' && ') to ensure all conditions match a given request.
CompositeRequestCondition(RequestCondition<?>...) - 类 的构造器org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
Create an instance with 0 or more RequestCondition types.
CompositeStringExpression - org.springframework.expression.common中的类
Represents a template expression broken into pieces.
CompositeStringExpression(String, Expression[]) - 类 的构造器org.springframework.expression.common.CompositeStringExpression
 
CompositeTransactionAttributeSource - org.springframework.transaction.interceptor中的类
Composite TransactionAttributeSource implementation that iterates over a given array of TransactionAttributeSource instances.
CompositeTransactionAttributeSource(TransactionAttributeSource[]) - 类 的构造器org.springframework.transaction.interceptor.CompositeTransactionAttributeSource
Create a new CompositeTransactionAttributeSource for the given sources.
CompositeUriComponentsContributor - org.springframework.web.method.support中的类
A UriComponentsContributor containing a list of other contributors to delegate and also encapsulating a specific ConversionService to use for formatting method argument values to Strings.
CompositeUriComponentsContributor(UriComponentsContributor...) - 类 的构造器org.springframework.web.method.support.CompositeUriComponentsContributor
Create an instance from a collection of UriComponentsContributors or HandlerMethodArgumentResolvers.
CompositeUriComponentsContributor(Collection<?>) - 类 的构造器org.springframework.web.method.support.CompositeUriComponentsContributor
Create an instance from a collection of UriComponentsContributors or HandlerMethodArgumentResolvers.
CompositeUriComponentsContributor(Collection<?>, ConversionService) - 类 的构造器org.springframework.web.method.support.CompositeUriComponentsContributor
Create an instance from a collection of UriComponentsContributors or HandlerMethodArgumentResolvers.
CompositeValueTransformer(Collection<IndexValueTransformer>) - 类 的构造器org.springframework.data.redis.core.index.RedisIndexDefinition.CompositeValueTransformer
 
CompoundComparator<T> - org.springframework.util.comparator中的类
已过时。
as of Spring Framework 5.0, in favor of the standard JDK 8 Comparator.thenComparing(Comparator)
CompoundComparator() - 类 的构造器org.springframework.util.comparator.CompoundComparator
已过时。
Construct a CompoundComparator with initially no Comparators.
CompoundComparator(Comparator...) - 类 的构造器org.springframework.util.comparator.CompoundComparator
已过时。
Construct a CompoundComparator from the Comparators in the provided array.
CompoundExpression - org.springframework.expression.spel.ast中的类
Represents a DOT separated expression sequence, such as 'property1.property2.methodOne()'
CompoundExpression(int, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.CompoundExpression
 
computeKey(HttpServletRequest, String) - 类 中的方法org.springframework.web.servlet.resource.CachingResourceResolver
 
computeTransactionAttribute(Method, Class<?>) - 类 中的方法org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
concat(byte[], byte[]) - 类 中的静态方法org.springframework.data.redis.util.ByteUtils
Concatenate the given byte arrays into one, with overlapping array elements included twice.
concat(Iterable<? extends Publisher<? extends T>>) - 类 中的静态方法reactor.core.publisher.Flux
Concatenate all sources provided in an Iterable, forwarding elements emitted by the sources downstream.
concat(Publisher<? extends Publisher<? extends T>>) - 类 中的静态方法reactor.core.publisher.Flux
Concatenate all sources emitted as an onNext signal from a parent Publisher, forwarding elements emitted by the sources downstream.
concat(Publisher<? extends Publisher<? extends T>>, int) - 类 中的静态方法reactor.core.publisher.Flux
Concatenate all sources emitted as an onNext signal from a parent Publisher, forwarding elements emitted by the sources downstream.
concat(Publisher<? extends T>...) - 类 中的静态方法reactor.core.publisher.Flux
Concatenate all sources provided as a vararg, forwarding elements emitted by the sources downstream.
concatAll(byte[]...) - 类 中的静态方法org.springframework.data.redis.util.ByteUtils
Concatenate the given byte arrays into one, with overlapping array elements included twice.
concatDelayError(Publisher<? extends Publisher<? extends T>>) - 类 中的静态方法reactor.core.publisher.Flux
Concatenate all sources emitted as an onNext signal from a parent Publisher, forwarding elements emitted by the sources downstream.
concatDelayError(Publisher<? extends Publisher<? extends T>>, int) - 类 中的静态方法reactor.core.publisher.Flux
Concatenate all sources emitted as an onNext signal from a parent Publisher, forwarding elements emitted by the sources downstream.
concatDelayError(Publisher<? extends Publisher<? extends T>>, boolean, int) - 类 中的静态方法reactor.core.publisher.Flux
Concatenate all sources emitted as an onNext signal from a parent Publisher, forwarding elements emitted by the sources downstream.
concatDelayError(Publisher<? extends T>...) - 类 中的静态方法reactor.core.publisher.Flux
Concatenate all sources provided as a vararg, forwarding elements emitted by the sources downstream.
concatenateStringArrays(String[], String[]) - 类 中的静态方法org.springframework.util.StringUtils
Concatenate the given String arrays into one, with overlapping array elements included twice.
concatMap(Function<? super T, ? extends Publisher<? extends V>>) - 类 中的方法reactor.core.publisher.Flux
Transform the elements emitted by this Flux asynchronously into Publishers, then flatten these inner publishers into a single Flux, sequentially and preserving order using concatenation.
concatMap(Function<? super T, ? extends Publisher<? extends V>>, int) - 类 中的方法reactor.core.publisher.Flux
Transform the elements emitted by this Flux asynchronously into Publishers, then flatten these inner publishers into a single Flux, sequentially and preserving order using concatenation.
concatMap(Function<? super T, ? extends Publisher<? extends R>>) - 类 中的方法reactor.core.publisher.ParallelFlux
Generates and concatenates Publishers on each 'rail', signalling errors immediately and generating 2 publishers upfront.
concatMap(Function<? super T, ? extends Publisher<? extends R>>, int) - 类 中的方法reactor.core.publisher.ParallelFlux
Generates and concatenates Publishers on each 'rail', signalling errors immediately and using the given prefetch amount for generating Publishers upfront.
concatMapDelayError(Function<? super T, Publisher<? extends V>>) - 类 中的方法reactor.core.publisher.Flux
Transform the elements emitted by this Flux asynchronously into Publishers, then flatten these inner publishers into a single Flux, sequentially and preserving order using concatenation.
concatMapDelayError(Function<? super T, ? extends Publisher<? extends V>>, int) - 类 中的方法reactor.core.publisher.Flux
Transform the elements emitted by this Flux asynchronously into Publishers, then flatten these inner publishers into a single Flux, sequentially and preserving order using concatenation.
concatMapDelayError(Function<? super T, ? extends Publisher<? extends V>>, boolean, int) - 类 中的方法reactor.core.publisher.Flux
Transform the elements emitted by this Flux asynchronously into Publishers, then flatten these inner publishers into a single Flux, sequentially and preserving order using concatenation.
concatMapDelayError(Function<? super T, ? extends Publisher<? extends R>>) - 类 中的方法reactor.core.publisher.ParallelFlux
Generates and concatenates Publishers on each 'rail', delaying errors and generating 2 publishers upfront.
concatMapIterable(Function<? super T, ? extends Iterable<? extends R>>) - 类 中的方法reactor.core.publisher.Flux
Transform the items emitted by this Flux into Iterable, then flatten the elements from those by concatenating them into a single Flux.
concatMapIterable(Function<? super T, ? extends Iterable<? extends R>>, int) - 类 中的方法reactor.core.publisher.Flux
Transform the items emitted by this Flux into Iterable, then flatten the emissions from those by concatenating them into a single Flux.
concatWith(Publisher<? extends T>) - 类 中的方法reactor.core.publisher.Flux
Concatenate emissions of this Flux with the provided Publisher (no interleave).
concatWith(Publisher<? extends T>) - 类 中的方法reactor.core.publisher.Mono
Concatenate emissions of this Mono with the provided Publisher (no interleave).
concatWithValues(T...) - 类 中的方法reactor.core.publisher.Flux
Concatenates the values to the end of the Flux
ConcurrencyThrottleSupport - org.springframework.util中的类
Support class for throttling concurrent access to a specific resource.
ConcurrencyThrottleSupport() - 类 的构造器org.springframework.util.ConcurrencyThrottleSupport
 
ConcurrentModel - org.springframework.ui中的类
Implementation of the Model interface based on a ConcurrentHashMap for use in concurrent scenarios.
ConcurrentModel() - 类 的构造器org.springframework.ui.ConcurrentModel
Construct a new, empty ConcurrentModel.
ConcurrentModel(String, Object) - 类 的构造器org.springframework.ui.ConcurrentModel
Construct a new ModelMap containing the supplied attribute under the supplied name.
ConcurrentModel(Object) - 类 的构造器org.springframework.ui.ConcurrentModel
Construct a new ModelMap containing the supplied attribute.
ConcurrentReferenceHashMap<K,V> - org.springframework.util中的类
A ConcurrentHashMap that uses soft or weak references for both keys and values.
ConcurrentReferenceHashMap() - 类 的构造器org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int) - 类 的构造器org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, float) - 类 的构造器org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, int) - 类 的构造器org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, ConcurrentReferenceHashMap.ReferenceType) - 类 的构造器org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, float, int) - 类 的构造器org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap(int, float, int, ConcurrentReferenceHashMap.ReferenceType) - 类 的构造器org.springframework.util.ConcurrentReferenceHashMap
Create a new ConcurrentReferenceHashMap instance.
ConcurrentReferenceHashMap.Entry<K,V> - org.springframework.util中的类
A single map entry.
ConcurrentReferenceHashMap.Reference<K,V> - org.springframework.util中的接口
A reference to an ConcurrentReferenceHashMap.Entry contained in the map.
ConcurrentReferenceHashMap.ReferenceManager - org.springframework.util中的类
Strategy class used to manage ConcurrentReferenceHashMap.References.
ConcurrentReferenceHashMap.ReferenceType - org.springframework.util中的枚举
Various reference types supported by this map.
ConcurrentReferenceHashMap.Restructure - org.springframework.util中的枚举
The types of restructuring that can be performed.
ConcurrentReferenceHashMap.Segment - org.springframework.util中的类
A single segment used to divide the map to allow better concurrent performance.
ConcurrentTaskExecutor - org.springframework.scheduling.concurrent中的类
Adapter that takes a java.util.concurrent.Executor and exposes a Spring TaskExecutor for it.
ConcurrentTaskExecutor() - 类 的构造器org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
Create a new ConcurrentTaskExecutor, using a single thread executor as default.
ConcurrentTaskExecutor(Executor) - 类 的构造器org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
Create a new ConcurrentTaskExecutor, using the given Executor.
ConcurrentTaskExecutor.ManagedTaskBuilder - org.springframework.scheduling.concurrent中的类
Delegate that wraps a given Runnable/Callable with a JSR-236 ManagedTask, exposing a long-running hint based on SchedulingAwareRunnable and a given identity name.
ConcurrentTaskScheduler - org.springframework.scheduling.concurrent中的类
Adapter that takes a java.util.concurrent.ScheduledExecutorService and exposes a Spring TaskScheduler for it.
ConcurrentTaskScheduler() - 类 的构造器org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
Create a new ConcurrentTaskScheduler, using a single thread executor as default.
ConcurrentTaskScheduler(ScheduledExecutorService) - 类 的构造器org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
Create a new ConcurrentTaskScheduler, using the given ScheduledExecutorService as shared delegate.
ConcurrentTaskScheduler(Executor, ScheduledExecutorService) - 类 的构造器org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
Create a new ConcurrentTaskScheduler, using the given Executor and ScheduledExecutorService as delegates.
conditionalBuilder() - 类 中的静态方法org.xmlunit.diff.ElementSelectors
Allows to build complex ElementSelectors by combining simpler blocks.
conditionalSelector(Predicate<? super Element>, ElementSelector) - 类 中的静态方法org.xmlunit.diff.ElementSelectors
Applies the wrapped ElementSelector's logic if and only if the control element matches the given predicate.
CONFIG_LOCATION_DELIMITERS - 类 中的静态变量org.springframework.jca.context.SpringContextResourceAdapter
Any number of these characters are considered delimiters between multiple context config paths in a single String value.
CONFIG_LOCATION_PARAM - 类 中的静态变量org.springframework.web.context.ContextLoader
Name of servlet context parameter (i.e., "contextConfigLocation") that can specify the config location for the root context, falling back to the implementation's default otherwise.
ConfigurableIndexDefinitionProvider - org.springframework.data.redis.core.index中的接口
ConfigurableMimeFileTypeMap - org.springframework.mail.javamail中的类
Spring-configurable FileTypeMap implementation that will read MIME type to file extension mappings from a standard JavaMail MIME type mapping file, using a standard MimetypesFileTypeMap underneath.
ConfigurableMimeFileTypeMap() - 类 的构造器org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
 
ConfigurableMockMvcBuilder<B extends ConfigurableMockMvcBuilder<B>> - org.springframework.test.web.servlet.setup中的接口
Defines common methods for building a MockMvc.
ConfigurableSmartRequestBuilder<B extends ConfigurableSmartRequestBuilder<B>> - org.springframework.test.web.servlet.request中的接口
An extension of SmartRequestBuilder that can be configured with RequestPostProcessors.
ConfigurableWebApplicationContext - org.springframework.web.context中的接口
Interface to be implemented by configurable web application contexts.
ConfigurableWebBindingInitializer - org.springframework.web.bind.support中的类
Convenient WebBindingInitializer for declarative configuration in a Spring application context.
ConfigurableWebBindingInitializer() - 类 的构造器org.springframework.web.bind.support.ConfigurableWebBindingInitializer
 
ConfigurableWebEnvironment - org.springframework.web.context中的接口
Specialization of ConfigurableEnvironment allowing initialization of servlet-related PropertySource objects at the earliest moment that the ServletContext and (optionally) ServletConfig become available.
ConfigurationException - org.xmlunit中的异常错误
Exception thrown when anything inside JAXP throws a *ConfigurationException.
ConfigurationException(Throwable) - 异常错误 的构造器org.xmlunit.ConfigurationException
 
configure(ObjectMapper) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Configure an existing ObjectMapper instance with this builder's settings.
configureAndRefreshWebApplicationContext(ConfigurableWebApplicationContext, ServletContext) - 类 中的方法org.springframework.web.context.ContextLoader
 
configureAndRefreshWebApplicationContext(ConfigurableWebApplicationContext) - 类 中的方法org.springframework.web.servlet.FrameworkServlet
 
configureAsyncSupport(AsyncSupportConfigurer) - 类 中的方法org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
configureAsyncSupport(AsyncSupportConfigurer) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to configure asynchronous request processing options.
configureAsyncSupport(AsyncSupportConfigurer) - 接口 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure asynchronous request handling options.
configureAsyncSupport(AsyncSupportConfigurer) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
已过时。
Configure asynchronous request handling options.
configureChannel(SocketChannelConfig) - 类 中的方法org.springframework.http.client.Netty4ClientHttpRequestFactory
已过时。
Template method for changing properties on the given SocketChannelConfig.
configureClient() - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.MockServerSpec
Proceed to configure and build the test client.
configureConnectionProperties(ConnectionProperties, String) - 接口 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseConfigurer
Configure the properties required to create and connect to the embedded database.
configureContentNegotiation(ContentNegotiationConfigurer) - 类 中的方法org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
configureContentNegotiation(ContentNegotiationConfigurer) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to configure content negotiation.
configureContentNegotiation(ContentNegotiationConfigurer) - 接口 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure content negotiation options.
configureContentNegotiation(ContentNegotiationConfigurer) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
已过时。
Configure content negotiation options.
configureDefaultServletHandling(DefaultServletHandlerConfigurer) - 类 中的方法org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
configureDefaultServletHandling(DefaultServletHandlerConfigurer) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to configure "default" Servlet handling.
configureDefaultServletHandling(DefaultServletHandlerConfigurer) - 接口 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure a handler to delegate unhandled requests by forwarding to the Servlet container's "default" servlet.
configureDefaultServletHandling(DefaultServletHandlerConfigurer) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
已过时。
Configure a handler to delegate unhandled requests by forwarding to the Servlet container's "default" servlet.
configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - 类 中的方法org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to configure the list of HandlerExceptionResolvers to use.
configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - 接口 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure exception resolvers.
configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
已过时。
Configure exception resolvers.
configureIndentation(Transformer) - 类 中的方法org.springframework.web.servlet.view.xslt.XsltView
Configure the indentation settings for the supplied Transformer.
configureMessageConverters(List<HttpMessageConverter<?>>) - 类 中的方法org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
configureMessageConverters(List<HttpMessageConverter<?>>) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to add custom HttpMessageConverters to use with the RequestMappingHandlerAdapter and the ExceptionHandlerExceptionResolver.
configureMessageConverters(List<HttpMessageConverter<?>>) - 接口 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure the HttpMessageConverters to use for reading or writing to the body of the request or response.
configureMessageConverters(List<HttpMessageConverter<?>>) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
已过时。
Configure the HttpMessageConverters to use for reading or writing to the body of the request or response.
configurePathMatch(PathMatchConfigurer) - 类 中的方法org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
configurePathMatch(PathMatchConfigurer) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to configure path matching options.
configurePathMatch(PathMatchConfigurer) - 接口 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Helps with configuring HandlerMappings path matching options such as trailing slash match, suffix registration, path matcher and path helper.
configurePathMatch(PathMatchConfigurer) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
已过时。
Helps with configuring HandlerMappings path matching options such as trailing slash match, suffix registration, path matcher and path helper.
configureResponse(Map<String, Object>, HttpServletResponse, Transformer) - 类 中的方法org.springframework.web.servlet.view.xslt.XsltView
Configure the supplied HttpServletResponse.
configureTasks(ScheduledTaskRegistrar) - 接口 中的方法org.springframework.scheduling.annotation.SchedulingConfigurer
Callback allowing a TaskScheduler and specific Task instances to be registered against the given the ScheduledTaskRegistrar
configureTransformer(Map<String, Object>, HttpServletResponse, Transformer) - 类 中的方法org.springframework.web.servlet.view.xslt.XsltView
Configure the supplied Transformer instance.
configureViewResolvers(ViewResolverRegistry) - 类 中的方法org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
configureViewResolvers(ViewResolverRegistry) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to configure view resolution.
configureViewResolvers(ViewResolverRegistry) - 接口 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Configure view resolvers to translate String-based view names returned from controllers into concrete View implementations to perform rendering with.
configureViewResolvers(ViewResolverRegistry) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
已过时。
Configure view resolvers to translate String-based view names returned from controllers into concrete View implementations to perform rendering with.
configureWebResources(GenericWebApplicationContext, WebMergedContextConfiguration) - 类 中的方法org.springframework.test.context.web.AbstractGenericWebContextLoader
Configures web resources for the supplied web application context (WAC).
configureXStream(XStream) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
Configure the XStream instance with this marshaller's bean properties.
connect(RedisCodec<K, V>) - 类 中的方法org.springframework.data.redis.connection.lettuce.AuthenticatingRedisClient
已过时。
 
connect(HttpMethod, URI, Function<? super ClientHttpRequest, Mono<Void>>) - 接口 中的方法org.springframework.http.client.reactive.ClientHttpConnector
Connect to the origin server using the given HttpMethod and URI, then apply the given requestCallback on the ClientHttpRequest once the connection has been established.
connect(HttpMethod, URI, Function<? super ClientHttpRequest, Mono<Void>>) - 类 中的方法org.springframework.http.client.reactive.ReactorClientHttpConnector
 
connect(HttpMethod, URI, Function<? super ClientHttpRequest, Mono<Void>>) - 类 中的方法org.springframework.test.web.reactive.server.HttpHandlerConnector
 
connect() - 类 中的方法reactor.core.publisher.ConnectableFlux
Connect this ConnectableFlux to its source and return a Runnable that can be used for disconnecting.
connect(Consumer<? super Disposable>) - 类 中的方法reactor.core.publisher.ConnectableFlux
Connects this ConnectableFlux to its source and sends a Disposable to a callback that can be used for disconnecting.
ConnectableFlux<T> - reactor.core.publisher中的类
The abstract base class for connectable publishers that let subscribers pile up before they connect to their data source.
ConnectableFlux() - 类 的构造器reactor.core.publisher.ConnectableFlux
 
CONNECTION - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Connection header field name.
CONNECTION_SYNCHRONIZATION_ORDER - 类 中的静态变量org.springframework.jdbc.datasource.DataSourceUtils
Order value for TransactionSynchronization objects that clean up JDBC Connections.
ConnectionCallback<T> - org.springframework.jca.cci.core中的接口
Generic callback interface for code that operates on a CCI Connection.
ConnectionCallback<T> - org.springframework.jdbc.core中的接口
Generic callback interface for code that operates on a JDBC Connection.
ConnectionFactoryUtils - org.springframework.jca.cci.connection中的类
Helper class that provides static methods for obtaining CCI Connections from a javax.resource.cci.ConnectionFactory.
ConnectionFactoryUtils() - 类 的构造器org.springframework.jca.cci.connection.ConnectionFactoryUtils
 
ConnectionHandle - org.springframework.jdbc.datasource中的接口
Simple interface to be implemented by handles for a JDBC Connection.
ConnectionHolder - org.springframework.jca.cci.connection中的类
Connection holder, wrapping a CCI Connection.
ConnectionHolder(Connection) - 类 的构造器org.springframework.jca.cci.connection.ConnectionHolder
 
ConnectionHolder - org.springframework.jdbc.datasource中的类
Connection holder, wrapping a JDBC Connection.
ConnectionHolder(ConnectionHandle) - 类 的构造器org.springframework.jdbc.datasource.ConnectionHolder
Create a new ConnectionHolder for the given ConnectionHandle.
ConnectionHolder(Connection) - 类 的构造器org.springframework.jdbc.datasource.ConnectionHolder
Create a new ConnectionHolder for the given JDBC Connection, wrapping it with a SimpleConnectionHandle, assuming that there is no ongoing transaction.
ConnectionHolder(Connection, boolean) - 类 的构造器org.springframework.jdbc.datasource.ConnectionHolder
Create a new ConnectionHolder for the given JDBC Connection, wrapping it with a SimpleConnectionHandle.
ConnectionProperties - org.springframework.jdbc.datasource.embedded中的接口
ConnectionProperties serves as a simple data container that allows essential JDBC connection properties to be configured consistently, independent of the actual DataSource implementation.
ConnectionProxy - org.springframework.jdbc.datasource中的接口
Subinterface of Connection to be implemented by Connection proxies.
ConnectionSpecConnectionFactoryAdapter - org.springframework.jca.cci.connection中的类
An adapter for a target CCI javax.resource.cci.ConnectionFactory, applying the given ConnectionSpec to every standard getConnection() call, that is, implicitly invoking getConnection(ConnectionSpec) on the target.
ConnectionSpecConnectionFactoryAdapter() - 类 的构造器org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
 
ConnectionUtils - org.springframework.data.redis.connection中的类
Utilities for examining a RedisConnection
ConnectionUtils() - 类 的构造器org.springframework.data.redis.connection.ConnectionUtils
 
ConnectorServerFactoryBean - org.springframework.jmx.support中的类
FactoryBean that creates a JSR-160 JMXConnectorServer, optionally registers it with the MBeanServer and then starts it.
ConnectorServerFactoryBean() - 类 的构造器org.springframework.jmx.support.ConnectorServerFactoryBean
 
connectPubSub(RedisCodec<K, V>) - 类 中的方法org.springframework.data.redis.connection.lettuce.AuthenticatingRedisClient
已过时。
 
connectTimeout(Duration) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
 
connectTimeout(Duration) - 接口 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration.JedisClientConfigurationBuilder
Configure a connection timeout.
connectTransport() - 类 中的方法org.springframework.mail.javamail.JavaMailSenderImpl
Obtain and connect a Transport from the underlying JavaMail Session, passing in the specified host, port, username, and password.
Constant - org.yaml.snakeyaml.scanner中的类
 
Construct - org.yaml.snakeyaml.constructor中的接口
Provide a way to construct a Java instance out of the composed Node.
construct(Node) - 接口 中的方法org.yaml.snakeyaml.constructor.Construct
Construct a Java instance with all the properties injected when it is possible.
construct(Node) - 类 中的方法org.yaml.snakeyaml.constructor.Constructor.ConstructMapping
Construct JavaBean.
construct(Node) - 类 中的方法org.yaml.snakeyaml.constructor.Constructor.ConstructScalar
 
construct(Node) - 类 中的方法org.yaml.snakeyaml.constructor.Constructor.ConstructSequence
 
construct(Node) - 类 中的方法org.yaml.snakeyaml.constructor.Constructor.ConstructYamlObject
 
construct(Node) - 类 中的方法org.yaml.snakeyaml.constructor.SafeConstructor.ConstructUndefined
 
construct(Node) - 类 中的方法org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlBinary
 
construct(Node) - 类 中的方法org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlBool
 
construct(Node) - 类 中的方法org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlFloat
 
construct(Node) - 类 中的方法org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlInt
 
construct(Node) - 类 中的方法org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlMap
 
construct(Node) - 类 中的方法org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlNull
 
construct(Node) - 类 中的方法org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlOmap
 
construct(Node) - 类 中的方法org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlPairs
 
construct(Node) - 类 中的方法org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlSeq
 
construct(Node) - 类 中的方法org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlSet
 
construct(Node) - 类 中的方法org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlStr
 
construct(Node) - 类 中的方法org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlTimestamp
 
construct(Node) - 类 中的方法org.yaml.snakeyaml.extensions.compactnotation.CompactConstructor.ConstructCompactObject
 
construct2ndStep(Node, Object) - 类 中的方法org.yaml.snakeyaml.constructor.AbstractConstruct
Fail with a reminder to provide the seconds step for a recursive structure
construct2ndStep(Node, Object) - 接口 中的方法org.yaml.snakeyaml.constructor.Construct
Apply the second step when constructing recursive structures.
construct2ndStep(Node, Object) - 类 中的方法org.yaml.snakeyaml.constructor.Constructor.ConstructMapping
 
construct2ndStep(Node, Object) - 类 中的方法org.yaml.snakeyaml.constructor.Constructor.ConstructSequence
 
construct2ndStep(Node, Object) - 类 中的方法org.yaml.snakeyaml.constructor.Constructor.ConstructYamlObject
 
construct2ndStep(Node, Object) - 类 中的方法org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlMap
 
construct2ndStep(Node, Object) - 类 中的方法org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlSeq
 
construct2ndStep(Node, Object) - 类 中的方法org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlSet
 
construct2ndStep(Node, Object) - 类 中的方法org.yaml.snakeyaml.extensions.compactnotation.CompactConstructor.ConstructCompactObject
 
constructArray(SequenceNode) - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
 
constructArrayStep2(SequenceNode, Object) - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
 
constructAttribute(Constructor<?>, String, WebDataBinderFactory, NativeWebRequest) - 类 中的方法org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Construct a new attribute instance with the given constructor.
constructCompactFormat(ScalarNode, CompactData) - 类 中的方法org.yaml.snakeyaml.extensions.compactnotation.CompactConstructor
 
ConstructCompactObject() - 类 的构造器org.yaml.snakeyaml.extensions.compactnotation.CompactConstructor.ConstructCompactObject
 
constructDocument(Node) - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
Construct complete YAML document.
constructJavaBean2ndStep(MappingNode, Object) - 类 中的方法org.yaml.snakeyaml.constructor.Constructor.ConstructMapping
 
constructMapping(MappingNode) - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
 
ConstructMapping() - 类 的构造器org.yaml.snakeyaml.constructor.Constructor.ConstructMapping
 
constructMapping2ndStep(MappingNode, Map<Object, Object>) - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
 
constructMapping2ndStep(MappingNode, Map<Object, Object>) - 类 中的方法org.yaml.snakeyaml.constructor.SafeConstructor
 
constructObject(Node) - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
Construct object from the specified Node.
constructObjectNoCheck(Node) - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
 
Constructor - org.yaml.snakeyaml.constructor中的类
Construct a custom Java instance.
Constructor() - 类 的构造器org.yaml.snakeyaml.constructor.Constructor
 
Constructor(Class<? extends Object>) - 类 的构造器org.yaml.snakeyaml.constructor.Constructor
Create Constructor for the specified class as the root.
Constructor(TypeDescription) - 类 的构造器org.yaml.snakeyaml.constructor.Constructor
 
Constructor(TypeDescription, Collection<TypeDescription>) - 类 的构造器org.yaml.snakeyaml.constructor.Constructor
 
Constructor(String) - 类 的构造器org.yaml.snakeyaml.constructor.Constructor
Create Constructor for a class which does not have to be in the classpath or for a definition from a Spring ApplicationContext.
constructor - 类 中的变量org.yaml.snakeyaml.Yaml
 
Constructor.ConstructMapping - org.yaml.snakeyaml.constructor中的类
Construct mapping instance (Map, JavaBean) when the runtime class is known.
Constructor.ConstructScalar - org.yaml.snakeyaml.constructor中的类
Construct scalar instance when the runtime class is known.
Constructor.ConstructSequence - org.yaml.snakeyaml.constructor中的类
Construct sequence (List, Array, or immutable object) when the runtime class is known.
Constructor.ConstructYamlObject - org.yaml.snakeyaml.constructor中的类
Construct an instance when the runtime class is not known but a global tag with a class name is defined.
ConstructorException - org.yaml.snakeyaml.constructor中的异常错误
 
ConstructorException(String, Mark, String, Mark, Throwable) - 异常错误 的构造器org.yaml.snakeyaml.constructor.ConstructorException
 
ConstructorException(String, Mark, String, Mark) - 异常错误 的构造器org.yaml.snakeyaml.constructor.ConstructorException
 
ConstructorExecutor - org.springframework.expression中的接口
Executors are built by resolvers and can be cached by the infrastructure to repeat an operation quickly without going back to the resolvers.
ConstructorReference - org.springframework.expression.spel.ast中的类
Represents the invocation of a constructor.
ConstructorReference(int, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.ConstructorReference
Create a constructor reference.
ConstructorReference(int, SpelNodeImpl[], SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.ConstructorReference
Create a constructor reference.
ConstructorResolver - org.springframework.expression中的接口
A constructor resolver attempts locate a constructor and returns a ConstructorExecutor that can be used to invoke that constructor.
constructScalar(ScalarNode) - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
 
ConstructScalar() - 类 的构造器org.yaml.snakeyaml.constructor.Constructor.ConstructScalar
 
constructSequence(SequenceNode) - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
 
ConstructSequence() - 类 的构造器org.yaml.snakeyaml.constructor.Constructor.ConstructSequence
 
constructSequenceStep2(SequenceNode, Collection<Object>) - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
 
constructSet(SequenceNode) - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
 
constructSet(MappingNode) - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
 
constructSet2ndStep(MappingNode, Set<Object>) - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
 
constructSet2ndStep(MappingNode, Set<Object>) - 类 中的方法org.yaml.snakeyaml.constructor.SafeConstructor
 
ConstructUndefined() - 类 的构造器org.yaml.snakeyaml.constructor.SafeConstructor.ConstructUndefined
 
constructXStream() - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
Construct an XStream instance, either using one of the standard constructors or creating a custom subclass.
ConstructYamlBinary() - 类 的构造器org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlBinary
 
ConstructYamlBool() - 类 的构造器org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlBool
 
ConstructYamlFloat() - 类 的构造器org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlFloat
 
ConstructYamlInt() - 类 的构造器org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlInt
 
ConstructYamlMap() - 类 的构造器org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlMap
 
ConstructYamlNull() - 类 的构造器org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlNull
 
ConstructYamlObject() - 类 的构造器org.yaml.snakeyaml.constructor.Constructor.ConstructYamlObject
 
ConstructYamlOmap() - 类 的构造器org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlOmap
 
ConstructYamlPairs() - 类 的构造器org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlPairs
 
ConstructYamlSeq() - 类 的构造器org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlSeq
 
ConstructYamlSet() - 类 的构造器org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlSet
 
ConstructYamlStr() - 类 的构造器org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlStr
 
ConstructYamlTimestamp() - 类 的构造器org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlTimestamp
 
consumes(String...) - 接口 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo.Builder
Set the consumes conditions.
ConsumesRequestCondition - org.springframework.web.servlet.mvc.condition中的类
A logical disjunction (' || ') request condition to match a request's 'Content-Type' header to a list of media type expressions.
ConsumesRequestCondition(String...) - 类 的构造器org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
Creates a new instance from 0 or more "consumes" expressions.
ConsumesRequestCondition(String[], String[]) - 类 的构造器org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
Creates a new instance with "consumes" and "header" expressions.
consumeWith(Consumer<FluxExchangeResult<T>>) - 类 中的方法org.springframework.test.web.reactive.server.FluxExchangeResult
Invoke the given consumer within ExchangeResult.assertWithDiagnostics(Runnable) passing "this" instance to it.
consumeWith(Consumer<EntityExchangeResult<byte[]>>) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.BodyContentSpec
Assert the response body content with the given Consumer.
consumeWith(Consumer<EntityExchangeResult<B>>) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.BodySpec
Assert the exchange result with the given Consumer.
CONTAINER_PREFIX - 类 中的静态变量org.springframework.jndi.JndiLocatorSupport
JNDI prefix used in a Java EE container
contains(int) - 类 中的方法org.springframework.data.redis.connection.RedisClusterNode.SlotRange
 
contains(Object) - 类 中的方法org.springframework.data.redis.connection.util.ByteArraySet
 
contains(Object, String) - 类 中的方法org.springframework.data.redis.core.RedisKeyValueAdapter
 
contains(Object) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisSet
 
contains(Object) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisZSet
 
contains(Object) - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
contains(MergedContextConfiguration) - 接口 中的方法org.springframework.test.context.cache.ContextCache
Determine whether there is a cached context for the given key.
contains(MergedContextConfiguration) - 类 中的方法org.springframework.test.context.cache.DefaultContextCache
Determine whether there is a cached context for the given key.
contains(E...) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.ListBodySpec
Assert the extracted list of values contains the given elements.
contains(Class<?>) - 异常错误 中的方法org.springframework.transaction.TransactionSystemException
 
contains(Object) - 类 中的方法org.springframework.util.AutoPopulatingList
 
contains(Iterator<?>, Object) - 类 中的静态方法org.springframework.util.CollectionUtils
Check whether the given Iterator contains the given element.
contains(Enumeration<?>, Object) - 类 中的静态方法org.springframework.util.CollectionUtils
Check whether the given Enumeration contains the given element.
contains(Class<?>) - 类 中的方法org.springframework.validation.ObjectError
Check the source behind this error: possibly an Exception (typically PropertyAccessException) or a Bean Validation ConstraintViolation.
contains(Object) - 接口 中的方法reactor.core.Fuseable.QueueSubscription
 
containsAll(Collection<?>) - 类 中的方法org.springframework.data.redis.connection.util.ByteArraySet
 
containsAll(Collection<?>) - 类 中的方法org.springframework.data.redis.support.collections.AbstractRedisCollection
 
containsAll(Collection<?>) - 类 中的方法org.springframework.util.AutoPopulatingList
 
containsAll(Collection<?>) - 接口 中的方法reactor.core.Fuseable.QueueSubscription
 
containsAny(Collection<?>, Collection<?>) - 类 中的静态方法org.springframework.util.CollectionUtils
Return true if any element in 'candidates' is contained in 'source'; otherwise returns false.
containsAttribute(String) - 类 中的方法org.springframework.ui.ConcurrentModel
Does this model contain an attribute of the given name?
containsAttribute(String) - 接口 中的方法org.springframework.ui.Model
Does this model contain an attribute of the given name?
containsAttribute(String) - 类 中的方法org.springframework.ui.ModelMap
Does this model contain an attribute of the given name?
containsAttribute(String) - 类 中的方法org.springframework.web.method.support.ModelAndViewContainer
Whether the underlying model contains the given attribute name.
containsBean(String) - 类 中的方法org.springframework.jndi.support.SimpleJndiBeanFactory
 
containsConstant(Enum<?>[], String) - 类 中的静态方法org.springframework.util.ObjectUtils
Check whether the given array of enum constants contains a constant with the given name, ignoring case when determining a match.
containsConstant(Enum<?>[], String, boolean) - 类 中的静态方法org.springframework.util.ObjectUtils
Check whether the given array of enum constants contains a constant with the given name.
containsElement(Object[], Object) - 类 中的静态方法org.springframework.util.ObjectUtils
Check whether the given array contains the given element.
containsHeader(String) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
containsInstance(Collection<?>, Object) - 类 中的静态方法org.springframework.util.CollectionUtils
Check whether the given Collection contains the given element instance.
containsKey(Object) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisMap
 
containsKey(Object) - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
containsKey(Object) - 类 中的方法org.springframework.http.HttpHeaders
 
containsKey(Object) - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap
 
containsKey(Object) - 类 中的方法org.springframework.util.LinkedCaseInsensitiveMap
 
containsKey(Object) - 类 中的方法org.springframework.util.LinkedMultiValueMap
 
containsSqlScriptDelimiters(String, String) - 类 中的静态方法org.springframework.jdbc.datasource.init.ScriptUtils
Does the provided SQL script contain the specified delimiter?
containsValue(Object) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisMap
 
containsValue(Object) - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
containsValue(Object) - 类 中的方法org.springframework.http.HttpHeaders
 
containsValue(Object) - 类 中的方法org.springframework.util.LinkedCaseInsensitiveMap
 
containsValue(Object) - 类 中的方法org.springframework.util.LinkedMultiValueMap
 
containsWhitespace(CharSequence) - 类 中的静态方法org.springframework.util.StringUtils
Check whether the given CharSequence contains any whitespace characters.
containsWhitespace(String) - 类 中的静态方法org.springframework.util.StringUtils
Check whether the given String contains any whitespace characters.
content() - 接口 中的方法org.springframework.http.codec.multipart.Part
Return the content for this part.
content() - 类 中的静态方法org.springframework.test.web.client.match.MockRestRequestMatchers
Access to request body matchers.
content(byte[]) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the request body.
content(String) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the request body as a UTF-8 String.
content() - 类 中的静态方法org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to response body assertions.
CONTENT_DISPOSITION - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Content-Disposition header field name
CONTENT_ENCODING - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Content-Encoding header field name.
CONTENT_LANGUAGE - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Content-Language header field name.
CONTENT_LENGTH - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Content-Length header field name.
CONTENT_LOCATION - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Content-Location header field name.
CONTENT_RANGE - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Content-Range header field name.
CONTENT_TYPE - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Content-Type header field name.
CONTENT_TYPE_CHARSET_PREFIX - 类 中的静态变量org.springframework.web.util.WebUtils
Prefix of the charset clause in a content type String: ";charset="
CONTENT_TYPE_HESSIAN - 类 中的静态变量org.springframework.remoting.caucho.HessianExporter
 
CONTENT_TYPE_SERIALIZED_OBJECT - 类 中的静态变量org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Default content type: "application/x-java-serialized-object"
CONTENT_TYPE_SERIALIZED_OBJECT - 类 中的静态变量org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Default content type: "application/x-java-serialized-object"
ContentCachingRequestWrapper - org.springframework.web.util中的类
HttpServletRequest wrapper that caches all content read from the input stream and reader, and allows this content to be retrieved via a byte array.
ContentCachingRequestWrapper(HttpServletRequest) - 类 的构造器org.springframework.web.util.ContentCachingRequestWrapper
Create a new ContentCachingRequestWrapper for the given servlet request.
ContentCachingRequestWrapper(HttpServletRequest, int) - 类 的构造器org.springframework.web.util.ContentCachingRequestWrapper
Create a new ContentCachingRequestWrapper for the given servlet request.
ContentCachingResponseWrapper - org.springframework.web.util中的类
HttpServletResponse wrapper that caches all content written to the output stream and writer, and allows this content to be retrieved via a byte array.
ContentCachingResponseWrapper(HttpServletResponse) - 类 的构造器org.springframework.web.util.ContentCachingResponseWrapper
Create a new ContentCachingResponseWrapper for the given servlet response.
ContentDisposition - org.springframework.http中的类
Represent the Content-Disposition type and parameters as defined in RFC 2183.
contentDisposition(ContentDisposition) - 类 中的方法org.springframework.test.web.reactive.server.HeaderAssertions
Expect a "Content-Disposition" header with the given value.
ContentDisposition.Builder - org.springframework.http中的接口
A mutable builder for ContentDisposition.
contentLength(long) - 接口 中的方法org.springframework.http.RequestEntity.BodyBuilder
Set the length of the body in bytes, as specified by the Content-Length header.
contentLength(long) - 接口 中的方法org.springframework.http.ResponseEntity.BodyBuilder
Set the length of the body in bytes, as specified by the Content-Length header.
contentLength(long) - 接口 中的方法org.springframework.mock.http.server.reactive.MockServerHttpRequest.BodyBuilder
Set the length of the body in bytes, as specified by the Content-Length header.
contentLength(long) - 类 中的方法org.springframework.test.web.reactive.server.HeaderAssertions
Expect a "Content-Length" header with the given value.
contentLength(long) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.RequestBodySpec
Set the length of the body in bytes, as specified by the Content-Length header.
ContentNegotiatingViewResolver - org.springframework.web.servlet.view中的类
Implementation of ViewResolver that resolves a view based on the request file name or Accept header.
ContentNegotiatingViewResolver() - 类 的构造器org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
ContentNegotiationConfigurer - org.springframework.web.servlet.config.annotation中的类
Creates a ContentNegotiationManager and configures it with one or more ContentNegotiationStrategy instances.
ContentNegotiationConfigurer(ServletContext) - 类 的构造器org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
Class constructor with ServletContext.
ContentNegotiationManager - org.springframework.web.accept中的类
Central class to determine requested media types for a request.
ContentNegotiationManager(ContentNegotiationStrategy...) - 类 的构造器org.springframework.web.accept.ContentNegotiationManager
Create an instance with the given list of ContentNegotiationStrategy strategies each of which may also be an instance of MediaTypeFileExtensionResolver.
ContentNegotiationManager(Collection<ContentNegotiationStrategy>) - 类 的构造器org.springframework.web.accept.ContentNegotiationManager
ContentNegotiationManager() - 类 的构造器org.springframework.web.accept.ContentNegotiationManager
Create a default instance with a HeaderContentNegotiationStrategy.
ContentNegotiationManagerFactoryBean - org.springframework.web.accept中的类
Factory to create a ContentNegotiationManager and configure it with one or more ContentNegotiationStrategy instances.
ContentNegotiationManagerFactoryBean() - 类 的构造器org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
ContentNegotiationStrategy - org.springframework.web.accept中的接口
A strategy for resolving the requested media types for a request.
ContentRequestMatchers - org.springframework.test.web.client.match中的类
Factory for request content RequestMatcher's.
ContentRequestMatchers() - 类 的构造器org.springframework.test.web.client.match.ContentRequestMatchers
Class constructor, not for direct instantiation.
ContentResultMatchers - org.springframework.test.web.servlet.result中的类
Factory for response content assertions.
ContentResultMatchers() - 类 的构造器org.springframework.test.web.servlet.result.ContentResultMatchers
Protected constructor.
contentType(MediaType) - 接口 中的方法org.springframework.http.RequestEntity.BodyBuilder
Set the media type of the body, as specified by the Content-Type header.
contentType(MediaType) - 接口 中的方法org.springframework.http.ResponseEntity.BodyBuilder
Set the media type of the body, as specified by the Content-Type header.
contentType(MediaType) - 接口 中的方法org.springframework.mock.http.server.reactive.MockServerHttpRequest.BodyBuilder
Set the media type of the body, as specified by the Content-Type header.
contentType(String) - 类 中的方法org.springframework.test.web.client.match.ContentRequestMatchers
Assert the request content type as a String.
contentType(MediaType) - 类 中的方法org.springframework.test.web.client.match.ContentRequestMatchers
Assert the request content type as a MediaType.
contentType(MediaType) - 类 中的方法org.springframework.test.web.client.response.DefaultResponseCreator
Set the Content-Type header.
contentType(MediaType) - 类 中的方法org.springframework.test.web.reactive.server.HeaderAssertions
Expect a "Content-Type" header with the given value.
contentType(String) - 类 中的方法org.springframework.test.web.reactive.server.HeaderAssertions
Expect a "Content-Type" header with the given value.
contentType(MediaType) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.RequestBodySpec
Set the media type of the body, as specified by the Content-Type header.
contentType(MediaType) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the 'Content-Type' header of the request.
contentType(String) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the 'Content-Type' header of the request.
contentType(String) - 类 中的方法org.springframework.test.web.servlet.result.ContentResultMatchers
Assert the ServletResponse content type.
contentType(MediaType) - 类 中的方法org.springframework.test.web.servlet.result.ContentResultMatchers
Assert the ServletResponse content type after parsing it as a MediaType.
contentTypeCompatibleWith(String) - 类 中的方法org.springframework.test.web.client.match.ContentRequestMatchers
Assert the request content type is compatible with the given content type as defined by MediaType.isCompatibleWith(MediaType).
contentTypeCompatibleWith(MediaType) - 类 中的方法org.springframework.test.web.client.match.ContentRequestMatchers
Assert the request content type is compatible with the given content type as defined by MediaType.isCompatibleWith(MediaType).
contentTypeCompatibleWith(MediaType) - 类 中的方法org.springframework.test.web.reactive.server.HeaderAssertions
Expect a "Content-Type" header compatible with the given value.
contentTypeCompatibleWith(String) - 类 中的方法org.springframework.test.web.reactive.server.HeaderAssertions
Expect a "Content-Type" header compatible with the given value.
contentTypeCompatibleWith(String) - 类 中的方法org.springframework.test.web.servlet.result.ContentResultMatchers
Assert the ServletResponse content type is compatible with the given content type as defined by MediaType.isCompatibleWith(MediaType).
contentTypeCompatibleWith(MediaType) - 类 中的方法org.springframework.test.web.servlet.result.ContentResultMatchers
Assert the ServletResponse content type is compatible with the given content type as defined by MediaType.isCompatibleWith(MediaType).
contentTypeResolver(Consumer<RequestedContentTypeResolverBuilder>) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.ControllerSpec
Customize content type resolution.
ContentVersionStrategy - org.springframework.web.servlet.resource中的类
A VersionStrategy that calculates an Hex MD5 hashes from the content of the resource and appends it to the file name, e.g.
ContentVersionStrategy() - 类 的构造器org.springframework.web.servlet.resource.ContentVersionStrategy
 
Context - reactor.util.context中的接口
A key/value store that is propagated between components such as operators via the context protocol.
CONTEXT_ATTRIBUTES_BEAN_NAME - 接口 中的静态变量org.springframework.web.context.WebApplicationContext
Name of the ServletContext/PortletContext attributes environment bean in the factory.
CONTEXT_CACHE_LOGGING_CATEGORY - 接口 中的静态变量org.springframework.test.context.cache.ContextCache
The name of the logging category used for reporting ContextCache statistics.
CONTEXT_CLASS_PARAM - 类 中的静态变量org.springframework.web.context.ContextLoader
Config param for the root WebApplicationContext implementation class to use: "contextClass"
CONTEXT_ID_PARAM - 类 中的静态变量org.springframework.web.context.ContextLoader
Config param for the root WebApplicationContext id, to be used as serialization id for the underlying BeanFactory: "contextId"
CONTEXT_INITIALIZER_CLASSES_PARAM - 类 中的静态变量org.springframework.web.context.ContextLoader
Config param for ApplicationContextInitializer classes to use for initializing the root web application context: "contextInitializerClasses"
CONTEXT_PARAMETERS_BEAN_NAME - 接口 中的静态变量org.springframework.web.context.WebApplicationContext
Name of the ServletContext/PortletContext init-params environment bean in the factory.
ContextCache - org.springframework.test.context.cache中的接口
ContextCache defines the SPI for caching Spring ApplicationContexts within the Spring TestContext Framework.
ContextCacheUtils - org.springframework.test.context.cache中的类
Collection of utilities for working with ContextCaches.
ContextCacheUtils() - 类 的构造器org.springframework.test.context.cache.ContextCacheUtils
 
ContextCleanupListener - org.springframework.web.context中的类
Web application listener that cleans up remaining disposable attributes in the ServletContext, i.e. attributes which implement DisposableBean and haven't been removed before.
ContextCleanupListener() - 类 的构造器org.springframework.web.context.ContextCleanupListener
 
ContextConfiguration - org.springframework.test.context中的注释类型
@ContextConfiguration defines class-level metadata that is used to determine how to load and configure an ApplicationContext for integration tests.
ContextConfigurationAttributes - org.springframework.test.context中的类
ContextConfigurationAttributes encapsulates the context configuration attributes declared via @ContextConfiguration.
ContextConfigurationAttributes(Class<?>) - 类 的构造器org.springframework.test.context.ContextConfigurationAttributes
Construct a new ContextConfigurationAttributes instance with default values.
ContextConfigurationAttributes(Class<?>, ContextConfiguration) - 类 的构造器org.springframework.test.context.ContextConfigurationAttributes
Construct a new ContextConfigurationAttributes instance for the supplied @ContextConfiguration annotation and the test class that declared it.
ContextConfigurationAttributes(Class<?>, AnnotationAttributes) - 类 的构造器org.springframework.test.context.ContextConfigurationAttributes
Construct a new ContextConfigurationAttributes instance for the supplied AnnotationAttributes (parsed from a @ContextConfiguration annotation) and the test class that declared them.
ContextConfigurationAttributes(Class<?>, String[], Class<?>[], boolean, Class<? extends ApplicationContextInitializer<?>>[], boolean, Class<? extends ContextLoader>) - 类 的构造器org.springframework.test.context.ContextConfigurationAttributes
Construct a new ContextConfigurationAttributes instance for the test class that declared the @ContextConfiguration annotation and its corresponding attributes.
ContextConfigurationAttributes(Class<?>, String[], Class<?>[], boolean, Class<? extends ApplicationContextInitializer<?>>[], boolean, String, Class<? extends ContextLoader>) - 类 的构造器org.springframework.test.context.ContextConfigurationAttributes
Construct a new ContextConfigurationAttributes instance for the test class that declared the @ContextConfiguration annotation and its corresponding attributes.
ContextCustomizer - org.springframework.test.context中的接口
Strategy interface for customizing application contexts that are created and managed by the Spring TestContext Framework.
ContextCustomizerFactory - org.springframework.test.context中的接口
Factory for creating ContextCustomizers.
contextDestroyed(ServletContextEvent) - 类 中的方法org.springframework.web.context.ContextCleanupListener
 
contextDestroyed(ServletContextEvent) - 类 中的方法org.springframework.web.context.ContextLoaderListener
Close the root web application context.
contextDestroyed(ServletContextEvent) - 类 中的方法org.springframework.web.util.IntrospectorCleanupListener
 
contextDestroyed(ServletContextEvent) - 类 中的方法org.springframework.web.util.WebAppRootListener
 
ContextExposingHttpServletRequest - org.springframework.web.context.support中的类
HttpServletRequest decorator that makes all Spring beans in a given WebApplicationContext accessible as request attributes, through lazy checking once an attribute gets accessed.
ContextExposingHttpServletRequest(HttpServletRequest, WebApplicationContext) - 类 的构造器org.springframework.web.context.support.ContextExposingHttpServletRequest
Create a new ContextExposingHttpServletRequest for the given request.
ContextExposingHttpServletRequest(HttpServletRequest, WebApplicationContext, Set<String>) - 类 的构造器org.springframework.web.context.support.ContextExposingHttpServletRequest
Create a new ContextExposingHttpServletRequest for the given request.
ContextHierarchy - org.springframework.test.context中的注释类型
@ContextHierarchy is a class-level annotation that is used to define a hierarchy of ApplicationContexts for integration tests.
contextInitialized(ServletContextEvent) - 类 中的方法org.springframework.web.context.ContextCleanupListener
 
contextInitialized(ServletContextEvent) - 类 中的方法org.springframework.web.context.ContextLoaderListener
Initialize the root web application context.
contextInitialized(ServletContextEvent) - 类 中的方法org.springframework.web.util.IntrospectorCleanupListener
 
contextInitialized(ServletContextEvent) - 类 中的方法org.springframework.web.util.WebAppRootListener
 
ContextLifecycleScheduledTaskRegistrar - org.springframework.scheduling.config中的类
ScheduledTaskRegistrar subclass which redirects the actual scheduling of tasks to the ContextLifecycleScheduledTaskRegistrar.afterSingletonsInstantiated() callback (as of 4.1.2).
ContextLifecycleScheduledTaskRegistrar() - 类 的构造器org.springframework.scheduling.config.ContextLifecycleScheduledTaskRegistrar
 
ContextLoader - org.springframework.test.context中的接口
Strategy interface for loading an application context for an integration test managed by the Spring TestContext Framework.
ContextLoader - org.springframework.web.context中的类
Performs the actual initialization work for the root application context.
ContextLoader() - 类 的构造器org.springframework.web.context.ContextLoader
Create a new ContextLoader that will create a web application context based on the "contextClass" and "contextConfigLocation" servlet context-params.
ContextLoader(WebApplicationContext) - 类 的构造器org.springframework.web.context.ContextLoader
Create a new ContextLoader with the given application context.
ContextLoaderListener - org.springframework.web.context中的类
Bootstrap listener to start up and shut down Spring's root WebApplicationContext.
ContextLoaderListener() - 类 的构造器org.springframework.web.context.ContextLoaderListener
Create a new ContextLoaderListener that will create a web application context based on the "contextClass" and "contextConfigLocation" servlet context-params.
ContextLoaderListener(WebApplicationContext) - 类 的构造器org.springframework.web.context.ContextLoaderListener
Create a new ContextLoaderListener with the given application context.
contextPath(String) - 接口 中的方法org.springframework.http.server.reactive.ServerHttpRequest.Builder
Set the contextPath to use.
contextPath() - 接口 中的方法org.springframework.http.server.RequestPath
Returns the portion of the URL path that represents the application.
contextPath(String) - 接口 中的方法org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
Set the contextPath to return.
contextPath(String) - 接口 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
 
contextPath(String) - 类 中的方法org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
Set the context path to use.
contextPath(String) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Specify the portion of the requestURI that represents the context path.
ContextPathCompositeHandler - org.springframework.http.server.reactive中的类
HttpHandler delegating requests to one of several HttpHandler's based on simple, prefix-based mappings.
ContextPathCompositeHandler(Map<String, ? extends HttpHandler>) - 类 的构造器org.springframework.http.server.reactive.ContextPathCompositeHandler
 
continueOnError(boolean) - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Specify that all failures which occur while executing SQL scripts should be logged but should not cause a failure.
contributeMethodArgument(MethodParameter, Object, UriComponentsBuilder, Map<String, Object>, ConversionService) - 类 中的方法org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
 
contributeMethodArgument(MethodParameter, Object, UriComponentsBuilder, Map<String, Object>, ConversionService) - 类 中的方法org.springframework.web.method.support.CompositeUriComponentsContributor
 
contributeMethodArgument(MethodParameter, Object, UriComponentsBuilder, Map<String, Object>) - 类 中的方法org.springframework.web.method.support.CompositeUriComponentsContributor
An overloaded method that uses the ConversionService created at construction.
contributeMethodArgument(MethodParameter, Object, UriComponentsBuilder, Map<String, Object>, ConversionService) - 接口 中的方法org.springframework.web.method.support.UriComponentsContributor
Process the given method argument and either update the UriComponentsBuilder or add to the map with URI variables to use to expand the URI after all arguments are processed.
contributeMethodArgument(MethodParameter, Object, UriComponentsBuilder, Map<String, Object>, ConversionService) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
 
Controller - org.springframework.stereotype中的注释类型
Indicates that an annotated class is a "Controller" (e.g. a web controller).
Controller - org.springframework.web.servlet.mvc中的接口
Base Controller interface, representing a component that receives HttpServletRequest and HttpServletResponse instances just like a HttpServlet but is able to participate in an MVC workflow.
controller(Class<T>) - 类 中的静态方法org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
Return a "mock" controller instance.
controllerAdvice(Object...) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.ControllerSpec
Register one or more ControllerAdvice instances to be used in tests (specified Class will be turned into instance).
ControllerAdvice - org.springframework.web.bind.annotation中的注释类型
Specialization of @Component for classes that declare @ExceptionHandler, @InitBinder, or @ModelAttribute methods to be shared across multiple @Controller classes.
ControllerAdviceBean - org.springframework.web.method中的类
Encapsulates information about an @ControllerAdvice Spring-managed bean without necessarily requiring it to be instantiated.
ControllerAdviceBean(Object) - 类 的构造器org.springframework.web.method.ControllerAdviceBean
Create a ControllerAdviceBean using the given bean instance.
ControllerAdviceBean(String, BeanFactory) - 类 的构造器org.springframework.web.method.ControllerAdviceBean
Create a ControllerAdviceBean using the given bean name.
conversionRequired() - 类 中的方法org.springframework.data.redis.connection.FutureResult
Indicate whether or not the actual result needs to be converted before handing over.
ConversionServiceExposingInterceptor - org.springframework.web.servlet.handler中的类
Interceptor that places the configured ConversionService in request scope so it's available during request processing.
ConversionServiceExposingInterceptor(ConversionService) - 类 的构造器org.springframework.web.servlet.handler.ConversionServiceExposingInterceptor
convert(List<S>) - 类 中的方法org.springframework.data.redis.connection.convert.ListConverter
 
convert(Long) - 类 中的方法org.springframework.data.redis.connection.convert.LongToBooleanConverter
 
convert(Map<S, S>) - 类 中的方法org.springframework.data.redis.connection.convert.MapConverter
 
convert(Map<?, ?>) - 枚举 中的方法org.springframework.data.redis.connection.convert.MapToPropertiesConverter
 
convert(Set<S>) - 类 中的方法org.springframework.data.redis.connection.convert.SetConverter
 
convert(String) - 类 中的方法org.springframework.data.redis.connection.convert.StringToDataTypeConverter
 
convert(String) - 类 中的方法org.springframework.data.redis.connection.convert.StringToPropertiesConverter
 
convert(String[]) - 类 中的方法org.springframework.data.redis.connection.convert.StringToRedisClientInfoConverter
 
convert(List<Object>) - 类 中的方法org.springframework.data.redis.connection.convert.TransactionResultConverter
 
convert(Object) - 类 中的方法org.springframework.data.redis.connection.FutureResult
Converts the given result if a converter is specified, else returns the result
convert(Exception) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisExceptionConverter
 
convert(Object) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisScriptReturnConverter
 
convert(Exception) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter
 
convert(Object) - 类 中的方法org.springframework.data.redis.core.index.RedisIndexDefinition.CompositeValueTransformer
 
convert(Object) - 枚举 中的方法org.springframework.data.redis.core.index.RedisIndexDefinition.LowercaseIndexValueTransformer
 
convert(Object) - 枚举 中的方法org.springframework.data.redis.core.index.RedisIndexDefinition.NoOpValueTransformer
 
convert(Object, TypeDescriptor, TypeDescriptor) - 类 中的方法org.springframework.data.repository.support.DomainClassConverter
 
Convert - org.xmlunit.util中的类
Conversion methods.
convertAllArguments(TypeConverter, Object[], Method) - 类 中的静态方法org.springframework.expression.spel.support.ReflectionHelper
Convert a supplied set of arguments into the requested types.
convertAndSend(String, Object) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Publishes the given message to the given channel.
convertAndSend(String, Object) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
convertCastorException(XMLException, boolean) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Convert the given XMLException to an appropriate exception from the org.springframework.oxm hierarchy.
convertClassNameToResourcePath(String) - 类 中的静态方法org.springframework.util.ClassUtils
Convert a "."
converter - 类 中的变量org.springframework.data.redis.connection.FutureResult
 
converterInstance(MapperConfig<?>, Annotated, Class<?>) - 类 中的方法org.springframework.http.converter.json.SpringHandlerInstantiator
 
Converters - org.springframework.data.redis.connection.convert中的类
Common type converters
Converters() - 类 的构造器org.springframework.data.redis.connection.convert.Converters
 
convertHessianAccessException(Throwable) - 类 中的方法org.springframework.remoting.caucho.HessianClientInterceptor
Convert the given Hessian access exception to an appropriate Spring RemoteAccessException.
convertHttpInvokerAccessException(Throwable) - 类 中的方法org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Convert the given HTTP invoker access exception to an appropriate Spring RemoteAccessException.
convertIfNecessary(Object, Class<T>) - 类 中的方法org.springframework.validation.DataBinder
 
convertIfNecessary(Object, Class<T>, MethodParameter) - 类 中的方法org.springframework.validation.DataBinder
 
convertIfNecessary(Object, Class<T>, Field) - 类 中的方法org.springframework.validation.DataBinder
 
ConvertingCursor<S,T> - org.springframework.data.redis.core中的类
ConvertingCursor wraps a given cursor and applies given Converter to items prior to returning them.
ConvertingCursor(Cursor<S>, Converter<S, T>) - 类 的构造器org.springframework.data.redis.core.ConvertingCursor
 
convertInlinedPropertiesToMap(String...) - 类 中的静态方法org.springframework.test.context.support.TestPropertySourceUtils
Convert the supplied inlined properties (in the form of key-value pairs) into a map keyed by property name, preserving the ordering of property names in the returned map.
convertJaxbException(JAXBException) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
Convert the given JAXBException to an appropriate exception from the org.springframework.oxm hierarchy.
convertJedisAccessException(Exception) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
convertJedisAccessException(Exception) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
convertJedisAccessException(JedisException) - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisUtils
已过时。
Converts the given, native Jedis exception to Spring's DAO hierarchy.
convertJibxException(JiBXException, boolean) - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
Convert the given JiBXException to an appropriate exception from the org.springframework.oxm hierarchy.
convertJndiName(String) - 类 中的方法org.springframework.jndi.JndiLocatorSupport
Convert the given JNDI name into the actual JNDI name to use.
convertKey(String) - 类 中的方法org.springframework.util.LinkedCaseInsensitiveMap
Convert the given key to a case-insensitive key.
convertLettuceAccessException(Exception) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
convertNumberToTargetClass(Number, Class<T>) - 类 中的静态方法org.springframework.util.NumberUtils
Convert the given number into an instance of the given target class.
convertQuery(SortQuery<K>, RedisSerializer<String>) - 类 中的静态方法org.springframework.data.redis.core.query.QueryUtils
 
convertResourcePathToClassName(String) - 类 中的静态方法org.springframework.util.ClassUtils
Convert a "/"-based resource path to a "."
convertResultValueIfNecessary(Object, MethodParameter) - 类 中的方法org.springframework.jmx.access.MBeanClientInterceptor
Convert the given result object (from attribute access or operation invocation) to the specified target class for returning from the proxy method.
convertRmiAccessException(Method, Throwable, String) - 类 中的静态方法org.springframework.remoting.rmi.RmiClientInterceptorUtils
Wrap the given arbitrary exception that happened during remote access in either a RemoteException or a Spring RemoteAccessException (if the method signature does not support RemoteException).
convertRmiAccessException(Method, RemoteException, String) - 类 中的静态方法org.springframework.remoting.rmi.RmiClientInterceptorUtils
Convert the given RemoteException that happened during remote access to Spring's RemoteAccessException if the method signature does not support RemoteException.
convertRmiAccessException(Method, RemoteException, boolean, String) - 类 中的静态方法org.springframework.remoting.rmi.RmiClientInterceptorUtils
Convert the given RemoteException that happened during remote access to Spring's RemoteAccessException if the method signature does not support RemoteException.
convertSource(Object) - 类 中的方法org.springframework.web.servlet.view.xslt.XsltView
Convert the supplied Object into an XSLT Source if the Object type is supported.
convertToClasspathResourcePaths(Class<?>, String...) - 类 中的静态方法org.springframework.test.context.util.TestContextResourceUtils
Convert the supplied paths to classpath resource paths.
convertToDisplayString(Object) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Get a display String for the given value, converted by a PropertyEditor that the BindStatus may have registered for the value's Class.
convertToList(Collection<String>) - 类 中的静态方法org.springframework.data.redis.connection.util.DecodeUtils
 
convertToModelMBeanNotificationInfo(ManagedNotification) - 类 中的静态方法org.springframework.jmx.export.metadata.JmxMetadataUtils
Convert the supplied ManagedNotification into the corresponding ModelMBeanNotificationInfo.
convertToResourceList(ResourceLoader, String...) - 类 中的静态方法org.springframework.test.context.util.TestContextResourceUtils
Convert the supplied paths to a list of Resource handles using the given ResourceLoader.
convertToResources(ResourceLoader, String...) - 类 中的静态方法org.springframework.test.context.util.TestContextResourceUtils
Convert the supplied paths to an array of Resource handles using the given ResourceLoader.
convertToScriptSource(String, String, ResourceLoader) - 类 中的方法org.springframework.scripting.support.ScriptFactoryPostProcessor
Convert the given script source locator to a ScriptSource instance.
convertToSet(Collection<String>) - 类 中的静态方法org.springframework.data.redis.connection.util.DecodeUtils
 
convertToXopPackage() - 接口 中的方法org.springframework.oxm.mime.MimeContainer
Turn this message into a XOP package.
convertTypedValue(EvaluationContext, TypedValue, Class<T>) - 类 中的静态方法org.springframework.expression.common.ExpressionUtils
Determines if there is a type converter available in the specified context and attempts to use it to convert the supplied value to the specified type.
convertUnderscoreNameToPropertyName(String) - 类 中的静态方法org.springframework.jdbc.support.JdbcUtils
Convert a column name with underscores to the corresponding property name using "camel case".
convertValue(Object, TypeDescriptor) - 类 中的方法org.springframework.expression.spel.ExpressionState
 
convertValue(TypedValue, TypeDescriptor) - 类 中的方法org.springframework.expression.spel.ExpressionState
 
convertValue(Object, TypeDescriptor, TypeDescriptor) - 类 中的方法org.springframework.expression.spel.support.StandardTypeConverter
 
convertValue(Object, TypeDescriptor, TypeDescriptor) - 接口 中的方法org.springframework.expression.TypeConverter
Convert (or coerce) a value from one type to another, for example from a boolean to a String.
convertValueToRequiredType(Object, Class<?>) - 类 中的方法org.springframework.jdbc.core.SingleColumnRowMapper
Convert the given column value to the specified required type.
convertXStreamException(Exception, boolean) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
Convert the given XStream exception to an appropriate exception from the org.springframework.oxm hierarchy.
COOKIE - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Cookie header field name.
cookie(HttpCookie...) - 接口 中的方法org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
Add one or more cookies.
cookie(HttpCookie...) - 接口 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
 
cookie(String, String) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
Add a cookie with the given name and value.
cookie(Cookie...) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Add the given cookies to the request.
cookie() - 类 中的静态方法org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to response cookie assertions.
CookieGenerator - org.springframework.web.util中的类
Helper class for cookie generation, carrying cookie descriptor settings as bean properties and being able to add and remove cookie to/from a given response.
CookieGenerator() - 类 的构造器org.springframework.web.util.CookieGenerator
 
CookieLocaleResolver - org.springframework.web.servlet.i18n中的类
LocaleResolver implementation that uses a cookie sent back to the user in case of a custom setting, with a fallback to the specified default locale or the request's accept-header locale.
CookieLocaleResolver() - 类 的构造器org.springframework.web.servlet.i18n.CookieLocaleResolver
Create a new instance of the CookieLocaleResolver class using the default cookie name.
CookieResultMatchers - org.springframework.test.web.servlet.result中的类
Factory for response cookie assertions.
CookieResultMatchers() - 类 的构造器org.springframework.test.web.servlet.result.CookieResultMatchers
Protected constructor.
cookies(MultiValueMap<String, HttpCookie>) - 接口 中的方法org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
Add the given cookies.
cookies(MultiValueMap<String, HttpCookie>) - 接口 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
 
cookies() - 类 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest
 
cookies(Consumer<MultiValueMap<String, String>>) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
Manipulate this request's cookies with the given consumer.
CookieThemeResolver - org.springframework.web.servlet.theme中的类
ThemeResolver implementation that uses a cookie sent back to the user in case of a custom setting, with a fallback to the default theme.
CookieThemeResolver() - 类 的构造器org.springframework.web.servlet.theme.CookieThemeResolver
 
CookieValue - org.springframework.web.bind.annotation中的注释类型
Annotation which indicates that a method parameter should be bound to an HTTP cookie.
CookieWebSessionIdResolver - org.springframework.web.server.session中的类
Cookie-based WebSessionIdResolver.
CookieWebSessionIdResolver() - 类 的构造器org.springframework.web.server.session.CookieWebSessionIdResolver
 
copy(File, File) - 类 中的静态方法org.springframework.util.FileCopyUtils
Copy the contents of the given input File to the given output File.
copy(byte[], File) - 类 中的静态方法org.springframework.util.FileCopyUtils
Copy the contents of the given byte array to the given output File.
copy(InputStream, OutputStream) - 类 中的静态方法org.springframework.util.FileCopyUtils
Copy the contents of the given InputStream to the given OutputStream.
copy(byte[], OutputStream) - 类 中的静态方法org.springframework.util.FileCopyUtils
Copy the contents of the given byte array to the given OutputStream.
copy(Reader, Writer) - 类 中的静态方法org.springframework.util.FileCopyUtils
Copy the contents of the given Reader to the given Writer.
copy(String, Writer) - 类 中的静态方法org.springframework.util.FileCopyUtils
Copy the contents of the given String to the given output Writer.
copy(byte[], OutputStream) - 类 中的静态方法org.springframework.util.StreamUtils
Copy the contents of the given byte array to the given OutputStream.
copy(String, Charset, OutputStream) - 类 中的静态方法org.springframework.util.StreamUtils
Copy the contents of the given String to the given output OutputStream.
copy(InputStream, OutputStream) - 类 中的静态方法org.springframework.util.StreamUtils
Copy the contents of the given InputStream to the given OutputStream.
COPYABLE_FIELDS - 类 中的静态变量org.springframework.util.ReflectionUtils
Pre-built FieldFilter that matches all non-static, non-final fields.
copyBodyToResponse() - 类 中的方法org.springframework.web.util.ContentCachingResponseWrapper
Copy the complete cached body content to the response.
copyBodyToResponse(boolean) - 类 中的方法org.springframework.web.util.ContentCachingResponseWrapper
Copy the cached body content to the response.
copyModelParameters(Map<String, Object>, Transformer) - 类 中的方法org.springframework.web.servlet.view.xslt.XsltView
Copy all entries from the supplied Map into the parameter set of the supplied Transformer.
copyOutputProperties(Transformer) - 类 中的方法org.springframework.web.servlet.view.xslt.XsltView
Copy the configured output Properties, if any, into the output property set of the supplied Transformer.
copyOverrides(ResourceOverridingShadowingClassLoader) - 类 中的方法org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
Copy all overrides from the given ClassLoader.
copyQualityValue(MediaType) - 类 中的方法org.springframework.http.MediaType
Return a replica of this instance with the quality value of the given MediaType.
copyRange(InputStream, OutputStream, long, long) - 类 中的静态方法org.springframework.util.StreamUtils
Copy a range of content of the given InputStream to the given OutputStream.
copyRecursively(File, File) - 类 中的静态方法org.springframework.util.FileSystemUtils
Recursively copy the contents of the src file/directory to the dest file/directory.
copyRecursively(Path, Path) - 类 中的静态方法org.springframework.util.FileSystemUtils
Recursively copy the contents of the src file/directory to the dest file/directory.
copyTo(MailMessage) - 类 中的方法org.springframework.mail.SimpleMailMessage
Copy the contents of this message to the given target message.
copyToByteArray(File) - 类 中的静态方法org.springframework.util.FileCopyUtils
Copy the contents of the given input File into a new byte array.
copyToByteArray(InputStream) - 类 中的静态方法org.springframework.util.FileCopyUtils
Copy the contents of the given InputStream into a new byte array.
copyToByteArray(InputStream) - 类 中的静态方法org.springframework.util.StreamUtils
Copy the contents of the given InputStream into a new byte array.
copyToString(Reader) - 类 中的静态方法org.springframework.util.FileCopyUtils
Copy the contents of the given Reader into a String.
copyToString(InputStream, Charset) - 类 中的静态方法org.springframework.util.StreamUtils
Copy the contents of the given InputStream into a String.
copyToUriComponentsBuilder(UriComponentsBuilder) - 类 中的方法org.springframework.web.util.UriComponents
Set all components of the given UriComponentsBuilder.
copyTransformers(ShadowingClassLoader) - 类 中的方法org.springframework.instrument.classloading.ShadowingClassLoader
Copy all ClassFileTransformers from the given ClassLoader to the list of transformers that this ClassLoader will apply.
CoreSubscriber<T> - reactor.core中的接口
A Context aware subscriber which has relaxed rules for §1.3 and §3.9 compared to the original Subscriber from Reactive Streams.
CorsBeanDefinitionParser - org.springframework.web.servlet.config中的类
BeanDefinitionParser that parses a cors element in order to set the CORS configuration in the various {AbstractHandlerMapping} beans created by AnnotationDrivenBeanDefinitionParser, ResourcesBeanDefinitionParser and ViewControllerBeanDefinitionParser.
CorsBeanDefinitionParser() - 类 的构造器org.springframework.web.servlet.config.CorsBeanDefinitionParser
 
CorsConfiguration - org.springframework.web.cors中的类
A container for CORS configuration along with methods to check against the actual origin, HTTP methods, and headers of a given request.
CorsConfiguration() - 类 的构造器org.springframework.web.cors.CorsConfiguration
Construct a new CorsConfiguration instance with no cross-origin requests allowed for any origin by default.
CorsConfiguration(CorsConfiguration) - 类 的构造器org.springframework.web.cors.CorsConfiguration
Construct a new CorsConfiguration instance by copying all values from the supplied CorsConfiguration.
CorsConfigurationSource - org.springframework.web.cors中的接口
Interface to be implemented by classes (usually HTTP request handlers) that provides a CorsConfiguration instance based on the provided request.
CorsConfigurationSource - org.springframework.web.cors.reactive中的接口
Interface to be implemented by classes (usually HTTP request handlers) that provides a CorsConfiguration instance based on the provided reactive request.
CorsFilter - org.springframework.web.filter中的类
Filter that handles CORS preflight requests and intercepts CORS simple and actual requests thanks to a CorsProcessor implementation (DefaultCorsProcessor by default) in order to add the relevant CORS response headers (like Access-Control-Allow-Origin) using the provided CorsConfigurationSource (for example an UrlBasedCorsConfigurationSource instance.
CorsFilter(CorsConfigurationSource) - 类 的构造器org.springframework.web.filter.CorsFilter
Constructor accepting a CorsConfigurationSource used by the filter to find the CorsConfiguration to use for each incoming request.
corsMappings(Consumer<CorsRegistry>) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.ControllerSpec
Configure CORS support.
CorsProcessor - org.springframework.web.cors中的接口
A strategy that takes a request and a CorsConfiguration and updates the response.
CorsProcessor - org.springframework.web.cors.reactive中的接口
A strategy to apply CORS validation checks and updates to a ServerWebExchange, either rejecting through the response or adding CORS related headers, based on a pre-selected CorsConfiguration.
CorsRegistration - org.springframework.web.servlet.config.annotation中的类
Assists with the creation of a CorsConfiguration instance for a given URL path pattern.
CorsRegistration(String) - 类 的构造器org.springframework.web.servlet.config.annotation.CorsRegistration
 
CorsRegistry - org.springframework.web.servlet.config.annotation中的类
Assists with the registration of global, URL pattern based CorsConfiguration mappings.
CorsRegistry() - 类 的构造器org.springframework.web.servlet.config.annotation.CorsRegistry
 
CorsUtils - org.springframework.web.cors中的类
Utility class for CORS request handling based on the CORS W3C recommandation.
CorsUtils() - 类 的构造器org.springframework.web.cors.CorsUtils
 
CorsUtils - org.springframework.web.cors.reactive中的类
Utility class for CORS reactive request handling based on the CORS W3C recommendation.
CorsUtils() - 类 的构造器org.springframework.web.cors.reactive.CorsUtils
 
CorsWebFilter - org.springframework.web.cors.reactive中的类
WebFilter that handles CORS preflight requests and intercepts CORS simple and actual requests thanks to a CorsProcessor implementation (DefaultCorsProcessor by default) in order to add the relevant CORS response headers (like Access-Control-Allow-Origin) using the provided CorsConfigurationSource (for example an UrlBasedCorsConfigurationSource instance.
CorsWebFilter(CorsConfigurationSource) - 类 的构造器org.springframework.web.cors.reactive.CorsWebFilter
Constructor accepting a CorsConfigurationSource used by the filter to find the CorsConfiguration to use for each incoming request.
CorsWebFilter(CorsConfigurationSource, CorsProcessor) - 类 的构造器org.springframework.web.cors.reactive.CorsWebFilter
Constructor accepting a CorsConfigurationSource used by the filter to find the CorsConfiguration to use for each incoming request and a custom CorsProcessor to use to apply the matched CorsConfiguration for a request.
count(int) - 类 中的方法org.springframework.data.redis.connection.RedisZSetCommands.Limit
 
count(double, double) - 接口 中的方法org.springframework.data.redis.core.BoundZSetOperations
Count number of elements within sorted set with scores between min and max.
count(K, Range<Double>) - 接口 中的方法org.springframework.data.redis.core.ReactiveZSetOperations
Count number of elements within sorted set with scores between min and max.
count(String) - 类 中的方法org.springframework.data.redis.core.RedisKeyValueAdapter
 
count(long) - 类 中的方法org.springframework.data.redis.core.ScanOptions.ScanOptionsBuilder
Returns the current ScanOptions.ScanOptionsBuilder configured with the given count.
count(K, double, double) - 接口 中的方法org.springframework.data.redis.core.ZSetOperations
Count number of elements within sorted set with scores between min and max.
count() - 接口 中的方法org.springframework.data.repository.CrudRepository
Returns the number of entities available.
count(Example<S>) - 接口 中的方法org.springframework.data.repository.query.QueryByExampleExecutor
Returns the number of instances matching the given Example.
count(Example<S>) - 接口 中的方法org.springframework.data.repository.query.ReactiveQueryByExampleExecutor
Returns the number of instances matching the given Example.
count() - 接口 中的方法org.springframework.data.repository.reactive.ReactiveCrudRepository
Returns the number of entities available.
count() - 接口 中的方法org.springframework.data.repository.reactive.RxJava2CrudRepository
Returns the number of entities available.
count(Iterable) - 类 中的静态方法org.xmlunit.util.Linqy
Count the number of elements in a sequence.
count() - 类 中的方法reactor.core.publisher.Flux
Counts the number of values in this Flux.
countOccurrencesOf(String, String) - 类 中的静态方法org.springframework.util.StringUtils
Count the occurrences of the substring sub in string str.
countRowsInTable(String) - 类 中的方法org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
Convenience method for counting the rows in the given table.
countRowsInTable(String) - 类 中的方法org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
Convenience method for counting the rows in the given table.
countRowsInTable(JdbcTemplate, String) - 类 中的静态方法org.springframework.test.jdbc.JdbcTestUtils
Count the rows in the given table.
countRowsInTableWhere(String, String) - 类 中的方法org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
Convenience method for counting the rows in the given table, using the provided WHERE clause.
countRowsInTableWhere(String, String) - 类 中的方法org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
Convenience method for counting the rows in the given table, using the provided WHERE clause.
countRowsInTableWhere(JdbcTemplate, String, String) - 类 中的静态方法org.springframework.test.jdbc.JdbcTestUtils
Count the rows in the given table, using the provided WHERE clause.
create(<any>) - 类 中的方法org.springframework.data.redis.repository.cdi.RedisKeyValueAdapterBean
 
create(<any>) - 类 中的方法org.springframework.data.redis.repository.cdi.RedisKeyValueTemplateBean
 
create(<any>, Class<T>, Optional<Object>) - 类 中的方法org.springframework.data.redis.repository.cdi.RedisRepositoryBean
 
create(Part, Iterator<Object>) - 类 中的方法org.springframework.data.redis.repository.query.RedisQueryCreator
 
create(<any>) - 类 中的方法org.springframework.data.repository.cdi.CdiRepositoryBean
 
create(<any>, Class<T>) - 类 中的方法org.springframework.data.repository.cdi.CdiRepositoryBean
已过时。
override #create(CreationalContext, Class, Object) instead.
create(<any>, Class<T>, Optional<Object>) - 类 中的方法org.springframework.data.repository.cdi.CdiRepositoryBean
Creates the actual component instance.
create(Part, Iterator<Object>) - 类 中的方法org.springframework.data.repository.query.parser.AbstractQueryCreator
Creates a new atomic instance of the criteria object.
create(QueryMethod, String) - 异常错误 中的静态方法org.springframework.data.repository.query.QueryCreationException
Creates a new QueryCreationException.
create(QueryMethod, Throwable) - 异常错误 中的静态方法org.springframework.data.repository.query.QueryCreationException
Creates a new QueryCreationException for the given QueryMethod and Throwable as cause.
create(String) - 枚举 中的静态方法org.springframework.data.repository.query.QueryLookupStrategy.Key
Returns a strategy key from the given XML value.
create() - 类 中的方法org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Invokes the create() method on the cached EJB home object.
create() - 接口 中的静态方法org.springframework.http.codec.ClientCodecConfigurer
Static factory method for a ClientCodecConfigurer.
create() - 接口 中的静态方法org.springframework.http.codec.ServerCodecConfigurer
Static factory method for a ServerCodecConfigurer.
create() - 类 中的静态方法reactor.core.publisher.DirectProcessor
Create a new DirectProcessor
create() - 类 中的静态方法reactor.core.publisher.EmitterProcessor
Create a new EmitterProcessor using Queues.SMALL_BUFFER_SIZE backlog size and auto-cancel.
create(boolean) - 类 中的静态方法reactor.core.publisher.EmitterProcessor
Create a new EmitterProcessor using Queues.SMALL_BUFFER_SIZE backlog size and the provided auto-cancel.
create(int) - 类 中的静态方法reactor.core.publisher.EmitterProcessor
Create a new EmitterProcessor using the provided backlog size, with auto-cancel.
create(int, boolean) - 类 中的静态方法reactor.core.publisher.EmitterProcessor
Create a new EmitterProcessor using the provided backlog size and auto-cancellation.
create(Consumer<? super FluxSink<T>>) - 类 中的静态方法reactor.core.publisher.Flux
Programmatically create a Flux with the capability of emitting multiple elements in a synchronous or asynchronous manner through the FluxSink API.
create(Consumer<? super FluxSink<T>>, FluxSink.OverflowStrategy) - 类 中的静态方法reactor.core.publisher.Flux
Programmatically create a Flux with the capability of emitting multiple elements in a synchronous or asynchronous manner through the FluxSink API.
create(Consumer<MonoSink<T>>) - 类 中的静态方法reactor.core.publisher.Mono
Creates a deferred emitter that can be used with callback-based APIs to signal at most one value, a complete or an error signal.
create() - 类 中的静态方法reactor.core.publisher.MonoProcessor
Create a MonoProcessor that will eagerly request 1 on MonoProcessor.onSubscribe(Subscription), cache and emit the eventual result for 1 or N subscribers.
create(WaitStrategy) - 类 中的静态方法reactor.core.publisher.MonoProcessor
Create a MonoProcessor that will eagerly request 1 on MonoProcessor.onSubscribe(Subscription), cache and emit the eventual result for 1 or N subscribers.
create() - 类 中的静态方法reactor.core.publisher.ReplayProcessor
Create a new ReplayProcessor that replays an unbounded number of elements, using a default internal Queue.
create(int) - 类 中的静态方法reactor.core.publisher.ReplayProcessor
Create a new ReplayProcessor that replays up to historySize elements.
create(int, boolean) - 类 中的静态方法reactor.core.publisher.ReplayProcessor
Create a new ReplayProcessor that either replay all the elements or a limited amount of elements depending on the unbounded parameter.
create() - 类 中的静态方法reactor.core.publisher.TopicProcessor
Create a new TopicProcessor using Queues.SMALL_BUFFER_SIZE backlog size, blockingWait Strategy and auto-cancel.
create(String, int) - 类 中的静态方法reactor.core.publisher.TopicProcessor
Create a new TopicProcessor using the provided backlog size, with a blockingWait Strategy and auto-cancellation.
create() - 类 中的静态方法reactor.core.publisher.UnicastProcessor
Create a new UnicastProcessor that will buffer on an internal queue in an unbounded fashion.
create(Queue<E>) - 类 中的静态方法reactor.core.publisher.UnicastProcessor
Create a new UnicastProcessor that will buffer on a provided queue in an unbounded fashion.
create(Queue<E>, Disposable) - 类 中的静态方法reactor.core.publisher.UnicastProcessor
Create a new UnicastProcessor that will buffer on a provided queue in an unbounded fashion.
create(Queue<E>, Consumer<? super E>, Disposable) - 类 中的静态方法reactor.core.publisher.UnicastProcessor
Create a new UnicastProcessor that will buffer on a provided queue in an unbounded fashion.
create() - 类 中的静态方法reactor.core.publisher.WorkQueueProcessor
Create a new WorkQueueProcessor using Queues.SMALL_BUFFER_SIZE backlog size, blockingWait Strategy and auto-cancel.
create(String, int) - 类 中的静态方法reactor.core.publisher.WorkQueueProcessor
Create a new WorkQueueProcessor using the passed buffer size, blockingWait Strategy and auto-cancel.
createAndConfigureMBean(Object, String) - 类 中的方法org.springframework.jmx.export.MBeanExporter
Creates an MBean that is configured with the appropriate management interface for the supplied managed resource.
createAndHoldSavepoint() - 类 中的方法org.springframework.transaction.support.AbstractTransactionStatus
Create a savepoint and hold it for the transaction.
createApplicationContext(BootstrapContext) - 类 中的方法org.springframework.jca.context.SpringContextResourceAdapter
Build a Spring ApplicationContext for the given JCA BootstrapContext.
createApplicationContext() - 类 中的方法org.springframework.web.server.adapter.AbstractReactiveWebInitializer
Return the Spring configuration that contains application beans including the ones detected by WebHttpHandlerBuilder.applicationContext.
createApplicationListener(String, Class<?>, Method) - 类 中的方法org.springframework.transaction.event.TransactionalEventListenerFactory
 
createArray(Class<?>, int) - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
 
createAsyncRequest(URI, HttpMethod) - 接口 中的方法org.springframework.http.client.AsyncClientHttpRequestFactory
已过时。
Create a new asynchronous AsyncClientHttpRequest for the specified URI and HTTP method.
createAsyncRequest(URI, HttpMethod) - 类 中的方法org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
已过时。
 
createAsyncRequest(URI, HttpMethod) - 类 中的方法org.springframework.http.client.InterceptingAsyncClientHttpRequestFactory
已过时。
 
createAsyncRequest(URI, HttpMethod) - 类 中的方法org.springframework.http.client.Netty4ClientHttpRequestFactory
已过时。
 
createAsyncRequest(URI, HttpMethod) - 类 中的方法org.springframework.http.client.OkHttp3ClientHttpRequestFactory
 
createAsyncRequest(URI, HttpMethod) - 类 中的方法org.springframework.http.client.SimpleClientHttpRequestFactory
Create a new asynchronous AsyncClientHttpRequest for the specified URI and HTTP method.
createAsyncRequest(URI, HttpMethod) - 类 中的方法org.springframework.http.client.support.AsyncHttpAccessor
已过时。
Create a new AsyncClientHttpRequest via this template's AsyncClientHttpRequestFactory.
createAsyncRequest(URI, HttpMethod) - 类 中的方法org.springframework.test.web.client.MockMvcClientHttpRequestFactory
 
createAsyncWebRequest(HttpServletRequest, HttpServletResponse) - 类 中的静态方法org.springframework.web.context.request.async.WebAsyncUtils
Create an AsyncWebRequest instance.
createAttribute(String, MethodParameter, WebDataBinderFactory, NativeWebRequest) - 类 中的方法org.springframework.data.web.ProxyingHandlerMethodArgumentResolver
 
createAttribute(String, MethodParameter, WebDataBinderFactory, NativeWebRequest) - 类 中的方法org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Extension point to create the model attribute if not found in the model, with subsequent parameter binding through bean properties (unless suppressed).
createAttribute(String, MethodParameter, WebDataBinderFactory, NativeWebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
Instantiate the model attribute from a URI template variable or from a request parameter if the name matches to the model attribute name and if there is an appropriate type conversion strategy.
createAttributeFromRequestValue(String, String, MethodParameter, WebDataBinderFactory, NativeWebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
Create a model attribute from a String request value (e.g.
createBatch(Object...) - 类 中的静态方法org.springframework.jdbc.core.namedparam.SqlParameterSourceUtils
Create an array of SqlParameterSource objects populated with data from the values passed in (either a Map or a bean object).
createBatch(Collection<?>) - 类 中的静态方法org.springframework.jdbc.core.namedparam.SqlParameterSourceUtils
Create an array of SqlParameterSource objects populated with data from the values passed in (either a Map or a bean object).
createBatch(Map<String, ?>[]) - 类 中的静态方法org.springframework.jdbc.core.namedparam.SqlParameterSourceUtils
Create an array of MapSqlParameterSource objects populated with data from the values passed in.
createBeanDefinitionReader(GenericApplicationContext) - 类 中的方法org.springframework.test.context.support.AbstractGenericContextLoader
Factory method for creating a new BeanDefinitionReader for loading bean definitions into the supplied context.
createBeanDefinitionReader(GenericApplicationContext) - 类 中的方法org.springframework.test.context.support.AnnotationConfigContextLoader
AnnotationConfigContextLoader should be used as a SmartContextLoader, not as a legacy ContextLoader.
createBeanDefinitionReader(GenericApplicationContext) - 类 中的方法org.springframework.test.context.support.GenericPropertiesContextLoader
Creates a new PropertiesBeanDefinitionReader.
createBeanDefinitionReader(GenericApplicationContext) - 类 中的方法org.springframework.test.context.support.GenericXmlContextLoader
Create a new XmlBeanDefinitionReader.
createBeanPropertyBindingResult() - 类 中的方法org.springframework.validation.DataBinder
Create the AbstractPropertyBindingResult instance using standard JavaBean property access.
createBeanWrapper() - 类 中的方法org.springframework.validation.BeanPropertyBindingResult
Create a new BeanWrapper for the underlying target object.
createBinder(NativeWebRequest, Object, String) - 类 中的方法org.springframework.web.bind.support.DefaultDataBinderFactory
Create a new WebDataBinder for the given target object and initialize it through a WebBindingInitializer.
createBinder(NativeWebRequest, Object, String) - 接口 中的方法org.springframework.web.bind.support.WebDataBinderFactory
Create a WebDataBinder for the given object.
createBinderInstance(Object, String, NativeWebRequest) - 类 中的方法org.springframework.web.bind.support.DefaultDataBinderFactory
Extension point to create the WebDataBinder instance.
createBinderInstance(Object, String, NativeWebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ServletRequestDataBinderFactory
Returns an instance of ExtendedServletRequestDataBinder.
createBodyFlushProcessor() - 类 中的方法org.springframework.http.server.reactive.AbstractListenerServerHttpResponse
Abstract template method to create a Processor<Publisher<DataBuffer>, Void> that will write the response body with flushes to the underlying output.
createBshObject(String) - 类 中的静态方法org.springframework.scripting.bsh.BshScriptUtils
Create a new BeanShell-scripted object from the given script source.
createBshObject(String, Class<?>...) - 类 中的静态方法org.springframework.scripting.bsh.BshScriptUtils
Create a new BeanShell-scripted object from the given script source, using the default ClassLoader.
createBshObject(String, Class<?>[], ClassLoader) - 类 中的静态方法org.springframework.scripting.bsh.BshScriptUtils
Create a new BeanShell-scripted object from the given script source.
createByteRange(long) - 类 中的静态方法org.springframework.http.HttpRange
Create an HttpRange from the given position to the end.
createByteRange(long, long) - 类 中的静态方法org.springframework.http.HttpRange
Create a HttpRange from the given fist to last position.
createCallableStatement(Connection) - 接口 中的方法org.springframework.jdbc.core.CallableStatementCreator
Create a callable statement in this connection.
createCallString() - 类 中的方法org.springframework.jdbc.core.metadata.CallMetaDataContext
Build the call string based on configuration and meta-data information.
createCciTemplate(ConnectionFactory) - 类 中的方法org.springframework.jca.cci.core.support.CciDaoSupport
Create a CciTemplate for the given ConnectionFactory.
createCluster(RedisClusterConfiguration, GenericObjectPoolConfig) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Creates JedisCluster for given RedisClusterConfiguration and GenericObjectPoolConfig.
createCollection(Class<?>) - 类 中的方法org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
Create a Collection of the given type, with the given initial capacity (if supported by the Collection type).
createColumnMap(int) - 类 中的方法org.springframework.jdbc.core.ColumnMapRowMapper
Create a Map instance to be used as column map.
createCompactConstruct() - 类 中的方法org.yaml.snakeyaml.extensions.compactnotation.CompactConstructor
 
createCompositeInterface(Class<?>[]) - 类 中的方法org.springframework.jndi.JndiObjectFactoryBean
Create a composite interface Class for the given interfaces, implementing the given interfaces in one single Class.
createCompositeInterface(Class<?>[]) - 类 中的方法org.springframework.scripting.support.ScriptFactoryPostProcessor
Create a composite interface Class for the given interfaces, implementing the given interfaces in one single Class.
createCompositeInterface(Class<?>[], ClassLoader) - 类 中的静态方法org.springframework.util.ClassUtils
Create a composite interface Class for the given interfaces, implementing the given interfaces in one single Class.
createConfigInterface(BeanDefinition, Class<?>[]) - 类 中的方法org.springframework.scripting.support.ScriptFactoryPostProcessor
Create a config interface for the given bean definition, defining setter methods for the defined property values as well as an init method and a destroy method (if defined).
createConfiguration() - 类 中的方法org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Prepare the FreeMarker Configuration and return it.
createConnection(WebClient) - 类 中的方法org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
Create a new WebConnection that will use a MockMvc instance if one of the specified WebRequestMatcher instances matches.
createConnectionProxy(Connection) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
Create a close-suppressing proxy for the given JDBC Connection.
createConnectionSpec(Integer, Boolean, String, String) - 类 中的方法org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
Create a WebSphere JDBCConnectionSpec object for the given characteristics.
createContentHandler(Node) - 类 中的静态方法org.springframework.util.xml.DomUtils
Returns a SAX ContentHandler that transforms callback calls to DOM Nodes.
createContentHandler(XMLStreamWriter) - 类 中的静态方法org.springframework.util.xml.StaxUtils
Create a SAX ContentHandler that writes to the given StAX XMLStreamWriter.
createContentHandler(XMLEventWriter) - 类 中的静态方法org.springframework.util.xml.StaxUtils
Create a SAX ContentHandler that writes events to the given StAX XMLEventWriter.
createContextCustomizer(Class<?>, List<ContextConfigurationAttributes>) - 接口 中的方法org.springframework.test.context.ContextCustomizerFactory
Create a ContextCustomizer that should be used to customize a ConfigurableApplicationContext before it is refreshed.
createCookie(String) - 类 中的方法org.springframework.web.util.CookieGenerator
Create a cookie with the given value, using the cookie descriptor settings of this generator (except for "cookieMaxAge").
createCustomException(String, String, SQLException, Class<?>) - 类 中的方法org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Create a custom DataAccessException, based on a given exception class from a CustomSQLErrorCodesTranslation definition.
createCustomStaxResult(XMLStreamWriter) - 类 中的静态方法org.springframework.util.xml.StaxUtils
Create a custom, non-JAXP 1.4 StAX Result for the given XMLStreamWriter.
createCustomStaxResult(XMLEventWriter) - 类 中的静态方法org.springframework.util.xml.StaxUtils
Create a custom, non-JAXP 1.4 StAX Result for the given XMLEventWriter.
createCustomStaxSource(XMLStreamReader) - 类 中的静态方法org.springframework.util.xml.StaxUtils
Create a custom, non-JAXP 1.4 StAX Source for the given XMLStreamReader.
createCustomStaxSource(XMLEventReader) - 类 中的静态方法org.springframework.util.xml.StaxUtils
Create a custom, non-JAXP 1.4 StAX Source for the given XMLEventReader.
created(URI) - 类 中的静态方法org.springframework.http.ResponseEntity
Create a new builder with a CREATED status and a location header set to the given URI.
CREATED_BY_THE_TESTCONTEXT_FRAMEWORK - 类 中的静态变量org.springframework.test.context.web.ServletTestExecutionListener
Attribute name for a request attribute which indicates that the MockHttpServletRequest stored in the RequestAttributes in Spring Web's RequestContextHolder was created by the TestContext framework.
createDataBinderFactory(List<InvocableHandlerMethod>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Template method to create a new InitBinderDataBinderFactory instance.
createDataSource(InputStreamSource, String, String) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Create an Activation Framework DataSource for the given InputStreamSource.
createDateTimeFormatter() - 类 中的方法org.springframework.format.datetime.joda.DateTimeFormatterFactory
Create a new DateTimeFormatter using this factory.
createDateTimeFormatter(DateTimeFormatter) - 类 中的方法org.springframework.format.datetime.joda.DateTimeFormatterFactory
Create a new DateTimeFormatter using this factory.
createDateTimeFormatter() - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterFactory
Create a new DateTimeFormatter using this factory.
createDateTimeFormatter(DateTimeFormatter) - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterFactory
Create a new DateTimeFormatter using this factory.
createDefaultInOutParameter(String, CallParameterMetaData) - 接口 中的方法org.springframework.jdbc.core.metadata.CallMetaDataProvider
Create a default inout parameter based on the provided meta-data.
createDefaultInOutParameter(String, CallParameterMetaData) - 类 中的方法org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
createDefaultInParameter(String, CallParameterMetaData) - 接口 中的方法org.springframework.jdbc.core.metadata.CallMetaDataProvider
Create a default in parameter based on the provided meta-data.
createDefaultInParameter(String, CallParameterMetaData) - 类 中的方法org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
createDefaultList(int) - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
 
createDefaultMap() - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
 
createDefaultOutParameter(String, CallParameterMetaData) - 接口 中的方法org.springframework.jdbc.core.metadata.CallMetaDataProvider
Create a default out parameter based on the provided meta-data.
createDefaultOutParameter(String, CallParameterMetaData) - 类 中的方法org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
createDefaultOutParameter(String, CallParameterMetaData) - 类 中的方法org.springframework.jdbc.core.metadata.OracleCallMetaDataProvider
 
createDefaultOutParameter(String, CallParameterMetaData) - 类 中的方法org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
 
createDefaultResourceRefLocator() - 类 中的静态方法org.springframework.jndi.JndiLocatorDelegate
Configure a JndiLocatorDelegate with its "resourceRef" property set to true, meaning that all names will be prefixed with "java:comp/env/".
createDefaultSet(int) - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
 
createDefaultSet() - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
 
createDefaultStrategy(ApplicationContext, Class<?>) - 类 中的方法org.springframework.web.servlet.DispatcherServlet
Create a default strategy.
createDefaultTaskExecutor() - 类 中的方法org.springframework.data.redis.listener.RedisMessageListenerContainer
Creates a default TaskExecutor.
createDefensiveInputFactory() - 类 中的静态方法org.springframework.util.xml.StaxUtils
Create an XMLInputFactory with Spring's defensive setup, i.e. no support for the resolution of DTDs and external entities.
createDelegatingTransactionAttribute(TestContext, TransactionAttribute) - 类 中的静态方法org.springframework.test.context.transaction.TestContextTransactionUtils
Create a delegating TransactionAttribute for the supplied target TransactionAttribute and TestContext, using the names of the test class and test method to build the name of the transaction.
createDirectFieldAccessor() - 类 中的方法org.springframework.validation.DirectFieldBindingResult
Create a new DirectFieldAccessor for the underlying target object.
createDirectFieldBindingResult() - 类 中的方法org.springframework.validation.DataBinder
Create the AbstractPropertyBindingResult instance using direct field access.
createDispatcherServlet(WebApplicationContext) - 类 中的方法org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
Create a DispatcherServlet (or other kind of FrameworkServlet-derived dispatcher) with the specified WebApplicationContext.
createDocumentBuilder(DocumentBuilderFactory) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Create a DocumentBuilder that this marshaller will use for creating DOM documents when passed an empty DOMSource.
createDocumentBuilderFactory() - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Create a DocumentBuilder that this marshaller will use for creating DOM documents when passed an empty DOMSource.
createElement(int) - 接口 中的方法org.springframework.util.AutoPopulatingList.ElementFactory
Create the element for the supplied index.
createEndpoint(XAResource) - 类 中的方法org.springframework.jca.endpoint.AbstractMessageEndpointFactory
The standard JCA 1.5 version of createEndpoint.
createEndpoint(XAResource, long) - 类 中的方法org.springframework.jca.endpoint.AbstractMessageEndpointFactory
The alternative JCA 1.6 version of createEndpoint.
createEndpoint(XAResource) - 类 中的方法org.springframework.jca.endpoint.GenericMessageEndpointFactory
Wrap each concrete endpoint instance with an AOP proxy, exposing the message listener's interfaces as well as the endpoint SPI through an AOP introduction.
createEndpoint(Object) - 类 中的方法org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Create the actual Endpoint instance.
createEndpointInternal() - 类 中的方法org.springframework.jca.endpoint.AbstractMessageEndpointFactory
Create the actual endpoint instance, as a subclass of the AbstractMessageEndpointFactory.AbstractMessageEndpoint inner class of this factory.
createEndpointInternal() - 类 中的方法org.springframework.jca.endpoint.GenericMessageEndpointFactory
Creates a concrete generic message endpoint, internal to this factory.
createEngineFromName(String) - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateView
 
createEnvironment() - 类 中的方法org.springframework.jca.context.SpringContextResourceAdapter
Return a new StandardEnvironment.
createEnvironment() - 类 中的方法org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
Create and return a new StandardServletEnvironment.
createEnvironment() - 类 中的方法org.springframework.web.context.support.GenericWebApplicationContext
Create and return a new StandardServletEnvironment.
createEnvironment() - 类 中的方法org.springframework.web.context.support.StaticWebApplicationContext
Create and return a new StandardServletEnvironment.
createEnvironment() - 类 中的方法org.springframework.web.filter.GenericFilterBean
Create and return a new StandardServletEnvironment.
createEnvironment() - 类 中的方法org.springframework.web.servlet.HttpServletBean
Create and return a new StandardServletEnvironment.
createEventStreamReader(XMLEventReader) - 类 中的静态方法org.springframework.util.xml.StaxUtils
Return a XMLStreamReader that reads from a XMLEventReader.
createEventStreamWriter(XMLEventWriter) - 类 中的静态方法org.springframework.util.xml.StaxUtils
Return a XMLStreamWriter that writes to a XMLEventWriter.
createEventStreamWriter(XMLEventWriter, XMLEventFactory) - 类 中的静态方法org.springframework.util.xml.StaxUtils
Return a XMLStreamWriter that writes to a XMLEventWriter.
createExceptionHandlerExceptionResolver() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Protected method for plugging in a custom subclass of ExceptionHandlerExceptionResolver.
createExchange(ServerHttpRequest, ServerHttpResponse) - 类 中的方法org.springframework.web.server.adapter.HttpWebHandlerAdapter
 
createExecutor(int, ThreadFactory, RejectedExecutionHandler) - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
Create a new ScheduledExecutorService instance.
createExecutor(int, int, int, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
Create a new instance of ThreadPoolExecutor or a subclass thereof.
createExecutor(int, ThreadFactory, RejectedExecutionHandler) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
Create a new ScheduledExecutorService instance.
createFileTypeMap(Resource, String[]) - 类 中的方法org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Compile a FileTypeMap from the mappings in the given mapping file and the given mapping entries.
createFilter(Class<T>) - 类 中的方法org.springframework.mock.web.MockServletContext
 
createFlux(ReactiveRedisCallback<T>) - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
Create a reusable Flux for a ReactiveRedisCallback.
createFrom(List<Parameter>) - 类 中的方法org.springframework.data.repository.query.DefaultParameters
 
createFrom(List<T>) - 类 中的方法org.springframework.data.repository.query.Parameters
 
createHandlerMethod(Object, Method) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Create the HandlerMethod instance.
createHessianProxy(HessianProxyFactory) - 类 中的方法org.springframework.remoting.caucho.HessianClientInterceptor
Create the Hessian proxy that is wrapped by this interceptor.
createHttpContext(HttpMethod, URI) - 类 中的方法org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Template methods that creates a HttpContext for the given HTTP method and URI.
createHttpPost(HttpInvokerClientConfiguration) - 类 中的方法org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Create a HttpPost for the given configuration.
createHttpUriRequest(HttpMethod, URI) - 类 中的方法org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Create a Commons HttpMethodBase object for the given HTTP method and URI specification.
createIndexedRecord(String) - 类 中的方法org.springframework.jca.cci.connection.NotSupportedRecordFactory
 
createIndexedRecord(String) - 类 中的方法org.springframework.jca.cci.core.CciTemplate
Create an indexed Record through the ConnectionFactory's RecordFactory.
createInfo(Type) - 类 中的方法org.springframework.data.util.ParentTypeAwareTypeInformation
 
createInitialContext() - 类 中的方法org.springframework.jndi.JndiTemplate
Create a new JNDI initial context.
createInitialContextFactory(Hashtable<?, ?>) - 类 中的方法org.springframework.mock.jndi.SimpleNamingContextBuilder
Simple InitialContextFactoryBuilder implementation, creating a new SimpleNamingContext instance.
createInputMessage(NativeWebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
Create a new HttpInputMessage from the given NativeWebRequest.
createInputRecord(RecordFactory, Object) - 类 中的方法org.springframework.jca.cci.object.MappingCommAreaOperation
 
createInputRecord(RecordFactory, Object) - 类 中的方法org.springframework.jca.cci.object.MappingRecordOperation
Subclasses must implement this method to generate an input Record from an input object passed into the execute method.
createInputSource(Resource) - 类 中的静态方法org.springframework.oxm.support.SaxResourceUtils
Create a SAX InputSource from the given resource.
createInsertString(String...) - 类 中的方法org.springframework.jdbc.core.metadata.TableMetaDataContext
Build the insert string based on configuration and meta-data information
createInsertTypes() - 类 中的方法org.springframework.jdbc.core.metadata.TableMetaDataContext
Build the array of Types based on configuration and meta-data information.
createInstance() - 类 中的方法org.springframework.data.repository.init.AbstractRepositoryPopulatorFactoryBean
 
createInstance() - 类 中的方法org.springframework.jdbc.config.SortedResourcesFactoryBean
 
createInstance(ScalarNode, CompactData) - 类 中的方法org.yaml.snakeyaml.extensions.compactnotation.CompactConstructor
 
createInstanceIfPresent(String, T) - 类 中的静态方法org.springframework.data.util.ReflectionUtils
Creates an instance of the class with the given fully qualified name or returns the given default instance if the class cannot be loaded or instantiated.
createInvocableHandlerMethod(HandlerMethod) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Create a ServletInvocableHandlerMethod from the given HandlerMethod definition.
createInvoker(RepositoryInformation, Object) - 类 中的方法org.springframework.data.repository.support.DefaultRepositoryInvokerFactory
 
createJaxWsService() - 类 中的方法org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Create a JAX-WS Service according to the parameters of this factory.
createJdbcTemplate(DataSource) - 类 中的方法org.springframework.jdbc.core.support.JdbcDaoSupport
Create a JdbcTemplate for the given DataSource.
createJobInstance(TriggerFiredBundle) - 类 中的方法org.springframework.scheduling.quartz.AdaptableJobFactory
Create an instance of the specified job class.
createJobInstance(TriggerFiredBundle) - 类 中的方法org.springframework.scheduling.quartz.SpringBeanJobFactory
Create the job instance, populating it with property values taken from the scheduler context, job data map and trigger data map.
createKey(String, String) - 类 中的方法org.springframework.data.redis.core.RedisKeyValueAdapter
 
createListener(Class<T>) - 类 中的方法org.springframework.mock.web.MockAsyncContext
 
createListener(Class<T>) - 类 中的方法org.springframework.mock.web.MockServletContext
 
createMainInterceptor() - 类 中的方法org.springframework.transaction.interceptor.TransactionProxyFactoryBean
Creates an advisor for this FactoryBean's TransactionInterceptor.
createMap(Connection) - 接口 中的方法org.springframework.jdbc.core.ParameterMapper
Create a Map of input parameters, keyed by name.
createMappedRecord(String) - 类 中的方法org.springframework.jca.cci.connection.NotSupportedRecordFactory
 
createMappedRecord(String) - 类 中的方法org.springframework.jca.cci.core.CciTemplate
Create a mapped Record from the ConnectionFactory's RecordFactory.
createMarshaller(Class<?>) - 类 中的方法org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
Create a new Marshaller for the given class.
createMarshaller() - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
Return a newly created JAXB marshaller.
createMarshallingContext() - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
Create a new IMarshallingContext, configured with the correct indentation.
createMBeanServer(String, boolean) - 类 中的方法org.springframework.jmx.support.MBeanServerFactoryBean
Create a new MBeanServer instance and register it with the MBeanServerFactory, if desired.
createMergedOutputModel(Map<String, ?>, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.AbstractView
Creates a combined output Map (never null) that includes dynamic values and static attributes.
createMessage(HttpServletRequest, String, String) - 类 中的方法org.springframework.web.filter.AbstractRequestLoggingFilter
Create a log message for the given request, prefix and suffix.
createMessageSource(String) - 类 中的方法org.springframework.ui.context.support.ResourceBundleThemeSource
Create a MessageSource for the given basename, to be used as MessageSource for the corresponding theme.
createMetaDataProvider(DataSource, CallMetaDataContext) - 类 中的静态方法org.springframework.jdbc.core.metadata.CallMetaDataProviderFactory
Create a CallMetaDataProvider based on the database meta-data.
createMetaDataProvider(DataSource, TableMetaDataContext) - 类 中的静态方法org.springframework.jdbc.core.metadata.TableMetaDataProviderFactory
Create a TableMetaDataProvider based on the database meta-data.
createMethodInterceptor(Object, Class<?>) - 类 中的方法org.springframework.data.web.JsonProjectingMethodInterceptorFactory
 
createMethodValidationAdvice(Validator) - 类 中的方法org.springframework.validation.beanvalidation.MethodValidationPostProcessor
Create AOP advice for method validation purposes, to be applied with a pointcut for the specified 'validated' annotation.
createMimeMessage() - 接口 中的方法org.springframework.mail.javamail.JavaMailSender
Create a new JavaMail MimeMessage for the underlying JavaMail Session of this sender.
createMimeMessage(InputStream) - 接口 中的方法org.springframework.mail.javamail.JavaMailSender
Create a new JavaMail MimeMessage for the underlying JavaMail Session of this sender, using the given input stream as the message source.
createMimeMessage() - 类 中的方法org.springframework.mail.javamail.JavaMailSenderImpl
This implementation creates a SmartMimeMessage, holding the specified default encoding and default FileTypeMap.
createMimeMessage(InputStream) - 类 中的方法org.springframework.mail.javamail.JavaMailSenderImpl
 
createMimeMultiparts(MimeMessage, int) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Determine the MimeMultipart objects to use, which will be used to store attachments on the one hand and text(s) and inline elements on the other hand.
createMockMvc(Filter[], MockServletConfig, WebApplicationContext, RequestBuilder, List<ResultMatcher>, List<ResultHandler>, List<DispatcherServletCustomizer>) - 类 中的方法org.springframework.test.web.servlet.MockMvcBuilderSupport
 
createModelMBean() - 类 中的方法org.springframework.jmx.export.MBeanExporter
Create an instance of a class that implements ModelMBean.
createModelMBeanOperationInfo(Method, String, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Creates an instance of ModelMBeanOperationInfo for the given method.
createMono(ReactiveRedisCallback<T>) - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
Create a reusable Mono for a ReactiveRedisCallback.
createMultipartFile(FileItem) - 类 中的方法org.springframework.web.multipart.commons.CommonsFileUploadSupport
Create a CommonsMultipartFile wrapper for the given Commons FileItem.
createNamedValueInfo(MethodParameter) - 类 中的方法org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - 类 中的方法org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
Create the AbstractNamedValueMethodArgumentResolver.NamedValueInfo object for the given method parameter.
createNamedValueInfo(MethodParameter) - 类 中的方法org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - 类 中的方法org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - 类 中的方法org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestAttributeMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.SessionAttributeMethodArgumentResolver
 
createObjectInputStream(InputStream, String) - 类 中的方法org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Create an ObjectInputStream for the given InputStream and codebase.
createObjectInputStream(InputStream) - 类 中的方法org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Create an ObjectInputStream for the given InputStream.
createObjectOutputStream(OutputStream) - 类 中的方法org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Create an ObjectOutputStream for the given OutputStream.
createOptimalAccessor(EvaluationContext, Object, String) - 类 中的方法org.springframework.expression.spel.support.ReflectivePropertyAccessor
Attempt to create an optimized property accessor tailored for a property of a particular name on a particular class.
createOutputMessage(NativeWebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
Creates a new HttpOutputMessage from the given NativeWebRequest.
createPagedResource(List<R>, PageMetadata, Page<S>) - 类 中的方法org.springframework.data.web.PagedResourcesAssembler
Creates the PagedResources to be equipped with pagination links downstream.
createParameter(MethodParameter) - 类 中的方法org.springframework.data.repository.query.DefaultParameters
 
createParameter(MethodParameter) - 类 中的方法org.springframework.data.repository.query.Parameters
Creates a Parameter instance for the given MethodParameter.
createParameterBinding(SqlParameter) - 类 中的方法org.springframework.jdbc.core.metadata.CallMetaDataContext
Build the parameter binding fragment.
createParameters(Method) - 类 中的方法org.springframework.data.repository.query.QueryMethod
Creates a Parameters instance.
createPersistentEntity(TypeInformation<T>) - 类 中的方法org.springframework.data.redis.core.mapping.RedisMappingContext
 
createPersistentProperty(Property, RedisPersistentEntity<?>, SimpleTypeHolder) - 类 中的方法org.springframework.data.redis.core.mapping.RedisMappingContext
 
createPreparedStatement(Connection) - 接口 中的方法org.springframework.jdbc.core.PreparedStatementCreator
Create a statement in this connection.
createPropertySet(Class<? extends Object>, BeanAccess) - 类 中的方法org.yaml.snakeyaml.introspector.PropertyUtils
 
createQuery() - 类 中的方法org.springframework.data.repository.query.parser.AbstractQueryCreator
Creates the actual query object.
createQuery(Sort) - 类 中的方法org.springframework.data.repository.query.parser.AbstractQueryCreator
Creates the actual query object applying the given Sort parameter.
createQueryString(List<Param>, Set<String>, boolean) - 类 中的方法org.springframework.web.servlet.tags.UrlTag
Build the query string from available parameters that have not already been applied as template params.
createQueue(int) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
Create the BlockingQueue to use for the ThreadPoolExecutor.
createQueue(int) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Create the BlockingQueue to use for the ThreadPoolExecutor.
createRecord(RecordCreator) - 类 中的方法org.springframework.jca.cci.core.CciTemplate
Invoke the given RecordCreator, converting JCA ResourceExceptions to Spring's DataAccessException hierarchy.
createRecord(RecordFactory) - 接口 中的方法org.springframework.jca.cci.core.RecordCreator
Create a CCI Record instance, usually based on the passed-in CCI RecordFactory.
createRecord(RecordFactory) - 类 中的方法org.springframework.jca.cci.object.MappingRecordOperation.RecordCreatorImpl
 
createRedisConnectionProxy(ReactiveRedisConnection) - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
 
createRedisConnectionProxy(RedisConnection) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
createRedisPool() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Creates JedisPool.
createRedisSentinelPool(RedisSentinelConfiguration) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Creates JedisSentinelPool.
createReference(ConcurrentReferenceHashMap.Entry<K, V>, int, ConcurrentReferenceHashMap.Reference<K, V>) - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap.ReferenceManager
Factory method used to create a new ConcurrentReferenceHashMap.Reference.
createReferenceManager() - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap
Factory method that returns the ConcurrentReferenceHashMap.ReferenceManager.
createRefreshableProxy(TargetSource, Class<?>[], boolean) - 类 中的方法org.springframework.scripting.support.ScriptFactoryPostProcessor
Create a refreshable proxy for the given AOP TargetSource.
createRelative(String) - 类 中的方法org.springframework.web.context.support.ServletContextResource
This implementation creates a ServletContextResource, applying the given path relative to the path of the underlying file of this resource descriptor.
createRemoteInvocation(MethodInvocation) - 类 中的方法org.springframework.remoting.rmi.JndiRmiClientInterceptor
Create a new RemoteInvocation object for the given AOP method invocation.
createRemoteInvocation(MethodInvocation) - 类 中的方法org.springframework.remoting.support.DefaultRemoteInvocationFactory
 
createRemoteInvocation(MethodInvocation) - 类 中的方法org.springframework.remoting.support.RemoteInvocationBasedAccessor
Create a new RemoteInvocation object for the given AOP method invocation.
createRemoteInvocation(MethodInvocation) - 接口 中的方法org.springframework.remoting.support.RemoteInvocationFactory
Create a serializable RemoteInvocation object from the given AOP MethodInvocation.
createRepositoryFactory(KeyValueOperations, Class<? extends AbstractQueryCreator<?, ?>>, Class<? extends RepositoryQuery>) - 类 中的方法org.springframework.data.redis.repository.support.RedisRepositoryFactoryBean
 
createRepositoryFactory() - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
Create the actual RepositoryFactorySupport instance.
createRepositoryFactory() - 类 中的方法org.springframework.data.repository.core.support.TransactionalRepositoryFactoryBeanSupport
Delegates RepositoryFactorySupport creation to TransactionalRepositoryFactoryBeanSupport.doCreateRepositoryFactory() and applies the TransactionalRepositoryProxyPostProcessor to the created instance.
createRequest(URI, HttpMethod) - 类 中的方法org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper
This implementation simply calls AbstractClientHttpRequestFactoryWrapper.createRequest(URI, HttpMethod, ClientHttpRequestFactory) with the wrapped request factory provided to the constructor.
createRequest(URI, HttpMethod, ClientHttpRequestFactory) - 类 中的方法org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper
Create a new ClientHttpRequest for the specified URI and HTTP method by using the passed-on request factory.
createRequest(URI, HttpMethod, ClientHttpRequestFactory) - 类 中的方法org.springframework.http.client.BufferingClientHttpRequestFactory
 
createRequest(URI, HttpMethod) - 接口 中的方法org.springframework.http.client.ClientHttpRequestFactory
Create a new ClientHttpRequest for the specified URI and HTTP method.
createRequest(URI, HttpMethod) - 类 中的方法org.springframework.http.client.HttpComponentsClientHttpRequestFactory
 
createRequest(URI, HttpMethod, ClientHttpRequestFactory) - 类 中的方法org.springframework.http.client.InterceptingClientHttpRequestFactory
 
createRequest(URI, HttpMethod) - 类 中的方法org.springframework.http.client.Netty4ClientHttpRequestFactory
已过时。
 
createRequest(URI, HttpMethod) - 类 中的方法org.springframework.http.client.OkHttp3ClientHttpRequestFactory
 
createRequest(URI, HttpMethod) - 类 中的方法org.springframework.http.client.SimpleClientHttpRequestFactory
 
createRequest(URI, HttpMethod) - 类 中的方法org.springframework.http.client.support.HttpAccessor
Create a new ClientHttpRequest via this template's ClientHttpRequestFactory.
createRequest(HttpServletRequest, AsyncContext) - 类 中的方法org.springframework.http.server.reactive.ServletHttpHandlerAdapter
 
createRequest(HttpServletRequest, AsyncContext) - 类 中的方法org.springframework.http.server.reactive.TomcatHttpHandlerAdapter
 
createRequest(URI, HttpMethod) - 类 中的方法org.springframework.test.web.client.MockMvcClientHttpRequestFactory
 
createRequestConfig(Object) - 类 中的方法org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Create a default RequestConfig to use with the given client.
createRequestConfig(HttpInvokerClientConfiguration) - 类 中的方法org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Create a RequestConfig for the given configuration.
createRequestContext(HttpServletRequest, HttpServletResponse, Map<String, Object>) - 类 中的方法org.springframework.web.servlet.view.AbstractView
Create a RequestContext to expose under the specified attribute name.
createRequestMappingHandlerAdapter() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Protected method for plugging in a custom subclass of RequestMappingHandlerAdapter.
createRequestMappingHandlerMapping() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Protected method for plugging in a custom subclass of RequestMappingHandlerMapping.
createRequestMappingInfo(RequestMapping, RequestCondition<?>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Create a RequestMappingInfo from the supplied @RequestMapping annotation, which is either a directly declared annotation, a meta-annotation, or the synthesized result of merging annotation attributes within an annotation hierarchy.
createResponse(HttpServletResponse, AsyncContext) - 类 中的方法org.springframework.http.server.reactive.JettyHttpHandlerAdapter
 
createResponse(HttpServletResponse, AsyncContext) - 类 中的方法org.springframework.http.server.reactive.ServletHttpHandlerAdapter
 
createResponse(HttpServletResponse, AsyncContext) - 类 中的方法org.springframework.http.server.reactive.TomcatHttpHandlerAdapter
 
createResponse(ClientHttpRequest) - 类 中的方法org.springframework.test.web.client.DefaultRequestExpectation
Note that as of 5.0.3, the creation of the response, which may block intentionally, is separated from request count tracking, and this method no longer increments the count transparently.
createResponse(ClientHttpRequest) - 类 中的方法org.springframework.test.web.client.response.DefaultResponseCreator
 
createResponse(ClientHttpRequest) - 接口 中的方法org.springframework.test.web.client.ResponseCreator
Create a response for the given request.
createResult(HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.xslt.XsltView
Create the XSLT Result used to render the result of the transformation.
createResultsMap() - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
Create a Map instance to be used as the results map.
createReturnResultSetParameter(String, RowMapper<?>) - 类 中的方法org.springframework.jdbc.core.metadata.CallMetaDataContext
Create a ReturnResultSetParameter/SqlOutParameter depending on the support provided by the JDBC driver used for the database in use.
createRootApplicationContext() - 类 中的方法org.springframework.web.context.AbstractContextLoaderInitializer
Create the "root" application context to be provided to the ContextLoaderListener.
createRootApplicationContext() - 类 中的方法org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
Create the "root" application context to be provided to the ContextLoaderListener.
createSavepoint() - 类 中的方法org.springframework.jdbc.datasource.ConnectionHolder
Create a new JDBC 3.0 Savepoint for the current Connection, using generated savepoint names that are unique for the Connection.
createSavepoint() - 类 中的方法org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
This implementation creates a JDBC 3.0 Savepoint and returns it.
createSavepoint() - 接口 中的方法org.springframework.transaction.SavepointManager
Create a new savepoint.
createSavepoint() - 类 中的方法org.springframework.transaction.support.AbstractTransactionStatus
This implementation delegates to a SavepointManager for the underlying transaction, if possible.
createScheduler(SchedulerFactory, String) - 类 中的方法org.springframework.scheduling.quartz.SchedulerFactoryBean
Create the Scheduler instance for the given factory and scheduler name.
createScriptedObjectBeanDefinition(BeanDefinition, String, ScriptSource, Class<?>[]) - 类 中的方法org.springframework.scripting.support.ScriptFactoryPostProcessor
Create a bean definition for the scripted object, based on the given script definition, extracting the definition data that is relevant for the scripted object (that is, everything but bean class and constructor arguments).
createScriptFactoryBeanDefinition(BeanDefinition) - 类 中的方法org.springframework.scripting.support.ScriptFactoryPostProcessor
Create a ScriptFactory bean definition based on the given script definition, extracting only the definition data that is relevant for the ScriptFactory (that is, only bean class and constructor arguments).
createServer(RestTemplate) - 类 中的静态方法org.springframework.test.web.client.MockRestServiceServer
A shortcut for bindTo(restTemplate).build().
createServer(AsyncRestTemplate) - 类 中的静态方法org.springframework.test.web.client.MockRestServiceServer
已过时。
see deprecation notice on AsyncRestTemplate itself
createServer(RestGatewaySupport) - 类 中的静态方法org.springframework.test.web.client.MockRestServiceServer
A shortcut for bindTo(restGateway).build().
createServlet(Class<T>) - 类 中的方法org.springframework.mock.web.MockServletContext
 
createServletApplicationContext() - 类 中的方法org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
Create a servlet application context to be provided to the DispatcherServlet.
createServletApplicationContext() - 类 中的方法org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
Create a servlet application context to be provided to the DispatcherServlet.
createServletRequest(ServletContext) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Create a new MockHttpServletRequest based on the supplied ServletContext.
createServletRequest(ServletContext) - 类 中的方法org.springframework.test.web.servlet.request.MockMultipartHttpServletRequestBuilder
Create a new MockMultipartHttpServletRequest based on the supplied ServletContext and the MockMultipartFiles added to this builder.
createSignatureDescriptor(Method) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
Create the JVM signature descriptor for a method.
createSignatureDescriptor(Constructor<?>) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
Create the JVM signature descriptor for a constructor.
createSizeAndTimeout(int, Duration) - 类 中的静态方法reactor.core.publisher.ReplayProcessor
Creates a time- and size-bounded replay processor.
createSizeAndTimeout(int, Duration, Scheduler) - 类 中的静态方法reactor.core.publisher.ReplayProcessor
Creates a time- and size-bounded replay processor.
createSqlRowSet(ResultSet) - 类 中的方法org.springframework.jdbc.core.SqlRowSetResultSetExtractor
Create a SqlRowSet that wraps the given ResultSet, representing its data in a disconnected fashion.
createStaxResult(XMLStreamWriter) - 类 中的静态方法org.springframework.util.xml.StaxUtils
Create a JAXP 1.4 StAXResult for the given XMLStreamWriter.
createStaxResult(XMLEventWriter) - 类 中的静态方法org.springframework.util.xml.StaxUtils
Create a JAXP 1.4 StAXResult for the given XMLEventWriter.
createStaxSource(XMLStreamReader) - 类 中的静态方法org.springframework.util.xml.StaxUtils
Create a JAXP 1.4 StAXSource for the given XMLStreamReader.
createStaxSource(XMLEventReader) - 类 中的静态方法org.springframework.util.xml.StaxUtils
Create a JAXP 1.4 StAXSource for the given XMLEventReader.
createStreamFromIterator(Iterator<T>) - 接口 中的静态方法org.springframework.data.util.StreamUtils
Returns a Stream backed by the given Iterator
createStreamFromIterator(CloseableIterator<T>) - 接口 中的静态方法org.springframework.data.util.StreamUtils
Returns a Stream backed by the given CloseableIterator and forwarding calls to BaseStream.close() to the iterator.
createStyle(Character) - 枚举 中的静态方法org.yaml.snakeyaml.DumperOptions.ScalarStyle
 
createSubcontext(String) - 类 中的方法org.springframework.mock.jndi.SimpleNamingContext
 
createSubcontext(Name) - 类 中的方法org.springframework.mock.jndi.SimpleNamingContext
 
createSuffixRange(long) - 类 中的静态方法org.springframework.http.HttpRange
Create an HttpRange that ranges over the last given number of bytes.
createTagWriter() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractFormTag
Create the TagWriter which all output will be written to.
createTargetUrl(Map<String, Object>, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.view.RedirectView
Create the target URL by checking if the redirect string is a URI template first, expanding it with the given model, and then optionally appending simple type model attributes as query String parameters.
createTemplateClassLoader() - 类 中的方法org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
Create a parent ClassLoader for Groovy to use as parent ClassLoader when loading and compiling templates.
createTemplateEngine() - 类 中的方法org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
 
createTemporaryOutputStream() - 类 中的方法org.springframework.web.servlet.view.AbstractView
Create a temporary OutputStream for this view.
createTest() - 类 中的方法org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Delegate to the parent implementation for creating the test instance and then allow the TestContextManager to prepare the test instance before returning it.
createTestContextManager(Class<?>) - 类 中的方法org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Create a new TestContextManager for the supplied test class.
createThread(Runnable) - 类 中的方法org.springframework.util.CustomizableThreadCreator
Template method for the creation of a new Thread.
createTilesRequest(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.tiles3.TilesView
Create a Tiles Request.
createTimeout(Duration) - 类 中的静态方法reactor.core.publisher.ReplayProcessor
Creates a time-bounded replay processor.
createTimeout(Duration, Scheduler) - 类 中的静态方法reactor.core.publisher.ReplayProcessor
Creates a time-bounded replay processor.
createTimer() - 类 中的方法org.springframework.jca.support.SimpleBootstrapContext
 
createTransaction(String, int) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
 
createTransaction(String, int) - 类 中的方法org.springframework.transaction.jta.SimpleTransactionFactory
 
createTransaction(String, int) - 接口 中的方法org.springframework.transaction.jta.TransactionFactory
Create an active Transaction object based on the given name and timeout.
createTransaction(String, int) - 类 中的方法org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
createTransactionIfNecessary(PlatformTransactionManager, TransactionAttribute, String) - 类 中的方法org.springframework.transaction.interceptor.TransactionAspectSupport
Create a transaction if necessary based on the given TransactionAttribute.
createTransformer(Templates) - 类 中的方法org.springframework.web.servlet.view.xslt.XsltView
Create the Transformer instance used to prefer the XSLT transformation.
createTypeValue(Connection, int, String) - 类 中的方法org.springframework.jdbc.core.support.AbstractSqlTypeValue
Create the type value to be passed into PreparedStatement.setObject.
createUnexpectedRequestError(ClientHttpRequest) - 类 中的方法org.springframework.test.web.client.AbstractRequestExpectationManager
Return an AssertionError that a sub-class can raise for an unexpected request.
createUnmarshaller(Class<?>) - 类 中的方法org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
Create a new Unmarshaller for the given class.
createUnmarshaller() - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
Return a newly created JAXB unmarshaller.
createUnmarshallingContext() - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
Create a new IUnmarshallingContext.
createView(String, Locale) - 类 中的方法org.springframework.web.servlet.view.AbstractCachingViewResolver
Create the actual View object.
createView(String, Locale) - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
Overridden to implement check for "redirect:" prefix.
createWebApplicationContext(ServletContext) - 类 中的方法org.springframework.web.context.ContextLoader
Instantiate the root WebApplicationContext for this loader, either the default context class or a custom context class if specified.
createWebApplicationContext(ApplicationContext) - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Instantiate the WebApplicationContext for this servlet, either a default XmlWebApplicationContext or a custom context class, if set.
createWebApplicationContext(WebApplicationContext) - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Instantiate the WebApplicationContext for this servlet, either a default XmlWebApplicationContext or a custom context class, if set.
createWebSession() - 类 中的方法org.springframework.web.server.session.InMemoryWebSessionStore
 
createWebSession() - 接口 中的方法org.springframework.web.server.session.WebSessionStore
Create a new WebSession.
createWithResolvedBean() - 类 中的方法org.springframework.web.method.HandlerMethod
If the provided instance contains a bean name rather than an object instance, the bean name is resolved before a HandlerMethod is created and returned.
createWorkbook(Map<String, Object>, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.view.document.AbstractXlsView
Template method for creating the POI Workbook instance.
createWorkbook(Map<String, Object>, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.view.document.AbstractXlsxStreamingView
This implementation creates a SXSSFWorkbook for streaming the XLSX format.
createWorkbook(Map<String, Object>, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.view.document.AbstractXlsxView
This implementation creates an XSSFWorkbook for the XLSX format.
createWorker() - 接口 中的方法reactor.core.scheduler.Scheduler
Creates a worker of this Scheduler that executed task in a strict FIFO order, guaranteed non-concurrently with each other.
createWriteProcessor() - 类 中的方法org.springframework.http.server.reactive.AbstractListenerWriteFlushProcessor
Create a new processor for the current flush boundary.
createXMLContext(Resource[], Class<?>[], String[]) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Create the Castor XMLContext.
createXMLEventReader(List<XMLEvent>) - 类 中的静态方法org.springframework.util.xml.StaxUtils
Create a XMLEventReader from the given list of XMLEvent.
createXmlInputFactory() - 类 中的方法org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
Create an XMLInputFactory that this converter will use to create XMLStreamReader and XMLEventReader objects.
createXmlMapper(boolean) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
If set to true, an XmlMapper will be created using its default constructor.
createXmlReader() - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Create an XMLReader that this marshaller will when passed an empty SAXSource.
createXMLReader(XMLStreamReader) - 类 中的静态方法org.springframework.util.xml.StaxUtils
Create a SAX XMLReader that reads from the given StAX XMLStreamReader.
createXMLReader(XMLEventReader) - 类 中的静态方法org.springframework.util.xml.StaxUtils
Create a SAX XMLReader that reads from the given StAX XMLEventReader.
createXmlTransformer(int) - 类 中的方法org.xmlunit.diff.DefaultComparisonFormatter
Create a default Transformer to format a XML-Node to a String.
creationDate(ZonedDateTime) - 接口 中的方法org.springframework.http.ContentDisposition.Builder
Set the value of the creation-date parameter.
CronSequenceGenerator - org.springframework.scheduling.support中的类
Date sequence generator for a Crontab pattern, allowing clients to specify a pattern that the sequence matches.
CronSequenceGenerator(String) - 类 的构造器org.springframework.scheduling.support.CronSequenceGenerator
Construct a CronSequenceGenerator from the pattern provided, using the default TimeZone.
CronSequenceGenerator(String, TimeZone) - 类 的构造器org.springframework.scheduling.support.CronSequenceGenerator
Construct a CronSequenceGenerator from the pattern provided, using the specified TimeZone.
CronTask - org.springframework.scheduling.config中的类
TriggerTask implementation defining a Runnable to be executed according to a standard cron expression.
CronTask(Runnable, String) - 类 的构造器org.springframework.scheduling.config.CronTask
Create a new CronTask.
CronTask(Runnable, CronTrigger) - 类 的构造器org.springframework.scheduling.config.CronTask
Create a new CronTask.
CronTrigger - org.springframework.scheduling.support中的类
Trigger implementation for cron expressions.
CronTrigger(String) - 类 的构造器org.springframework.scheduling.support.CronTrigger
Build a CronTrigger from the pattern provided in the default time zone.
CronTrigger(String, TimeZone) - 类 的构造器org.springframework.scheduling.support.CronTrigger
Build a CronTrigger from the pattern provided in the given time zone.
CronTriggerFactoryBean - org.springframework.scheduling.quartz中的类
A Spring FactoryBean for creating a Quartz org.quartz.CronTrigger instance, supporting bean-style usage for trigger configuration.
CronTriggerFactoryBean() - 类 的构造器org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
CrossOrigin - org.springframework.web.bind.annotation中的注释类型
Annotation for permitting cross-origin requests on specific handler classes and/or handler methods.
CrudMethods - org.springframework.data.repository.core中的接口
Meta-information about the CRUD methods of a repository.
CrudRepository<T,ID> - org.springframework.data.repository中的接口
Interface for generic CRUD operations on a repository for a specific type.
CssLinkResourceTransformer - org.springframework.web.servlet.resource中的类
A ResourceTransformer implementation that modifies links in a CSS file to match the public URL paths that should be exposed to clients (e.g.
CssLinkResourceTransformer() - 类 的构造器org.springframework.web.servlet.resource.CssLinkResourceTransformer
 
CssLinkResourceTransformer.AbstractLinkParser - org.springframework.web.servlet.resource中的类
 
CssLinkResourceTransformer.LinkParser - org.springframework.web.servlet.resource中的接口
Extract content chunks that represent links.
CurrencyStyleFormatter - org.springframework.format.number中的类
A BigDecimal formatter for number values in currency style.
CurrencyStyleFormatter() - 类 的构造器org.springframework.format.number.CurrencyStyleFormatter
 
CurrencyUnitFormatter - org.springframework.format.number.money中的类
Formatter for JSR-354 javax.money.CurrencyUnit values, from and to currency code Strings.
CurrencyUnitFormatter() - 类 的构造器org.springframework.format.number.money.CurrencyUnitFormatter
 
currentContext() - 接口 中的方法reactor.core.CoreSubscriber
Request a Context from dependent components which can include downstream operators during subscribing or a terminal Subscriber.
currentContext() - 接口 中的方法reactor.core.publisher.FluxSink
Return the current subscriber Context.
currentContext() - 接口 中的方法reactor.core.publisher.MonoSink
Return the current subscriber Context.
currentContext() - 接口 中的方法reactor.core.publisher.SynchronousSink
Return the current subscriber Context.
currentContext() - 类 中的方法reactor.core.publisher.UnicastProcessor
 
currentRequestAttributes() - 类 中的静态方法org.springframework.web.context.request.RequestContextHolder
Return the RequestAttributes currently bound to the thread.
currentTaskName() - 类 中的方法org.springframework.util.StopWatch
Return the name of the currently running task, if any.
currentTransactionInfo() - 类 中的静态方法org.springframework.transaction.interceptor.TransactionAspectSupport
Subclasses can use this to return the current TransactionInfo.
currentTransactionStatus() - 类 中的静态方法org.springframework.transaction.interceptor.TransactionAspectSupport
Return the transaction status of the current method invocation.
Cursor<T> - org.springframework.data.redis.core中的接口
 
CustomClassLoaderConstructor - org.yaml.snakeyaml.constructor中的类
Construct instances with a custom Class Loader.
CustomClassLoaderConstructor(ClassLoader) - 类 的构造器org.yaml.snakeyaml.constructor.CustomClassLoaderConstructor
 
CustomClassLoaderConstructor(Class<? extends Object>, ClassLoader) - 类 的构造器org.yaml.snakeyaml.constructor.CustomClassLoaderConstructor
 
customCodecs() - 接口 中的方法org.springframework.http.codec.CodecConfigurer
Register custom HTTP message readers or writers in addition to the ones registered by default.
customCondition(RequestCondition<?>) - 接口 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo.Builder
Set a custom condition to use.
CustomConversions - org.springframework.data.redis.core.convert中的类
已过时。
since 2.0, use RedisCustomConversions.
CustomConversions() - 类 的构造器org.springframework.data.redis.core.convert.CustomConversions
已过时。
Creates an empty CustomConversions object.
CustomConversions(List<?>) - 类 的构造器org.springframework.data.redis.core.convert.CustomConversions
已过时。
Creates a new CustomConversions instance registering the given converters.
CustomizableThreadCreator - org.springframework.util中的类
Simple customizable helper class for creating new Thread instances.
CustomizableThreadCreator() - 类 的构造器org.springframework.util.CustomizableThreadCreator
Create a new CustomizableThreadCreator with default thread name prefix.
CustomizableThreadCreator(String) - 类 的构造器org.springframework.util.CustomizableThreadCreator
Create a new CustomizableThreadCreator with the given thread name prefix.
CustomizableThreadFactory - org.springframework.scheduling.concurrent中的类
Implementation of the ThreadFactory interface, allowing for customizing the created threads (name, priority, etc).
CustomizableThreadFactory() - 类 的构造器org.springframework.scheduling.concurrent.CustomizableThreadFactory
Create a new CustomizableThreadFactory with default thread name prefix.
CustomizableThreadFactory(String) - 类 的构造器org.springframework.scheduling.concurrent.CustomizableThreadFactory
Create a new CustomizableThreadFactory with the given thread name prefix.
customize(PageableHandlerMethodArgumentResolver) - 接口 中的方法org.springframework.data.web.config.PageableHandlerMethodArgumentResolverCustomizer
customize(SortHandlerMethodArgumentResolver) - 接口 中的方法org.springframework.data.web.config.SortHandlerMethodArgumentResolverCustomizer
customize(GroovyObject) - 接口 中的方法org.springframework.scripting.groovy.GroovyObjectCustomizer
Customize the supplied GroovyObject.
customize(DispatcherServlet) - 接口 中的方法org.springframework.test.web.servlet.DispatcherServletCustomizer
Customize the supplied DispatcherServlet before it is initialized.
customizeBeanFactory(DefaultListableBeanFactory) - 类 中的方法org.springframework.test.context.support.AbstractGenericContextLoader
Customize the internal bean factory of the ApplicationContext created by this ContextLoader.
customizeBeanFactory(DefaultListableBeanFactory, WebMergedContextConfiguration) - 类 中的方法org.springframework.test.context.web.AbstractGenericWebContextLoader
Customize the internal bean factory of the WebApplicationContext created by this context loader.
customizeContext(ConfigurableApplicationContext, MergedContextConfiguration) - 接口 中的方法org.springframework.test.context.ContextCustomizer
Customize the supplied ConfigurableApplicationContext after bean definitions have been loaded into the context but before the context has been refreshed.
customizeContext(ConfigurableApplicationContext, MergedContextConfiguration) - 类 中的方法org.springframework.test.context.support.AbstractContextLoader
Customize the ConfigurableApplicationContext created by this ContextLoader after bean definitions have been loaded into the context but before the context has been refreshed.
customizeContext(GenericApplicationContext) - 类 中的方法org.springframework.test.context.support.AbstractGenericContextLoader
Customize the GenericApplicationContext created by this ContextLoader after bean definitions have been loaded into the context but before the context is refreshed.
customizeContext(GenericWebApplicationContext, WebMergedContextConfiguration) - 类 中的方法org.springframework.test.context.web.AbstractGenericWebContextLoader
Customize the GenericWebApplicationContext created by this context loader after bean definitions have been loaded into the context but before the context is refreshed.
customizeContext(ServletContext, ConfigurableWebApplicationContext) - 类 中的方法org.springframework.web.context.ContextLoader
Customize the ConfigurableWebApplicationContext created by this ContextLoader after config locations have been supplied to the context but before the context is refreshed.
customizeMarshaller(Marshaller) - 类 中的方法org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
Customize the Marshaller created by this message converter before using it to write the object to the output.
customizeMarshaller(Marshaller) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Template method that allows for customizing of the given Castor Marshaller.
customizePageableResolver(PageableHandlerMethodArgumentResolver) - 类 中的方法org.springframework.data.web.config.SpringDataWebConfiguration
 
customizePropertySources(MutablePropertySources) - 类 中的方法org.springframework.web.context.support.StandardServletEnvironment
Customize the set of property sources with those contributed by superclasses as well as those appropriate for standard servlet-based environments: "servletConfigInitParams" "servletContextInitParams" "jndiProperties" Properties present in "servletConfigInitParams" will take precedence over those in "servletContextInitParams", and properties found in either of the above take precedence over those found in "jndiProperties".
customizeRegistration(ServletRegistration.Dynamic) - 类 中的方法org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
Optionally perform further registration customization once AbstractDispatcherServletInitializer.registerDispatcherServlet(ServletContext) has completed.
customizeSortResolver(SortHandlerMethodArgumentResolver) - 类 中的方法org.springframework.data.web.config.SpringDataWebConfiguration
 
customizeUnmarshaller(Unmarshaller) - 类 中的方法org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
Customize the Unmarshaller created by this message converter before using it to read the object from the input.
customizeUnmarshaller(Unmarshaller) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Template method that allows for customizing of the given Castor Unmarshaller.
customizeWriter(ObjectWriter, MimeType, ResolvableType, Map<String, Object>) - 类 中的方法org.springframework.http.codec.json.AbstractJackson2Encoder
 
customizeWriter(ObjectWriter, MimeType, ResolvableType, Map<String, Object>) - 类 中的方法org.springframework.http.codec.json.Jackson2JsonEncoder
 
customizeXStream(XStream) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
Template to allow for customizing the given XStream.
CustomRepositoryImplementationDetector - org.springframework.data.repository.config中的类
Detects the custom implementation for a Repository
CustomRepositoryImplementationDetector() - 类 的构造器org.springframework.data.repository.config.CustomRepositoryImplementationDetector
 
CustomSQLErrorCodesTranslation - org.springframework.jdbc.support中的类
JavaBean for holding custom JDBC error codes translation for a particular database.
CustomSQLErrorCodesTranslation() - 类 的构造器org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
 
CustomSQLExceptionTranslatorRegistrar - org.springframework.jdbc.support中的类
Registry for custom SQLExceptionTranslator instances for specific databases.
CustomSQLExceptionTranslatorRegistrar() - 类 的构造器org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistrar
 
CustomSQLExceptionTranslatorRegistry - org.springframework.jdbc.support中的类
Registry for custom SQLExceptionTranslator instances associated with specific databases allowing for overriding translation based on values contained in the configuration file named "sql-error-codes.xml".
customTranslate(String, String, SQLException) - 类 中的方法org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Subclasses can override this method to attempt a custom mapping from SQLException to DataAccessException.
CustomValidatorBean - org.springframework.validation.beanvalidation中的类
Configurable bean class that exposes a specific JSR-303 Validator through its original interface as well as through the Spring Validator interface.
CustomValidatorBean() - 类 的构造器org.springframework.validation.beanvalidation.CustomValidatorBean
 

D

data(T) - 接口 中的方法org.springframework.http.codec.ServerSentEvent.Builder
Set the value of the data field.
data() - 类 中的方法org.springframework.http.codec.ServerSentEvent
Return the data field of this event, if available.
data(Object) - 接口 中的方法org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilder
Add an SSE "data" line.
data(Object, MediaType) - 接口 中的方法org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilder
Add an SSE "data" line.
DatabaseMetaDataCallback - org.springframework.jdbc.support中的接口
A callback interface used by the JdbcUtils class.
DatabasePopulator - org.springframework.jdbc.datasource.init中的接口
Strategy used to populate, initialize, or clean up a database.
DatabasePopulatorUtils - org.springframework.jdbc.datasource.init中的类
Utility methods for executing a DatabasePopulator.
DatabasePopulatorUtils() - 类 的构造器org.springframework.jdbc.datasource.init.DatabasePopulatorUtils
 
DatabaseStartupValidator - org.springframework.jdbc.support中的类
Bean that checks if a database has already started up.
DatabaseStartupValidator() - 类 的构造器org.springframework.jdbc.support.DatabaseStartupValidator
 
DataBinder - org.springframework.validation中的类
Binder that allows for setting property values onto a target object, including support for validation and binding result analysis.
DataBinder(Object) - 类 的构造器org.springframework.validation.DataBinder
Create a new DataBinder instance, with default object name.
DataBinder(Object, String) - 类 的构造器org.springframework.validation.DataBinder
Create a new DataBinder instance.
DataBindingMethodResolver - org.springframework.expression.spel.support中的类
A MethodResolver variant for data binding purposes, using reflection to access instance methods on a given target object.
DataBindingPropertyAccessor - org.springframework.expression.spel.support中的类
A PropertyAccessor variant for data binding purposes, using reflection to access properties for reading and possibly writing.
DataFieldMaxValueIncrementer - org.springframework.jdbc.support.incrementer中的接口
Interface that defines contract of incrementing any data store field's maximum value.
dataReceived(T) - 类 中的方法org.springframework.http.server.reactive.AbstractListenerWriteProcessor
Template method invoked after a data item to write is received via Subscriber.onNext(Object).
DataSourceFactory - org.springframework.jdbc.datasource.embedded中的接口
DataSourceFactory encapsulates the creation of a particular DataSource implementation such as a SimpleDriverDataSource or a connection pool such as Apache DBCP or C3P0.
DataSourceInitializer - org.springframework.jdbc.datasource.init中的类
Used to set up a database during initialization and clean up a database during destruction.
DataSourceInitializer() - 类 的构造器org.springframework.jdbc.datasource.init.DataSourceInitializer
 
DataSourceLookup - org.springframework.jdbc.datasource.lookup中的接口
Strategy interface for looking up DataSources by name.
DataSourceLookupFailureException - org.springframework.jdbc.datasource.lookup中的异常错误
Exception to be thrown by a DataSourceLookup implementation, indicating that the specified DataSource could not be obtained.
DataSourceLookupFailureException(String) - 异常错误 的构造器org.springframework.jdbc.datasource.lookup.DataSourceLookupFailureException
Constructor for DataSourceLookupFailureException.
DataSourceLookupFailureException(String, Throwable) - 异常错误 的构造器org.springframework.jdbc.datasource.lookup.DataSourceLookupFailureException
Constructor for DataSourceLookupFailureException.
DataSourceTransactionManager - org.springframework.jdbc.datasource中的类
PlatformTransactionManager implementation for a single JDBC DataSource.
DataSourceTransactionManager() - 类 的构造器org.springframework.jdbc.datasource.DataSourceTransactionManager
Create a new DataSourceTransactionManager instance.
DataSourceTransactionManager(DataSource) - 类 的构造器org.springframework.jdbc.datasource.DataSourceTransactionManager
Create a new DataSourceTransactionManager instance.
DataSourceUtils - org.springframework.jdbc.datasource中的类
Helper class that provides static methods for obtaining JDBC Connections from a DataSource.
DataSourceUtils() - 类 的构造器org.springframework.jdbc.datasource.DataSourceUtils
 
DataType - org.springframework.data.redis.connection中的枚举
Enumeration of the Redis data types.
DataWithMediaType(Object, MediaType) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter.DataWithMediaType
 
DATE - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Date header field name.
dateFormat(DateFormat) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Define the format for date/time with the given DateFormat.
DateFormatter - org.springframework.format.datetime中的类
A formatter for Date types.
DateFormatter() - 类 的构造器org.springframework.format.datetime.DateFormatter
Create a new default DateFormatter.
DateFormatter(String) - 类 的构造器org.springframework.format.datetime.DateFormatter
Create a new DateFormatter for the given date pattern.
DateFormatterRegistrar - org.springframework.format.datetime中的类
Configures basic date formatting for use with Spring, primarily for DateTimeFormat declarations.
DateFormatterRegistrar() - 类 的构造器org.springframework.format.datetime.DateFormatterRegistrar
 
DateTimeContext - org.springframework.format.datetime.standard中的类
A context that holds user-specific java.time (JSR-310) settings such as the user's Chronology (calendar system) and time zone.
DateTimeContext() - 类 的构造器org.springframework.format.datetime.standard.DateTimeContext
 
DateTimeContextHolder - org.springframework.format.datetime.standard中的类
A holder for a thread-local user DateTimeContext.
DateTimeContextHolder() - 类 的构造器org.springframework.format.datetime.standard.DateTimeContextHolder
 
DateTimeFormat - org.springframework.format.annotation中的注释类型
Declares that a field or method parameter should be formatted as a date or time.
DateTimeFormat.ISO - org.springframework.format.annotation中的枚举
Common ISO date time format patterns.
DateTimeFormatAnnotationFormatterFactory - org.springframework.format.datetime中的类
Formats fields annotated with the DateTimeFormat annotation using a DateFormatter.
DateTimeFormatAnnotationFormatterFactory() - 类 的构造器org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
 
DateTimeFormatterFactory - org.springframework.format.datetime.joda中的类
Factory that creates a Joda-Time DateTimeFormatter.
DateTimeFormatterFactory() - 类 的构造器org.springframework.format.datetime.joda.DateTimeFormatterFactory
Create a new DateTimeFormatterFactory instance.
DateTimeFormatterFactory(String) - 类 的构造器org.springframework.format.datetime.joda.DateTimeFormatterFactory
Create a new DateTimeFormatterFactory instance.
DateTimeFormatterFactory - org.springframework.format.datetime.standard中的类
Factory that creates a JSR-310 DateTimeFormatter.
DateTimeFormatterFactory() - 类 的构造器org.springframework.format.datetime.standard.DateTimeFormatterFactory
Create a new DateTimeFormatterFactory instance.
DateTimeFormatterFactory(String) - 类 的构造器org.springframework.format.datetime.standard.DateTimeFormatterFactory
Create a new DateTimeFormatterFactory instance.
DateTimeFormatterFactoryBean - org.springframework.format.datetime.joda中的类
FactoryBean that creates a Joda-Time DateTimeFormatter.
DateTimeFormatterFactoryBean() - 类 的构造器org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
 
DateTimeFormatterFactoryBean - org.springframework.format.datetime.standard中的类
FactoryBean that creates a JSR-310 DateTimeFormatter.
DateTimeFormatterFactoryBean() - 类 的构造器org.springframework.format.datetime.standard.DateTimeFormatterFactoryBean
 
DateTimeFormatterRegistrar - org.springframework.format.datetime.standard中的类
Configures the JSR-310 java.time formatting system for use with Spring.
DateTimeFormatterRegistrar() - 类 的构造器org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
 
DateTimeParser - org.springframework.format.datetime.joda中的类
Parses Joda DateTime instances using a DateTimeFormatter.
DateTimeParser(DateTimeFormatter) - 类 的构造器org.springframework.format.datetime.joda.DateTimeParser
Create a new DateTimeParser.
dateToLong() - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
dateValue(String, long) - 类 中的方法org.springframework.test.web.servlet.result.HeaderResultMatchers
Assert the primary value of the named response header as a date String, using the preferred date format described in RFC 7231.
Db2CallMetaDataProvider - org.springframework.jdbc.core.metadata中的类
DB2 specific implementation for the CallMetaDataProvider interface.
Db2CallMetaDataProvider(DatabaseMetaData) - 类 的构造器org.springframework.jdbc.core.metadata.Db2CallMetaDataProvider
 
Db2LuwMaxValueIncrementer - org.springframework.jdbc.support.incrementer中的类
DataFieldMaxValueIncrementer that retrieves the next value of a given sequence on DB2 LUW (for Linux, Unix and Windows).
Db2LuwMaxValueIncrementer() - 类 的构造器org.springframework.jdbc.support.incrementer.Db2LuwMaxValueIncrementer
Default constructor for bean property style usage.
Db2LuwMaxValueIncrementer(DataSource, String) - 类 的构造器org.springframework.jdbc.support.incrementer.Db2LuwMaxValueIncrementer
Convenience constructor.
Db2MainframeMaxValueIncrementer - org.springframework.jdbc.support.incrementer中的类
DataFieldMaxValueIncrementer that retrieves the next value of a given sequence on DB2 for the mainframe (z/OS, DB2/390, DB2/400).
Db2MainframeMaxValueIncrementer() - 类 的构造器org.springframework.jdbc.support.incrementer.Db2MainframeMaxValueIncrementer
Default constructor for bean property style usage.
Db2MainframeMaxValueIncrementer(DataSource, String) - 类 的构造器org.springframework.jdbc.support.incrementer.Db2MainframeMaxValueIncrementer
Convenience constructor.
DB2MainframeSequenceMaxValueIncrementer - org.springframework.jdbc.support.incrementer中的类
已过时。
in favor of the differently named Db2MainframeMaxValueIncrementer
DB2MainframeSequenceMaxValueIncrementer() - 类 的构造器org.springframework.jdbc.support.incrementer.DB2MainframeSequenceMaxValueIncrementer
已过时。
Default constructor for bean property style usage.
DB2MainframeSequenceMaxValueIncrementer(DataSource, String) - 类 的构造器org.springframework.jdbc.support.incrementer.DB2MainframeSequenceMaxValueIncrementer
已过时。
Convenience constructor.
DB2SequenceMaxValueIncrementer - org.springframework.jdbc.support.incrementer中的类
已过时。
in favor of the specifically named Db2LuwMaxValueIncrementer
DB2SequenceMaxValueIncrementer() - 类 的构造器org.springframework.jdbc.support.incrementer.DB2SequenceMaxValueIncrementer
已过时。
Default constructor for bean property style usage.
DB2SequenceMaxValueIncrementer(DataSource, String) - 类 的构造器org.springframework.jdbc.support.incrementer.DB2SequenceMaxValueIncrementer
已过时。
Convenience constructor.
dbSize(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisClusterConnection
已过时。
dbSize() - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
dbSize() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
dbSize(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.ReactiveClusterServerCommands
Get the total number of available keys in currently selected database.
dbSize() - 接口 中的方法org.springframework.data.redis.connection.ReactiveServerCommands
Get the total number of available keys in currently selected database.
dbSize(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.RedisClusterServerCommands
 
dbSize() - 接口 中的方法org.springframework.data.redis.connection.RedisServerCommands
Get the total number of available keys in currently selected database.
deactivate() - 类 中的方法org.springframework.mock.jndi.SimpleNamingContextBuilder
Temporarily deactivate this context builder.
debug(String) - 接口 中的方法reactor.util.Logger
Log a message at the DEBUG level.
debug(String, Object...) - 接口 中的方法reactor.util.Logger
Log a message at the DEBUG level according to the specified format and arguments.
debug(String, Throwable) - 接口 中的方法reactor.util.Logger
Log an exception (throwable) at the DEBUG level with an accompanying message.
declareParameter(SqlParameter) - 类 中的方法org.springframework.jdbc.object.RdbmsOperation
Declare a parameter for this operation.
declareParameter(SqlParameter) - 类 中的方法org.springframework.jdbc.object.StoredProcedure
Declare a parameter.
declareParameters(SqlParameter...) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCall
 
declareParameters(SqlParameter...) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Specify one or more parameters if desired.
declareRoles(String...) - 类 中的方法org.springframework.mock.web.MockServletContext
 
declaresException(Method, Class<?>) - 类 中的静态方法org.springframework.util.ReflectionUtils
Determine whether the given method explicitly declares the given exception or one of its superclasses, which means that an exception of that type can be propagated as-is within a reflective invocation.
decode(byte[]) - 类 中的静态方法org.springframework.data.redis.connection.util.DecodeUtils
 
decode(Publisher<DataBuffer>, ResolvableType, MimeType, Map<String, Object>) - 类 中的方法org.springframework.http.codec.json.AbstractJackson2Decoder
 
decode(Publisher<DataBuffer>, ResolvableType, MimeType, Map<String, Object>) - 类 中的方法org.springframework.http.codec.xml.Jaxb2XmlDecoder
 
decode(Publisher<DataBuffer>, ResolvableType, MimeType, Map<String, Object>) - 类 中的方法org.springframework.http.codec.xml.XmlEventDecoder
 
decode(byte[]) - 类 中的静态方法org.springframework.util.Base64Utils
Base64-decode the given byte array.
decode(String, String) - 类 中的静态方法org.springframework.web.util.UriUtils
Decode the given encoded URI component.
decode(String, Charset) - 类 中的静态方法org.springframework.web.util.UriUtils
Decode the given encoded URI component.
decode(String) - 类 中的静态方法org.yaml.snakeyaml.external.biz.base64Coder.Base64Coder
Decodes a byte array from Base64 format.
decode(char[]) - 类 中的静态方法org.yaml.snakeyaml.external.biz.base64Coder.Base64Coder
Decodes a byte array from Base64 format.
decode(char[], int, int) - 类 中的静态方法org.yaml.snakeyaml.external.biz.base64Coder.Base64Coder
Decodes a byte array from Base64 format.
decode(ByteBuffer) - 类 中的静态方法org.yaml.snakeyaml.util.UriEncoder
Decode '%'-escaped characters.
decode(String) - 类 中的静态方法org.yaml.snakeyaml.util.UriEncoder
 
decodeFromString(String) - 类 中的静态方法org.springframework.util.Base64Utils
Base64-decode the given byte array from an UTF-8 String.
decodeFromUrlSafeString(String) - 类 中的静态方法org.springframework.util.Base64Utils
Base64-decode the given byte array from an UTF-8 String using the RFC 4648 "URL and Filename Safe Alphabet".
decodeLines(String) - 类 中的静态方法org.yaml.snakeyaml.external.biz.base64Coder.Base64Coder
Decodes a byte array from Base64 format and ignores line separators, tabs and blanks.
decodeMap(Map<byte[], byte[]>) - 类 中的静态方法org.springframework.data.redis.connection.util.DecodeUtils
 
decodeMatrixVariables(HttpServletRequest, MultiValueMap<String, String>) - 类 中的方法org.springframework.web.util.UrlPathHelper
Decode the given matrix variables via UrlPathHelper.decodeRequestString(HttpServletRequest, String) unless UrlPathHelper.setUrlDecode(boolean) is set to true in which case it is assumed the URL path from which the variables were extracted is already decoded through a call to UrlPathHelper.getLookupPathForRequest(HttpServletRequest).
decodeMultiple(byte[]...) - 类 中的静态方法org.springframework.data.redis.connection.util.DecodeUtils
 
decodePathVariables(HttpServletRequest, Map<String, String>) - 类 中的方法org.springframework.web.util.UrlPathHelper
Decode the given URI path variables via UrlPathHelper.decodeRequestString(HttpServletRequest, String) unless UrlPathHelper.setUrlDecode(boolean) is set to true in which case it is assumed the URL path from which the variables were extracted is already decoded through a call to UrlPathHelper.getLookupPathForRequest(HttpServletRequest).
decoder(Decoder<?>) - 接口 中的方法org.springframework.http.codec.CodecConfigurer.CustomCodecs
Add a custom Decoder internally wrapped with DecoderHttpMessageReader).
decodeRequestString(HttpServletRequest, String) - 类 中的方法org.springframework.web.util.UrlPathHelper
Decode the given source string with a URLDecoder.
DecoderHttpMessageReader<T> - org.springframework.http.codec中的类
HttpMessageReader that wraps and delegates to a Decoder.
DecoderHttpMessageReader(Decoder<T>) - 类 的构造器org.springframework.http.codec.DecoderHttpMessageReader
Create an instance wrapping the given Decoder.
decodeString(String) - 类 中的静态方法org.yaml.snakeyaml.external.biz.base64Coder.Base64Coder
Decodes a string from Base64 format.
decodeToMono(Publisher<DataBuffer>, ResolvableType, MimeType, Map<String, Object>) - 类 中的方法org.springframework.http.codec.json.AbstractJackson2Decoder
 
decodeToMono(Publisher<DataBuffer>, ResolvableType, MimeType, Map<String, Object>) - 类 中的方法org.springframework.http.codec.xml.Jaxb2XmlDecoder
 
decodeUrlSafe(byte[]) - 类 中的静态方法org.springframework.util.Base64Utils
Base64-decode the given byte array using the RFC 4648 "URL and Filename Safe Alphabet".
DecodeUtils - org.springframework.data.redis.connection.util中的类
Simple class containing various decoding utilities.
DecodeUtils() - 类 的构造器org.springframework.data.redis.connection.util.DecodeUtils
 
DecoratedRedisConnection - org.springframework.data.redis.connection中的接口
Specifies that the connection decorates another RedisConnection.
decorateExecutorService(String, Supplier<? extends ScheduledExecutorService>) - 接口 中的方法reactor.core.scheduler.Schedulers.Factory
Override this method to decorate ScheduledExecutorService internally used by Reactor's various Scheduler implementations, allowing to tune the ScheduledExecutorService backing implementation.
decorateInputStream(InputStream) - 类 中的方法org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Return the InputStream to use for reading remote invocation results, potentially decorating the given original InputStream.
decorateInputStream(HttpServletRequest, InputStream) - 类 中的方法org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Return the InputStream to use for reading remote invocations, potentially decorating the given original InputStream.
decorateInputStream(HttpExchange, InputStream) - 类 中的方法org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
Return the InputStream to use for reading remote invocations, potentially decorating the given original InputStream.
decorateOutputStream(OutputStream) - 类 中的方法org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Return the OutputStream to use for writing remote invocations, potentially decorating the given original OutputStream.
decorateOutputStream(HttpServletRequest, HttpServletResponse, OutputStream) - 类 中的方法org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Return the OutputStream to use for writing remote invocation results, potentially decorating the given original OutputStream.
decorateOutputStream(HttpExchange, OutputStream) - 类 中的方法org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
Return the OutputStream to use for writing remote invocation results, potentially decorating the given original OutputStream.
decorateTaskWithErrorHandler(Runnable, ErrorHandler, boolean) - 类 中的静态方法org.springframework.scheduling.support.TaskUtils
Decorate the task for error handling.
DecoratingNavigationHandler - org.springframework.web.jsf中的类
Base class for JSF NavigationHandler implementations that want to be capable of decorating an original NavigationHandler.
DecoratingNavigationHandler() - 类 的构造器org.springframework.web.jsf.DecoratingNavigationHandler
Create a DecoratingNavigationHandler without fixed original NavigationHandler.
DecoratingNavigationHandler(NavigationHandler) - 类 的构造器org.springframework.web.jsf.DecoratingNavigationHandler
Create a DecoratingNavigationHandler with fixed original NavigationHandler.
DecoratingStringHashMapper<T> - org.springframework.data.redis.hash中的类
Delegating hash mapper used for flattening objects into Strings.
DecoratingStringHashMapper(HashMapper<T, ?, ?>) - 类 的构造器org.springframework.data.redis.hash.DecoratingStringHashMapper
 
decr(byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
decr(byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
decr(String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
decr(ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveNumberCommands
Decrement value of key by 1.
decr(Publisher<ReactiveRedisConnection.KeyCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveNumberCommands
Decrement value of key by 1.
decr(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveNumberCommands.DecrByCommand
decr(byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisStringCommands
Decrement an integer value stored as string value of key by 1.
decr(String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Decrement an integer value stored as string value of key by 1.
decrBy(byte[], long) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
decrBy(byte[], long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
decrBy(String, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
decrBy(ByteBuffer, T) - 接口 中的方法org.springframework.data.redis.connection.ReactiveNumberCommands
Decrement value of key by value.
decrBy(Publisher<ReactiveNumberCommands.DecrByCommand<T>>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveNumberCommands
Decrement value of key by value.
decrBy(byte[], long) - 接口 中的方法org.springframework.data.redis.connection.RedisStringCommands
Decrement an integer value stored as string value of key by value.
decrBy(String, long) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Decrement an integer value stored as string value of key by value.
decrementAndGet() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicDouble
Atomically decrements by one the current value.
decrementAndGet() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicInteger
Atomically decrement by one the current value.
decrementAndGet() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicLong
Atomically decrements by one the current value.
deepCopy() - 类 中的方法org.springframework.util.LinkedMultiValueMap
Create a deep copy of this Map.
Default - 类 中的静态变量org.xmlunit.diff.ComparisonControllers
Does not stop the comparison at all.
Default - 类 中的静态变量org.xmlunit.diff.DifferenceEvaluators
The "standard" difference evaluator which decides which differences make two XML documents really different and which still leave them similar.
Default - 类 中的静态变量org.xmlunit.diff.ElementSelectors
Always returns true, i.e. each element can be compared to each other element.
Default - 类 中的静态变量org.xmlunit.diff.NodeFilters
Suppresses document-type and XML declaration nodes.
DEFAULT_AFTER_MESSAGE_PREFIX - 类 中的静态变量org.springframework.web.filter.AbstractRequestLoggingFilter
 
DEFAULT_AFTER_MESSAGE_SUFFIX - 类 中的静态变量org.springframework.web.filter.AbstractRequestLoggingFilter
 
DEFAULT_ALLOW_CREDENTIALS - 注释类型 中的静态变量org.springframework.web.bind.annotation.CrossOrigin
已过时。
as of Spring 5.0, in favor of CorsConfiguration.applyPermitDefaultValues()
DEFAULT_ALLOWED_HEADERS - 注释类型 中的静态变量org.springframework.web.bind.annotation.CrossOrigin
已过时。
as of Spring 5.0, in favor of CorsConfiguration.applyPermitDefaultValues()
DEFAULT_ARGUMENT_SEPARATOR - 类 中的静态变量org.springframework.web.servlet.tags.MessageTag
Default separator for splitting an arguments String: a comma (",")
DEFAULT_AUTO_GROW_COLLECTION_LIMIT - 类 中的静态变量org.springframework.validation.DataBinder
Default limit for array and collection growing: 256
DEFAULT_BASE_ADDRESS - 类 中的静态变量org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
 
DEFAULT_BASENAME - 类 中的静态变量org.springframework.web.servlet.view.ResourceBundleViewResolver
The default basename if no other basename is supplied
DEFAULT_BATCH_SIZE - 类 中的静态变量org.springframework.jdbc.object.BatchSqlUpdate
Default number of inserts to accumulate before commiting a batch (5000).
DEFAULT_BEFORE_MESSAGE_PREFIX - 类 中的静态变量org.springframework.web.filter.AbstractRequestLoggingFilter
 
DEFAULT_BEFORE_MESSAGE_SUFFIX - 类 中的静态变量org.springframework.web.filter.AbstractRequestLoggingFilter
 
DEFAULT_BLOCK_COMMENT_END_DELIMITER - 类 中的静态变量org.springframework.jdbc.datasource.init.ScriptUtils
Default end delimiter for block comments within SQL scripts: "*/".
DEFAULT_BLOCK_COMMENT_START_DELIMITER - 类 中的静态变量org.springframework.jdbc.datasource.init.ScriptUtils
Default start delimiter for block comments within SQL scripts: "/*".
DEFAULT_CACHE_LIMIT - 类 中的静态变量org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
Default maximum number of entries for this template's SQL cache: 256
DEFAULT_CACHE_LIMIT - 类 中的静态变量org.springframework.web.servlet.view.AbstractCachingViewResolver
Default maximum number of entries for the view cache: 1024
DEFAULT_CHARACTER_ENCODING - 类 中的静态变量org.springframework.web.util.WebUtils
Default character encoding to use when request.getCharacterEncoding returns null, according to the Servlet spec.
DEFAULT_CHARSET - 类 中的静态变量org.springframework.data.redis.serializer.Jackson2JsonRedisSerializer
 
DEFAULT_CHARSET - 类 中的静态变量org.springframework.http.codec.FormHttpMessageReader
 
DEFAULT_CHARSET - 类 中的静态变量org.springframework.http.codec.FormHttpMessageWriter
 
DEFAULT_CHARSET - 类 中的静态变量org.springframework.http.codec.multipart.MultipartHttpMessageWriter
 
DEFAULT_CHARSET - 类 中的静态变量org.springframework.http.converter.feed.AbstractWireFeedHttpMessageConverter
 
DEFAULT_CHARSET - 类 中的静态变量org.springframework.http.converter.FormHttpMessageConverter
 
DEFAULT_CHARSET - 类 中的静态变量org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
DEFAULT_CHARSET - 类 中的静态变量org.springframework.http.converter.json.AbstractJsonHttpMessageConverter
 
DEFAULT_CHARSET - 类 中的静态变量org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
 
DEFAULT_CHARSET - 类 中的静态变量org.springframework.http.converter.StringHttpMessageConverter
 
DEFAULT_COMMAND_NAME - 类 中的静态变量org.springframework.web.servlet.tags.form.FormTag
The default attribute name: "command"
DEFAULT_COMMENT_PREFIX - 类 中的静态变量org.springframework.jdbc.datasource.init.ScriptUtils
Default prefix for single-line comments within SQL scripts: "--".
DEFAULT_CONFIG_LOCATION - 类 中的静态变量org.springframework.web.context.support.GroovyWebApplicationContext
Default config location for the root context
DEFAULT_CONFIG_LOCATION - 类 中的静态变量org.springframework.web.context.support.XmlWebApplicationContext
Default config location for the root context
DEFAULT_CONFIG_LOCATION_PREFIX - 类 中的静态变量org.springframework.web.context.support.GroovyWebApplicationContext
Default prefix for building a config location for a namespace
DEFAULT_CONFIG_LOCATION_PREFIX - 类 中的静态变量org.springframework.web.context.support.XmlWebApplicationContext
Default prefix for building a config location for a namespace
DEFAULT_CONFIG_LOCATION_SUFFIX - 类 中的静态变量org.springframework.web.context.support.GroovyWebApplicationContext
Default suffix for building a config location for a namespace
DEFAULT_CONFIG_LOCATION_SUFFIX - 类 中的静态变量org.springframework.web.context.support.XmlWebApplicationContext
Default suffix for building a config location for a namespace
DEFAULT_CONTENT_TYPE - 类 中的静态变量org.springframework.web.servlet.view.AbstractView
Default content type.
DEFAULT_CONTENT_TYPE - 类 中的静态变量org.springframework.web.servlet.view.json.MappingJackson2JsonView
Default content type: "application/json".
DEFAULT_CONTENT_TYPE - 类 中的静态变量org.springframework.web.servlet.view.script.ScriptTemplateView
 
DEFAULT_CONTENT_TYPE - 类 中的静态变量org.springframework.web.servlet.view.xml.MappingJackson2XmlView
 
DEFAULT_CONTENT_TYPE - 类 中的静态变量org.springframework.web.servlet.view.xml.MarshallingView
Default content type.
DEFAULT_CONTEXT_CLASS - 类 中的静态变量org.springframework.web.servlet.FrameworkServlet
Default context class for FrameworkServlet.
DEFAULT_CONTEXT_CONFIG_LOCATION - 类 中的静态变量org.springframework.jca.context.SpringContextResourceAdapter
 
DEFAULT_COOKIE_NAME - 类 中的静态变量org.springframework.web.servlet.i18n.CookieLocaleResolver
The default cookie name used if none is explicitly set.
DEFAULT_COOKIE_NAME - 类 中的静态变量org.springframework.web.servlet.theme.CookieThemeResolver
 
DEFAULT_COOKIE_PATH - 类 中的静态变量org.springframework.web.util.CookieGenerator
Default path that cookies will be visible to: "/", i.e. the entire server.
DEFAULT_DATA_SOURCE_NAME - 类 中的静态变量org.springframework.test.context.transaction.TestContextTransactionUtils
Default bean name for a DataSource: "dataSource".
DEFAULT_DATABASE_NAME - 类 中的静态变量org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
Default name for an embedded database: "testdb"
DEFAULT_ENCODING - 类 中的静态变量org.springframework.oxm.castor.CastorMarshaller
已过时。
The default encoding used for stream access: UTF-8.
DEFAULT_ENCODING - 类 中的静态变量org.springframework.oxm.xstream.XStreamMarshaller
The default encoding used for stream access: UTF-8.
DEFAULT_EXCEPTION_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
The default name of the exception attribute: "exception".
DEFAULT_EXCLUDED_PACKAGES - 类 中的静态变量org.springframework.instrument.classloading.ShadowingClassLoader
Packages that are excluded by default
DEFAULT_FEED_TYPE - 类 中的静态变量org.springframework.web.servlet.view.feed.AbstractAtomFeedView
 
DEFAULT_FIELD_DEFAULT_PREFIX - 类 中的静态变量org.springframework.web.bind.WebDataBinder
Default prefix that field default parameters start with, followed by the field name: e.g. "!
DEFAULT_FIELD_MARKER_PREFIX - 类 中的静态变量org.springframework.web.bind.WebDataBinder
Default prefix that field marker parameters start with, followed by the field name: e.g.
DEFAULT_HEADER_NAME - 类 中的静态变量org.springframework.web.server.session.HeaderWebSessionIdResolver
DEFAULT_INDENT_AMOUNT - 类 中的静态变量org.springframework.util.xml.TransformerUtils
The indent amount of characters if indenting is enabled.
DEFAULT_INITIAL_INTERVAL - 类 中的静态变量org.springframework.util.backoff.ExponentialBackOff
The default initial interval.
DEFAULT_INTERVAL - 类 中的静态变量org.springframework.jdbc.support.DatabaseStartupValidator
 
DEFAULT_INTERVAL - 类 中的静态变量org.springframework.util.backoff.FixedBackOff
The default recovery interval: 5000 ms = 5 seconds.
DEFAULT_JSONP_CONTENT_TYPE - 类 中的静态变量org.springframework.web.servlet.view.json.MappingJackson2JsonView
已过时。
Will be removed as of Spring Framework 5.1, use CORS instead.
DEFAULT_LOCATION - 类 中的静态变量org.springframework.web.servlet.view.XmlViewResolver
Default if no other location is supplied
DEFAULT_MAX_AGE - 注释类型 中的静态变量org.springframework.web.bind.annotation.CrossOrigin
已过时。
as of Spring 5.0, in favor of CorsConfiguration.applyPermitDefaultValues()
DEFAULT_MAX_CONTEXT_CACHE_SIZE - 接口 中的静态变量org.springframework.test.context.cache.ContextCache
The default maximum size of the context cache: 32.
DEFAULT_MAX_ELAPSED_TIME - 类 中的静态变量org.springframework.util.backoff.ExponentialBackOff
The default maximum elapsed time.
DEFAULT_MAX_INTERVAL - 类 中的静态变量org.springframework.util.backoff.ExponentialBackOff
The default maximum back off time.
DEFAULT_MAX_RESPONSE_SIZE - 类 中的静态变量org.springframework.http.client.Netty4ClientHttpRequestFactory
已过时。
The default maximum response size.
DEFAULT_METHOD_PARAM - 类 中的静态变量org.springframework.web.filter.HiddenHttpMethodFilter
Default method parameter: _method
DEFAULT_METHOD_PARAMETER_NAME - 类 中的静态变量org.springframework.web.filter.reactive.HiddenHttpMethodFilter
Default name of the form parameter with the HTTP method to use
DEFAULT_MULTIPART_RESOLVER_BEAN_NAME - 类 中的静态变量org.springframework.web.multipart.support.MultipartFilter
 
DEFAULT_MULTIPLIER - 类 中的静态变量org.springframework.util.backoff.ExponentialBackOff
The default multiplier (increases the interval by 50%).
DEFAULT_NAMESPACE_SUFFIX - 类 中的静态变量org.springframework.web.servlet.FrameworkServlet
Suffix for WebApplicationContext namespaces.
DEFAULT_NONE - 接口 中的静态变量org.springframework.web.bind.annotation.ValueConstants
Constant defining a value for no default - as a replacement for null which we cannot use in annotation attributes.
DEFAULT_OBJECT_NAME - 类 中的静态变量org.springframework.validation.DataBinder
Default object name used for binding: "target"
DEFAULT_ORIGINS - 注释类型 中的静态变量org.springframework.web.bind.annotation.CrossOrigin
已过时。
as of Spring 5.0, in favor of CorsConfiguration.applyPermitDefaultValues()
DEFAULT_PARAM_NAME - 类 中的静态变量org.springframework.web.servlet.i18n.LocaleChangeInterceptor
Default name of the locale specification parameter: "locale".
DEFAULT_PARAM_NAME - 类 中的静态变量org.springframework.web.servlet.theme.ThemeChangeInterceptor
Default name of the theme specification parameter: "theme".
DEFAULT_PATH_SEPARATOR - 类 中的静态变量org.springframework.util.AntPathMatcher
Default path separator: "/"
DEFAULT_POOL_SIZE - 类 中的静态变量reactor.core.scheduler.Schedulers
Default pool size, initialized to the number of processors available to the runtime on init (but with a minimum value of 4).
DEFAULT_PORT - 类 中的静态变量org.springframework.mail.javamail.JavaMailSenderImpl
The default port: -1
DEFAULT_PREFIX_SEPARATOR - 类 中的静态变量org.springframework.web.bind.ServletRequestParameterPropertyValues
Default prefix separator
DEFAULT_PROTOCOL - 类 中的静态变量org.springframework.mail.javamail.JavaMailSenderImpl
The default protocol: 'smtp'
DEFAULT_PROTOCOL - 类 中的静态变量org.springframework.mock.web.MockHttpServletRequest
The default protocol: 'HTTP/1.1'.
DEFAULT_RECOVERY_INTERVAL - 类 中的静态变量org.springframework.data.redis.listener.RedisMessageListenerContainer
The default recovery interval: 5000 ms = 5 seconds.
DEFAULT_REMOTE_ADDR - 类 中的静态变量org.springframework.mock.web.MockHttpServletRequest
The default remote address: '127.0.0.1'.
DEFAULT_REMOTE_HOST - 类 中的静态变量org.springframework.mock.web.MockHttpServletRequest
The default remote host: 'localhost'.
DEFAULT_REPOSITORY_IMPL_POSTFIX - 类 中的静态变量org.springframework.data.repository.config.RepositoryConfigurationSourceSupport
 
DEFAULT_REPOSITORY_IMPLEMENTATION_POSTFIX - 类 中的静态变量org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
DEFAULT_SCHEME - 类 中的静态变量org.springframework.mock.web.MockHttpServletRequest
The default scheme: 'http'.
DEFAULT_SERVER_ADDR - 类 中的静态变量org.springframework.mock.web.MockHttpServletRequest
The default server address: '127.0.0.1'.
DEFAULT_SERVER_NAME - 类 中的静态变量org.springframework.mock.web.MockHttpServletRequest
The default server name: 'localhost'.
DEFAULT_SERVER_PORT - 类 中的静态变量org.springframework.mock.web.MockHttpServletRequest
The default server port: '80'.
DEFAULT_SERVICE_URL - 类 中的静态变量org.springframework.jmx.support.ConnectorServerFactoryBean
The default service URL
DEFAULT_SERVLET_NAME - 类 中的静态变量org.springframework.web.server.adapter.AbstractReactiveWebInitializer
The default servlet name to use.
DEFAULT_SERVLET_NAME - 类 中的静态变量org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
The default servlet name.
DEFAULT_STATEMENT_SEPARATOR - 类 中的静态变量org.springframework.jdbc.datasource.init.ScriptUtils
Default statement separator within SQL scripts: ";".
DEFAULT_SUBSCRIPTION_REGISTRATION_WAIT_TIME - 类 中的静态变量org.springframework.data.redis.listener.RedisMessageListenerContainer
The default subscription wait time: 2000 ms = 2 seconds.
DEFAULT_TARGET_BEAN_NAME - 类 中的静态变量org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Default name of the target bean in the Spring application context: "jsfNavigationHandler"
DEFAULT_TASK_EXECUTOR_BEAN_NAME - 类 中的静态变量org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
The default name of the TaskExecutor bean to pick up: "taskExecutor".
DEFAULT_TASK_SCHEDULER_BEAN_NAME - 类 中的静态变量org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
The default name of the TaskScheduler bean to pick up: "taskScheduler".
DEFAULT_THEME_NAME - 类 中的静态变量org.springframework.web.servlet.support.RequestContext
Default theme name used if the RequestContext cannot find a ThemeResolver.
DEFAULT_THREAD_COUNT - 类 中的静态变量org.springframework.scheduling.quartz.SchedulerFactoryBean
 
DEFAULT_THREAD_NAME_PREFIX - 类 中的静态变量org.springframework.data.redis.listener.RedisMessageListenerContainer
Default thread name prefix: "RedisListeningContainer-".
DEFAULT_TIMEOUT - 类 中的静态变量org.springframework.jdbc.support.DatabaseStartupValidator
 
DEFAULT_TRANSACTION_MANAGER - 类 中的静态变量org.springframework.data.repository.util.TxUtils
 
DEFAULT_TRANSACTION_MANAGER_NAME - 类 中的静态变量org.springframework.test.context.transaction.TestContextTransactionUtils
Default bean name for a PlatformTransactionManager: "transactionManager".
DEFAULT_TRANSACTION_SYNCHRONIZATION_REGISTRY_NAME - 类 中的静态变量org.springframework.transaction.jta.JtaTransactionManager
Standard Java EE 5 JNDI location for the JTA TransactionSynchronizationRegistry.
DEFAULT_UOW_MANAGER_NAME - 类 中的静态变量org.springframework.transaction.jta.WebSphereUowTransactionManager
Default JNDI location for the WebSphere UOWManager.
DEFAULT_USER_TRANSACTION_NAME - 类 中的静态变量org.springframework.transaction.jta.JtaTransactionManager
Default JNDI location for the JTA UserTransaction.
DEFAULT_WEB_APP_ROOT_KEY - 类 中的静态变量org.springframework.web.util.WebUtils
Default web app root key: "webapp.root"
DefaultActiveProfilesResolver - org.springframework.test.context.support中的类
Default implementation of the ActiveProfilesResolver strategy that resolves active bean definition profiles based solely on profiles configured declaratively via ActiveProfiles.profiles() or ActiveProfiles.value().
DefaultActiveProfilesResolver() - 类 的构造器org.springframework.test.context.support.DefaultActiveProfilesResolver
 
defaultAutoCommit() - 类 中的方法org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Expose the default auto-commit value.
DefaultBindingErrorProcessor - org.springframework.validation中的类
Default BindingErrorProcessor implementation.
DefaultBindingErrorProcessor() - 类 的构造器org.springframework.validation.DefaultBindingErrorProcessor
 
DefaultBootstrapContext - org.springframework.test.context.support中的类
Default implementation of the BootstrapContext interface.
DefaultBootstrapContext(Class<?>, CacheAwareContextLoaderDelegate) - 类 的构造器org.springframework.test.context.support.DefaultBootstrapContext
Construct a new DefaultBootstrapContext from the supplied arguments.
DefaultCacheAwareContextLoaderDelegate - org.springframework.test.context.cache中的类
Default implementation of the CacheAwareContextLoaderDelegate interface.
DefaultCacheAwareContextLoaderDelegate() - 类 的构造器org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate
Construct a new DefaultCacheAwareContextLoaderDelegate using a static DefaultContextCache.
DefaultCacheAwareContextLoaderDelegate(ContextCache) - 类 的构造器org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate
Construct a new DefaultCacheAwareContextLoaderDelegate using the supplied ContextCache.
DefaultClientCodecConfigurer - org.springframework.http.codec.support中的类
Default implementation of ClientCodecConfigurer.
DefaultClientCodecConfigurer() - 类 的构造器org.springframework.http.codec.support.DefaultClientCodecConfigurer
 
defaultCodecs() - 接口 中的方法org.springframework.http.codec.ClientCodecConfigurer
Provides a way to customize or replace HTTP message readers and writers registered by default.
defaultCodecs() - 接口 中的方法org.springframework.http.codec.CodecConfigurer
Provides a way to customize or replace HTTP message readers and writers registered by default.
defaultCodecs() - 接口 中的方法org.springframework.http.codec.ServerCodecConfigurer
Provides a way to customize or replace HTTP message readers and writers registered by default.
defaultCodecs() - 类 中的方法org.springframework.http.codec.support.DefaultClientCodecConfigurer
 
defaultCodecs() - 类 中的方法org.springframework.http.codec.support.DefaultServerCodecConfigurer
 
DefaultComparisonFormatter - org.xmlunit.diff中的类
Formatter methods for a Comparison Object.
DefaultComparisonFormatter() - 类 的构造器org.xmlunit.diff.DefaultComparisonFormatter
 
defaultConfiguration() - 接口 中的静态方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration
Creates a default JedisClientConfiguration.
defaultConfiguration() - 接口 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration
Creates a default LettuceClientConfiguration with: SSL no Peer Verification yes Start TLS no Client Options none Client Resources none Connect Timeout 60 Seconds Shutdown Timeout 100 Milliseconds
defaultConfiguration() - 接口 中的静态方法org.springframework.data.redis.connection.lettuce.LettucePoolingClientConfiguration
Creates a default LettucePoolingClientConfiguration with SSL no Peer Verification yes Start TLS no Client Options none Client Resources none Connect Timeout 60 Seconds Shutdown Timeout 100 Milliseconds pool config default GenericObjectPoolConfig
defaultContentType(MediaType...) - 类 中的方法org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
Set the default content type(s) to use when no content type is requested in order of priority.
defaultContentTypeStrategy(ContentNegotiationStrategy) - 类 中的方法org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
Set a custom ContentNegotiationStrategy to use to determine the content type to use when no content type is requested.
DefaultContextCache - org.springframework.test.context.cache中的类
Default implementation of the ContextCache API.
DefaultContextCache() - 类 的构造器org.springframework.test.context.cache.DefaultContextCache
Create a new DefaultContextCache using the maximum cache size obtained via ContextCacheUtils.retrieveMaxCacheSize().
DefaultContextCache(int) - 类 的构造器org.springframework.test.context.cache.DefaultContextCache
Create a new DefaultContextCache using the supplied maximum cache size.
defaultCookie(String, String...) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.Builder
Add the given header to all requests that haven't added it.
defaultCookies(Consumer<MultiValueMap<String, String>>) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.Builder
Manipulate the default cookies with the given consumer.
DefaultCorsProcessor - org.springframework.web.cors中的类
The default implementation of CorsProcessor, as defined by the CORS W3C recommendation.
DefaultCorsProcessor() - 类 的构造器org.springframework.web.cors.DefaultCorsProcessor
 
DefaultCorsProcessor - org.springframework.web.cors.reactive中的类
The default implementation of CorsProcessor, as defined by the CORS W3C recommendation.
DefaultCorsProcessor() - 类 的构造器org.springframework.web.cors.reactive.DefaultCorsProcessor
 
DefaultCrudMethods - org.springframework.data.repository.core.support中的类
Default implementation to discover CRUD methods based on the given RepositoryMetadata.
DefaultCrudMethods(RepositoryMetadata) - 类 的构造器org.springframework.data.repository.core.support.DefaultCrudMethods
Creates a new DefaultCrudMethods using the given RepositoryMetadata.
DefaultDataBinderFactory - org.springframework.web.bind.support中的类
Create a WebRequestDataBinder instance and initialize it with a WebBindingInitializer.
DefaultDataBinderFactory(WebBindingInitializer) - 类 的构造器org.springframework.web.bind.support.DefaultDataBinderFactory
Create a new DefaultDataBinderFactory instance.
DefaultedRedisClusterConnection - org.springframework.data.redis.connection中的接口
 
DefaultedRedisConnection - org.springframework.data.redis.connection中的接口
DefaultedRedisConnection provides method delegates to Redis*Command interfaces accessible via RedisConnection.
DefaultEvaluationContextProvider - org.springframework.data.repository.query中的枚举
Default implementation of EvaluationContextProvider that always creates a new EvaluationContext.
defaultFlowStyle - 类 中的变量org.yaml.snakeyaml.representer.BaseRepresenter
 
DefaultFormattingConversionService - org.springframework.format.support中的类
A specialization of FormattingConversionService configured by default with converters and formatters appropriate for most applications.
DefaultFormattingConversionService() - 类 的构造器org.springframework.format.support.DefaultFormattingConversionService
Create a new DefaultFormattingConversionService with the set of default converters and default formatters.
DefaultFormattingConversionService(boolean) - 类 的构造器org.springframework.format.support.DefaultFormattingConversionService
Create a new DefaultFormattingConversionService with the set of default converters and, based on the value of registerDefaultFormatters, the set of default formatters.
DefaultFormattingConversionService(StringValueResolver, boolean) - 类 的构造器org.springframework.format.support.DefaultFormattingConversionService
Create a new DefaultFormattingConversionService with the set of default converters and, based on the value of registerDefaultFormatters, the set of default formatters
DefaultHandlerExceptionResolver - org.springframework.web.servlet.mvc.support中的类
The default implementation of the HandlerExceptionResolver interface, resolving standard Spring MVC exceptions and translating them to corresponding HTTP status codes.
DefaultHandlerExceptionResolver() - 类 的构造器org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Sets the order to Ordered.LOWEST_PRECEDENCE.
defaultHeader(String, String...) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.Builder
Add the given header to all requests that haven't added it.
defaultHeaders(Consumer<HttpHeaders>) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.Builder
Manipulate the default headers with the given consumer.
defaultIfEmpty(T) - 类 中的方法reactor.core.publisher.Flux
Provide a default unique value if this sequence is completed without any data
defaultIfEmpty(T) - 类 中的方法reactor.core.publisher.Mono
Provide a default single value if this mono is completed without any data
DefaultLettucePool - org.springframework.data.redis.connection.lettuce中的类
已过时。
since 2.0, use pooling via LettucePoolingClientConfiguration.
DefaultLettucePool() - 类 的构造器org.springframework.data.redis.connection.lettuce.DefaultLettucePool
已过时。
Constructs a new DefaultLettucePool instance with default settings.
DefaultLettucePool(String, int) - 类 的构造器org.springframework.data.redis.connection.lettuce.DefaultLettucePool
已过时。
Uses the Config and RedisClient defaults for configuring the connection pool
DefaultLettucePool(RedisSentinelConfiguration) - 类 的构造器org.springframework.data.redis.connection.lettuce.DefaultLettucePool
已过时。
Uses the RedisSentinelConfiguration and RedisClient defaults for configuring the connection pool based on sentinels.
DefaultLettucePool(String, int, GenericObjectPoolConfig) - 类 的构造器org.springframework.data.redis.connection.lettuce.DefaultLettucePool
已过时。
Uses the RedisClient defaults for configuring the connection pool
DefaultLobCreator() - 类 的构造器org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
 
DefaultLobHandler - org.springframework.jdbc.support.lob中的类
Default implementation of the LobHandler interface.
DefaultLobHandler() - 类 的构造器org.springframework.jdbc.support.lob.DefaultLobHandler
 
DefaultLobHandler.DefaultLobCreator - org.springframework.jdbc.support.lob中的类
Default LobCreator implementation as an inner class.
DefaultManagedAwareThreadFactory - org.springframework.scheduling.concurrent中的类
JNDI-based variant of CustomizableThreadFactory, performing a default lookup for JSR-236's "java:comp/DefaultManagedThreadFactory" in a Java EE 7 environment, falling back to the local CustomizableThreadFactory setup if not found.
DefaultManagedAwareThreadFactory() - 类 的构造器org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
 
DefaultManagedTaskExecutor - org.springframework.scheduling.concurrent中的类
JNDI-based variant of ConcurrentTaskExecutor, performing a default lookup for JSR-236's "java:comp/DefaultManagedExecutorService" in a Java EE 7 environment.
DefaultManagedTaskExecutor() - 类 的构造器org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
 
DefaultManagedTaskScheduler - org.springframework.scheduling.concurrent中的类
JNDI-based variant of ConcurrentTaskScheduler, performing a default lookup for JSR-236's "java:comp/DefaultManagedScheduledExecutorService" in a Java EE 7 environment.
DefaultManagedTaskScheduler() - 类 的构造器org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
 
DefaultMessage - org.springframework.data.redis.connection中的类
Default message implementation.
DefaultMessage(byte[], byte[]) - 类 的构造器org.springframework.data.redis.connection.DefaultMessage
 
DefaultMessageCodesResolver - org.springframework.validation中的类
Default implementation of the MessageCodesResolver interface.
DefaultMessageCodesResolver() - 类 的构造器org.springframework.validation.DefaultMessageCodesResolver
 
DefaultMessageCodesResolver.Format - org.springframework.validation中的枚举
Common message code formats.
DefaultMockMvcBuilder - org.springframework.test.web.servlet.setup中的类
A concrete implementation of AbstractMockMvcBuilder that provides the WebApplicationContext supplied to it as a constructor argument.
DefaultMockMvcBuilder(WebApplicationContext) - 类 的构造器org.springframework.test.web.servlet.setup.DefaultMockMvcBuilder
Protected constructor.
DefaultMultipartHttpServletRequest - org.springframework.web.multipart.support中的类
Default implementation of the MultipartHttpServletRequest interface.
DefaultMultipartHttpServletRequest(HttpServletRequest, MultiValueMap<String, MultipartFile>, Map<String, String[]>, Map<String, String>) - 类 的构造器org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
Wrap the given HttpServletRequest in a MultipartHttpServletRequest.
DefaultMultipartHttpServletRequest(HttpServletRequest) - 类 的构造器org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
Wrap the given HttpServletRequest in a MultipartHttpServletRequest.
DefaultNodeMatcher - org.xmlunit.diff中的类
Default implemetation of NodeMatcher that matches control and tests nodes for comparison with the help of DefaultNodeMatcher.NodeTypeMatcher and ElementSelectors.
DefaultNodeMatcher() - 类 的构造器org.xmlunit.diff.DefaultNodeMatcher
DefaultNodeMatcher(ElementSelector...) - 类 的构造器org.xmlunit.diff.DefaultNodeMatcher
Creates a matcher using the given ElementSelectors and DefaultNodeMatcher.DefaultNodeTypeMatcher.
DefaultNodeMatcher(DefaultNodeMatcher.NodeTypeMatcher, ElementSelector...) - 类 的构造器org.xmlunit.diff.DefaultNodeMatcher
Creates a matcher using the given ElementSelectors and DefaultNodeMatcher.NodeTypeMatcher.
DefaultNodeMatcher.DefaultNodeTypeMatcher - org.xmlunit.diff中的类
DefaultNodeMatcher.NodeTypeMatcher that marks pairs of nodes of the same node type as well as pairs of CDATA sections and text nodes as eligible.
DefaultNodeMatcher.NodeTypeMatcher - org.xmlunit.diff中的接口
Determines whether two Nodes are eligible for comparison based on their node type.
DefaultNodeTypeMatcher() - 类 的构造器org.xmlunit.diff.DefaultNodeMatcher.DefaultNodeTypeMatcher
 
DefaultParameters - org.springframework.data.repository.query中的类
Default implementation of Parameters.
DefaultParameters(Method) - 类 的构造器org.springframework.data.repository.query.DefaultParameters
Creates a new DefaultParameters instance from the given Method.
DefaultPropertiesPersister - org.springframework.util中的类
Default implementation of the PropertiesPersister interface.
DefaultPropertiesPersister() - 类 的构造器org.springframework.util.DefaultPropertiesPersister
 
DefaultReactiveScriptExecutor<K> - org.springframework.data.redis.core.script中的类
Default implementation of ReactiveScriptExecutor.
DefaultReactiveScriptExecutor(ReactiveRedisConnectionFactory, RedisSerializationContext<K, ?>) - 类 的构造器org.springframework.data.redis.core.script.DefaultReactiveScriptExecutor
DefaultRedisList<E> - org.springframework.data.redis.support.collections中的类
Default implementation for RedisList.
DefaultRedisList(String, RedisOperations<String, E>) - 类 的构造器org.springframework.data.redis.support.collections.DefaultRedisList
Constructs a new, uncapped DefaultRedisList instance.
DefaultRedisList(BoundListOperations<String, E>) - 类 的构造器org.springframework.data.redis.support.collections.DefaultRedisList
Constructs a new, uncapped DefaultRedisList instance.
DefaultRedisList(BoundListOperations<String, E>, int) - 类 的构造器org.springframework.data.redis.support.collections.DefaultRedisList
Constructs a new DefaultRedisList instance.
DefaultRedisMap<K,V> - org.springframework.data.redis.support.collections中的类
Default implementation for RedisMap.
DefaultRedisMap(String, RedisOperations<String, ?>) - 类 的构造器org.springframework.data.redis.support.collections.DefaultRedisMap
Constructs a new DefaultRedisMap instance.
DefaultRedisMap(BoundHashOperations<String, K, V>) - 类 的构造器org.springframework.data.redis.support.collections.DefaultRedisMap
Constructs a new DefaultRedisMap instance.
DefaultRedisScript<T> - org.springframework.data.redis.core.script中的类
Default implementation of RedisScript.
DefaultRedisScript() - 类 的构造器org.springframework.data.redis.core.script.DefaultRedisScript
Creates a new DefaultRedisScript
DefaultRedisScript(String) - 类 的构造器org.springframework.data.redis.core.script.DefaultRedisScript
Creates a new DefaultRedisScript
DefaultRedisScript(String, Class<T>) - 类 的构造器org.springframework.data.redis.core.script.DefaultRedisScript
Creates a new DefaultRedisScript
DefaultRedisSet<E> - org.springframework.data.redis.support.collections中的类
Default implementation for RedisSet.
DefaultRedisSet(String, RedisOperations<String, E>) - 类 的构造器org.springframework.data.redis.support.collections.DefaultRedisSet
Constructs a new DefaultRedisSet instance.
DefaultRedisSet(BoundSetOperations<String, E>) - 类 的构造器org.springframework.data.redis.support.collections.DefaultRedisSet
Constructs a new DefaultRedisSet instance.
DefaultRedisZSet<E> - org.springframework.data.redis.support.collections中的类
Default implementation for RedisZSet.
DefaultRedisZSet(String, RedisOperations<String, E>) - 类 的构造器org.springframework.data.redis.support.collections.DefaultRedisZSet
Constructs a new DefaultRedisZSet instance with a default score of 1.
DefaultRedisZSet(String, RedisOperations<String, E>, double) - 类 的构造器org.springframework.data.redis.support.collections.DefaultRedisZSet
Constructs a new DefaultRedisZSet instance.
DefaultRedisZSet(BoundZSetOperations<String, E>) - 类 的构造器org.springframework.data.redis.support.collections.DefaultRedisZSet
Constructs a new DefaultRedisZSet instance with a default score of '1'.
DefaultRedisZSet(BoundZSetOperations<String, E>, double) - 类 的构造器org.springframework.data.redis.support.collections.DefaultRedisZSet
Constructs a new DefaultRedisZSet instance.
DefaultRemoteInvocationExecutor - org.springframework.remoting.support中的类
Default implementation of the RemoteInvocationExecutor interface.
DefaultRemoteInvocationExecutor() - 类 的构造器org.springframework.remoting.support.DefaultRemoteInvocationExecutor
 
DefaultRemoteInvocationFactory - org.springframework.remoting.support中的类
Default implementation of the RemoteInvocationFactory interface.
DefaultRemoteInvocationFactory() - 类 的构造器org.springframework.remoting.support.DefaultRemoteInvocationFactory
 
DefaultRepositoryBaseClass - org.springframework.data.repository.config中的类
Placeholder class to be used in @Enable annotation's repositoryBaseClass attribute.
DefaultRepositoryConfiguration<T extends RepositoryConfigurationSource> - org.springframework.data.repository.config中的类
Default implementation of RepositoryConfiguration.
DefaultRepositoryConfiguration() - 类 的构造器org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
DefaultRepositoryInvokerFactory - org.springframework.data.repository.support中的类
Default implementation of RepositoryInvokerFactory to inspect the requested repository type and create a matching RepositoryInvoker that suits the repository best.
DefaultRepositoryInvokerFactory(Repositories) - 类 的构造器org.springframework.data.repository.support.DefaultRepositoryInvokerFactory
Creates a new DefaultRepositoryInvokerFactory for the given Repositories.
DefaultRepositoryInvokerFactory(Repositories, ConversionService) - 类 的构造器org.springframework.data.repository.support.DefaultRepositoryInvokerFactory
Creates a new DefaultRepositoryInvokerFactory for the given Repositories and ConversionService.
DefaultRepositoryMetadata - org.springframework.data.repository.core.support中的类
Default implementation of RepositoryMetadata.
DefaultRepositoryMetadata(Class<?>) - 类 的构造器org.springframework.data.repository.core.support.DefaultRepositoryMetadata
Creates a new DefaultRepositoryMetadata for the given repository interface.
defaultRequest(RequestBuilder) - 类 中的方法org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
defaultRequest(RequestBuilder) - 接口 中的方法org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
Define default request properties that should be merged into all performed requests.
DefaultRequestExpectation - org.springframework.test.web.client中的类
Default implementation of RequestExpectation that simply delegates to the request matchers and the response creator it contains.
DefaultRequestExpectation(ExpectedCount, RequestMatcher) - 类 的构造器org.springframework.test.web.client.DefaultRequestExpectation
Create a new request expectation that should be called a number of times as indicated by RequestCount.
DefaultRequestExpectation.RequestCount - org.springframework.test.web.client中的类
Helper class that keeps track of actual vs expected request count.
DefaultRequestToViewNameTranslator - org.springframework.web.servlet.view中的类
RequestToViewNameTranslator that simply transforms the URI of the incoming request into a view name.
DefaultRequestToViewNameTranslator() - 类 的构造器org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
 
DefaultResponseCreator - org.springframework.test.web.client.response中的类
A ResponseCreator with builder-style methods for adding response details.
DefaultResponseCreator(HttpStatus) - 类 的构造器org.springframework.test.web.client.response.DefaultResponseCreator
Protected constructor.
DefaultResponseErrorHandler - org.springframework.web.client中的类
Spring's default implementation of the ResponseErrorHandler interface.
DefaultResponseErrorHandler() - 类 的构造器org.springframework.web.client.DefaultResponseErrorHandler
 
defaultScalarStyle - 类 中的变量org.yaml.snakeyaml.representer.BaseRepresenter
 
DefaultScriptExecutor<K> - org.springframework.data.redis.core.script中的类
Default implementation of ScriptExecutor.
DefaultScriptExecutor(RedisTemplate<K, ?>) - 类 的构造器org.springframework.data.redis.core.script.DefaultScriptExecutor
 
DefaultServerCodecConfigurer - org.springframework.http.codec.support中的类
Default implementation of ServerCodecConfigurer.
DefaultServerCodecConfigurer() - 类 的构造器org.springframework.http.codec.support.DefaultServerCodecConfigurer
 
DefaultServerWebExchange - org.springframework.web.server.adapter中的类
Default implementation of ServerWebExchange.
DefaultServerWebExchange(ServerHttpRequest, ServerHttpResponse, WebSessionManager, ServerCodecConfigurer, LocaleContextResolver) - 类 的构造器org.springframework.web.server.adapter.DefaultServerWebExchange
 
DefaultServletHandlerConfigurer - org.springframework.web.servlet.config.annotation中的类
Configures a request handler for serving static resources by forwarding the request to the Servlet container's "default" Servlet.
DefaultServletHandlerConfigurer(ServletContext) - 类 的构造器org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer
defaultServletHandlerMapping() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Return a handler mapping ordered at Integer.MAX_VALUE with a mapped default servlet handler.
DefaultServletHttpRequestHandler - org.springframework.web.servlet.resource中的类
An HttpRequestHandler for serving static files using the Servlet container's "default" Servlet.
DefaultServletHttpRequestHandler() - 类 的构造器org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
 
DefaultSessionAttributeStore - org.springframework.web.bind.support中的类
Default implementation of the SessionAttributeStore interface, storing the attributes in the WebRequest session (i.e.
DefaultSessionAttributeStore() - 类 的构造器org.springframework.web.bind.support.DefaultSessionAttributeStore
 
DefaultSortParameters - org.springframework.data.redis.connection中的类
Default implementation for SortParameters.
DefaultSortParameters() - 类 的构造器org.springframework.data.redis.connection.DefaultSortParameters
Constructs a new DefaultSortParameters instance.
DefaultSortParameters(SortParameters.Range, SortParameters.Order, Boolean) - 类 的构造器org.springframework.data.redis.connection.DefaultSortParameters
Constructs a new DefaultSortParameters instance.
DefaultSortParameters(byte[], SortParameters.Range, byte[][], SortParameters.Order, Boolean) - 类 的构造器org.springframework.data.redis.connection.DefaultSortParameters
Constructs a new DefaultSortParameters instance.
DefaultStringRedisConnection - org.springframework.data.redis.connection中的类
Default implementation of StringRedisConnection.
DefaultStringRedisConnection(RedisConnection) - 类 的构造器org.springframework.data.redis.connection.DefaultStringRedisConnection
Constructs a new DefaultStringRedisConnection instance.
DefaultStringRedisConnection(RedisConnection, RedisSerializer<String>) - 类 的构造器org.springframework.data.redis.connection.DefaultStringRedisConnection
Constructs a new DefaultStringRedisConnection instance.
DefaultStringTuple - org.springframework.data.redis.connection中的类
Default implementation for StringRedisConnection.StringTuple interface.
DefaultStringTuple(byte[], String, Double) - 类 的构造器org.springframework.data.redis.connection.DefaultStringTuple
Constructs a new DefaultStringTuple instance.
DefaultStringTuple(RedisZSetCommands.Tuple, String) - 类 的构造器org.springframework.data.redis.connection.DefaultStringTuple
Constructs a new DefaultStringTuple instance.
DefaultTestContext - org.springframework.test.context.support中的类
Default implementation of the TestContext interface.
DefaultTestContext(DefaultTestContext) - 类 的构造器org.springframework.test.context.support.DefaultTestContext
Copy constructor for creating a new DefaultTestContext based on the attributes and immutable state of the supplied context.
DefaultTestContext(Class<?>, MergedContextConfiguration, CacheAwareContextLoaderDelegate) - 类 的构造器org.springframework.test.context.support.DefaultTestContext
Construct a new DefaultTestContext from the supplied arguments.
DefaultTestContextBootstrapper - org.springframework.test.context.support中的类
Default implementation of the TestContextBootstrapper SPI.
DefaultTestContextBootstrapper() - 类 的构造器org.springframework.test.context.support.DefaultTestContextBootstrapper
 
DefaultTransactionAttribute - org.springframework.transaction.interceptor中的类
Spring's common transaction attribute implementation.
DefaultTransactionAttribute() - 类 的构造器org.springframework.transaction.interceptor.DefaultTransactionAttribute
Create a new DefaultTransactionAttribute, with default settings.
DefaultTransactionAttribute(TransactionAttribute) - 类 的构造器org.springframework.transaction.interceptor.DefaultTransactionAttribute
Copy constructor.
DefaultTransactionAttribute(int) - 类 的构造器org.springframework.transaction.interceptor.DefaultTransactionAttribute
Create a new DefaultTransactionAttribute with the given propagation behavior.
DefaultTransactionDefinition - org.springframework.transaction.support中的类
Default implementation of the TransactionDefinition interface, offering bean-style configuration and sensible default values (PROPAGATION_REQUIRED, ISOLATION_DEFAULT, TIMEOUT_DEFAULT, readOnly=false).
DefaultTransactionDefinition() - 类 的构造器org.springframework.transaction.support.DefaultTransactionDefinition
Create a new DefaultTransactionDefinition, with default settings.
DefaultTransactionDefinition(TransactionDefinition) - 类 的构造器org.springframework.transaction.support.DefaultTransactionDefinition
Copy constructor.
DefaultTransactionDefinition(int) - 类 的构造器org.springframework.transaction.support.DefaultTransactionDefinition
Create a new DefaultTransactionDefinition with the given propagation behavior.
defaultTransactionIsolation() - 类 中的方法org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Expose the default transaction isolation value.
DefaultTransactionStatus - org.springframework.transaction.support中的类
Default implementation of the TransactionStatus interface, used by AbstractPlatformTransactionManager.
DefaultTransactionStatus(Object, boolean, boolean, boolean, boolean, Object) - 类 的构造器org.springframework.transaction.support.DefaultTransactionStatus
Create a new DefaultTransactionStatus instance.
DefaultTuple - org.springframework.data.redis.connection中的类
Default implementation for RedisZSetCommands.Tuple interface.
DefaultTuple(byte[], Double) - 类 的构造器org.springframework.data.redis.connection.DefaultTuple
Constructs a new DefaultTuple instance.
DefaultTypedTuple<V> - org.springframework.data.redis.core中的类
Default implementation of TypedTuple.
DefaultTypedTuple(V, Double) - 类 的构造器org.springframework.data.redis.core.DefaultTypedTuple
Constructs a new DefaultTypedTuple instance.
defaultTyping(TypeResolverBuilder<?>) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Specify a TypeResolverBuilder to use for Jackson's default typing.
DefaultUriBuilderFactory - org.springframework.web.util中的类
UriBuilderFactory that relies on UriComponentsBuilder for the actual building of the URI.
DefaultUriBuilderFactory() - 类 的构造器org.springframework.web.util.DefaultUriBuilderFactory
Default constructor without a base URI.
DefaultUriBuilderFactory(String) - 类 的构造器org.springframework.web.util.DefaultUriBuilderFactory
Constructor with a base URI.
DefaultUriBuilderFactory(UriComponentsBuilder) - 类 的构造器org.springframework.web.util.DefaultUriBuilderFactory
Variant of DefaultUriBuilderFactory.DefaultUriBuilderFactory(String) with a UriComponentsBuilder.
DefaultUriBuilderFactory.EncodingMode - org.springframework.web.util中的枚举
Constants that represent different URI encoding strategies.
DefaultUriTemplateHandler - org.springframework.web.util中的类
已过时。
as of 5.0 in favor of DefaultUriBuilderFactory.

Note: DefaultUriBuilderFactory has a different default for the parsePath property (from false to true).

DefaultUriTemplateHandler() - 类 的构造器org.springframework.web.util.DefaultUriTemplateHandler
已过时。
 
defaultUseWrapper(boolean) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Define if a wrapper will be used for indexed (List, array) properties or not by default (only applies to XmlMapper).
defaultValue() - 类 中的方法reactor.core.Scannable.Attr
Meaningful and always applicable default value for the attribute, returned instead of null when a specific value hasn't been defined for a component.
defaultViewInclusion(boolean) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Shortcut for MapperFeature.DEFAULT_VIEW_INCLUSION option.
DefaultWebFilterChain - org.springframework.web.server.handler中的类
Default implementation of WebFilterChain.
DefaultWebFilterChain(WebHandler, WebFilter...) - 类 的构造器org.springframework.web.server.handler.DefaultWebFilterChain
 
DefaultWebSessionManager - org.springframework.web.server.session中的类
Default implementation of WebSessionManager delegating to a WebSessionIdResolver for session id resolution and to a WebSessionStore
DefaultWebSessionManager() - 类 的构造器org.springframework.web.server.session.DefaultWebSessionManager
 
defer(Supplier<? extends Publisher<T>>) - 类 中的静态方法reactor.core.publisher.Flux
Lazily supply a Publisher every time a Subscription is made on the resulting Flux, so the actual source instantiation is deferred until each subscribe and the Supplier can create a subscriber-specific instance.
defer(Supplier<? extends Mono<? extends T>>) - 类 中的静态方法reactor.core.publisher.Mono
Create a Mono provider that will supply a target Mono to subscribe to for each Subscriber downstream.
DeferredResult<T> - org.springframework.web.context.request.async中的类
DeferredResult provides an alternative to using a Callable for asynchronous request processing.
DeferredResult() - 类 的构造器org.springframework.web.context.request.async.DeferredResult
Create a DeferredResult.
DeferredResult(Long) - 类 的构造器org.springframework.web.context.request.async.DeferredResult
Create a DeferredResult with a timeout value.
DeferredResult(Long, Object) - 类 的构造器org.springframework.web.context.request.async.DeferredResult
Create a DeferredResult with a timeout value and a default result to use in case of timeout.
DeferredResult.DeferredResultHandler - org.springframework.web.context.request.async中的接口
Handles a DeferredResult value when set.
DeferredResultMethodReturnValueHandler - org.springframework.web.servlet.mvc.method.annotation中的类
Handler for return values of type DeferredResult, ListenableFuture, and CompletionStage.
DeferredResultMethodReturnValueHandler() - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.DeferredResultMethodReturnValueHandler
 
DeferredResultProcessingInterceptor - org.springframework.web.context.request.async中的接口
Intercepts concurrent request handling, where the concurrent result is obtained by waiting for a DeferredResult to be set from a thread chosen by the application (e.g. in response to some external event).
DeferredResultProcessingInterceptorAdapter - org.springframework.web.context.request.async中的类
已过时。
as of 5.0 where DeferredResultProcessingInterceptor has default methods
DeferredResultProcessingInterceptorAdapter() - 类 的构造器org.springframework.web.context.request.async.DeferredResultProcessingInterceptorAdapter
已过时。
 
DeferredSubscription() - 类 的构造器reactor.core.publisher.Operators.DeferredSubscription
 
del(byte[]...) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
del(byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
del(String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
del(ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands
Delete key.
del(Publisher<ReactiveRedisConnection.KeyCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands
Delete keys one by one.
del(byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisKeyCommands
Delete given keys.
del(String...) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Delete given keys.
del(String) - 类 中的方法org.springframework.data.redis.core.PartialUpdate
Remove the value reachable via given path.
delay(Duration) - 类 中的静态方法reactor.core.publisher.Mono
Create a Mono which delays an onNext signal by a given duration on a default Scheduler and completes.
delay(Duration, Scheduler) - 类 中的静态方法reactor.core.publisher.Mono
Create a Mono which delays an onNext signal by a given duration on a provided Scheduler and completes.
DELAY_ERROR - 类 中的静态变量reactor.core.Scannable.Attr
Delay_Error exposes a Boolean whether the scanned component actively supports error delaying if it manages a backlog instead of fast error-passing which might drop pending backlog.
delayElement(Duration) - 类 中的方法reactor.core.publisher.Mono
Delay this Mono element (Subscriber.onNext(T) signal) by a given duration.
delayElement(Duration, Scheduler) - 类 中的方法reactor.core.publisher.Mono
Delay this Mono element (Subscriber.onNext(T) signal) by a given Duration, on a particular Scheduler.
delayElements(Duration) - 类 中的方法reactor.core.publisher.Flux
Delay each of this Flux elements (Subscriber.onNext(T) signals) by a given Duration.
delayElements(Duration, Scheduler) - 类 中的方法reactor.core.publisher.Flux
Delay each of this Flux elements (Subscriber.onNext(T) signals) by a given Duration.
delaySequence(Duration) - 类 中的方法reactor.core.publisher.Flux
Shift this Flux forward in time by a given Duration.
delaySequence(Duration, Scheduler) - 类 中的方法reactor.core.publisher.Flux
Shift this Flux forward in time by a given Duration.
delaySubscription(Duration) - 类 中的方法reactor.core.publisher.Flux
Delay the subscription to this Flux source until the given period elapses.
delaySubscription(Duration, Scheduler) - 类 中的方法reactor.core.publisher.Flux
Delay the subscription to this Flux source until the given period elapses, as measured on the user-provided Scheduler.
delaySubscription(Publisher<U>) - 类 中的方法reactor.core.publisher.Flux
Delay the subscription to this Flux source until another Publisher signals a value or completes.
delaySubscription(Duration) - 类 中的方法reactor.core.publisher.Mono
Delay the subscription to this Mono source until the given period elapses.
delaySubscription(Duration, Scheduler) - 类 中的方法reactor.core.publisher.Mono
Delay the subscription to this Mono source until the given Duration elapses.
delaySubscription(Publisher<U>) - 类 中的方法reactor.core.publisher.Mono
Delay the subscription to this Mono until another Publisher signals a value or completes.
delayUntil(Function<? super T, ? extends Publisher<?>>) - 类 中的方法reactor.core.publisher.Flux
Subscribe to this Flux and generate a Publisher from each of this Flux elements, each acting as a trigger for relaying said element.
delayUntil(Function<? super T, ? extends Publisher<?>>) - 类 中的方法reactor.core.publisher.Mono
Subscribe to this Mono and another Publisher that is generated from this Mono's element and which will be used as a trigger for relaying said element.
DelegateWebConnection(WebRequestMatcher, WebConnection) - 类 的构造器org.springframework.test.web.servlet.htmlunit.DelegatingWebConnection.DelegateWebConnection
 
DelegatingConnectionFactory - org.springframework.jca.cci.connection中的类
CCI ConnectionFactory implementation that delegates all calls to a given target ConnectionFactory.
DelegatingConnectionFactory() - 类 的构造器org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
DelegatingDataSource - org.springframework.jdbc.datasource中的类
JDBC DataSource implementation that delegates all calls to a given target DataSource.
DelegatingDataSource() - 类 的构造器org.springframework.jdbc.datasource.DelegatingDataSource
Create a new DelegatingDataSource.
DelegatingDataSource(DataSource) - 类 的构造器org.springframework.jdbc.datasource.DelegatingDataSource
Create a new DelegatingDataSource.
DelegatingEntityInformation<T,ID> - org.springframework.data.repository.core.support中的类
Useful base class to implement custom EntityInformations and delegate execution of standard methods from EntityInformation to a special implementation.
DelegatingEntityInformation() - 类 的构造器org.springframework.data.repository.core.support.DelegatingEntityInformation
 
DelegatingErrorHandlingRunnable - org.springframework.scheduling.support中的类
Runnable wrapper that catches any exception or error thrown from its delegate Runnable and allows an ErrorHandler to handle it.
DelegatingErrorHandlingRunnable(Runnable, ErrorHandler) - 类 的构造器org.springframework.scheduling.support.DelegatingErrorHandlingRunnable
Create a new DelegatingErrorHandlingRunnable.
DelegatingFilterProxy - org.springframework.web.filter中的类
Proxy for a standard Servlet Filter, delegating to a Spring-managed bean that implements the Filter interface.
DelegatingFilterProxy() - 类 的构造器org.springframework.web.filter.DelegatingFilterProxy
Create a new DelegatingFilterProxy.
DelegatingFilterProxy(Filter) - 类 的构造器org.springframework.web.filter.DelegatingFilterProxy
Create a new DelegatingFilterProxy with the given Filter delegate.
DelegatingFilterProxy(String) - 类 的构造器org.springframework.web.filter.DelegatingFilterProxy
Create a new DelegatingFilterProxy that will retrieve the named target bean from the Spring WebApplicationContext found in the ServletContext (either the 'root' application context or the context named by DelegatingFilterProxy.setContextAttribute(java.lang.String)).
DelegatingFilterProxy(String, WebApplicationContext) - 类 的构造器org.springframework.web.filter.DelegatingFilterProxy
Create a new DelegatingFilterProxy that will retrieve the named target bean from the given Spring WebApplicationContext.
DelegatingJob - org.springframework.scheduling.quartz中的类
Simple Quartz org.quartz.Job adapter that delegates to a given Runnable instance.
DelegatingJob(Runnable) - 类 的构造器org.springframework.scheduling.quartz.DelegatingJob
Create a new DelegatingJob.
DelegatingNavigationHandlerProxy - org.springframework.web.jsf中的类
JSF NavigationHandler implementation that delegates to a NavigationHandler bean obtained from the Spring root WebApplicationContext.
DelegatingNavigationHandlerProxy() - 类 的构造器org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Create a new DelegatingNavigationHandlerProxy.
DelegatingNavigationHandlerProxy(NavigationHandler) - 类 的构造器org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Create a new DelegatingNavigationHandlerProxy.
DelegatingPhaseListenerMulticaster - org.springframework.web.jsf中的类
JSF PhaseListener implementation that delegates to one or more Spring-managed PhaseListener beans coming from the Spring root WebApplicationContext.
DelegatingPhaseListenerMulticaster() - 类 的构造器org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
 
DelegatingServletInputStream - org.springframework.mock.web中的类
Delegating implementation of ServletInputStream.
DelegatingServletInputStream(InputStream) - 类 的构造器org.springframework.mock.web.DelegatingServletInputStream
Create a DelegatingServletInputStream for the given source stream.
DelegatingServletOutputStream - org.springframework.mock.web中的类
Delegating implementation of ServletOutputStream.
DelegatingServletOutputStream(OutputStream) - 类 的构造器org.springframework.mock.web.DelegatingServletOutputStream
Create a DelegatingServletOutputStream for the given target stream.
DelegatingSmartContextLoader - org.springframework.test.context.support中的类
DelegatingSmartContextLoader is a concrete implementation of AbstractDelegatingSmartContextLoader that delegates to a GenericXmlContextLoader (or a GenericGroovyXmlContextLoader if Groovy is present in the classpath) and an AnnotationConfigContextLoader.
DelegatingSmartContextLoader() - 类 的构造器org.springframework.test.context.support.DelegatingSmartContextLoader
 
DelegatingThemeSource - org.springframework.ui.context.support中的类
Empty ThemeSource that delegates all calls to the parent ThemeSource.
DelegatingThemeSource() - 类 的构造器org.springframework.ui.context.support.DelegatingThemeSource
 
DelegatingTimerListener - org.springframework.scheduling.commonj中的类
Simple TimerListener adapter that delegates to a given Runnable.
DelegatingTimerListener(Runnable) - 类 的构造器org.springframework.scheduling.commonj.DelegatingTimerListener
Create a new DelegatingTimerListener.
DelegatingTransactionAttribute - org.springframework.transaction.interceptor中的类
TransactionAttribute implementation that delegates all calls to a given target TransactionAttribute instance.
DelegatingTransactionAttribute(TransactionAttribute) - 类 的构造器org.springframework.transaction.interceptor.DelegatingTransactionAttribute
Create a DelegatingTransactionAttribute for the given target attribute.
DelegatingTransactionDefinition - org.springframework.transaction.support中的类
TransactionDefinition implementation that delegates all calls to a given target TransactionDefinition instance.
DelegatingTransactionDefinition(TransactionDefinition) - 类 的构造器org.springframework.transaction.support.DelegatingTransactionDefinition
Create a DelegatingTransactionAttribute for the given target attribute.
DelegatingWebConnection - org.springframework.test.web.servlet.htmlunit中的类
Implementation of WebConnection that allows delegating to various WebConnection implementations.
DelegatingWebConnection(WebConnection, List<DelegatingWebConnection.DelegateWebConnection>) - 类 的构造器org.springframework.test.web.servlet.htmlunit.DelegatingWebConnection
 
DelegatingWebConnection(WebConnection, DelegatingWebConnection.DelegateWebConnection...) - 类 的构造器org.springframework.test.web.servlet.htmlunit.DelegatingWebConnection
 
DelegatingWebConnection.DelegateWebConnection - org.springframework.test.web.servlet.htmlunit中的类
 
DelegatingWebMvcConfiguration - org.springframework.web.servlet.config.annotation中的类
A subclass of WebMvcConfigurationSupport that detects and delegates to all beans of type WebMvcConfigurer allowing them to customize the configuration provided by WebMvcConfigurationSupport.
DelegatingWebMvcConfiguration() - 类 的构造器org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
DelegatingWork - org.springframework.jca.work中的类
Simple Work adapter that delegates to a given Runnable.
DelegatingWork(Runnable) - 类 的构造器org.springframework.jca.work.DelegatingWork
Create a new DelegatingWork.
DelegatingWork - org.springframework.scheduling.commonj中的类
Simple Work adapter that delegates to a given Runnable.
DelegatingWork(Runnable) - 类 的构造器org.springframework.scheduling.commonj.DelegatingWork
Create a new DelegatingWork.
delete(Object...) - 接口 中的方法org.springframework.data.redis.core.BoundHashOperations
Delete given hash keys at the bound key.
delete(H, Object...) - 接口 中的方法org.springframework.data.redis.core.HashOperations
Delete given hash hashKeys.
delete(K) - 接口 中的方法org.springframework.data.redis.core.HyperLogLogOperations
Removes the given key.
delete(K) - 接口 中的方法org.springframework.data.redis.core.ReactiveGeoOperations
Removes the given key.
delete(H) - 接口 中的方法org.springframework.data.redis.core.ReactiveHashOperations
Removes the given key.
delete(K) - 接口 中的方法org.springframework.data.redis.core.ReactiveHyperLogLogOperations
Removes the given key.
delete(K) - 接口 中的方法org.springframework.data.redis.core.ReactiveListOperations
Removes the given key.
delete(K...) - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisOperations
Delete given key.
delete(Publisher<K>) - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisOperations
Delete given keys.
delete(K...) - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
 
delete(Publisher<K>) - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
 
delete(K) - 接口 中的方法org.springframework.data.redis.core.ReactiveSetOperations
Removes the given key.
delete(K) - 接口 中的方法org.springframework.data.redis.core.ReactiveValueOperations
Removes the given key.
delete(K) - 接口 中的方法org.springframework.data.redis.core.ReactiveZSetOperations
Removes the given key.
delete(Object, String) - 类 中的方法org.springframework.data.redis.core.RedisKeyValueAdapter
 
delete(Object, String, Class<T>) - 类 中的方法org.springframework.data.redis.core.RedisKeyValueAdapter
 
delete(K) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Delete given key.
delete(Collection<K>) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Delete given keys.
delete(K) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
delete(Collection<K>) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
delete(T) - 接口 中的方法org.springframework.data.repository.CrudRepository
Deletes a given entity.
delete(T) - 接口 中的方法org.springframework.data.repository.reactive.ReactiveCrudRepository
Deletes a given entity.
delete(T) - 接口 中的方法org.springframework.data.repository.reactive.RxJava2CrudRepository
Deletes a given entity.
delete(URI) - 类 中的静态方法org.springframework.http.RequestEntity
Create an HTTP DELETE builder with the given url.
delete(String, Object...) - 类 中的静态方法org.springframework.mock.http.server.reactive.MockServerHttpRequest
HTTP DELETE variant.
delete() - 类 中的方法org.springframework.mock.web.MockPart
 
delete() - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient
Prepare an HTTP DELETE request.
delete(String, Object...) - 类 中的静态方法org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockHttpServletRequestBuilder for a DELETE request.
delete(URI) - 类 中的静态方法org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockHttpServletRequestBuilder for a DELETE request.
delete(String, String) - 类 中的静态方法org.springframework.util.StringUtils
Delete all occurrences of the given substring.
delete(String, Object...) - 接口 中的方法org.springframework.web.client.AsyncRestOperations
已过时。
Asynchronously delete the resources at the specified URI.
delete(String, Map<String, ?>) - 接口 中的方法org.springframework.web.client.AsyncRestOperations
已过时。
Asynchronously delete the resources at the specified URI.
delete(URI) - 接口 中的方法org.springframework.web.client.AsyncRestOperations
已过时。
Asynchronously delete the resources at the specified URI.
delete(String, Object...) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
 
delete(String, Map<String, ?>) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
 
delete(URI) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
 
delete(String, Object...) - 接口 中的方法org.springframework.web.client.RestOperations
Delete the resources at the specified URI.
delete(String, Map<String, ?>) - 接口 中的方法org.springframework.web.client.RestOperations
Delete the resources at the specified URI.
delete(URI) - 接口 中的方法org.springframework.web.client.RestOperations
Delete the resources at the specified URL.
delete(String, Object...) - 类 中的方法org.springframework.web.client.RestTemplate
 
delete(String, Map<String, ?>) - 类 中的方法org.springframework.web.client.RestTemplate
 
delete(URI) - 类 中的方法org.springframework.web.client.RestTemplate
 
delete(Object) - 接口 中的方法reactor.util.context.Context
Return a new Context that will resolve all existing keys except the removed one, key.
deleteAll(Iterable<? extends T>) - 接口 中的方法org.springframework.data.repository.CrudRepository
Deletes the given entities.
deleteAll() - 接口 中的方法org.springframework.data.repository.CrudRepository
Deletes all entities managed by the repository.
deleteAll(Iterable<? extends T>) - 接口 中的方法org.springframework.data.repository.reactive.ReactiveCrudRepository
Deletes the given entities.
deleteAll(Publisher<? extends T>) - 接口 中的方法org.springframework.data.repository.reactive.ReactiveCrudRepository
Deletes the given entities supplied by a Publisher.
deleteAll() - 接口 中的方法org.springframework.data.repository.reactive.ReactiveCrudRepository
Deletes all entities managed by the repository.
deleteAll(Iterable<? extends T>) - 接口 中的方法org.springframework.data.repository.reactive.RxJava2CrudRepository
Deletes the given entities.
deleteAll(<any>) - 接口 中的方法org.springframework.data.repository.reactive.RxJava2CrudRepository
Deletes the given entities.
deleteAll() - 接口 中的方法org.springframework.data.repository.reactive.RxJava2CrudRepository
Deletes all entities managed by the repository.
deleteAllOf(String) - 类 中的方法org.springframework.data.redis.core.RedisKeyValueAdapter
 
deleteAny(String, String) - 类 中的静态方法org.springframework.util.StringUtils
Delete any character in a given String.
deleteById(ID) - 接口 中的方法org.springframework.data.repository.CrudRepository
Deletes the entity with the given id.
deleteById(ID) - 接口 中的方法org.springframework.data.repository.reactive.ReactiveCrudRepository
Deletes the entity with the given id.
deleteById(Publisher<ID>) - 接口 中的方法org.springframework.data.repository.reactive.ReactiveCrudRepository
Deletes the entity with the given id supplied by a Publisher.
deleteById(ID) - 接口 中的方法org.springframework.data.repository.reactive.RxJava2CrudRepository
Deletes the entity with the given id.
deleteFromTables(String...) - 类 中的方法org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
Convenience method for deleting all rows from the specified tables.
deleteFromTables(String...) - 类 中的方法org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
Convenience method for deleting all rows from the specified tables.
deleteFromTables(JdbcTemplate, String...) - 类 中的静态方法org.springframework.test.jdbc.JdbcTestUtils
Delete all rows from the specified tables.
deleteFromTableWhere(String, String, Object...) - 类 中的方法org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
Convenience method for deleting all rows from the given table, using the provided WHERE clause.
deleteFromTableWhere(String, String, Object...) - 类 中的方法org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
Convenience method for deleting all rows from the given table, using the provided WHERE clause.
deleteFromTableWhere(JdbcTemplate, String, String, Object...) - 类 中的静态方法org.springframework.test.jdbc.JdbcTestUtils
Delete rows from the given table, using the provided WHERE clause.
DeleteMapping - org.springframework.web.bind.annotation中的注释类型
Annotation for mapping HTTP DELETE requests onto specific handler methods.
deleteRecursively(File) - 类 中的静态方法org.springframework.util.FileSystemUtils
Delete the supplied File - for directories, recursively delete any nested directories or files as well.
deleteRecursively(Path) - 类 中的静态方法org.springframework.util.FileSystemUtils
Delete the supplied File - for directories, recursively delete any nested directories or files as well.
delimitedListToStringArray(String, String) - 类 中的静态方法org.springframework.util.StringUtils
Take a String that is a delimited list and convert it into a String array.
delimitedListToStringArray(String, String, String) - 类 中的静态方法org.springframework.util.StringUtils
Take a String that is a delimited list and convert it into a String array.
DELIMITTER - 类 中的静态变量org.springframework.data.redis.core.convert.MappingRedisConverter.BinaryKeyspaceIdentifier
 
DELIMITTER - 类 中的静态变量org.springframework.data.redis.core.convert.MappingRedisConverter.KeyspaceIdentifier
 
delistResource(XAResource, int) - 类 中的方法org.springframework.transaction.jta.ManagedTransactionAdapter
 
dematerialize() - 类 中的方法reactor.core.publisher.Flux
An operator working only if this Flux emits onNext, onError or onComplete Signal instances, transforming these materialized signals into real signals on the Subscriber.
dematerialize() - 类 中的方法reactor.core.publisher.Mono
An operator working only if this Mono emits onNext, onError or onComplete Signal instances, transforming these materialized signals into real signals on the Subscriber.
DependencyInjectionTestExecutionListener - org.springframework.test.context.support中的类
TestExecutionListener which provides support for dependency injection and initialization of test instances.
DependencyInjectionTestExecutionListener() - 类 的构造器org.springframework.test.context.support.DependencyInjectionTestExecutionListener
 
DerbyCallMetaDataProvider - org.springframework.jdbc.core.metadata中的类
Derby specific implementation for the CallMetaDataProvider interface.
DerbyCallMetaDataProvider(DatabaseMetaData) - 类 的构造器org.springframework.jdbc.core.metadata.DerbyCallMetaDataProvider
 
DerbyMaxValueIncrementer - org.springframework.jdbc.support.incrementer中的类
DataFieldMaxValueIncrementer that increments the maximum value of a given Derby table with the equivalent of an auto-increment column.
DerbyMaxValueIncrementer() - 类 的构造器org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
Default constructor for bean property style usage.
DerbyMaxValueIncrementer(DataSource, String, String) - 类 的构造器org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
Convenience constructor.
DerbyMaxValueIncrementer(DataSource, String, String, String) - 类 的构造器org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
Convenience constructor.
DerbyTableMetaDataProvider - org.springframework.jdbc.core.metadata中的类
The Derby specific implementation of TableMetaDataProvider.
DerbyTableMetaDataProvider(DatabaseMetaData) - 类 的构造器org.springframework.jdbc.core.metadata.DerbyTableMetaDataProvider
 
desc() - 类 中的方法org.springframework.data.redis.connection.DefaultSortParameters
 
descendingIterator() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
deserialize(byte[]) - 类 中的方法org.springframework.data.redis.serializer.GenericJackson2JsonRedisSerializer
 
deserialize(byte[], Class<T>) - 类 中的方法org.springframework.data.redis.serializer.GenericJackson2JsonRedisSerializer
 
deserialize(byte[]) - 类 中的方法org.springframework.data.redis.serializer.GenericToStringSerializer
 
deserialize(byte[]) - 类 中的方法org.springframework.data.redis.serializer.Jackson2JsonRedisSerializer
 
deserialize(byte[]) - 类 中的方法org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
 
deserialize(byte[]) - 类 中的方法org.springframework.data.redis.serializer.OxmSerializer
 
deserialize(byte[]) - 接口 中的方法org.springframework.data.redis.serializer.RedisSerializer
Deserialize an object from the given binary data.
deserialize(Set<byte[]>, RedisSerializer<T>) - 类 中的静态方法org.springframework.data.redis.serializer.SerializationUtils
 
deserialize(List<byte[]>, RedisSerializer<T>) - 类 中的静态方法org.springframework.data.redis.serializer.SerializationUtils
 
deserialize(Collection<byte[]>, RedisSerializer<T>) - 类 中的静态方法org.springframework.data.redis.serializer.SerializationUtils
 
deserialize(Map<byte[], byte[]>, RedisSerializer<T>) - 类 中的静态方法org.springframework.data.redis.serializer.SerializationUtils
 
deserialize(Map<byte[], byte[]>, RedisSerializer<HK>, RedisSerializer<HV>) - 类 中的静态方法org.springframework.data.redis.serializer.SerializationUtils
 
deserialize(byte[]) - 类 中的方法org.springframework.data.redis.serializer.StringRedisSerializer
 
deserialize(byte[]) - 类 中的静态方法org.springframework.util.SerializationUtils
Deserialize the byte array into an object.
deserializerByType(Class<?>, JsonDeserializer<?>) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Configure a custom deserializer for the given type.
deserializeResult(RedisElementReader<T>, Flux<T>) - 类 中的方法org.springframework.data.redis.core.script.DefaultReactiveScriptExecutor
 
deserializeResult(RedisSerializer<T>, Object) - 类 中的方法org.springframework.data.redis.core.script.DefaultScriptExecutor
 
deserializerInstance(DeserializationConfig, Annotated, Class<?>) - 类 中的方法org.springframework.http.converter.json.SpringHandlerInstantiator
 
deserializers(JsonDeserializer<?>...) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Configure custom deserializers.
deserializersByType(Map<Class<?>, JsonDeserializer<?>>) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Configure custom deserializers for the given types.
deserializeState(Serializable) - 类 中的方法org.springframework.mock.web.MockHttpSession
Deserialize the attributes of this session from a state object created by MockHttpSession.serializeState().
deserializingGeoResultsConverter(RedisSerializer<V>) - 类 中的静态方法org.springframework.data.redis.connection.convert.Converters
Converter capable of deserializing GeoResults.
destroy() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
 
destroy() - 类 中的方法org.springframework.data.redis.connection.lettuce.DefaultLettucePool
已过时。
 
destroy() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
 
destroy() - 接口 中的方法org.springframework.data.redis.connection.Pool
Destroys the pool
destroy() - 类 中的方法org.springframework.data.redis.core.RedisKeyValueAdapter
 
destroy() - 类 中的方法org.springframework.data.redis.listener.KeyspaceEventMessageListener
 
destroy() - 类 中的方法org.springframework.data.redis.listener.RedisMessageListenerContainer
 
destroy(T, <any>) - 类 中的方法org.springframework.data.redis.repository.cdi.CdiBean
 
destroy(RedisKeyValueAdapter, <any>) - 类 中的方法org.springframework.data.redis.repository.cdi.RedisKeyValueAdapterBean
 
destroy(KeyValueOperations, <any>) - 类 中的方法org.springframework.data.redis.repository.cdi.RedisKeyValueTemplateBean
 
destroy(T, <any>) - 类 中的方法org.springframework.data.repository.cdi.CdiRepositoryBean
 
destroy() - 类 中的方法org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
Remove the cached session bean instance, if necessary.
destroy() - 类 中的方法org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
已过时。
 
destroy() - 类 中的方法org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Shutdown hook that closes the underlying ClientConnectionManager's connection pool, if any.
destroy() - 类 中的方法org.springframework.http.client.Netty4ClientHttpRequestFactory
已过时。
 
destroy() - 类 中的方法org.springframework.http.client.OkHttp3ClientHttpRequestFactory
 
destroy() - 类 中的方法org.springframework.http.server.reactive.ServletHttpHandlerAdapter
 
destroy() - 类 中的方法org.springframework.jca.cci.connection.SingleConnectionFactory
Close the underlying Connection.
destroy() - 类 中的方法org.springframework.jca.endpoint.GenericMessageEndpointManager
Deactivates the message endpoint, preparing it for shutdown.
destroy() - 类 中的方法org.springframework.jca.support.ResourceAdapterFactoryBean
Stops the ResourceAdapter.
destroy() - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
 
destroy() - 类 中的方法org.springframework.jdbc.datasource.init.DataSourceInitializer
Use the database cleaner to clean up the database.
destroy() - 类 中的方法org.springframework.jdbc.datasource.SingleConnectionDataSource
Close the underlying Connection.
destroy() - 类 中的方法org.springframework.jmx.access.MBeanClientInterceptor
 
destroy() - 类 中的方法org.springframework.jmx.access.NotificationListenerRegistrar
Unregisters the specified NotificationListener.
destroy() - 类 中的方法org.springframework.jmx.export.MBeanExporter
Unregisters all beans that this exported has exposed via JMX when the enclosing ApplicationContext is destroyed.
destroy() - 类 中的方法org.springframework.jmx.support.ConnectorServerFactoryBean
Stop the JMXConnectorServer managed by an instance of this class.
destroy() - 类 中的方法org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Closes the underlying JMXConnector.
destroy() - 类 中的方法org.springframework.jmx.support.MBeanServerFactoryBean
Unregisters the MBeanServer instance, if necessary.
destroy() - 类 中的方法org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Stops all published endpoints, taking the web services offline.
destroy() - 类 中的方法org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
destroy() - 类 中的方法org.springframework.remoting.rmi.JndiRmiServiceExporter
Unbind the RMI service from JNDI on bean factory shutdown.
destroy() - 类 中的方法org.springframework.remoting.rmi.RmiRegistryFactoryBean
Unexport the RMI registry on bean factory shutdown, provided that this bean actually created a registry.
destroy() - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
Unbind the RMI service from the registry on bean factory shutdown.
destroy() - 类 中的方法org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
destroy() - 类 中的方法org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
destroy() - 类 中的方法org.springframework.scheduling.commonj.TimerManagerAccessor
Stops the underlying TimerManager (if not shared).
destroy() - 类 中的方法org.springframework.scheduling.commonj.TimerManagerFactoryBean
Cancels all statically registered Timers on shutdown, and stops the underlying TimerManager (if not shared).
destroy() - 类 中的方法org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
Calls shutdown when the BeanFactory destroys the task executor instance.
destroy() - 类 中的方法org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
 
destroy() - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
 
destroy() - 类 中的方法org.springframework.scheduling.config.TaskExecutorFactoryBean
 
destroy() - 类 中的方法org.springframework.scheduling.quartz.SchedulerFactoryBean
Shut down the Quartz scheduler on bean factory shutdown, stopping all scheduled jobs.
destroy() - 类 中的方法org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
 
destroy() - 类 中的方法org.springframework.scripting.support.ScriptFactoryPostProcessor
Destroy the inner bean factory (used for scripts) on shutdown.
destroy() - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
destroy() - 类 中的方法org.springframework.web.context.support.ServletContextScope
Invoke all registered destruction callbacks.
destroy() - 类 中的方法org.springframework.web.filter.CompositeFilter
Clean up all the filters supplied, calling each one's destroy method in turn, but in reverse order.
destroy() - 类 中的方法org.springframework.web.filter.DelegatingFilterProxy
 
destroy() - 类 中的方法org.springframework.web.filter.GenericFilterBean
Subclasses may override this to perform custom filter shutdown.
destroy() - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Close the WebApplicationContext of this servlet.
destroy() - 类 中的方法org.springframework.web.servlet.mvc.ServletWrappingController
Destroy the wrapped Servlet instance.
destroy() - 类 中的方法org.springframework.web.servlet.view.ResourceBundleViewResolver
Close the bundle View factories on context shutdown.
destroy() - 类 中的方法org.springframework.web.servlet.view.tiles3.TilesConfigurer
Removes the TilesContainer from this web application.
destroy() - 类 中的方法org.springframework.web.servlet.view.XmlViewResolver
Close the view bean factory on context shutdown.
destroyDelegate(Filter) - 类 中的方法org.springframework.web.filter.DelegatingFilterProxy
Destroy the Filter delegate.
destroySubcontext(String) - 类 中的方法org.springframework.mock.jndi.SimpleNamingContext
 
destroySubcontext(Name) - 类 中的方法org.springframework.mock.jndi.SimpleNamingContext
 
DESTRUCTION_CALLBACK_NAME_PREFIX - 类 中的静态变量org.springframework.web.context.request.ServletRequestAttributes
Constant identifying the String prefixed to the name of a destruction callback when it is stored in a HttpSession.
DestructionCallbackBindingListener - org.springframework.web.context.request中的类
Adapter that implements the Servlet HttpSessionBindingListener interface, wrapping a session destruction callback.
DestructionCallbackBindingListener(Runnable) - 类 的构造器org.springframework.web.context.request.DestructionCallbackBindingListener
Create a new DestructionCallbackBindingListener for the given callback.
detectAnnotationExceptionMappings(Method, List<Class<? extends Throwable>>) - 类 中的方法org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
 
detectCustomImplementation(RepositoryConfiguration<?>) - 类 中的方法org.springframework.data.repository.config.CustomRepositoryImplementationDetector
Tries to detect a custom implementation for a repository bean by classpath scanning.
detectCustomImplementation(String, String, Iterable<String>, Iterable<TypeFilter>, Function<BeanDefinition, String>) - 类 中的方法org.springframework.data.repository.config.CustomRepositoryImplementationDetector
Tries to detect a custom implementation for a repository bean by classpath scanning.
detectDefaultConfigurationClasses(Class<?>) - 类 中的方法org.springframework.test.context.support.AnnotationConfigContextLoader
Detect the default configuration classes for the supplied test class.
detectDefaultConfigurationClasses(Class<?>) - 类 中的静态方法org.springframework.test.context.support.AnnotationConfigContextLoaderUtils
Detect the default configuration classes for the supplied test class.
detectDefaultConfigurationClasses(Class<?>) - 类 中的方法org.springframework.test.context.web.AnnotationConfigWebContextLoader
Detect the default configuration classes for the supplied test class.
detectHandlerMethods(Object) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Look for handler methods in a handler.
detectHandlers() - 类 中的方法org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping
Register all handlers found in the current ApplicationContext.
detectMappedInterceptors(List<HandlerInterceptor>) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMapping
Detect beans of type MappedInterceptor and add them to the list of mapped interceptors.
detectResourceHandlers(ApplicationContext) - 类 中的方法org.springframework.web.servlet.resource.ResourceUrlProvider
 
detectValidationMode(InputStream) - 类 中的方法org.springframework.util.xml.XmlValidationModeDetector
Detect the validation mode for the XML document in the supplied InputStream.
determineCommonAncestor(Class<?>, Class<?>) - 类 中的静态方法org.springframework.util.ClassUtils
Determine the common ancestor of the given classes, if any.
determineContextClass(ServletContext) - 类 中的方法org.springframework.web.context.ContextLoader
Return the WebApplicationContext implementation class to use, either the default XmlWebApplicationContext or a custom context class if specified.
determineContextInitializerClasses(ServletContext) - 类 中的方法org.springframework.web.context.ContextLoader
Return the ApplicationContextInitializer implementation classes to use if any have been specified by ContextLoader.CONTEXT_INITIALIZER_CLASSES_PARAM.
determineCurrentLookupKey() - 类 中的方法org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
Determine the current lookup key.
determineCurrentLookupKey() - 类 中的方法org.springframework.jdbc.datasource.lookup.IsolationLevelDataSourceRouter
 
determineDefaultLocale(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.i18n.CookieLocaleResolver
Determine the default locale for the given request, Called if no locale cookie has been found.
determineDefaultLocale(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.i18n.SessionLocaleResolver
Determine the default locale for the given request, Called if no Locale session attribute has been found.
determineDefaultTimeZone(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.i18n.CookieLocaleResolver
Determine the default time zone for the given request, Called if no TimeZone cookie has been found.
determineDefaultTimeZone(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.i18n.SessionLocaleResolver
Determine the default time zone for the given request, Called if no TimeZone session attribute has been found.
determineEncoding(HttpServletRequest) - 类 中的方法org.springframework.web.multipart.commons.CommonsMultipartResolver
Determine the encoding for the given request.
determineEncoding(HttpServletRequest) - 类 中的方法org.springframework.web.util.UrlPathHelper
Determine the encoding for the given request.
determineErrorCode(ConstraintDescriptor<?>) - 类 中的方法org.springframework.validation.beanvalidation.SpringValidatorAdapter
Determine a Spring-reported error code for the given constraint descriptor.
determineField(ConstraintViolation<Object>) - 类 中的方法org.springframework.validation.beanvalidation.SpringValidatorAdapter
Determine a field for the given constraint violation.
determineStatus(Throwable) - 类 中的方法org.springframework.web.server.handler.ResponseStatusExceptionHandler
Determine the HTTP status implied by the given exception.
determineStatusCode(HttpServletRequest, String) - 类 中的方法org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Determine the HTTP status code to apply for the given error view.
determineTargetDataSource() - 类 中的方法org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
Retrieve the current target DataSource.
determineTimeout(TransactionDefinition) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Determine the actual timeout to use for the given definition.
determineTransactionAttribute(AnnotatedElement) - 类 中的方法org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
Determine the transaction attribute for the given method or class.
determineTransactionManager(TransactionAttribute) - 类 中的方法org.springframework.transaction.interceptor.TransactionAspectSupport
Determine the specific transaction manager to use for the given transaction.
determineUrlsForHandler(String) - 类 中的方法org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping
Determine the URLs for the given handler bean.
determineUrlsForHandler(String) - 类 中的方法org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping
Checks name and aliases of the given bean for URLs, starting with "/".
determineValidationGroups(MethodInvocation) - 类 中的方法org.springframework.validation.beanvalidation.MethodValidationInterceptor
Determine the validation groups to validate against for the given method invocation.
determineViewName(Exception, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Determine the view name for the given exception, first checking against the "excludedExecptions", then searching the "exceptionMappings", and finally using the "defaultErrorView" as a fallback.
didArgumentConversionOccur() - 类 中的方法org.springframework.expression.spel.support.ReflectiveMethodExecutor
 
diff(K) - 接口 中的方法org.springframework.data.redis.core.BoundSetOperations
Diff all sets for given the bound key and key.
diff(Collection<K>) - 接口 中的方法org.springframework.data.redis.core.BoundSetOperations
Diff all sets for given the bound key and keys.
diff(RedisSet<?>) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisSet
 
diff(Collection<? extends RedisSet<?>>) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisSet
 
diff(RedisSet<?>) - 接口 中的方法org.springframework.data.redis.support.collections.RedisSet
 
diff(Collection<? extends RedisSet<?>>) - 接口 中的方法org.springframework.data.redis.support.collections.RedisSet
 
Diff - org.xmlunit.diff中的类
The Diff-Object is the result of two comparisons.
Diff(Source, Source, Iterable<Difference>) - 类 的构造器org.xmlunit.diff.Diff
 
Diff(Source, Source, ComparisonFormatter, Iterable<Difference>) - 类 的构造器org.xmlunit.diff.Diff
 
diffAndStore(K, K) - 接口 中的方法org.springframework.data.redis.core.BoundSetOperations
Diff all sets for given the bound key and keys and store result in destKey.
diffAndStore(Collection<K>, K) - 接口 中的方法org.springframework.data.redis.core.BoundSetOperations
Diff all sets for given the bound key and keys and store result in destKey.
diffAndStore(RedisSet<?>, String) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisSet
 
diffAndStore(Collection<? extends RedisSet<?>>, String) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisSet
 
diffAndStore(RedisSet<?>, String) - 接口 中的方法org.springframework.data.redis.support.collections.RedisSet
 
diffAndStore(Collection<? extends RedisSet<?>>, String) - 接口 中的方法org.springframework.data.redis.support.collections.RedisSet
 
DiffBuilder - org.xmlunit.builder中的类
DiffBuilder to create a Diff instance.
difference(K, K) - 接口 中的方法org.springframework.data.redis.core.ReactiveSetOperations
Diff all sets for given key and otherKey.
difference(K, Collection<K>) - 接口 中的方法org.springframework.data.redis.core.ReactiveSetOperations
Diff all sets for given key and otherKeys.
difference(K, K) - 接口 中的方法org.springframework.data.redis.core.SetOperations
Diff all sets for given key and otherKey.
difference(K, Collection<K>) - 接口 中的方法org.springframework.data.redis.core.SetOperations
Diff all sets for given key and otherKeys.
Difference - org.xmlunit.diff中的类
Combines a Comparison and its result.
Difference(Comparison, ComparisonResult) - 类 的构造器org.xmlunit.diff.Difference
Combines comparison and result.
differenceAndStore(K, K, K) - 接口 中的方法org.springframework.data.redis.core.ReactiveSetOperations
Diff all sets for given key and otherKey and store result in destKey.
differenceAndStore(K, Collection<K>, K) - 接口 中的方法org.springframework.data.redis.core.ReactiveSetOperations
Diff all sets for given key and otherKeys and store result in destKey.
differenceAndStore(K, K, K) - 接口 中的方法org.springframework.data.redis.core.SetOperations
Diff all sets for given key and otherKey and store result in destKey.
differenceAndStore(K, Collection<K>, K) - 接口 中的方法org.springframework.data.redis.core.SetOperations
Diff all sets for given key and otherKeys and store result in destKey.
DifferenceEngine - org.xmlunit.diff中的接口
XMLUnit's difference engine.
DifferenceEvaluator - org.xmlunit.diff中的接口
May decide to up- or downgrade the severity of a difference.
DifferenceEvaluators - org.xmlunit.diff中的类
Evaluators used for the base cases.
DigestUtils - org.springframework.data.redis.core.script中的类
Utilties for working with MessageDigest
DigestUtils() - 类 的构造器org.springframework.data.redis.core.script.DigestUtils
 
DigestUtils - org.springframework.util中的类
Miscellaneous methods for calculating digests.
DigestUtils() - 类 的构造器org.springframework.util.DigestUtils
 
DIR_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
DirectFieldAccessFallbackBeanWrapper - org.springframework.data.util中的类
Custom extension of BeanWrapperImpl that falls back to direct field access in case the object or type being wrapped does not use accessor methods.
DirectFieldAccessFallbackBeanWrapper(Object) - 类 的构造器org.springframework.data.util.DirectFieldAccessFallbackBeanWrapper
 
DirectFieldAccessFallbackBeanWrapper(Class<?>) - 类 的构造器org.springframework.data.util.DirectFieldAccessFallbackBeanWrapper
 
DirectFieldBindingResult - org.springframework.validation中的类
Special implementation of the Errors and BindingResult interfaces, supporting registration and evaluation of binding errors on value objects.
DirectFieldBindingResult(Object, String) - 类 的构造器org.springframework.validation.DirectFieldBindingResult
Create a new DirectFieldBindingResult instance.
DirectFieldBindingResult(Object, String, boolean) - 类 的构造器org.springframework.validation.DirectFieldBindingResult
Create a new DirectFieldBindingResult instance.
DirectiveToken<T> - org.yaml.snakeyaml.tokens中的类
 
DirectiveToken(String, List<T>, Mark, Mark) - 类 的构造器org.yaml.snakeyaml.tokens.DirectiveToken
 
DirectProcessor<T> - reactor.core.publisher中的类
Dispatches onNext, onError and onComplete signals to zero-to-many Subscribers.
DirtiesContext - org.springframework.test.annotation中的注释类型
Test annotation which indicates that the ApplicationContext associated with a test is dirty and should therefore be closed and removed from the context cache.
DirtiesContext.ClassMode - org.springframework.test.annotation中的枚举
Defines modes which determine how @DirtiesContext is interpreted when used to annotate a test class.
DirtiesContext.HierarchyMode - org.springframework.test.annotation中的枚举
Defines modes which determine how the context cache is cleared when @DirtiesContext is used in a test whose context is configured as part of a hierarchy via @ContextHierarchy.
DirtiesContext.MethodMode - org.springframework.test.annotation中的枚举
Defines modes which determine how @DirtiesContext is interpreted when used to annotate a test method.
DirtiesContextBeforeModesTestExecutionListener - org.springframework.test.context.support中的类
TestExecutionListener which provides support for marking the ApplicationContext associated with a test as dirty for both test classes and test methods annotated with the @DirtiesContext annotation.
DirtiesContextBeforeModesTestExecutionListener() - 类 的构造器org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener
 
DirtiesContextTestExecutionListener - org.springframework.test.context.support中的类
TestExecutionListener which provides support for marking the ApplicationContext associated with a test as dirty for both test classes and test methods annotated with the @DirtiesContext annotation.
DirtiesContextTestExecutionListener() - 类 的构造器org.springframework.test.context.support.DirtiesContextTestExecutionListener
 
dirtyContext(TestContext, DirtiesContext.HierarchyMode) - 类 中的方法org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener
Mark the application context of the supplied test context as dirty and set REINJECT_DEPENDENCIES_ATTRIBUTE in the test context to true.
disableContentCaching(ServletRequest) - 类 中的静态方法org.springframework.web.filter.ShallowEtagHeaderFilter
This method can be used to disable the content caching response wrapper of the ShallowEtagHeaderFilter.
DISABLED_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
The name of the 'disabled' attribute.
DISABLED_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.ButtonTag
The name of the 'disabled' attribute.
DISABLED_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.HiddenInputTag
The name of the 'disabled' attribute.
DisabledIf - org.springframework.test.context.junit.jupiter中的注释类型
@DisabledIf is used to signal that the annotated test class or test method is disabled and should not be executed if the supplied DisabledIf.expression() evaluates to true.
DisabledIfCondition - org.springframework.test.context.junit.jupiter中的类
DisabledIfCondition is an org.junit.jupiter.api.extension.ExecutionCondition that supports the @DisabledIf annotation when using the Spring TestContext Framework in conjunction with JUnit 5's Jupiter programming model.
DisabledIfCondition() - 类 的构造器org.springframework.test.context.junit.jupiter.DisabledIfCondition
 
disableIndenting(Transformer) - 类 中的静态方法org.springframework.util.xml.TransformerUtils
Disable indenting for the supplied Transformer.
disablePeerVerification() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.LettuceSslClientConfigurationBuilder
Disable peer verification.
disablePeerVerification() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettucePoolingClientConfiguration.LettucePoolingSslClientConfigurationBuilder
 
discard() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
discard() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
discard() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
discard() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
discard() - 接口 中的方法org.springframework.data.redis.connection.RedisTxCommands
Discard all commands issued after RedisTxCommands.multi().
discard() - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Discard all commands issued after RedisOperations.multi().
discard() - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
dispatch() - 类 中的方法org.springframework.mock.web.MockAsyncContext
 
dispatch(String) - 类 中的方法org.springframework.mock.web.MockAsyncContext
 
dispatch(ServletContext, String) - 类 中的方法org.springframework.mock.web.MockAsyncContext
 
dispatch() - 接口 中的方法org.springframework.web.context.request.async.AsyncWebRequest
Dispatch the request to the container in order to resume processing after concurrent execution in an application thread.
dispatch() - 类 中的方法org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
DispatcherServlet - org.springframework.web.servlet中的类
Central dispatcher for HTTP request handlers/controllers, e.g. for web UI controllers or HTTP-based remote service exporters.
DispatcherServlet() - 类 的构造器org.springframework.web.servlet.DispatcherServlet
Create a new DispatcherServlet that will create its own internal web application context based on defaults and values provided through servlet init-params.
DispatcherServlet(WebApplicationContext) - 类 的构造器org.springframework.web.servlet.DispatcherServlet
Create a new DispatcherServlet with the given web application context.
DispatcherServletCustomizer - org.springframework.test.web.servlet中的接口
Strategy interface for customizing DispatcherServlet instances that are managed by MockMvc.
DispatcherServletWebRequest - org.springframework.web.servlet.handler中的类
ServletWebRequest subclass that is aware of DispatcherServlet's request context, such as the Locale determined by the configured LocaleResolver.
DispatcherServletWebRequest(HttpServletRequest) - 类 的构造器org.springframework.web.servlet.handler.DispatcherServletWebRequest
Create a new DispatcherServletWebRequest instance for the given request.
DispatcherServletWebRequest(HttpServletRequest, HttpServletResponse) - 类 的构造器org.springframework.web.servlet.handler.DispatcherServletWebRequest
Create a new DispatcherServletWebRequest instance for the given request and response.
dispatchOptions(boolean) - 类 中的方法org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
dispatchOptions(boolean) - 接口 中的方法org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
Whether to enable the DispatcherServlet property dispatchOptionsRequest which allows processing of HTTP OPTIONS requests.
DISPLAY_VALUE_VARIABLE_NAME - 类 中的静态变量org.springframework.web.servlet.tags.form.OptionTag
The name of the JSP variable used to expose the display value for this tag.
Disposable - reactor.core中的接口
Indicates that a task or resource can be cancelled/disposed.
Disposable.Composite - reactor.core中的接口
A container of Disposable that is itself Disposable.
Disposable.Swap - reactor.core中的接口
A Disposable container that allows updating/replacing its inner Disposable atomically and with respect of disposing the container itself.
Disposables - reactor.core中的类
A support class that offers factory methods for implementations of the specialized Disposable sub-interfaces (Disposable.Composite, Disposable.Swap).
DisposableSqlTypeValue - org.springframework.jdbc.core中的接口
Subinterface of SqlTypeValue that adds a cleanup callback, to be invoked after the value has been set and the corresponding statement has been executed.
dispose() - 接口 中的方法reactor.core.Disposable.Composite
Atomically mark the container as disposed, clear it and then dispose all the previously contained Disposables.
dispose() - 接口 中的方法reactor.core.Disposable
Cancel or dispose the underlying task or resource.
dispose() - 类 中的方法reactor.core.publisher.BaseSubscriber
Dispose the Subscription by cancelling it.
dispose() - 类 中的方法reactor.core.publisher.FluxProcessor
 
dispose() - 类 中的方法reactor.core.publisher.MonoProcessor
 
dispose() - 接口 中的方法reactor.core.scheduler.Scheduler
Instructs this Scheduler to release all resources and reject any new tasks to be executed.
disposed() - 类 中的静态方法reactor.core.Disposables
Return a new Disposable that is already disposed.
distance(M, M) - 接口 中的方法org.springframework.data.redis.core.BoundGeoOperations
Get the Distance between member1 and member2.
distance(M, M, Metric) - 接口 中的方法org.springframework.data.redis.core.BoundGeoOperations
Get the Distance between member1 and member2 in the given Metric.
distance(K, M, M) - 接口 中的方法org.springframework.data.redis.core.GeoOperations
Get the Distance between member1 and member2.
distance(K, M, M, Metric) - 接口 中的方法org.springframework.data.redis.core.GeoOperations
Get the Distance between member1 and member2 in the given Metric.
distance(K, M, M) - 接口 中的方法org.springframework.data.redis.core.ReactiveGeoOperations
Get the Distance between member1 and member2.
distance(K, M, M, Metric) - 接口 中的方法org.springframework.data.redis.core.ReactiveGeoOperations
Get the Distance between member1 and member2 in the given Metric.
distanceConverterForMetric(Metric) - 类 中的静态方法org.springframework.data.redis.connection.convert.Converters
Converter capable of converting Double into Distance using given Metric.
distinct() - 类 中的方法reactor.core.publisher.Flux
For each Subscriber, track elements from this Flux that have been seen and filter out duplicates.
distinct(Function<? super T, ? extends V>) - 类 中的方法reactor.core.publisher.Flux
For each Subscriber, track elements from this Flux that have been seen and filter out duplicates, as compared by a key extracted through the user provided Function.
distinct(Function<? super T, ? extends V>, Supplier<C>) - 类 中的方法reactor.core.publisher.Flux
For each Subscriber, track elements from this Flux that have been seen and filter out duplicates, as compared by a key extracted through the user provided Function and by the add method of the Collection supplied (typically a Set).
distinct(Function<? super T, ? extends V>, Supplier<C>, BiPredicate<C, V>, Consumer<C>) - 类 中的方法reactor.core.publisher.Flux
For each Subscriber, track elements from this Flux that have been seen and filter out duplicates, as compared by applying a BiPredicate on an arbitrary user-supplied <C> store and a key extracted through the user provided Function.
distinctRandomMembers(long) - 接口 中的方法org.springframework.data.redis.core.BoundSetOperations
Get count distinct random elements from set at the bound key.
distinctRandomMembers(K, long) - 接口 中的方法org.springframework.data.redis.core.ReactiveSetOperations
Get count distinct random elements from set at key.
distinctRandomMembers(K, long) - 接口 中的方法org.springframework.data.redis.core.SetOperations
Get count distinct random elements from set at key.
distinctUntilChanged() - 类 中的方法reactor.core.publisher.Flux
Filter out subsequent repetitions of an element (that is, if they arrive right after one another).
distinctUntilChanged(Function<? super T, ? extends V>) - 类 中的方法reactor.core.publisher.Flux
Filter out subsequent repetitions of an element (that is, if they arrive right after one another), as compared by a key extracted through the user provided Function using equality.
distinctUntilChanged(Function<? super T, ? extends V>, BiPredicate<? super V, ? super V>) - 类 中的方法reactor.core.publisher.Flux
Filter out subsequent repetitions of an element (that is, if they arrive right after one another), as compared by a key extracted through the user provided Function and then comparing keys with the supplied BiPredicate.
doAfterBody() - 类 中的方法org.springframework.web.servlet.tags.EscapeBodyTag
 
doAfterSuccessOrError(BiConsumer<? super T, Throwable>) - 类 中的方法reactor.core.publisher.Mono
Add behavior triggered after the Mono terminates, either by completing downstream successfully or with an error.
doAfterTerminate(Runnable) - 类 中的方法reactor.core.publisher.Flux
Add behavior (side-effect) triggered after the Flux terminates, either by completing downstream successfully or with an error.
doAfterTerminate(Runnable) - 类 中的方法reactor.core.publisher.Mono
Add behavior (side-effect) triggered after the Mono terminates, either by completing downstream successfully or with an error.
doAfterTerminate(Runnable) - 类 中的方法reactor.core.publisher.ParallelFlux
Run the specified runnable when a 'rail' completes or signals an error.
doBegin(Object, TransactionDefinition) - 类 中的方法org.springframework.jca.cci.connection.CciLocalTransactionManager
 
doBegin(Object, TransactionDefinition) - 类 中的方法org.springframework.jdbc.datasource.DataSourceTransactionManager
This implementation sets the isolation level but ignores the timeout.
doBegin(Object, TransactionDefinition) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
 
doBegin(Object, TransactionDefinition) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Begin a new transaction with semantics according to the given transaction definition.
doBind(MutablePropertyValues) - 类 中的方法org.springframework.validation.DataBinder
Actual implementation of the binding process, working with the passed-in MutablePropertyValues instance.
doBind(MutablePropertyValues) - 类 中的方法org.springframework.web.bind.WebDataBinder
This implementation performs a field default and marker check before delegating to the superclass binding process.
doCatch(Throwable) - 类 中的方法org.springframework.web.servlet.tags.NestedPathTag
 
doCatch(Throwable) - 类 中的方法org.springframework.web.servlet.tags.RequestContextAwareTag
 
doCleanupAfterCompletion(Object) - 类 中的方法org.springframework.jca.cci.connection.CciLocalTransactionManager
 
doCleanupAfterCompletion(Object) - 类 中的方法org.springframework.jdbc.datasource.DataSourceTransactionManager
 
doCleanupAfterCompletion(Object) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
 
doCleanupAfterCompletion(Object) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Cleanup resources after transaction completion.
doClose() - 类 中的方法org.springframework.data.redis.connection.util.AbstractSubscription
Shutdown the subscription and free any resources held.
doClose() - 类 中的方法org.springframework.data.redis.core.ScanCursor
Customization hook for cleaning up resources on when calling ScanCursor.close().
doCloseConnection(Connection, DataSource) - 类 中的静态方法org.springframework.jdbc.datasource.DataSourceUtils
Close the Connection, unless a SmartDataSource doesn't want us to.
doCommit() - 类 中的方法org.springframework.http.client.reactive.AbstractClientHttpRequest
A variant of AbstractClientHttpRequest.doCommit(Supplier) for a request without body.
doCommit(Supplier<? extends Publisher<Void>>) - 类 中的方法org.springframework.http.client.reactive.AbstractClientHttpRequest
Apply beforeCommit actions, apply the request headers/cookies, and write the request body.
doCommit() - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpResponse
A variant of AbstractServerHttpResponse.doCommit(Supplier) for a response without no body.
doCommit(Supplier<? extends Mono<Void>>) - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpResponse
Apply beforeCommit actions, apply the response status and headers/cookies, and write the response body.
doCommit(DefaultTransactionStatus) - 类 中的方法org.springframework.jca.cci.connection.CciLocalTransactionManager
 
doCommit(DefaultTransactionStatus) - 类 中的方法org.springframework.jdbc.datasource.DataSourceTransactionManager
 
doCommit(DefaultTransactionStatus) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
 
doCommit(DefaultTransactionStatus) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Perform an actual commit of the given transaction.
doComplete() - 类 中的方法reactor.core.publisher.TopicProcessor
 
doComplete() - 类 中的方法reactor.core.publisher.WorkQueueProcessor
 
doCreateConnection() - 类 中的方法org.springframework.jca.cci.connection.SingleConnectionFactory
Create a CCI Connection via this template's ConnectionFactory.
doCreateRepositoryFactory() - 类 中的方法org.springframework.data.repository.core.support.TransactionalRepositoryFactoryBeanSupport
Creates the actual RepositoryFactorySupport instance.
DocumentEndEvent - org.yaml.snakeyaml.events中的类
Marks the end of a document.
DocumentEndEvent(Mark, Mark, boolean) - 类 的构造器org.yaml.snakeyaml.events.DocumentEndEvent
 
DocumentEndToken - org.yaml.snakeyaml.tokens中的类
 
DocumentEndToken(Mark, Mark) - 类 的构造器org.yaml.snakeyaml.tokens.DocumentEndToken
 
DocumentStartEvent - org.yaml.snakeyaml.events中的类
Marks the beginning of a document.
DocumentStartEvent(Mark, Mark, boolean, DumperOptions.Version, Map<String, String>) - 类 的构造器org.yaml.snakeyaml.events.DocumentStartEvent
 
DocumentStartToken - org.yaml.snakeyaml.tokens中的类
 
DocumentStartToken(Mark, Mark) - 类 的构造器org.yaml.snakeyaml.tokens.DocumentStartToken
 
doDelete(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.FrameworkServlet
doDispatch(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.DispatcherServlet
Process the actual dispatching to the handler.
doEndTag() - 类 中的方法org.springframework.web.servlet.tags.ArgumentTag
 
doEndTag() - 类 中的方法org.springframework.web.servlet.tags.BindErrorsTag
 
doEndTag() - 类 中的方法org.springframework.web.servlet.tags.BindTag
 
doEndTag() - 类 中的方法org.springframework.web.servlet.tags.EvalTag
 
doEndTag() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
If rendering, flush any buffered BodyContent or, if no BodyContent is supplied, render the default content.
doEndTag() - 类 中的方法org.springframework.web.servlet.tags.form.ButtonTag
Closes the 'button' block tag.
doEndTag() - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Closes the 'form' block tag and removes the form object name from the javax.servlet.jsp.PageContext.
doEndTag() - 类 中的方法org.springframework.web.servlet.tags.form.LabelTag
Close the 'label' tag.
doEndTag() - 类 中的方法org.springframework.web.servlet.tags.form.SelectTag
Closes any block tag that might have been opened when using nested options.
doEndTag() - 类 中的方法org.springframework.web.servlet.tags.MessageTag
Resolves the message, escapes it if demanded, and writes it to the page (or exposes it as variable).
doEndTag() - 类 中的方法org.springframework.web.servlet.tags.NestedPathTag
Reset any previous nestedPath value.
doEndTag() - 类 中的方法org.springframework.web.servlet.tags.ParamTag
 
doEndTag() - 类 中的方法org.springframework.web.servlet.tags.UrlTag
 
doError(Throwable) - 类 中的方法reactor.core.publisher.TopicProcessor
 
doError(Throwable) - 类 中的方法reactor.core.publisher.WorkQueueProcessor
 
doesNotContain(E...) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.ListBodySpec
Assert the extracted list of values doesn't contain the given elements.
doesNotContain(String, String, String) - 类 中的静态方法org.springframework.util.Assert
Assert that the given text does not contain the given substring.
doesNotContain(String, String, Supplier<String>) - 类 中的静态方法org.springframework.util.Assert
Assert that the given text does not contain the given substring.
doesNotContain(String, String) - 类 中的静态方法org.springframework.util.Assert
已过时。
doesNotExist(String) - 类 中的方法org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert that a non-null value does not exist at the given path.
doesNotExist(byte[], String) - 类 中的方法org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression and assert the resulting content does not exist.
doesNotExist() - 类 中的方法org.springframework.test.web.client.match.JsonPathRequestMatchers
Evaluate the JSON path expression against the request content and assert that a value does not exist at the given path.
doesNotExist() - 类 中的方法org.springframework.test.web.client.match.XpathRequestMatchers
Assert that content does not exist at the given XPath.
doesNotExist(String) - 类 中的方法org.springframework.test.web.reactive.server.HeaderAssertions
Expect that the header with the given name is not present.
doesNotExist() - 类 中的方法org.springframework.test.web.reactive.server.JsonPathAssertions
doesNotExist(String) - 类 中的方法org.springframework.test.web.servlet.result.CookieResultMatchers
Assert a cookie does not exist.
doesNotExist(String) - 类 中的方法org.springframework.test.web.servlet.result.HeaderResultMatchers
Assert that the named response header does not exist.
doesNotExist() - 类 中的方法org.springframework.test.web.servlet.result.JsonPathResultMatchers
Evaluate the JSON path expression against the response content and assert that a non-null value does not exist at the given path.
doesNotExist() - 类 中的方法org.springframework.test.web.servlet.result.XpathResultMatchers
Evaluate the XPath and assert that content doesn't exist.
doesNotHaveJsonPath(String) - 类 中的方法org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert that a value, including null values, does not exist at the given path.
doesNotHaveJsonPath() - 类 中的方法org.springframework.test.web.client.match.JsonPathRequestMatchers
Evaluate the JSON path expression against the supplied content and assert that a value, including null values, does not exist at the given path.
doesNotHaveJsonPath() - 类 中的方法org.springframework.test.web.reactive.server.JsonPathAssertions
doesNotHaveJsonPath() - 类 中的方法org.springframework.test.web.servlet.result.JsonPathResultMatchers
Evaluate the JSON path expression against the supplied content and assert that a value, including null values, does not exist at the given path.
doEvaluate(String, Class, javax.servlet.jsp.el.FunctionMapper) - 类 中的方法org.springframework.mock.web.MockExpressionEvaluator
 
doExecute(InteractionSpec, Record, Record, RecordExtractor<T>) - 类 中的方法org.springframework.jca.cci.core.CciTemplate
Execute the specified interaction on an EIS with CCI.
doExecute(SqlParameterSource) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
Delegate method that executes the call using the passed-in SqlParameterSource.
doExecute(Object...) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
Delegate method that executes the call using the passed-in array of parameters.
doExecute(Map<String, ?>) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
Delegate method that executes the call using the passed-in Map of parameters.
doExecute(Map<String, ?>) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcInsert
Delegate method that executes the insert using the passed-in Map of parameters.
doExecute(SqlParameterSource) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcInsert
Delegate method that executes the insert using the passed-in SqlParameterSource.
doExecute(URI, HttpMethod, AsyncRequestCallback, ResponseExtractor<T>) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
Execute the given method on the provided URI.
doExecute(URI, HttpMethod, RequestCallback, ResponseExtractor<T>) - 类 中的方法org.springframework.web.client.RestTemplate
Execute the given method on the provided URI.
doExecuteAndReturnKey(Map<String, ?>) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method that provides execution of the insert using the passed-in Map of parameters and returning a generated key.
doExecuteAndReturnKey(SqlParameterSource) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method that provides execution of the insert using the passed-in SqlParameterSource and returning a generated key.
doExecuteAndReturnKeyHolder(Map<String, ?>) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method that provides execution of the insert using the passed-in Map of parameters and returning all generated keys.
doExecuteAndReturnKeyHolder(SqlParameterSource) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcInsert
Method that provides execution of the insert using the passed-in SqlParameterSource and returning all generated keys.
doExecuteBatch(Map<String, ?>...) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcInsert
Delegate method that executes a batch insert using the passed-in Maps of parameters.
doExecuteBatch(SqlParameterSource...) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcInsert
Delegate method that executes a batch insert using the passed-in SqlParameterSources.
doExecuteRequest(HttpInvokerClientConfiguration, ByteArrayOutputStream) - 类 中的方法org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Execute a request to send the given serialized remote invocation.
doExecuteRequest(HttpInvokerClientConfiguration, ByteArrayOutputStream) - 类 中的方法org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Execute the given request through the HttpClient.
doExecuteRequest(HttpInvokerClientConfiguration, ByteArrayOutputStream) - 类 中的方法org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
Execute the given request through a standard HttpURLConnection.
doFilter(ServletRequest, ServletResponse) - 类 中的方法org.springframework.mock.web.MockFilterChain
Invoke registered Filters and/or Servlet also saving the request and response.
doFilter(ServletRequest, ServletResponse) - 类 中的方法org.springframework.mock.web.PassThroughFilterChain
Pass the call on to the Filter/Servlet.
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法org.springframework.web.filter.CompositeFilter
Forms a temporary chain from the list of delegate filters supplied (CompositeFilter.setFilters(java.util.List<? extends javax.servlet.Filter>)) and executes them in order.
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法org.springframework.web.filter.DelegatingFilterProxy
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法org.springframework.web.filter.OncePerRequestFilter
This doFilter implementation stores a request attribute for "already filtered", proceeding without filtering again if the attribute is already there.
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法org.springframework.web.servlet.resource.ResourceUrlEncodingFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类 中的方法org.springframework.web.filter.AbstractRequestLoggingFilter
Forwards the request to the next filter in the chain and delegates down to the subclasses to perform the actual request logging both before and after the request is processed.
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类 中的方法org.springframework.web.filter.CharacterEncodingFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类 中的方法org.springframework.web.filter.CorsFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类 中的方法org.springframework.web.filter.ForwardedHeaderFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类 中的方法org.springframework.web.filter.HiddenHttpMethodFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类 中的方法org.springframework.web.filter.HttpPutFormContentFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类 中的方法org.springframework.web.filter.OncePerRequestFilter
Same contract as for doFilter, but guaranteed to be just invoked once per request within a single request thread.
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类 中的方法org.springframework.web.filter.RelativeRedirectFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类 中的方法org.springframework.web.filter.RequestContextFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类 中的方法org.springframework.web.filter.ShallowEtagHeaderFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类 中的方法org.springframework.web.multipart.support.MultipartFilter
Check for a multipart request via this filter's MultipartResolver, and wrap the original request with a MultipartHttpServletRequest if appropriate.
doFinally() - 类 中的方法org.springframework.web.servlet.tags.BindErrorsTag
 
doFinally() - 类 中的方法org.springframework.web.servlet.tags.BindTag
 
doFinally() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Disposes of the BindStatus instance.
doFinally() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
Clean up any attributes and stored resources.
doFinally() - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Clears the stored TagWriter.
doFinally() - 类 中的方法org.springframework.web.servlet.tags.form.LabelTag
Disposes of the TagWriter instance.
doFinally() - 类 中的方法org.springframework.web.servlet.tags.form.SelectTag
Clears the TagWriter that might have been left over when using nested options.
doFinally() - 类 中的方法org.springframework.web.servlet.tags.NestedPathTag
 
doFinally() - 类 中的方法org.springframework.web.servlet.tags.RequestContextAwareTag
 
doFinally(Consumer<SignalType>) - 类 中的方法reactor.core.publisher.Flux
Add behavior (side-effect) triggered after the Flux terminates for any reason, including cancellation.
doFinally(Consumer<SignalType>) - 类 中的方法reactor.core.publisher.Mono
Add behavior triggering after the Mono terminates for any reason, including cancellation.
doFindPathMatchingFileResources(Resource, String) - 类 中的方法org.springframework.web.context.support.ServletContextResourcePatternResolver
Overridden version which checks for ServletContextResource and uses ServletContext.getResourcePaths to find matching resources below the web application root directory.
doGet(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.context.support.LiveBeansViewServlet
 
doGet(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Delegate GET requests to processRequest/doService.
doGetAsyncDedicatedConnection() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
doGetConnection(RedisConnectionFactory, boolean, boolean, boolean) - 类 中的静态方法org.springframework.data.redis.core.RedisConnectionUtils
Gets a Redis connection.
doGetConnection(ConnectionFactory) - 类 中的静态方法org.springframework.jca.cci.connection.ConnectionFactoryUtils
Actually obtain a CCI Connection from the given ConnectionFactory.
doGetConnection(ConnectionSpec) - 类 中的方法org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
This implementation delegates to the getConnection(ConnectionSpec) method of the target ConnectionFactory, passing in the specified user credentials.
doGetConnection(DataSource) - 类 中的静态方法org.springframework.jdbc.datasource.DataSourceUtils
Actually obtain a JDBC Connection from the given DataSource.
doGetConnection(String, String) - 类 中的方法org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
Applies the current isolation level value and read-only flag to the returned Connection.
doGetConnection(String, String) - 类 中的方法org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
This implementation delegates to the getConnection(username, password) method of the target DataSource, passing in the specified user credentials.
doGetConnection(String, String) - 类 中的方法org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
Builds a WebSphere JDBCConnectionSpec object for the current settings and calls WSDataSource.getConnection(JDBCConnectionSpec).
doGetIsNewStrategy(Class<?>) - 类 中的方法org.springframework.data.support.IsNewStrategyFactorySupport
Determine the actual IsNewStrategy to be used for the given type.
doGetJtaTransaction(UserTransaction) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Get a JTA transaction object for the given current UserTransaction.
doGetTransaction() - 类 中的方法org.springframework.jca.cci.connection.CciLocalTransactionManager
 
doGetTransaction() - 类 中的方法org.springframework.jdbc.datasource.DataSourceTransactionManager
 
doGetTransaction() - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
This implementation returns a JtaTransactionObject instance for the JTA UserTransaction.
doGetTransaction() - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Return a transaction object for the current transaction state.
doHandleMessage(Message) - 类 中的方法org.springframework.data.redis.listener.KeyExpirationEventMessageListener
 
doHandleMessage(Message) - 类 中的方法org.springframework.data.redis.listener.KeyspaceEventMessageListener
Handle the actual message
doInCallableStatement(CallableStatement) - 接口 中的方法org.springframework.jdbc.core.CallableStatementCallback
Gets called by JdbcTemplate.execute with an active JDBC CallableStatement.
doInConnection(Connection, ConnectionFactory) - 接口 中的方法org.springframework.jca.cci.core.ConnectionCallback
Gets called by CciTemplate.execute with an active CCI Connection.
doInConnection(Connection) - 接口 中的方法org.springframework.jdbc.core.ConnectionCallback
Gets called by JdbcTemplate.execute with an active JDBC Connection.
doInContext(Context) - 接口 中的方法org.springframework.jndi.JndiCallback
Do something with the given JNDI context.
doInInteraction(Interaction, ConnectionFactory) - 接口 中的方法org.springframework.jca.cci.core.InteractionCallback
Gets called by CciTemplate.execute with an active CCI Interaction.
doInit(Jedis) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisSentinelConnection
Do what ever is required to establish the connection to redis.
doInitBody() - 类 中的方法org.springframework.web.servlet.tags.EscapeBodyTag
 
doInitBody() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
 
doInKeyValue(KeyValueAdapter) - 类 中的方法org.springframework.data.redis.core.RedisKeyValueTemplate.RedisKeyValueCallback
 
doInPreparedStatement(PreparedStatement) - 接口 中的方法org.springframework.jdbc.core.PreparedStatementCallback
Gets called by JdbcTemplate.execute with an active JDBC PreparedStatement.
doInPreparedStatement(PreparedStatement) - 类 中的方法org.springframework.jdbc.core.support.AbstractLobCreatingPreparedStatementCallback
 
doInRedis(ReactiveRedisConnection) - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisCallback
Gets called by ReactiveRedisTemplate.execute(ReactiveRedisCallback) with an active Redis connection.
doInRedis(RedisConnection) - 接口 中的方法org.springframework.data.redis.core.RedisCallback
Gets called by RedisTemplate with an active Redis connection.
doInRedis(RedisClusterConnection) - 接口 中的方法org.springframework.data.redis.core.RedisClusterCallback
Gets called by RedisClusterTemplate with an active Redis connection.
doInRedis(RedisKeyValueAdapter) - 类 中的方法org.springframework.data.redis.core.RedisKeyValueTemplate.RedisKeyValueCallback
 
doInStatement(Statement) - 接口 中的方法org.springframework.jdbc.core.StatementCallback
Gets called by JdbcTemplate.execute with an active JDBC Statement.
doInTransaction(TransactionStatus) - 接口 中的方法org.springframework.transaction.support.TransactionCallback
doInTransaction(TransactionStatus) - 类 中的方法org.springframework.transaction.support.TransactionCallbackWithoutResult
 
doInTransactionWithoutResult(TransactionStatus) - 类 中的方法org.springframework.transaction.support.TransactionCallbackWithoutResult
Gets called by TransactionTemplate.execute within a transactional context.
doInvoke(MethodInvocation) - 类 中的方法org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Perform the given invocation on the current EJB home.
doInvoke(MethodInvocation) - 类 中的方法org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
This implementation "creates" a new EJB instance for each invocation.
doInvoke(MethodInvocation) - 类 中的方法org.springframework.jmx.access.MBeanClientInterceptor
Route the invocation to the configured managed resource.
doInvoke(HessianSkeleton, InputStream, OutputStream) - 类 中的方法org.springframework.remoting.caucho.HessianExporter
Actually invoke the skeleton with the given streams.
doInvoke(MethodInvocation) - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Perform a JAX-WS service invocation based on the given method invocation.
doInvoke(MethodInvocation, Object) - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Perform a JAX-WS service invocation on the given port stub.
doInvoke(MethodInvocation, Object) - 类 中的方法org.springframework.remoting.rmi.JndiRmiClientInterceptor
Perform the given invocation on the given RMI stub.
doInvoke(MethodInvocation, RmiInvocationHandler) - 类 中的方法org.springframework.remoting.rmi.JndiRmiClientInterceptor
Apply the given AOP method invocation to the given RmiInvocationHandler.
doInvoke(MethodInvocation, Remote) - 类 中的方法org.springframework.remoting.rmi.RmiClientInterceptor
Perform the given invocation on the given RMI stub.
doInvoke(MethodInvocation, RmiInvocationHandler) - 类 中的方法org.springframework.remoting.rmi.RmiClientInterceptor
Apply the given AOP method invocation to the given RmiInvocationHandler.
doInvoke(Object...) - 类 中的方法org.springframework.web.method.support.InvocableHandlerMethod
Invoke the handler method with the given argument values.
doJtaBegin(JtaTransactionObject, TransactionDefinition) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Perform a JTA begin on the JTA UserTransaction or TransactionManager.
doJtaBegin(JtaTransactionObject, TransactionDefinition) - 类 中的方法org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
doJtaResume(JtaTransactionObject, Object) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Perform a JTA resume on the JTA TransactionManager.
doJtaResume(JtaTransactionObject, Object) - 类 中的方法org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
doJtaSuspend(JtaTransactionObject) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Perform a JTA suspend on the JTA TransactionManager.
domain(String) - 接口 中的方法org.springframework.http.ResponseCookie.ResponseCookieBuilder
Set the cookie "Domain" attribute.
domain(String, Matcher<? super String>) - 类 中的方法org.springframework.test.web.servlet.result.CookieResultMatchers
Assert a cookie's domain with a Hamcrest Matcher.
domain(String, String) - 类 中的方法org.springframework.test.web.servlet.result.CookieResultMatchers
Assert a cookie's domain value.
DomainClassConverter<T extends org.springframework.core.convert.ConversionService & org.springframework.core.convert.converter.ConverterRegistry> - org.springframework.data.repository.support中的类
Converter to convert arbitrary input into domain classes managed by Spring Data CrudRepositorys.
DomainClassConverter(T) - 类 的构造器org.springframework.data.repository.support.DomainClassConverter
Creates a new DomainClassConverter for the given ConversionService.
doMatch(String, String, boolean, Map<String, String>) - 类 中的方法org.springframework.util.AntPathMatcher
Actually match the given path against the given pattern.
DOMDifferenceEngine - org.xmlunit.diff中的类
Difference engine based on DOM.
DOMDifferenceEngine() - 类 的构造器org.xmlunit.diff.DOMDifferenceEngine
 
DOMNodeInfo(Node) - 类 的构造器org.xmlunit.diff.XPathContext.DOMNodeInfo
 
DomUtils - org.springframework.util.xml中的类
Convenience methods for working with the DOM API, in particular for working with DOM Nodes and DOM Elements.
DomUtils() - 类 的构造器org.springframework.util.xml.DomUtils
 
done() - 类 中的方法org.springframework.util.concurrent.ListenableFutureTask
 
doOnCancel(Runnable) - 类 中的方法reactor.core.publisher.Flux
Add behavior (side-effect) triggered when the Flux is cancelled.
doOnCancel(Runnable) - 类 中的方法reactor.core.publisher.Mono
Add behavior triggered when the Mono is cancelled.
doOnCancel(Runnable) - 类 中的方法reactor.core.publisher.ParallelFlux
Run the specified runnable when a 'rail' receives a cancellation.
doOnComplete(Runnable) - 类 中的方法reactor.core.publisher.Flux
Add behavior (side-effect) triggered when the Flux completes successfully.
doOnComplete(Runnable) - 类 中的方法reactor.core.publisher.ParallelFlux
Run the specified runnable when a 'rail' completes.
doOnEach(Consumer<? super Signal<T>>) - 类 中的方法reactor.core.publisher.Flux
Add behavior (side-effects) triggered when the Flux emits an item, fails with an error or completes successfully.
doOnEach(Consumer<? super Signal<T>>) - 类 中的方法reactor.core.publisher.Mono
Add behavior triggered when the Mono emits an item, fails with an error or completes successfully.
doOnEach(Consumer<? super Signal<T>>) - 类 中的方法reactor.core.publisher.ParallelFlux
Triggers side-effects when the ParallelFlux emits an item, fails with an error or completes successfully.
doOnError(Consumer<? super Throwable>) - 类 中的方法reactor.core.publisher.Flux
Add behavior (side-effect) triggered when the Flux completes with an error.
doOnError(Class<E>, Consumer<? super E>) - 类 中的方法reactor.core.publisher.Flux
Add behavior (side-effect) triggered when the Flux completes with an error matching the given exception type.
doOnError(Predicate<? super Throwable>, Consumer<? super Throwable>) - 类 中的方法reactor.core.publisher.Flux
Add behavior (side-effect) triggered when the Flux completes with an error matching the given exception.
doOnError(Consumer<? super Throwable>) - 类 中的方法reactor.core.publisher.Mono
Add behavior triggered when the Mono completes with an error.
doOnError(Class<E>, Consumer<? super E>) - 类 中的方法reactor.core.publisher.Mono
Add behavior triggered when the Mono completes with an error matching the given exception type.
doOnError(Predicate<? super Throwable>, Consumer<? super Throwable>) - 类 中的方法reactor.core.publisher.Mono
Add behavior triggered when the Mono completes with an error matching the given predicate.
doOnError(Consumer<? super Throwable>) - 类 中的方法reactor.core.publisher.ParallelFlux
Call the specified consumer with the exception passing through any 'rail'.
doOnNext(Consumer<? super T>) - 类 中的方法reactor.core.publisher.Flux
Add behavior (side-effect) triggered when the Flux emits an item.
doOnNext(Consumer<? super T>) - 类 中的方法reactor.core.publisher.Mono
Add behavior triggered when the Mono emits a data successfully.
doOnNext(Consumer<? super T>) - 类 中的方法reactor.core.publisher.ParallelFlux
Call the specified consumer with the current element passing through any 'rail'.
doOnRequest(LongConsumer) - 类 中的方法reactor.core.publisher.Flux
Add behavior (side-effect) triggering a LongConsumer when this Flux receives any request.
doOnRequest(LongConsumer) - 类 中的方法reactor.core.publisher.Mono
Add behavior triggering a LongConsumer when the Mono receives any request.
doOnRequest(LongConsumer) - 类 中的方法reactor.core.publisher.ParallelFlux
Call the specified consumer with the request amount if any rail receives a request.
doOnSubscribe(Consumer<? super Subscription>) - 类 中的方法reactor.core.publisher.Flux
Add behavior (side-effect) triggered when the Flux is subscribed.
doOnSubscribe(Consumer<? super Subscription>) - 类 中的方法reactor.core.publisher.Mono
Add behavior triggered when the Mono is subscribed.
doOnSubscribe(Consumer<? super Subscription>) - 类 中的方法reactor.core.publisher.ParallelFlux
Call the specified callback when a 'rail' receives a Subscription from its upstream.
doOnSuccess(Consumer<? super T>) - 类 中的方法reactor.core.publisher.Mono
Add behavior triggered when the Mono completes successfully.
doOnSuccessOrError(BiConsumer<? super T, Throwable>) - 类 中的方法reactor.core.publisher.Mono
Add behavior triggered when the Mono terminates, either by completing successfully or with an error.
doOnTerminate(Runnable) - 类 中的方法reactor.core.publisher.Flux
Add behavior (side-effect) triggered when the Flux terminates, either by completing successfully or with an error.
doOnTerminate(Runnable) - 类 中的方法reactor.core.publisher.Mono
Add behavior triggered when the Mono terminates, either by completing successfully or with an error.
doOnTerminate(Runnable) - 类 中的方法reactor.core.publisher.ParallelFlux
Triggered when the ParallelFlux terminates, either by completing successfully or with an error.
doOpen(long) - 类 中的方法org.springframework.data.redis.core.ScanCursor
Customization hook when calling ScanCursor.open().
doOptions(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.FrameworkServlet
doParse(Element, BeanDefinitionBuilder) - 类 中的方法org.springframework.data.repository.config.ResourceReaderRepositoryPopulatorBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - 类 中的方法org.springframework.scheduling.config.ExecutorBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - 类 中的方法org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
 
doParse(Element, BeanDefinitionBuilder) - 类 中的方法org.springframework.scheduling.config.SchedulerBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - 类 中的方法org.springframework.web.servlet.config.FreeMarkerConfigurerBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - 类 中的方法org.springframework.web.servlet.config.ScriptTemplateConfigurerBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - 类 中的方法org.springframework.web.servlet.config.TilesConfigurerBeanDefinitionParser
 
doParseExpression(String, ParserContext) - 类 中的方法org.springframework.expression.common.TemplateAwareExpressionParser
Actually parse the expression string and return an Expression object.
doParseExpression(String, ParserContext) - 类 中的方法org.springframework.expression.spel.standard.SpelExpressionParser
 
doPartialUpdate(PartialUpdate<?>) - 类 中的方法org.springframework.data.redis.core.RedisKeyValueTemplate
 
doPost(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.FrameworkServlet
doPsubscribe(byte[]...) - 类 中的方法org.springframework.data.redis.connection.util.AbstractSubscription
Subscribe to the given patterns
doPUnsubscribe(boolean, byte[]...) - 类 中的方法org.springframework.data.redis.connection.util.AbstractSubscription
Pattern unsubscribe.
doPut(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.FrameworkServlet
doReadRemoteInvocation(ObjectInputStream) - 类 中的方法org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Perform the actual reading of an invocation result object from the given ObjectInputStream.
doReadRemoteInvocationResult(ObjectInputStream) - 类 中的方法org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Perform the actual reading of an invocation object from the given ObjectInputStream.
doRegister(RedisMessageListenerContainer) - 类 中的方法org.springframework.data.redis.listener.KeyExpirationEventMessageListener
 
doRegister(RedisMessageListenerContainer) - 类 中的方法org.springframework.data.redis.listener.KeyspaceEventMessageListener
Register instance within the container.
doRegister(Object, ObjectName) - 类 中的方法org.springframework.jmx.support.MBeanRegistrationSupport
Actually register the MBean with the server.
doRegisterAfterCompletionWithJtaTransaction(JtaTransactionObject, List<TransactionSynchronization>) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Register a JTA synchronization on the JTA TransactionManager, for calling afterCompletion on the given Spring TransactionSynchronizations.
doRegisterAfterCompletionWithJtaTransaction(JtaTransactionObject, List<TransactionSynchronization>) - 类 中的方法org.springframework.transaction.jta.WebSphereUowTransactionManager
Registers the synchronizations as interposed JTA Synchronization on the UOWManager.
doReleaseConnection(Connection, ConnectionFactory) - 类 中的静态方法org.springframework.jca.cci.connection.ConnectionFactoryUtils
Actually close the given Connection, obtained from the given ConnectionFactory.
doReleaseConnection(Connection, DataSource) - 类 中的静态方法org.springframework.jdbc.datasource.DataSourceUtils
Actually close the given Connection, obtained from the given DataSource.
doRender(Map<String, Object>, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.freemarker.FreeMarkerView
Render the FreeMarker view to the given response, using the given model map which contains the complete template model to use.
doResolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
Actually resolve the given exception that got thrown during handler execution, returning a ModelAndView that represents a specific error page if appropriate.
doResolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver
 
doResolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Actually resolve the given exception that got thrown during on handler execution, returning a ModelAndView that represents a specific error page if appropriate.
doResolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver
 
doResolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
 
doResolveHandlerMethodException(HttpServletRequest, HttpServletResponse, HandlerMethod, Exception) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver
Actually resolve the given exception that got thrown during on handler execution, returning a ModelAndView that represents a specific error page if appropriate.
doResolveHandlerMethodException(HttpServletRequest, HttpServletResponse, HandlerMethod, Exception) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Find an @ExceptionHandler method and invoke it to handle the raised exception.
doResume(Object, Object) - 类 中的方法org.springframework.jca.cci.connection.CciLocalTransactionManager
 
doResume(Object, Object) - 类 中的方法org.springframework.jdbc.datasource.DataSourceTransactionManager
 
doResume(Object, Object) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
 
doResume(Object, Object) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Resume the resources of the current transaction.
doRetrieveMatchingServletContextResources(ServletContext, String, String, Set<Resource>) - 类 中的方法org.springframework.web.context.support.ServletContextResourcePatternResolver
Recursively retrieve ServletContextResources that match the given pattern, adding them to the given result set.
doRollback(DefaultTransactionStatus) - 类 中的方法org.springframework.jca.cci.connection.CciLocalTransactionManager
 
doRollback(DefaultTransactionStatus) - 类 中的方法org.springframework.jdbc.datasource.DataSourceTransactionManager
 
doRollback(DefaultTransactionStatus) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
 
doRollback(DefaultTransactionStatus) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Perform an actual rollback of the given transaction.
doScan(long, ScanOptions) - 类 中的方法org.springframework.data.redis.core.KeyBoundCursor
 
doScan(byte[], long, ScanOptions) - 类 中的方法org.springframework.data.redis.core.KeyBoundCursor
 
doScan(long, ScanOptions) - 类 中的方法org.springframework.data.redis.core.ScanCursor
Performs the actual scan command using the native client implementation.
doSend(MimeMessage[], Object[]) - 类 中的方法org.springframework.mail.javamail.JavaMailSenderImpl
Actually send the given array of MimeMessages via JavaMail.
doService(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.DispatcherServlet
Exposes the DispatcherServlet-specific request attributes and delegates to DispatcherServlet.doDispatch(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) for the actual dispatching.
doService(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Subclasses must implement this method to do the work of request handling, receiving a centralized callback for GET, POST, PUT and DELETE.
doSetNestedPath(String) - 类 中的方法org.springframework.validation.AbstractErrors
Actually set the nested path.
doSetRollbackOnly(DefaultTransactionStatus) - 类 中的方法org.springframework.jca.cci.connection.CciLocalTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - 类 中的方法org.springframework.jdbc.datasource.DataSourceTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
 
doSetRollbackOnly(DefaultTransactionStatus) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Set the given transaction rollback-only.
doSetValue(PreparedStatement, int, Object) - 类 中的方法org.springframework.jdbc.core.ArgumentPreparedStatementSetter
Set the value for prepared statements specified parameter index using the passed in value.
doSetValue(PreparedStatement, int, int, Object) - 类 中的方法org.springframework.jdbc.core.ArgumentTypePreparedStatementSetter
Set the value for the prepared statement's specified parameter position using the passed in value and type.
doStartTag() - 类 中的方法org.springframework.web.servlet.tags.NestedPathTag
 
doStartTag() - 类 中的方法org.springframework.web.servlet.tags.RequestContextAwareTag
Create and expose the current RequestContext.
doStartTagInternal() - 类 中的方法org.springframework.web.servlet.tags.BindErrorsTag
 
doStartTagInternal() - 类 中的方法org.springframework.web.servlet.tags.BindTag
 
doStartTagInternal() - 类 中的方法org.springframework.web.servlet.tags.EscapeBodyTag
 
doStartTagInternal() - 类 中的方法org.springframework.web.servlet.tags.EvalTag
 
doStartTagInternal() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractFormTag
Provide a simple template method that calls AbstractFormTag.createTagWriter() and passes the created TagWriter to the AbstractFormTag.writeTagContent(TagWriter) method.
doStartTagInternal() - 类 中的方法org.springframework.web.servlet.tags.HtmlEscapeTag
 
doStartTagInternal() - 类 中的方法org.springframework.web.servlet.tags.MessageTag
 
doStartTagInternal() - 类 中的方法org.springframework.web.servlet.tags.RequestContextAwareTag
Called by doStartTag to perform the actual work.
doStartTagInternal() - 类 中的方法org.springframework.web.servlet.tags.TransformTag
 
doStartTagInternal() - 类 中的方法org.springframework.web.servlet.tags.UrlTag
 
doSubscribe(byte[]...) - 类 中的方法org.springframework.data.redis.connection.util.AbstractSubscription
Subscribe to the given channels.
doSuspend(Object) - 类 中的方法org.springframework.jca.cci.connection.CciLocalTransactionManager
 
doSuspend(Object) - 类 中的方法org.springframework.jdbc.datasource.DataSourceTransactionManager
 
doSuspend(Object) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
 
doSuspend(Object) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Suspend the resources of the current transaction.
doTask(int, Object, ConcurrentReferenceHashMap<K, V>.Task<T>) - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap.Segment
Apply an update operation to this segment.
doTrace(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.FrameworkServlet
doTranslate(String, String, SQLException) - 类 中的方法org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
Template method for actually translating the given exception.
doTranslate(String, String, SQLException) - 类 中的方法org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
 
doTranslate(String, String, SQLException) - 类 中的方法org.springframework.jdbc.support.SQLExceptionSubclassTranslator
 
doTranslate(String, String, SQLException) - 类 中的方法org.springframework.jdbc.support.SQLStateSQLExceptionTranslator
 
doubleValue() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicDouble
 
doubleValue() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicInteger
 
doubleValue() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicLong
 
doUnregister(ObjectName) - 类 中的方法org.springframework.jmx.support.MBeanRegistrationSupport
Actually unregister the specified MBean from the server.
doUnsubscribe(boolean, byte[]...) - 类 中的方法org.springframework.data.redis.connection.util.AbstractSubscription
Channel unsubscribe.
doValidate(Object) - 类 中的方法org.springframework.validation.beanvalidation.BeanValidationPostProcessor
Perform validation of the given bean.
doWith(Field) - 类 中的方法org.springframework.data.util.AnnotationDetectionFieldCallback
 
doWith(Method) - 类 中的方法org.springframework.data.util.AnnotationDetectionMethodCallback
 
doWith(Field) - 接口 中的方法org.springframework.util.ReflectionUtils.FieldCallback
Perform an operation using the given field.
doWith(Method) - 接口 中的方法org.springframework.util.ReflectionUtils.MethodCallback
Perform an operation using the given method.
doWithFields(Class<?>, ReflectionUtils.FieldCallback) - 类 中的静态方法org.springframework.util.ReflectionUtils
Invoke the given callback on all fields in the target class, going up the class hierarchy to get all declared fields.
doWithFields(Class<?>, ReflectionUtils.FieldCallback, ReflectionUtils.FieldFilter) - 类 中的静态方法org.springframework.util.ReflectionUtils
Invoke the given callback on all fields in the target class, going up the class hierarchy to get all declared fields.
doWithLocalFields(Class<?>, ReflectionUtils.FieldCallback) - 类 中的静态方法org.springframework.util.ReflectionUtils
Invoke the given callback on all locally declared fields in the given class.
doWithLocalMethods(Class<?>, ReflectionUtils.MethodCallback) - 类 中的静态方法org.springframework.util.ReflectionUtils
Perform the given callback operation on all matching methods of the given class, as locally declared or equivalent thereof (such as default methods on Java 8 based interfaces that the given class implements).
doWithMethods(Class<?>, ReflectionUtils.MethodCallback) - 类 中的静态方法org.springframework.util.ReflectionUtils
Perform the given callback operation on all matching methods of the given class and superclasses.
doWithMethods(Class<?>, ReflectionUtils.MethodCallback, ReflectionUtils.MethodFilter) - 类 中的静态方法org.springframework.util.ReflectionUtils
Perform the given callback operation on all matching methods of the given class and superclasses (or given interface and super-interfaces).
doWithRequest(AsyncClientHttpRequest) - 接口 中的方法org.springframework.web.client.AsyncRequestCallback
已过时。
doWithRequest(ClientHttpRequest) - 接口 中的方法org.springframework.web.client.RequestCallback
downgradeDifferencesToEqual(ComparisonType...) - 类 中的静态方法org.xmlunit.diff.DifferenceEvaluators
Creates a DifferenceEvaluator that returns a EQUAL result for differences found in one of the given ComparisonTypes.
downgradeDifferencesToSimilar(ComparisonType...) - 类 中的静态方法org.xmlunit.diff.DifferenceEvaluators
Creates a DifferenceEvaluator that returns a SIMILAR result for differences (Comparisons that are not EQUAL) found in one of the given ComparisonTypes.
downstreamCount() - 类 中的方法reactor.core.publisher.DirectProcessor
 
downstreamCount() - 类 中的方法reactor.core.publisher.EmitterProcessor
 
downstreamCount() - 类 中的方法reactor.core.publisher.FluxProcessor
Return the number of active Subscriber or -1 if untracked.
downstreamCount() - 类 中的方法reactor.core.publisher.MonoProcessor
Return the number of active Subscriber or -1 if untracked.
downstreamCount() - 类 中的方法reactor.core.publisher.ReplayProcessor
 
downstreamCount() - 类 中的方法reactor.core.publisher.UnicastProcessor
 
doWork(Work) - 类 中的方法org.springframework.jca.work.SimpleTaskWorkManager
 
doWork(Work, long, ExecutionContext, WorkListener) - 类 中的方法org.springframework.jca.work.SimpleTaskWorkManager
 
doWork(Work) - 类 中的方法org.springframework.jca.work.WorkManagerTaskExecutor
 
doWork(Work, long, ExecutionContext, WorkListener) - 类 中的方法org.springframework.jca.work.WorkManagerTaskExecutor
 
doWriteRemoteInvocation(RemoteInvocation, ObjectOutputStream) - 类 中的方法org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Perform the actual writing of the given invocation object to the given ObjectOutputStream.
doWriteRemoteInvocationResult(RemoteInvocationResult, ObjectOutputStream) - 类 中的方法org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Perform the actual writing of the given invocation result object to the given ObjectOutputStream.
drain(InputStream) - 类 中的静态方法org.springframework.util.StreamUtils
Drain the remaining content of the given InputStream.
drain() - 类 中的方法reactor.core.publisher.TopicProcessor
 
drain() - 类 中的方法reactor.core.publisher.WorkQueueProcessor
 
drainSubscriber() - 类 中的静态方法reactor.core.publisher.Operators
Return a singleton Subscriber that does not check for double onSubscribe and purely request Long.MAX.
drainTo(Collection<? super E>, int) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
drainTo(Collection<? super E>) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
DriverManagerDataSource - org.springframework.jdbc.datasource中的类
Simple implementation of the standard JDBC DataSource interface, configuring the plain old JDBC DriverManager via bean properties, and returning a new Connection from every getConnection call.
DriverManagerDataSource() - 类 的构造器org.springframework.jdbc.datasource.DriverManagerDataSource
Constructor for bean-style configuration.
DriverManagerDataSource(String) - 类 的构造器org.springframework.jdbc.datasource.DriverManagerDataSource
Create a new DriverManagerDataSource with the given JDBC URL, not specifying a username or password for JDBC access.
DriverManagerDataSource(String, String, String) - 类 的构造器org.springframework.jdbc.datasource.DriverManagerDataSource
Create a new DriverManagerDataSource with the given standard DriverManager parameters.
DriverManagerDataSource(String, Properties) - 类 的构造器org.springframework.jdbc.datasource.DriverManagerDataSource
Create a new DriverManagerDataSource with the given JDBC URL, not specifying a username or password for JDBC access.
dropTables(String...) - 类 中的方法org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
Convenience method for dropping all of the specified tables.
dropTables(String...) - 类 中的方法org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
Convenience method for dropping all of the specified tables.
dropTables(JdbcTemplate, String...) - 类 中的静态方法org.springframework.test.jdbc.JdbcTestUtils
Drop the specified tables.
dump(byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
dump(byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
dump(byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisKeyCommands
Retrieve serialized version of the value stored at key.
dump(K) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Retrieve serialized version of the value stored at key.
dump(K) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
Executes the Redis dump command and returns the results.
dump(Object) - 类 中的方法org.yaml.snakeyaml.Yaml
Serialize a Java object into a YAML String.
dump(Object, Writer) - 类 中的方法org.yaml.snakeyaml.Yaml
Serialize a Java object into a YAML stream.
dumpAll(Iterator<? extends Object>) - 类 中的方法org.yaml.snakeyaml.Yaml
Serialize a sequence of Java objects into a YAML String.
dumpAll(Iterator<? extends Object>, Writer) - 类 中的方法org.yaml.snakeyaml.Yaml
Serialize a sequence of Java objects into a YAML stream.
dumpAs(Object, Tag, DumperOptions.FlowStyle) - 类 中的方法org.yaml.snakeyaml.Yaml
Serialize a Java object into a YAML string.
dumpAsMap(Object) - 类 中的方法org.yaml.snakeyaml.Yaml
Serialize a Java object into a YAML string.
DumperOptions - org.yaml.snakeyaml中的类
 
DumperOptions() - 类 的构造器org.yaml.snakeyaml.DumperOptions
 
dumperOptions - 类 中的变量org.yaml.snakeyaml.Yaml
 
DumperOptions.FlowStyle - org.yaml.snakeyaml中的枚举
Block styles use indentation to denote nesting and scope within the document.
DumperOptions.LineBreak - org.yaml.snakeyaml中的枚举
Platform dependent line break.
DumperOptions.ScalarStyle - org.yaml.snakeyaml中的枚举
YAML provides a rich set of scalar styles.
DumperOptions.Version - org.yaml.snakeyaml中的枚举
Specification version.
duplicateOnSubscribeException() - 类 中的静态方法reactor.core.Exceptions
 

E

Eager - org.springframework.data.repository.cdi中的注释类型
Annotation to mark repository interfaces to be instantiated eagerly in a CDI context.
echo(byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
echo(String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
echo(byte[]) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
echo(byte[]) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
echo(byte[]) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
echo(byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisConnectionCommands
Returns message via server roundtrip.
echo(String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Returns message via server roundtrip.
EditorAwareTag - org.springframework.web.servlet.tags中的接口
Interface to be implemented by JSP tags that expose a PropertyEditor for a property that they are currently bound to.
EisOperation - org.springframework.jca.cci.object中的类
Base class for EIS operation objects that work with the CCI API.
EisOperation() - 类 的构造器org.springframework.jca.cci.object.EisOperation
 
Ejb3TransactionAnnotationParser - org.springframework.transaction.annotation中的类
Strategy implementation for parsing EJB3's javax.ejb.TransactionAttribute annotation.
Ejb3TransactionAnnotationParser() - 类 的构造器org.springframework.transaction.annotation.Ejb3TransactionAnnotationParser
 
EjbAccessException - org.springframework.ejb.access中的异常错误
Exception that gets thrown when an EJB stub cannot be accessed properly.
EjbAccessException(String) - 异常错误 的构造器org.springframework.ejb.access.EjbAccessException
Constructor for EjbAccessException.
EjbAccessException(String, Throwable) - 异常错误 的构造器org.springframework.ejb.access.EjbAccessException
Constructor for EjbAccessException.
elapsed() - 类 中的方法reactor.core.publisher.Flux
Map this Flux into Tuple2<Long, T> of timemillis and source data.
elapsed(Scheduler) - 类 中的方法reactor.core.publisher.Flux
Map this Flux into Tuple2<Long, T> of timemillis and source data.
elapsed() - 类 中的方法reactor.core.publisher.Mono
Map this Mono into Tuple2<Long, T> of timemillis and source data.
elapsed(Scheduler) - 类 中的方法reactor.core.publisher.Mono
Map this Mono sequence into Tuple2<Long, T> of timemillis and source data.
elastic() - 类 中的静态方法reactor.core.scheduler.Schedulers
Scheduler that dynamically creates ExecutorService-based Workers and caches the thread pools, reusing them once the Workers have been shut down.
element() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
element() - 接口 中的方法reactor.core.Fuseable.QueueSubscription
 
elementAt(long) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveListCommands.LIndexCommand
Creates a new ReactiveListCommands.LIndexCommand given an index.
elementAt(long) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveListCommands.LSetCommand
Creates a new ReactiveListCommands.LSetCommand given an index.
elementAt(int) - 类 中的方法reactor.core.publisher.Flux
Emit only the element at the given index position or IndexOutOfBoundsException if the sequence is shorter.
elementAt(int, T) - 类 中的方法reactor.core.publisher.Flux
Emit only the element at the given index position or fall back to a default value if the sequence is shorter.
ElementInstantiationException(String) - 异常错误 的构造器org.springframework.util.AutoPopulatingList.ElementInstantiationException
 
ElementInstantiationException(String, Throwable) - 异常错误 的构造器org.springframework.util.AutoPopulatingList.ElementInstantiationException
 
elements() - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
elements() - 接口 中的方法org.springframework.http.server.PathContainer
The list of path elements, either PathContainer.Separator or PathContainer.PathSegment.
ElementSelector - org.xmlunit.diff中的接口
Strategy used by DefaultNodeMatcher for selecting matching elements.
ElementSelectors - org.xmlunit.diff中的类
Common ElementSelector implementations.
ElementSelectors.ConditionalSelectorBuilder - org.xmlunit.diff中的接口
Allows to build complex ElementSelectors by combining simpler blocks.
ElementSelectors.ConditionalSelectorBuilderThen - org.xmlunit.diff中的接口
elseUse(ElementSelector) - 接口 中的方法org.xmlunit.diff.ElementSelectors.ConditionalSelectorBuilder
Assigns a default ElementSelector that is used if all whens have returned false.
Elvis - org.springframework.expression.spel.ast中的类
Represents the elvis operator ?
Elvis(int, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.Elvis
 
EmbeddedDatabase - org.springframework.jdbc.datasource.embedded中的接口
EmbeddedDatabase serves as a handle to an embedded database instance.
EmbeddedDatabaseBuilder - org.springframework.jdbc.datasource.embedded中的类
A builder that provides a convenient API for constructing an embedded database.
EmbeddedDatabaseBuilder() - 类 的构造器org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Create a new embedded database builder with a DefaultResourceLoader.
EmbeddedDatabaseBuilder(ResourceLoader) - 类 的构造器org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Create a new embedded database builder with the given ResourceLoader.
EmbeddedDatabaseConfigurer - org.springframework.jdbc.datasource.embedded中的接口
EmbeddedDatabaseConfigurer encapsulates the configuration required to create, connect to, and shut down a specific type of embedded database such as HSQL, H2, or Derby.
EmbeddedDatabaseFactory - org.springframework.jdbc.datasource.embedded中的类
Factory for creating an EmbeddedDatabase instance.
EmbeddedDatabaseFactory() - 类 的构造器org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
 
EmbeddedDatabaseFactoryBean - org.springframework.jdbc.datasource.embedded中的类
A subclass of EmbeddedDatabaseFactory that implements FactoryBean for registration as a Spring bean.
EmbeddedDatabaseFactoryBean() - 类 的构造器org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
 
EmbeddedDatabaseType - org.springframework.jdbc.datasource.embedded中的枚举
A supported embedded database type.
emit(Event) - 接口 中的方法org.yaml.snakeyaml.emitter.Emitable
 
emit(Event) - 类 中的方法org.yaml.snakeyaml.emitter.Emitter
 
Emitable - org.yaml.snakeyaml.emitter中的接口
 
Emitter - org.yaml.snakeyaml.emitter中的类
Emitter expects events obeying the following grammar: stream ::= STREAM-START document* STREAM-END document ::= DOCUMENT-START node DOCUMENT-END node ::= SCALAR | sequence | mapping sequence ::= SEQUENCE-START node* SEQUENCE-END mapping ::= MAPPING-START (node node)* MAPPING-END
Emitter(Writer, DumperOptions) - 类 的构造器org.yaml.snakeyaml.emitter.Emitter
 
EmitterException - org.yaml.snakeyaml.emitter中的异常错误
 
EmitterException(String) - 异常错误 的构造器org.yaml.snakeyaml.emitter.EmitterException
 
EmitterProcessor<T> - reactor.core.publisher中的类
An implementation of a RingBuffer backed message-passing Processor implementing publish-subscribe with synchronous (thread-stealing and happen-before interactions) drain loops.
empty() - 类 中的静态方法org.springframework.data.redis.connection.RedisClusterNode.SlotRange
 
EMPTY - 类 中的静态变量org.springframework.data.repository.core.support.PropertiesBasedNamedQueries
 
empty() - 类 中的静态方法org.springframework.data.repository.core.support.RepositoryComposition
Create an empty RepositoryComposition.
empty() - 类 中的静态方法org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragments
empty() - 接口 中的静态方法org.springframework.data.util.Streamable
Returns an empty Streamable.
empty() - 类 中的静态方法org.springframework.http.CacheControl
Return an empty directive.
empty() - 类 中的静态方法org.springframework.http.ContentDisposition
Return an empty content disposition.
EMPTY - 类 中的静态变量org.springframework.http.HttpEntity
The empty HttpEntity, with no body or headers.
EMPTY - 类 中的静态变量org.springframework.http.HttpHeaders
The empty HttpHeaders instance (immutable).
EMPTY - 类 中的静态变量org.springframework.jmx.export.metadata.ManagedAttribute
 
empty - 类 中的变量org.yaml.snakeyaml.emitter.ScalarAnalysis
 
EMPTY - 类 中的静态变量org.yaml.snakeyaml.resolver.Resolver
 
empty() - 类 中的静态方法reactor.core.publisher.Flux
Create a Flux that completes without emitting any item.
empty() - 类 中的静态方法reactor.core.publisher.Mono
Create a Mono that completes without emitting any item.
empty() - 接口 中的静态方法reactor.util.context.Context
Return an empty Context
emptyActivatedContextBuilder() - 类 中的静态方法org.springframework.mock.jndi.SimpleNamingContextBuilder
If no SimpleNamingContextBuilder is already configuring JNDI, create and activate one.
emptyInput() - 类 中的静态方法org.springframework.util.StreamUtils
Return an efficient empty InputStream.
EmptySqlParameterSource - org.springframework.jdbc.core.namedparam中的类
A simple empty implementation of the SqlParameterSource interface.
EmptySqlParameterSource() - 类 的构造器org.springframework.jdbc.core.namedparam.EmptySqlParameterSource
 
emptySubscriber() - 类 中的静态方法reactor.core.publisher.Operators
A Subscriber that is expected to be used as a placeholder and never actually be called.
emptySubscription() - 类 中的静态方法reactor.core.publisher.Operators
A singleton enumeration that represents a no-op Subscription instance that can be freely given out to clients.
enable() - 类 中的方法org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer
Enable forwarding to the "default" Servlet.
enable(String) - 类 中的方法org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer
Enable forwarding to the "default" Servlet identified by the given name.
enableAsync - 类 中的变量org.springframework.scheduling.annotation.AbstractAsyncConfiguration
 
EnableAsync - org.springframework.scheduling.annotation中的注释类型
Enables Spring's asynchronous method execution capability, similar to functionality found in Spring's <task:*> XML namespace.
enableContentNegotiation(View...) - 类 中的方法org.springframework.web.servlet.config.annotation.ViewResolverRegistry
Enable use of a ContentNegotiatingViewResolver to front all other configured view resolvers and select among all selected Views based on media types requested by the client (e.g. in the Accept header).
enableContentNegotiation(boolean, View...) - 类 中的方法org.springframework.web.servlet.config.annotation.ViewResolverRegistry
Enable use of a ContentNegotiatingViewResolver to front all other configured view resolvers and select among all selected Views based on media types requested by the client (e.g. in the Accept header).
EnabledIf - org.springframework.test.context.junit.jupiter中的注释类型
@EnabledIf is used to signal that the annotated test class or test method is enabled and should be executed if the supplied EnabledIf.expression() evaluates to true.
EnabledIfCondition - org.springframework.test.context.junit.jupiter中的类
EnabledIfCondition is an org.junit.jupiter.api.extension.ExecutionCondition that supports the @EnabledIf annotation when using the Spring TestContext Framework in conjunction with JUnit 5's Jupiter programming model.
EnabledIfCondition() - 类 的构造器org.springframework.test.context.junit.jupiter.EnabledIfCondition
 
enableIndenting(Transformer) - 类 中的静态方法org.springframework.util.xml.TransformerUtils
Enable indenting for the supplied Transformer.
enableIndenting(Transformer, int) - 类 中的静态方法org.springframework.util.xml.TransformerUtils
Enable indenting for the supplied Transformer.
EnableRedisRepositories - org.springframework.data.redis.repository.configuration中的注释类型
Annotation to activate Redis repositories.
EnableScheduling - org.springframework.scheduling.annotation中的注释类型
Enables Spring's scheduled task execution capability, similar to functionality found in Spring's <task:*> XML namespace.
EnableSpringDataWebSupport - org.springframework.data.web.config中的注释类型
Annotation to automatically register the following beans for usage with Spring MVC.
EnableSpringDataWebSupport.QuerydslActivator - org.springframework.data.web.config中的类
Import selector to register QuerydslWebConfiguration as configuration class if Querydsl is on the classpath.
EnableSpringDataWebSupport.SpringDataWebConfigurationImportSelector - org.springframework.data.web.config中的类
Import selector to import the appropriate configuration class depending on whether Spring HATEOAS is present on the classpath.
EnableTransactionManagement - org.springframework.transaction.annotation中的注释类型
Enables Spring's annotation-driven transaction management capability, similar to the support found in Spring's <tx:*> XML namespace.
enableTx - 类 中的变量org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
 
EnableWebMvc - org.springframework.web.servlet.config.annotation中的注释类型
Adding this annotation to an @Configuration class imports the Spring MVC configuration from WebMvcConfigurationSupport, e.g.:
 @Configuration
 @EnableWebMvc
 @ComponentScan(basePackageClasses = MyConfiguration.class)
 public class MyConfiguration {

 }
 

 To customize the imported configuration, implement the interface
 WebMvcConfigurer and override individual methods, e.g.:

 
 @Configuration
 @EnableWebMvc
 @ComponentScan(basePackageClasses = MyConfiguration.class)
 public class MyConfiguration implements WebMvcConfigurer {

           @Override
           public void addFormatters(FormatterRegistry formatterRegistry) {
         formatterRegistry.addConverter(new MyConverter());
           }

           @Override
           public void configureMessageConverters(List<HttpMessageConverter<?
encode(String) - 类 中的静态方法org.springframework.data.redis.connection.util.DecodeUtils
 
encode(Publisher<?>, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - 类 中的方法org.springframework.http.codec.json.AbstractJackson2Encoder
 
encode(Object, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - 类 中的方法org.springframework.http.codec.xml.Jaxb2XmlEncoder
 
encode(byte[]) - 类 中的静态方法org.springframework.util.Base64Utils
Base64-encode the given byte array.
encode() - 类 中的方法org.springframework.web.util.UriComponents
A variant of UriComponents.encode(Charset) that uses "UTF-8" as the charset.
encode(Charset) - 类 中的方法org.springframework.web.util.UriComponents
Encode each URI component by percent encoding illegal characters, which includes non-US-ASCII characters, and also characters that are otherwise illegal within a given URI component type, as defined in RFC 3986.
encode(String, String) - 类 中的静态方法org.springframework.web.util.UriUtils
Variant of UriUtils.decode(String, Charset) with a String charset.
encode(String, Charset) - 类 中的静态方法org.springframework.web.util.UriUtils
Encode all characters that are either illegal, or have any reserved meaning, anywhere within a URI, as defined in RFC 3986.
encode(byte[]) - 类 中的静态方法org.yaml.snakeyaml.external.biz.base64Coder.Base64Coder
Encodes a byte array into Base64 format.
encode(byte[], int) - 类 中的静态方法org.yaml.snakeyaml.external.biz.base64Coder.Base64Coder
Encodes a byte array into Base64 format.
encode(byte[], int, int) - 类 中的静态方法org.yaml.snakeyaml.external.biz.base64Coder.Base64Coder
Encodes a byte array into Base64 format.
encode(String) - 类 中的静态方法org.yaml.snakeyaml.util.UriEncoder
Escape special characters with '%'
encodeAuthority(String, String) - 类 中的静态方法org.springframework.web.util.UriUtils
Encode the given URI authority with the given encoding.
encodeAuthority(String, Charset) - 类 中的静态方法org.springframework.web.util.UriUtils
Encode the given URI authority with the given encoding.
encodeFragment(String, String) - 类 中的静态方法org.springframework.web.util.UriUtils
Encode the given URI fragment with the given encoding.
encodeFragment(String, Charset) - 类 中的静态方法org.springframework.web.util.UriUtils
Encode the given URI fragment with the given encoding.
encodeHost(String, String) - 类 中的静态方法org.springframework.web.util.UriUtils
Encode the given URI host with the given encoding.
encodeHost(String, Charset) - 类 中的静态方法org.springframework.web.util.UriUtils
Encode the given URI host with the given encoding.
encodeLines(byte[]) - 类 中的静态方法org.yaml.snakeyaml.external.biz.base64Coder.Base64Coder
Encodes a byte array into Base 64 format and breaks the output into lines of 76 characters.
encodeLines(byte[], int, int, int, String) - 类 中的静态方法org.yaml.snakeyaml.external.biz.base64Coder.Base64Coder
Encodes a byte array into Base 64 format and breaks the output into lines.
encodeMap(Map<String, byte[]>) - 类 中的静态方法org.springframework.data.redis.connection.util.DecodeUtils
 
encodePath(String, String) - 类 中的静态方法org.springframework.web.util.UriUtils
Encode the given URI path with the given encoding.
encodePath(String, Charset) - 类 中的静态方法org.springframework.web.util.UriUtils
Encode the given URI path with the given encoding.
encodePathSegment(String, String) - 类 中的静态方法org.springframework.web.util.UriUtils
Encode the given URI path segment with the given encoding.
encodePathSegment(String, Charset) - 类 中的静态方法org.springframework.web.util.UriUtils
Encode the given URI path segment with the given encoding.
encodePort(String, String) - 类 中的静态方法org.springframework.web.util.UriUtils
Encode the given URI port with the given encoding.
encodePort(String, Charset) - 类 中的静态方法org.springframework.web.util.UriUtils
Encode the given URI port with the given encoding.
encodeQuery(String, String) - 类 中的静态方法org.springframework.web.util.UriUtils
Encode the given URI query with the given encoding.
encodeQuery(String, Charset) - 类 中的静态方法org.springframework.web.util.UriUtils
Encode the given URI query with the given encoding.
encodeQueryParam(String, String) - 类 中的静态方法org.springframework.web.util.UriUtils
Encode the given URI query parameter with the given encoding.
encodeQueryParam(String, Charset) - 类 中的静态方法org.springframework.web.util.UriUtils
Encode the given URI query parameter with the given encoding.
encoder(Encoder<?>) - 接口 中的方法org.springframework.http.codec.ClientCodecConfigurer.MultipartCodecs
Add a Part Encoder, internally wrapped with EncoderHttpMessageWriter.
encoder(Encoder<?>) - 接口 中的方法org.springframework.http.codec.CodecConfigurer.CustomCodecs
Add a custom Encoder, internally wrapped with EncoderHttpMessageWriter.
encodeRedirectURL(String) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
The default implementation delegates to MockHttpServletResponse.encodeURL(java.lang.String), returning the given URL String as-is.
encodeRedirectUrl(String) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
已过时。
EncoderHttpMessageWriter<T> - org.springframework.http.codec中的类
HttpMessageWriter that wraps and delegates to an Encoder.
EncoderHttpMessageWriter(Encoder<T>) - 类 的构造器org.springframework.http.codec.EncoderHttpMessageWriter
Create an instance wrapping the given Encoder.
encodeScheme(String, String) - 类 中的静态方法org.springframework.web.util.UriUtils
Encode the given URI scheme with the given encoding.
encodeScheme(String, Charset) - 类 中的静态方法org.springframework.web.util.UriUtils
Encode the given URI scheme with the given encoding.
encodeString(String) - 类 中的静态方法org.yaml.snakeyaml.external.biz.base64Coder.Base64Coder
Encodes a string into Base64 format.
encodeToString(byte[]) - 类 中的静态方法org.springframework.util.Base64Utils
Base64-encode the given byte array to a String.
encodeToUrlSafeString(byte[]) - 类 中的静态方法org.springframework.util.Base64Utils
Base64-encode the given byte array to a String using the RFC 4648 "URL and Filename Safe Alphabet".
encodeUriVariables(Map<String, ?>) - 类 中的静态方法org.springframework.web.util.UriUtils
Convenience method to apply UriUtils.encode(String, Charset) to all given URI variable values.
encodeUriVariables(Object...) - 类 中的静态方法org.springframework.web.util.UriUtils
Convenience method to apply UriUtils.encode(String, Charset) to all given URI variable values.
encodeURL(String) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
The default implementation returns the given URL String as-is.
encodeUrl(String) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
已过时。
encodeUrlSafe(byte[]) - 类 中的静态方法org.springframework.util.Base64Utils
Base64-encode the given byte array using the RFC 4648 "URL and Filename Safe Alphabet".
encodeUserInfo(String, String) - 类 中的静态方法org.springframework.web.util.UriUtils
Encode the given URI user info with the given encoding.
encodeUserInfo(String, Charset) - 类 中的静态方法org.springframework.web.util.UriUtils
Encode the given URI user info with the given encoding.
ENCODING - 类 中的静态变量org.springframework.data.redis.support.collections.AbstractRedisCollection
 
encoding(String) - 类 中的方法org.springframework.test.web.servlet.result.ContentResultMatchers
Assert the character encoding in the ServletResponse.
ENCODING_GZIP - 类 中的静态变量org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
end() - 类 中的静态方法org.springframework.test.context.transaction.TestTransaction
Immediately force a commit or rollback of the current test-managed transaction, according to the rollback flag.
endMark - 类 中的变量org.yaml.snakeyaml.nodes.Node
 
endpointActivation(MessageEndpointFactory, ActivationSpec) - 类 中的方法org.springframework.jca.context.SpringContextResourceAdapter
This implementation always throws a NotSupportedException.
endpointDeactivation(MessageEndpointFactory, ActivationSpec) - 类 中的方法org.springframework.jca.context.SpringContextResourceAdapter
This implementation does nothing.
endsWithIgnoreCase(String, String) - 类 中的静态方法org.springframework.util.StringUtils
Test if the given String ends with the specified suffix, ignoring upper/lower case.
endTag() - 类 中的方法org.springframework.web.servlet.tags.form.TagWriter
Close the current tag.
endTag(boolean) - 类 中的方法org.springframework.web.servlet.tags.form.TagWriter
Close the current tag, allowing to enforce a full closing tag.
enhance(UriComponentsBuilder, MethodParameter, Object) - 类 中的方法org.springframework.data.web.HateoasPageableHandlerMethodArgumentResolver
 
enhance(UriComponentsBuilder, MethodParameter, Object) - 类 中的方法org.springframework.data.web.HateoasSortHandlerMethodArgumentResolver
 
enlistResource(XAResource) - 类 中的方法org.springframework.transaction.jta.ManagedTransactionAdapter
 
enterCompilationScope() - 类 中的方法org.springframework.expression.spel.CodeFlow
Enter a new compilation scope, usually due to nested expression evaluation.
enterScope(Map<String, Object>) - 类 中的方法org.springframework.expression.spel.ExpressionState
 
enterScope() - 类 中的方法org.springframework.expression.spel.ExpressionState
 
enterScope(String, Object) - 类 中的方法org.springframework.expression.spel.ExpressionState
 
EntityExchangeResult<T> - org.springframework.test.web.reactive.server中的类
ExchangeResult sub-class that exposes the response body fully extracted to a representation of type <T>.
EntityInformation<T,ID> - org.springframework.data.repository.core中的接口
Extension of EntityMetadata to add functionality to query information of entity instances.
EntityMetadata<T> - org.springframework.data.repository.core中的接口
Metadata for entity types.
entries() - 接口 中的方法org.springframework.data.redis.core.BoundHashOperations
Get entire hash at the bound key.
entries(H) - 接口 中的方法org.springframework.data.redis.core.HashOperations
Get entire hash stored at key.
entries(H) - 接口 中的方法org.springframework.data.redis.core.ReactiveHashOperations
Get entire hash stored at key.
entries(String) - 类 中的方法org.springframework.data.redis.core.RedisKeyValueAdapter
 
Entry(K, V) - 类 的构造器org.springframework.util.ConcurrentReferenceHashMap.Entry
 
entrySet() - 类 中的方法org.springframework.data.redis.core.convert.Bucket
A set view of the mappings contained in this bucket.
entrySet() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisMap
 
entrySet() - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
entrySet() - 类 中的方法org.springframework.http.HttpHeaders
 
entrySet() - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap
 
entrySet() - 类 中的方法org.springframework.util.LinkedCaseInsensitiveMap
 
entrySet() - 类 中的方法org.springframework.util.LinkedMultiValueMap
 
EOF_STATEMENT_SEPARATOR - 类 中的静态变量org.springframework.jdbc.datasource.init.ScriptUtils
End of file (EOF) SQL statement separator: "^^^ END OF SCRIPT ^^^".
equalityCheck(EvaluationContext, Object, Object) - 类 中的静态方法org.springframework.expression.spel.ast.Operator
Perform an equality check for the given operand values.
equals(Object) - 类 中的方法org.springframework.data.redis.connection.DefaultTuple
 
equals(Object) - 类 中的方法org.springframework.data.redis.connection.RedisNode
 
equals(Object) - 类 中的方法org.springframework.data.redis.connection.util.ByteArrayWrapper
 
equals(Object) - 类 中的方法org.springframework.data.redis.core.DefaultTypedTuple
 
equals(Object) - 类 中的方法org.springframework.data.redis.core.index.RedisIndexDefinition
 
equals(Object) - 类 中的方法org.springframework.data.redis.support.collections.AbstractRedisCollection
 
equals(Object) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisMap
 
equals(Object) - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
equals(Object) - 类 中的方法org.springframework.data.redis.Version
已过时。
 
equals(Object) - 类 中的方法org.springframework.data.repository.init.RepositoriesPopulatedEvent
 
equals(Object) - 类 中的方法org.springframework.data.util.ParentTypeAwareTypeInformation
 
equals(Object) - 类 中的方法org.springframework.data.util.Version
 
equals(Object) - 类 中的方法org.springframework.expression.TypedValue
 
equals(Object) - 类 中的方法org.springframework.http.ContentDisposition
 
equals(Object) - 类 中的方法org.springframework.http.HttpCookie
 
equals(Object) - 类 中的方法org.springframework.http.HttpEntity
 
equals(Object) - 类 中的方法org.springframework.http.HttpHeaders
 
equals(Object) - 类 中的方法org.springframework.http.RequestEntity
 
equals(Object) - 类 中的方法org.springframework.http.ResponseCookie
 
equals(Object) - 类 中的方法org.springframework.http.ResponseEntity
 
equals(Object) - 类 中的方法org.springframework.jca.context.SpringContextResourceAdapter
 
equals(Object) - 类 中的方法org.springframework.jmx.support.NotificationListenerHolder
 
equals(Object) - 类 中的方法org.springframework.mail.SimpleMailMessage
 
equals(Object) - 类 中的方法org.springframework.scheduling.support.CronSequenceGenerator
 
equals(Object) - 类 中的方法org.springframework.scheduling.support.CronTrigger
 
equals(Object) - 类 中的方法org.springframework.scheduling.support.PeriodicTrigger
 
equals(Object) - 类 中的方法org.springframework.test.context.ContextConfigurationAttributes
Determine if the supplied object is equal to this ContextConfigurationAttributes instance by comparing both object's declaring class, locations, annotated classes, inheritLocations flag, context initializer classes, inheritInitializers flag, and the ContextLoader class.
equals(Object) - 类 中的方法org.springframework.test.context.MergedContextConfiguration
Determine if the supplied object is equal to this MergedContextConfiguration instance by comparing both object's locations, annotated classes, context initializer classes, active profiles, property source locations, property source properties, parents, and the fully qualified names of their ContextLoaders.
equals(Object) - 类 中的方法org.springframework.test.context.web.WebMergedContextConfiguration
Determine if the supplied object is equal to this WebMergedContextConfiguration instance by comparing both object's locations, annotated classes, context initializer classes, active profiles, resource base path, parents, and the fully qualified names of their ContextLoaders.
equals(Object) - 类 中的方法org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
 
equals(Object) - 类 中的方法org.springframework.transaction.annotation.Ejb3TransactionAnnotationParser
 
equals(Object) - 类 中的方法org.springframework.transaction.annotation.JtaTransactionAnnotationParser
 
equals(Object) - 类 中的方法org.springframework.transaction.annotation.SpringTransactionAnnotationParser
 
equals(Object) - 类 中的方法org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
 
equals(Object) - 类 中的方法org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
 
equals(Object) - 类 中的方法org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
 
equals(Object) - 类 中的方法org.springframework.transaction.interceptor.RollbackRuleAttribute
 
equals(Object) - 类 中的方法org.springframework.transaction.support.DefaultTransactionDefinition
This implementation compares the toString() results.
equals(Object) - 类 中的方法org.springframework.transaction.support.DelegatingTransactionDefinition
 
equals(Object) - 类 中的方法org.springframework.transaction.support.TransactionTemplate
 
equals(Object) - 类 中的方法org.springframework.util.AutoPopulatingList
 
equals(Object) - 类 中的方法org.springframework.util.comparator.BooleanComparator
 
equals(Object) - 类 中的方法org.springframework.util.comparator.CompoundComparator
已过时。
 
equals(Object) - 类 中的方法org.springframework.util.comparator.InvertibleComparator
已过时。
 
equals(Object) - 类 中的方法org.springframework.util.comparator.NullSafeComparator
 
equals(Object) - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap.Entry
 
equals(Object) - 类 中的方法org.springframework.util.LinkedCaseInsensitiveMap
 
equals(Object) - 类 中的方法org.springframework.util.LinkedMultiValueMap
 
equals(Object) - 类 中的方法org.springframework.util.MimeType
 
equals(Object) - 类 中的方法org.springframework.validation.AbstractBindingResult
 
equals(Object) - 异常错误 中的方法org.springframework.validation.BindException
 
equals(Object) - 类 中的方法org.springframework.validation.FieldError
 
equals(Object) - 类 中的方法org.springframework.validation.ObjectError
 
equals(Object) - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
equals(Object) - 类 中的方法org.springframework.web.context.support.ServletContextResource
This implementation compares the underlying ServletContext resource locations.
equals(Object) - 类 中的方法org.springframework.web.method.ControllerAdviceBean
 
equals(Object) - 类 中的方法org.springframework.web.method.HandlerMethod
 
equals(Object) - 类 中的方法org.springframework.web.servlet.FlashMap
 
equals(Object) - 类 中的方法org.springframework.web.servlet.mvc.condition.AbstractRequestCondition
 
equals(Object) - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo
 
equals(Object) - 类 中的方法org.springframework.web.util.pattern.PathPattern
 
equals(Object) - 类 中的方法org.xmlunit.diff.AbstractDifferenceEngine.ComparisonState
 
equals(Object) - 类 中的方法org.yaml.snakeyaml.events.Event
 
equals(Object) - 类 中的方法org.yaml.snakeyaml.introspector.Property
 
equals(Object) - 类 中的方法org.yaml.snakeyaml.nodes.Node
Two Nodes are never equal.
equals(Object) - 类 中的方法org.yaml.snakeyaml.nodes.Tag
 
equals(Object) - 类 中的方法org.yaml.snakeyaml.tokens.Token
 
equals(Object) - 类 中的方法reactor.util.function.Tuple2
 
equals(Object) - 类 中的方法reactor.util.function.Tuple3
 
equals(Object) - 类 中的方法reactor.util.function.Tuple4
 
equals(Object) - 类 中的方法reactor.util.function.Tuple5
 
equals(Object) - 类 中的方法reactor.util.function.Tuple6
 
equals(Object) - 类 中的方法reactor.util.function.Tuple7
 
equals(Object) - 类 中的方法reactor.util.function.Tuple8
 
error(SAXParseException) - 类 中的方法org.springframework.util.xml.SimpleSaxErrorHandler
 
error(TransformerException) - 类 中的方法org.springframework.util.xml.SimpleTransformErrorListener
 
error(Throwable) - 类 中的静态方法reactor.core.publisher.Flux
Create a Flux that terminates with the specified error immediately after being subscribed to.
error(Throwable, boolean) - 类 中的静态方法reactor.core.publisher.Flux
Create a Flux that terminates with the specified error, either immediately after being subscribed to or after being first requested.
error(Throwable) - 接口 中的方法reactor.core.publisher.FluxSink
 
error(Throwable) - 类 中的静态方法reactor.core.publisher.Mono
Create a Mono that terminates with the specified error immediately after being subscribed to.
error(Throwable) - 接口 中的方法reactor.core.publisher.MonoSink
Terminate with the give exception Calling this method multiple times or after the other terminating methods is an unsupported operation.
error(Subscriber<?>, Throwable) - 类 中的静态方法reactor.core.publisher.Operators
Calls onSubscribe on the target Subscriber with the empty instance followed by a call to onError with the supplied error.
error(Throwable) - 接口 中的静态方法reactor.core.publisher.Signal
Creates and returns a Signal of variety Type.FAILED, which holds the error.
error(Throwable, Context) - 接口 中的静态方法reactor.core.publisher.Signal
Creates and returns a Signal of variety Type.FAILED, which holds the error and the Context associated with the erroring source.
error(Throwable) - 接口 中的方法reactor.core.publisher.SynchronousSink
 
ERROR - 类 中的静态变量reactor.core.Scannable.Attr
a Throwable attribute which indicate an error state if the scanned component keeps track of it.
error(String) - 接口 中的方法reactor.util.Logger
Log a message at the ERROR level.
error(String, Object...) - 接口 中的方法reactor.util.Logger
Log a message at the ERROR level according to the specified format and arguments.
error(String, Throwable) - 接口 中的方法reactor.util.Logger
Log an exception (throwable) at the ERROR level with an accompanying message.
ERROR_EXCEPTION_ATTRIBUTE - 类 中的静态变量org.springframework.web.util.WebUtils
 
ERROR_EXCEPTION_TYPE_ATTRIBUTE - 类 中的静态变量org.springframework.web.util.WebUtils
 
ERROR_MESSAGE_ATTRIBUTE - 类 中的静态变量org.springframework.web.util.WebUtils
 
ERROR_REQUEST_URI_ATTRIBUTE - 类 中的静态变量org.springframework.web.util.WebUtils
 
ERROR_SERVLET_NAME_ATTRIBUTE - 类 中的静态变量org.springframework.web.util.WebUtils
 
ERROR_STATUS_CODE_ATTRIBUTE - 类 中的静态变量org.springframework.web.util.WebUtils
Standard Servlet 2.3+ spec request attributes for error pages.
errorCallbackNotImplemented(Throwable) - 类 中的静态方法reactor.core.Exceptions
Return an UnsupportedOperationException indicating that the error callback on a subscriber was not implemented, yet an error was propagated.
errorCount(int) - 类 中的方法org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the total number of errors in the model.
ErrorHandler - org.springframework.util中的接口
A strategy for handling errors.
Errors - org.springframework.validation中的接口
Stores and exposes information about data-binding and validation errors for a specific object.
ERRORS_VARIABLE_NAME - 类 中的静态变量org.springframework.web.servlet.tags.BindErrorsTag
 
ErrorsMethodArgumentResolver - org.springframework.web.method.annotation中的类
Resolves Errors method arguments.
ErrorsMethodArgumentResolver() - 类 的构造器org.springframework.web.method.annotation.ErrorsMethodArgumentResolver
 
ErrorsTag - org.springframework.web.servlet.tags.form中的类
The <errors> tag renders field errors in an HTML 'span' tag.
ErrorsTag() - 类 的构造器org.springframework.web.servlet.tags.form.ErrorsTag
 
escape(String) - 接口 中的方法org.yaml.snakeyaml.external.com.google.gdata.util.common.base.Escaper
Returns the escaped form of a given literal string.
escape(Appendable) - 接口 中的方法org.yaml.snakeyaml.external.com.google.gdata.util.common.base.Escaper
Returns an Appendable instance which automatically escapes all text appended to it before passing the resulting text to an underlying Appendable.
escape(String) - 类 中的方法org.yaml.snakeyaml.external.com.google.gdata.util.common.base.PercentEscaper
 
escape(int) - 类 中的方法org.yaml.snakeyaml.external.com.google.gdata.util.common.base.PercentEscaper
Escapes the given Unicode code point in UTF-8.
escape(int) - 类 中的方法org.yaml.snakeyaml.external.com.google.gdata.util.common.base.UnicodeEscaper
Returns the escaped form of the given Unicode code point, or null if this code point does not need to be escaped.
escape(String) - 类 中的方法org.yaml.snakeyaml.external.com.google.gdata.util.common.base.UnicodeEscaper
Returns the escaped form of a given literal string.
escape(Appendable) - 类 中的方法org.yaml.snakeyaml.external.com.google.gdata.util.common.base.UnicodeEscaper
Returns an Appendable instance which automatically escapes all text appended to it before passing the resulting text to an underlying Appendable.
ESCAPE_CODES - 类 中的静态变量org.yaml.snakeyaml.scanner.ScannerImpl
A mapping from a character to a number of bytes to read-ahead for that escape sequence.
ESCAPE_REPLACEMENTS - 类 中的静态变量org.yaml.snakeyaml.scanner.ScannerImpl
A mapping from an escaped character in the input stream to the character that they should be replaced with.
EscapeBodyTag - org.springframework.web.servlet.tags中的类
The <escapeBody> tag is used to escape its enclosed body content, applying HTML escaping and/or JavaScript escaping.
EscapeBodyTag() - 类 的构造器org.springframework.web.servlet.tags.EscapeBodyTag
 
EscapedErrors - org.springframework.web.bind中的类
Errors wrapper that adds automatic HTML escaping to the wrapped instance, for convenient usage in HTML views.
EscapedErrors(Errors) - 类 的构造器org.springframework.web.bind.EscapedErrors
Create a new EscapedErrors instance for the given source instance.
Escaper - org.yaml.snakeyaml.external.com.google.gdata.util.common.base中的接口
An object that converts literal text into a format safe for inclusion in a particular context (such as an XML document).
escapeSlow(String, int) - 类 中的方法org.yaml.snakeyaml.external.com.google.gdata.util.common.base.UnicodeEscaper
Returns the escaped form of a given literal string, starting at the given index.
ETAG - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP ETag header field name.
eTag(String) - 接口 中的方法org.springframework.http.ResponseEntity.HeadersBuilder
Set the entity tag of the body, as specified by the ETag header.
eval(byte[], ReturnType, int, byte[]...) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
eval(byte[], ReturnType, int, byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
eval(String, ReturnType, int, String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
NOTE: This method will not deserialize Strings returned by Lua scripts, as they may not be encoded with the same serializer used here.
eval(ByteBuffer, ReturnType, int, ByteBuffer...) - 接口 中的方法org.springframework.data.redis.connection.ReactiveScriptingCommands
Evaluate given script.
eval(byte[], ReturnType, int, byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisScriptingCommands
Evaluate given script.
eval(String, ReturnType, int, String...) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Evaluate given script.
eval(ReactiveRedisConnection, RedisScript<T>, ReturnType, int, ByteBuffer[], RedisElementReader<T>) - 类 中的方法org.springframework.data.redis.core.script.DefaultReactiveScriptExecutor
 
eval(RedisConnection, RedisScript<T>, ReturnType, int, byte[][], RedisSerializer<T>) - 类 中的方法org.springframework.data.redis.core.script.DefaultScriptExecutor
 
evalSha(String, ReturnType, int, byte[]...) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
evalSha(byte[], ReturnType, int, byte[]...) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
evalSha(String, ReturnType, int, byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
evalSha(byte[], ReturnType, int, byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
evalSha(String, ReturnType, int, String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
NOTE: This method will not deserialize Strings returned by Lua scripts, as they may not be encoded with the same serializer used here.
evalSha(String, ReturnType, int, ByteBuffer...) - 接口 中的方法org.springframework.data.redis.connection.ReactiveScriptingCommands
Evaluate given scriptSha.
evalSha(String, ReturnType, int, byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisScriptingCommands
Evaluate given scriptSha.
evalSha(byte[], ReturnType, int, byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisScriptingCommands
Evaluate given scriptSha.
evalSha(String, ReturnType, int, String...) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Evaluate given scriptSha.
EvalTag - org.springframework.web.servlet.tags中的类
The <eval> tag evaluates a Spring expression (SpEL) and either prints the result or assigns it to a variable.
EvalTag() - 类 的构造器org.springframework.web.servlet.tags.EvalTag
 
evaluate(String, Class, javax.servlet.jsp.el.VariableResolver, javax.servlet.jsp.el.FunctionMapper) - 类 中的方法org.springframework.mock.web.MockExpressionEvaluator
 
evaluate(ScriptSource) - 类 中的方法org.springframework.scripting.bsh.BshScriptEvaluator
 
evaluate(ScriptSource, Map<String, Object>) - 类 中的方法org.springframework.scripting.bsh.BshScriptEvaluator
 
evaluate(ScriptSource) - 类 中的方法org.springframework.scripting.groovy.GroovyScriptEvaluator
 
evaluate(ScriptSource, Map<String, Object>) - 类 中的方法org.springframework.scripting.groovy.GroovyScriptEvaluator
 
evaluate(ScriptSource) - 接口 中的方法org.springframework.scripting.ScriptEvaluator
Evaluate the given script.
evaluate(ScriptSource, Map<String, Object>) - 接口 中的方法org.springframework.scripting.ScriptEvaluator
Evaluate the given script with the given arguments.
evaluate(ScriptSource) - 类 中的方法org.springframework.scripting.support.StandardScriptEvaluator
 
evaluate(ScriptSource, Map<String, Object>) - 类 中的方法org.springframework.scripting.support.StandardScriptEvaluator
 
evaluate() - 类 中的方法org.springframework.test.context.junit4.statements.ProfileValueChecker
Determine if the test specified by arguments to the constructor is enabled in the current environment, as configured via the @IfProfileValue annotation.
evaluate() - 类 中的方法org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks
Evaluate the next Statement in the execution chain (typically an instance of RunAfters), catching any exceptions thrown, and then invoke TestContextManager.afterTestClass().
evaluate() - 类 中的方法org.springframework.test.context.junit4.statements.RunAfterTestExecutionCallbacks
Evaluate the next Statement in the execution chain (typically an instance of RunBeforeTestExecutionCallbacks), catching any exceptions thrown, and then invoke TestContextManager.afterTestExecution(java.lang.Object, java.lang.reflect.Method, java.lang.Throwable) supplying the first caught exception (if any).
evaluate() - 类 中的方法org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks
Evaluate the next Statement in the execution chain (typically an instance of RunAfters), catching any exceptions thrown, and then invoke TestContextManager.afterTestMethod(Object, Method, Throwable) supplying the first caught exception (if any).
evaluate() - 类 中的方法org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks
Invoke TestContextManager.beforeTestClass() and then evaluate the next Statement in the execution chain (typically an instance of RunBefores).
evaluate() - 类 中的方法org.springframework.test.context.junit4.statements.RunBeforeTestExecutionCallbacks
Invoke TestContextManager.beforeTestExecution(Object, Method) and then evaluate the next Statement in the execution chain (typically an instance of InvokeMethod).
evaluate() - 类 中的方法org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks
Invoke TestContextManager.beforeTestMethod(Object, Method) and then evaluate the next Statement in the execution chain (typically an instance of RunBefores).
evaluate() - 类 中的方法org.springframework.test.context.junit4.statements.RunPrepareTestInstanceCallbacks
Invoke TestContextManager.prepareTestInstance(Object) and then evaluate the next Statement in the execution chain (typically an instance of RunAfterTestMethodCallbacks).
evaluate() - 类 中的方法org.springframework.test.context.junit4.statements.SpringFailOnTimeout
Evaluate the next statement in the execution chain (typically an instance of SpringRepeat) and throw a TimeoutException if the next statement executes longer than the specified timeout.
evaluate() - 类 中的方法org.springframework.test.context.junit4.statements.SpringRepeat
Evaluate the next statement in the execution chain repeatedly, using the specified repeat count.
evaluate(String, Object) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractFormTag
Evaluate the supplied value for the supplied attribute name.
evaluate(Comparison, ComparisonResult) - 接口 中的方法org.xmlunit.diff.DifferenceEvaluator
May alter the outcome of a comparison.
evaluate(String, Source) - 类 中的方法org.xmlunit.xpath.JAXPXPathEngine
Evaluates an XPath expression and stringifies the result.
evaluate(String, Node) - 类 中的方法org.xmlunit.xpath.JAXPXPathEngine
Evaluates an XPath expression and stringifies the result.
evaluate(String, Source) - 接口 中的方法org.xmlunit.xpath.XPathEngine
Evaluates an XPath expression and stringifies the result.
evaluate(String, Node) - 接口 中的方法org.xmlunit.xpath.XPathEngine
Evaluates an XPath expression and stringifies the result.
evaluateExecutionCondition(ExtensionContext) - 类 中的方法org.springframework.test.context.junit.jupiter.DisabledIfCondition
Containers and tests are disabled if @DisabledIf is present on the corresponding test class or test method and the configured expression evaluates to true.
evaluateExecutionCondition(ExtensionContext) - 类 中的方法org.springframework.test.context.junit.jupiter.EnabledIfCondition
Containers and tests are enabled if @EnabledIf is present on the corresponding test class or test method and the configured expression evaluates to true.
evaluateScript(ScriptSource) - 类 中的方法org.springframework.scripting.support.StandardScriptFactory
 
evaluateXpath(Document, QName, Class<T>) - 类 中的方法org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression to given document.
EvaluationContext - org.springframework.expression中的接口
Expressions are executed in an evaluation context.
EvaluationContextExtension - org.springframework.data.repository.query.spi中的接口
SPI to allow adding a set of properties and function definitions accessible via the root of an EvaluationContext provided by a ExtensionAwareEvaluationContextProvider.
EvaluationContextExtensionSupport - org.springframework.data.repository.query.spi中的类
A base class for EvaluationContextExtensions.
EvaluationContextExtensionSupport() - 类 的构造器org.springframework.data.repository.query.spi.EvaluationContextExtensionSupport
 
EvaluationContextProvider - org.springframework.data.repository.query中的接口
Provides a way to access a centrally defined potentially shared StandardEvaluationContext.
EvaluationException - org.springframework.expression中的异常错误
Represent an exception that occurs during expression evaluation.
EvaluationException(String) - 异常错误 的构造器org.springframework.expression.EvaluationException
Create a new expression evaluation exception.
EvaluationException(String, Throwable) - 异常错误 的构造器org.springframework.expression.EvaluationException
Create a new expression evaluation exception.
EvaluationException(int, String) - 异常错误 的构造器org.springframework.expression.EvaluationException
Create a new expression evaluation exception.
EvaluationException(String, String) - 异常错误 的构造器org.springframework.expression.EvaluationException
Create a new expression evaluation exception.
EvaluationException(int, String, Throwable) - 异常错误 的构造器org.springframework.expression.EvaluationException
Create a new expression evaluation exception.
event(String) - 接口 中的方法org.springframework.http.codec.ServerSentEvent.Builder
Set the value of the event field.
event() - 类 中的方法org.springframework.http.codec.ServerSentEvent
Return the event field of this event, if available.
event() - 类 中的静态方法org.springframework.web.servlet.mvc.method.annotation.SseEmitter
 
Event - org.yaml.snakeyaml.events中的类
Basic unit of output from a Parser or input of a Emitter.
Event(Mark, Mark) - 类 的构造器org.yaml.snakeyaml.events.Event
 
Event.ID - org.yaml.snakeyaml.events中的枚举
 
EventPublishingRepositoryProxyPostProcessor - org.springframework.data.repository.core.support中的类
RepositoryProxyPostProcessor to register a MethodInterceptor to intercept the CrudRepository.save(Object) method and publish events potentially exposed via a method annotated with DomainEvents.
EventPublishingRepositoryProxyPostProcessor() - 类 的构造器org.springframework.data.repository.core.support.EventPublishingRepositoryProxyPostProcessor
 
ExampleMatcherAccessor - org.springframework.data.repository.core.support中的类
已过时。
ExampleMatcherAccessor(ExampleMatcher) - 类 的构造器org.springframework.data.repository.core.support.ExampleMatcherAccessor
已过时。
Creates a new ExampleMatcherAccessor for the given ExampleMatcher.
ExampleMatcherAccessor - org.springframework.data.support中的类
Accessor for the ExampleMatcher to use in modules that support query by example (QBE) querying.
ExampleMatcherAccessor() - 类 的构造器org.springframework.data.support.ExampleMatcherAccessor
 
EXCEPTION_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.DispatcherServlet
Name of request attribute that exposes an Exception resolved with an HandlerExceptionResolver but where no view was rendered (e.g. setting the status code).
EXCEPTION_HANDLER_METHODS - 类 中的静态变量org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
A filter for selecting @ExceptionHandler methods.
exceptionConverter() - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
 
exceptionConverter() - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
exceptionHandler - 类 中的变量org.springframework.scheduling.annotation.AbstractAsyncConfiguration
 
ExceptionHandler - org.springframework.web.bind.annotation中的注释类型
Annotation for handling exceptions in specific handler classes and/or handler methods.
exceptionHandler(WebExceptionHandler...) - 类 中的方法org.springframework.web.server.adapter.WebHttpHandlerBuilder
Add the given exception handler(s).
ExceptionHandlerExceptionResolver - org.springframework.web.servlet.mvc.method.annotation中的类
An AbstractHandlerMethodExceptionResolver that resolves exceptions through @ExceptionHandler methods.
ExceptionHandlerExceptionResolver() - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 
ExceptionHandlerMethodResolver - org.springframework.web.method.annotation中的类
Discovers @ExceptionHandler methods in a given class, including all of its superclasses, and helps to resolve a given Exception to the exception types supported by a given Method.
ExceptionHandlerMethodResolver(Class<?>) - 类 的构造器org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
A constructor that finds ExceptionHandler methods in the given type.
exceptionHandlers(Consumer<List<WebExceptionHandler>>) - 类 中的方法org.springframework.web.server.adapter.WebHttpHandlerBuilder
Manipulate the "live" list of currently configured exception handlers.
ExceptionHandlingWebHandler - org.springframework.web.server.handler中的类
WebHandler decorator that invokes one or more WebExceptionHandlers after the delegate WebHandler.
ExceptionHandlingWebHandler(WebHandler, List<WebExceptionHandler>) - 类 的构造器org.springframework.web.server.handler.ExceptionHandlingWebHandler
 
Exceptions - reactor.core中的类
Global Reactor Core Exception handling and utils to operate on.
ExceptionTranslationStrategy - org.springframework.data.redis中的接口
Potentially translates an Exception into appropriate DataAccessException.
ExceptionTypeFilter - org.springframework.util中的类
An InstanceFilter implementation that handles exception types.
ExceptionTypeFilter(Collection<? extends Class<? extends Throwable>>, Collection<? extends Class<? extends Throwable>>, boolean) - 类 的构造器org.springframework.util.ExceptionTypeFilter
 
exchange() - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
Perform the exchange without a request body.
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Object...) - 接口 中的方法org.springframework.web.client.AsyncRestOperations
已过时。
Asynchronously execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Map<String, ?>) - 接口 中的方法org.springframework.web.client.AsyncRestOperations
已过时。
Asynchronously execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(URI, HttpMethod, HttpEntity<?>, Class<T>) - 接口 中的方法org.springframework.web.client.AsyncRestOperations
已过时。
Asynchronously execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Object...) - 接口 中的方法org.springframework.web.client.AsyncRestOperations
已过时。
Asynchronously execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Map<String, ?>) - 接口 中的方法org.springframework.web.client.AsyncRestOperations
已过时。
Asynchronously execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(URI, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>) - 接口 中的方法org.springframework.web.client.AsyncRestOperations
已过时。
Asynchronously execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Object...) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
 
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Map<String, ?>) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
 
exchange(URI, HttpMethod, HttpEntity<?>, Class<T>) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
 
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Object...) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
 
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Map<String, ?>) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
 
exchange(URI, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
 
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Object...) - 接口 中的方法org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Map<String, ?>) - 接口 中的方法org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(URI, HttpMethod, HttpEntity<?>, Class<T>) - 接口 中的方法org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Object...) - 接口 中的方法org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Map<String, ?>) - 接口 中的方法org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(URI, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>) - 接口 中的方法org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(RequestEntity<?>, Class<T>) - 接口 中的方法org.springframework.web.client.RestOperations
Execute the request specified in the given RequestEntity and return the response as ResponseEntity.
exchange(RequestEntity<?>, ParameterizedTypeReference<T>) - 接口 中的方法org.springframework.web.client.RestOperations
Execute the request specified in the given RequestEntity and return the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Object...) - 类 中的方法org.springframework.web.client.RestTemplate
 
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Map<String, ?>) - 类 中的方法org.springframework.web.client.RestTemplate
 
exchange(URI, HttpMethod, HttpEntity<?>, Class<T>) - 类 中的方法org.springframework.web.client.RestTemplate
 
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Object...) - 类 中的方法org.springframework.web.client.RestTemplate
 
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Map<String, ?>) - 类 中的方法org.springframework.web.client.RestTemplate
 
exchange(URI, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>) - 类 中的方法org.springframework.web.client.RestTemplate
 
exchange(RequestEntity<?>, Class<T>) - 类 中的方法org.springframework.web.client.RestTemplate
 
exchange(RequestEntity<?>, ParameterizedTypeReference<T>) - 类 中的方法org.springframework.web.client.RestTemplate
 
ExchangeResult - org.springframework.test.web.reactive.server中的类
Container for request and response details for exchanges performed through WebTestClient.
exchangeStrategies(ExchangeStrategies) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.Builder
Configure the ExchangeStrategies to use.
excludePathPatterns(String...) - 类 中的方法org.springframework.web.servlet.config.annotation.InterceptorRegistration
Add URL patterns to which the registered interceptor should not apply to.
excludePathPatterns(List<String>) - 类 中的方法org.springframework.web.servlet.config.annotation.InterceptorRegistration
excludes - 类 中的变量org.yaml.snakeyaml.TypeDescription
 
exec() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
exec() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
exec() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
exec() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
exec() - 接口 中的方法org.springframework.data.redis.connection.RedisTxCommands
Executes all queued commands in a transaction started with RedisTxCommands.multi().
exec() - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Executes all queued commands in a transaction started with RedisOperations.multi().
exec(RedisSerializer<?>) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Execute a transaction, using the provided RedisSerializer to deserialize any results that are byte[]s or Collections of byte[]s.
exec() - 类 中的方法org.springframework.data.redis.core.RedisTemplate
Execute a transaction, using the default RedisSerializers to deserialize any results that are byte[]s or Collections or Maps of byte[]s or Tuples.
exec(RedisSerializer<?>) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
execRaw() - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
execute(String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
execute(String, byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
execute(String, String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
execute(String, byte[]...) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
execute(String, byte[]...) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
execute(String, byte[]...) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
execute(String, CommandOutput, byte[]...) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
'Native' or 'raw' execution of the given command along-side the given arguments.
execute(String, byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisCommands
'Native' or 'raw' execution of the given command along-side the given arguments.
execute(String, String...) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
'Native' or 'raw' execution of the given command along-side the given arguments.
execute(String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
'Native' or 'raw' execution of the given command along-side the given arguments.
execute(ReactiveRedisCallback<T>) - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisOperations
Executes the given action within a Redis connection.
execute(RedisScript<T>) - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisOperations
Executes the given RedisScript.
execute(RedisScript<T>, List<K>) - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisOperations
Executes the given RedisScript.
execute(RedisScript<T>, List<K>, List<?>) - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisOperations
Executes the given RedisScript
execute(RedisScript<T>, List<K>, List<?>, RedisElementWriter<?>, RedisElementReader<T>) - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisOperations
Executes the given RedisScript, using the provided RedisSerializers to serialize the script arguments and result.
execute(ReactiveRedisCallback<T>) - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
 
execute(ReactiveRedisCallback<T>, boolean) - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
Executes the given action object within a connection that can be exposed or not.
execute(RedisScript<T>, List<K>, List<?>) - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
 
execute(RedisScript<T>, List<K>, List<?>, RedisElementWriter<?>, RedisElementReader<T>) - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
 
execute(RedisCallback<T>) - 类 中的方法org.springframework.data.redis.core.RedisKeyValueAdapter
Execute RedisCallback via underlying RedisOperations.
execute(RedisCallback<T>) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Executes the given action within a Redis connection.
execute(SessionCallback<T>) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Executes a Redis session.
execute(RedisScript<T>, List<K>, Object...) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Executes the given RedisScript
execute(RedisScript<T>, RedisSerializer<?>, RedisSerializer<T>, List<K>, Object...) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Executes the given RedisScript, using the provided RedisSerializers to serialize the script arguments and result.
execute(RedisCallback<T>) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
execute(RedisCallback<T>, boolean) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
Executes the given action object within a connection, which can be exposed or not.
execute(RedisCallback<T>, boolean, boolean) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
Executes the given action object within a connection that can be exposed or not.
execute(SessionCallback<T>) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
execute(RedisScript<T>, List<K>, Object...) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
execute(RedisScript<T>, RedisSerializer<?>, RedisSerializer<T>, List<K>, Object...) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
execute(RedisScript<T>, List<K>, List<?>) - 类 中的方法org.springframework.data.redis.core.script.DefaultReactiveScriptExecutor
 
execute(RedisScript<T>, List<K>, List<?>, RedisElementWriter<?>, RedisElementReader<T>) - 类 中的方法org.springframework.data.redis.core.script.DefaultReactiveScriptExecutor
 
execute(RedisScript<T>, List<K>, Object...) - 类 中的方法org.springframework.data.redis.core.script.DefaultScriptExecutor
 
execute(RedisScript<T>, RedisSerializer<?>, RedisSerializer<T>, List<K>, Object...) - 类 中的方法org.springframework.data.redis.core.script.DefaultScriptExecutor
 
execute(RedisScript<T>) - 接口 中的方法org.springframework.data.redis.core.script.ReactiveScriptExecutor
Execute the given RedisScript
execute(RedisScript<T>, List<K>) - 接口 中的方法org.springframework.data.redis.core.script.ReactiveScriptExecutor
Execute the given RedisScript
execute(RedisScript<T>, List<K>, List<?>) - 接口 中的方法org.springframework.data.redis.core.script.ReactiveScriptExecutor
Executes the given RedisScript
execute(RedisScript<T>, List<K>, List<?>, RedisElementWriter<?>, RedisElementReader<T>) - 接口 中的方法org.springframework.data.redis.core.script.ReactiveScriptExecutor
Executes the given RedisScript, using the provided RedisSerializers to serialize the script arguments and result.
execute(RedisScript<T>, List<K>, Object...) - 接口 中的方法org.springframework.data.redis.core.script.ScriptExecutor
Executes the given RedisScript
execute(RedisScript<T>, RedisSerializer<?>, RedisSerializer<T>, List<K>, Object...) - 接口 中的方法org.springframework.data.redis.core.script.ScriptExecutor
Executes the given RedisScript, using the provided RedisSerializers to serialize the script arguments and result.
execute(RedisOperations<K, V>) - 接口 中的方法org.springframework.data.redis.core.SessionCallback
Executes all the given operations inside the same session.
execute(Object[]) - 接口 中的方法org.springframework.data.repository.query.RepositoryQuery
Executes the RepositoryQuery with the given parameters.
execute(EvaluationContext, Object...) - 接口 中的方法org.springframework.expression.ConstructorExecutor
Execute a constructor in the specified context using the specified arguments.
execute(EvaluationContext, Object, Object...) - 接口 中的方法org.springframework.expression.MethodExecutor
Execute a command using the specified arguments, and using the specified expression state.
execute(EvaluationContext, Object...) - 类 中的方法org.springframework.expression.spel.support.ReflectiveConstructorExecutor
 
execute(EvaluationContext, Object, Object...) - 类 中的方法org.springframework.expression.spel.support.ReflectiveMethodExecutor
 
execute() - 类 中的方法org.springframework.http.client.AbstractClientHttpRequest
 
execute() - 接口 中的方法org.springframework.http.client.ClientHttpRequest
Execute this request, resulting in a ClientHttpResponse that can be read.
execute(HttpRequest, byte[]) - 接口 中的方法org.springframework.http.client.ClientHttpRequestExecution
Execute the request with the given request attributes and body, and return the response.
execute(ConnectionCallback<T>) - 接口 中的方法org.springframework.jca.cci.core.CciOperations
Execute a request on an EIS with CCI, implemented as callback action working on a CCI Connection.
execute(InteractionCallback<T>) - 接口 中的方法org.springframework.jca.cci.core.CciOperations
Execute a request on an EIS with CCI, implemented as callback action working on a CCI Interaction.
execute(InteractionSpec, Record) - 接口 中的方法org.springframework.jca.cci.core.CciOperations
Execute the specified interaction on an EIS with CCI.
execute(InteractionSpec, Record, Record) - 接口 中的方法org.springframework.jca.cci.core.CciOperations
Execute the specified interaction on an EIS with CCI.
execute(InteractionSpec, RecordCreator) - 接口 中的方法org.springframework.jca.cci.core.CciOperations
Execute the specified interaction on an EIS with CCI.
execute(InteractionSpec, Record, RecordExtractor<T>) - 接口 中的方法org.springframework.jca.cci.core.CciOperations
Execute the specified interaction on an EIS with CCI.
execute(InteractionSpec, RecordCreator, RecordExtractor<T>) - 接口 中的方法org.springframework.jca.cci.core.CciOperations
Execute the specified interaction on an EIS with CCI.
execute(ConnectionCallback<T>) - 类 中的方法org.springframework.jca.cci.core.CciTemplate
 
execute(InteractionCallback<T>) - 类 中的方法org.springframework.jca.cci.core.CciTemplate
 
execute(InteractionSpec, Record) - 类 中的方法org.springframework.jca.cci.core.CciTemplate
 
execute(InteractionSpec, Record, Record) - 类 中的方法org.springframework.jca.cci.core.CciTemplate
 
execute(InteractionSpec, RecordCreator) - 类 中的方法org.springframework.jca.cci.core.CciTemplate
 
execute(InteractionSpec, Record, RecordExtractor<T>) - 类 中的方法org.springframework.jca.cci.core.CciTemplate
 
execute(InteractionSpec, RecordCreator, RecordExtractor<T>) - 类 中的方法org.springframework.jca.cci.core.CciTemplate
 
execute(Object) - 类 中的方法org.springframework.jca.cci.object.MappingRecordOperation
Execute the interaction encapsulated by this operation object.
execute(Record) - 类 中的方法org.springframework.jca.cci.object.SimpleRecordOperation
Execute the CCI interaction encapsulated by this operation object.
execute(Record, Record) - 类 中的方法org.springframework.jca.cci.object.SimpleRecordOperation
Execute the CCI interaction encapsulated by this operation object.
execute(Runnable) - 类 中的方法org.springframework.jca.work.WorkManagerTaskExecutor
 
execute(Runnable, long) - 类 中的方法org.springframework.jca.work.WorkManagerTaskExecutor
 
execute(ConnectionCallback<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Execute a JDBC data access operation, implemented as callback action working on a JDBC Connection.
execute(StatementCallback<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Execute a JDBC data access operation, implemented as callback action working on a JDBC Statement.
execute(String) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Issue a single SQL execute, typically a DDL statement.
execute(PreparedStatementCreator, PreparedStatementCallback<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Execute a JDBC data access operation, implemented as callback action working on a JDBC PreparedStatement.
execute(String, PreparedStatementCallback<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Execute a JDBC data access operation, implemented as callback action working on a JDBC PreparedStatement.
execute(CallableStatementCreator, CallableStatementCallback<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Execute a JDBC data access operation, implemented as callback action working on a JDBC CallableStatement.
execute(String, CallableStatementCallback<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Execute a JDBC data access operation, implemented as callback action working on a JDBC CallableStatement.
execute(ConnectionCallback<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
execute(StatementCallback<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
execute(String) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
execute(PreparedStatementCreator, PreparedStatementCallback<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
execute(String, PreparedStatementCallback<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
execute(CallableStatementCreator, CallableStatementCallback<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
execute(String, CallableStatementCallback<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
execute(String, SqlParameterSource, PreparedStatementCallback<T>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Execute a JDBC data access operation, implemented as callback action working on a JDBC PreparedStatement.
execute(String, Map<String, ?>, PreparedStatementCallback<T>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Execute a JDBC data access operation, implemented as callback action working on a JDBC PreparedStatement.
execute(String, PreparedStatementCallback<T>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Execute a JDBC data access operation, implemented as callback action working on a JDBC PreparedStatement.
execute(String, SqlParameterSource, PreparedStatementCallback<T>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
execute(String, Map<String, ?>, PreparedStatementCallback<T>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
execute(String, PreparedStatementCallback<T>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
execute(Object...) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCall
 
execute(Map<String, ?>) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCall
 
execute(SqlParameterSource) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCall
 
execute(Object...) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored procedure and return a map of output params, keyed by name as in parameter declarations.
execute(Map<String, ?>) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored procedure and return a map of output params, keyed by name as in parameter declarations.
execute(SqlParameterSource) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored procedure and return a map of output params, keyed by name as in parameter declarations.
execute(Map<String, ?>) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
execute(SqlParameterSource) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
execute(Map<String, ?>) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Execute the insert using the values passed in.
execute(SqlParameterSource) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Execute the insert using the values passed in.
execute(DatabasePopulator, DataSource) - 类 中的静态方法org.springframework.jdbc.datasource.init.DatabasePopulatorUtils
Execute the given DatabasePopulator against the given DataSource.
execute(DataSource) - 类 中的方法org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Execute this ResourceDatabasePopulator against the given DataSource.
execute(Object[], Map<?, ?>) - 类 中的方法org.springframework.jdbc.object.SqlQuery
Central execution method.
execute(Object...) - 类 中的方法org.springframework.jdbc.object.SqlQuery
Convenient method to execute without context.
execute(Map<?, ?>) - 类 中的方法org.springframework.jdbc.object.SqlQuery
Convenient method to execute without parameters.
execute() - 类 中的方法org.springframework.jdbc.object.SqlQuery
Convenient method to execute without parameters nor context.
execute(int, Map<?, ?>) - 类 中的方法org.springframework.jdbc.object.SqlQuery
Convenient method to execute with a single int parameter and context.
execute(int) - 类 中的方法org.springframework.jdbc.object.SqlQuery
Convenient method to execute with a single int parameter.
execute(int, int, Map<?, ?>) - 类 中的方法org.springframework.jdbc.object.SqlQuery
Convenient method to execute with two int parameters and context.
execute(int, int) - 类 中的方法org.springframework.jdbc.object.SqlQuery
Convenient method to execute with two int parameters.
execute(long, Map<?, ?>) - 类 中的方法org.springframework.jdbc.object.SqlQuery
Convenient method to execute with a single long parameter and context.
execute(long) - 类 中的方法org.springframework.jdbc.object.SqlQuery
Convenient method to execute with a single long parameter.
execute(String, Map<?, ?>) - 类 中的方法org.springframework.jdbc.object.SqlQuery
Convenient method to execute with a single String parameter and context.
execute(String) - 类 中的方法org.springframework.jdbc.object.SqlQuery
Convenient method to execute with a single String parameter.
execute(Object...) - 类 中的方法org.springframework.jdbc.object.StoredProcedure
Execute the stored procedure with the provided parameter values.
execute(Map<String, ?>) - 类 中的方法org.springframework.jdbc.object.StoredProcedure
Execute the stored procedure.
execute(ParameterMapper) - 类 中的方法org.springframework.jdbc.object.StoredProcedure
Execute the stored procedure.
execute(JndiCallback<T>) - 类 中的方法org.springframework.jndi.JndiTemplate
Execute the given JNDI context callback implementation.
execute() - 类 中的方法org.springframework.mock.http.client.MockClientHttpRequest
Set the executed flag to true and return the configured response.
execute(Runnable) - 类 中的方法org.springframework.scheduling.commonj.WorkManagerTaskExecutor
 
execute(Runnable, long) - 类 中的方法org.springframework.scheduling.commonj.WorkManagerTaskExecutor
 
execute(Runnable) - 类 中的方法org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
 
execute(Runnable, long) - 类 中的方法org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
 
execute(Runnable) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
execute(Runnable, long) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
execute(Runnable) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
execute(Runnable, long) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
execute(JobExecutionContext) - 类 中的方法org.springframework.scheduling.quartz.DelegatingJob
Delegates execution to the underlying Runnable.
execute(JobExecutionContext) - 类 中的方法org.springframework.scheduling.quartz.QuartzJobBean
This implementation applies the passed-in job data map as bean property values, and delegates to executeInternal afterwards.
execute(Runnable) - 类 中的方法org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
 
execute(Runnable, long) - 类 中的方法org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
 
execute(TransactionDefinition, TransactionCallback<T>) - 类 中的方法org.springframework.transaction.jta.WebSphereUowTransactionManager
 
execute(TransactionDefinition, TransactionCallback<T>) - 接口 中的方法org.springframework.transaction.support.CallbackPreferringPlatformTransactionManager
Execute the action specified by the given callback object within a transaction.
execute(TransactionCallback<T>) - 接口 中的方法org.springframework.transaction.support.TransactionOperations
Execute the action specified by the given callback object within a transaction.
execute(TransactionCallback<T>) - 类 中的方法org.springframework.transaction.support.TransactionTemplate
 
execute(String, HttpMethod, AsyncRequestCallback, ResponseExtractor<T>, Object...) - 接口 中的方法org.springframework.web.client.AsyncRestOperations
已过时。
Asynchronously execute the HTTP method to the given URI template, preparing the request with the AsyncRequestCallback, and reading the response with a ResponseExtractor.
execute(String, HttpMethod, AsyncRequestCallback, ResponseExtractor<T>, Map<String, ?>) - 接口 中的方法org.springframework.web.client.AsyncRestOperations
已过时。
Asynchronously execute the HTTP method to the given URI template, preparing the request with the AsyncRequestCallback, and reading the response with a ResponseExtractor.
execute(URI, HttpMethod, AsyncRequestCallback, ResponseExtractor<T>) - 接口 中的方法org.springframework.web.client.AsyncRestOperations
已过时。
Asynchronously execute the HTTP method to the given URL, preparing the request with the AsyncRequestCallback, and reading the response with a ResponseExtractor.
execute(String, HttpMethod, AsyncRequestCallback, ResponseExtractor<T>, Object...) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
 
execute(String, HttpMethod, AsyncRequestCallback, ResponseExtractor<T>, Map<String, ?>) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
 
execute(URI, HttpMethod, AsyncRequestCallback, ResponseExtractor<T>) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
 
execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Object...) - 接口 中的方法org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, preparing the request with the RequestCallback, and reading the response with a ResponseExtractor.
execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Map<String, ?>) - 接口 中的方法org.springframework.web.client.RestOperations
Execute the HTTP method to the given URI template, preparing the request with the RequestCallback, and reading the response with a ResponseExtractor.
execute(URI, HttpMethod, RequestCallback, ResponseExtractor<T>) - 接口 中的方法org.springframework.web.client.RestOperations
Execute the HTTP method to the given URL, preparing the request with the RequestCallback, and reading the response with a ResponseExtractor.
execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Object...) - 类 中的方法org.springframework.web.client.RestTemplate
 
execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Map<String, ?>) - 类 中的方法org.springframework.web.client.RestTemplate
 
execute(URI, HttpMethod, RequestCallback, ResponseExtractor<T>) - 类 中的方法org.springframework.web.client.RestTemplate
 
executeAndReturnKey(Map<String, ?>) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
executeAndReturnKey(SqlParameterSource) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
executeAndReturnKey(Map<String, ?>) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Execute the insert using the values passed in and return the generated key.
executeAndReturnKey(SqlParameterSource) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Execute the insert using the values passed in and return the generated key.
executeAndReturnKeyHolder(Map<String, ?>) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
executeAndReturnKeyHolder(SqlParameterSource) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
executeAndReturnKeyHolder(Map<String, ?>) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Execute the insert using the values passed in and return the generated keys.
executeAndReturnKeyHolder(SqlParameterSource) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Execute the insert using the values passed in and return the generated keys.
executeAsync() - 接口 中的方法org.springframework.http.client.AsyncClientHttpRequest
已过时。
Execute this request asynchronously, resulting in a Future handle.
executeAsync(HttpRequest, byte[]) - 接口 中的方法org.springframework.http.client.AsyncClientHttpRequestExecution
已过时。
Resume the request execution by invoking the next interceptor in the chain or executing the request to the remote service.
executeAsync() - 类 中的方法org.springframework.mock.http.client.MockAsyncClientHttpRequest
已过时。
 
executeBatch(Map<String, ?>...) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
executeBatch(SqlParameterSource...) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
executeBatch(Map<String, ?>...) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Execute a batch insert using the batch of values passed in.
executeBatch(SqlParameterSource...) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Execute a batch insert using the batch of values passed in.
executeBatchUpdate(String, List<Object[]>, int[], JdbcOperations) - 类 中的静态方法org.springframework.jdbc.core.BatchUpdateUtils
 
executeBatchUpdateWithNamedParameters(ParsedSql, SqlParameterSource[], JdbcOperations) - 类 中的静态方法org.springframework.jdbc.core.namedparam.NamedParameterBatchUpdateUtils
 
executeByNamedParam(Map<String, ?>, Map<?, ?>) - 类 中的方法org.springframework.jdbc.object.SqlQuery
Central execution method.
executeByNamedParam(Map<String, ?>) - 类 中的方法org.springframework.jdbc.object.SqlQuery
Convenient method to execute without context.
executeFunction(Class<T>, Object...) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCall
 
executeFunction(Class<T>, Map<String, ?>) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCall
 
executeFunction(Class<T>, SqlParameterSource) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCall
 
executeFunction(Class<T>, Object...) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored function and return the results obtained as an Object of the specified return type.
executeFunction(Class<T>, Map<String, ?>) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored function and return the results obtained as an Object of the specified return type.
executeFunction(Class<T>, SqlParameterSource) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored function and return the results obtained as an Object of the specified return type.
executeHttpPost(HttpInvokerClientConfiguration, HttpClient, HttpPost) - 类 中的方法org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Execute the given HttpPost instance.
executeInternal(HttpHeaders) - 类 中的方法org.springframework.http.client.AbstractClientHttpRequest
Abstract template method that writes the given headers and content to the HTTP request.
executeInternal() - 类 中的方法org.springframework.mock.http.client.MockClientHttpRequest
The default implementation returns the configured response.
executeInternal(JobExecutionContext) - 类 中的方法org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
Invoke the method via the MethodInvoker.
executeInternal(JobExecutionContext) - 类 中的方法org.springframework.scheduling.quartz.QuartzJobBean
Execute the actual job.
executeListener(MessageListener, Message, byte[]) - 类 中的方法org.springframework.data.redis.listener.RedisMessageListenerContainer
Execute the specified listener.
executeObject(Class<T>, Object...) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCall
 
executeObject(Class<T>, Map<String, ?>) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCall
 
executeObject(Class<T>, SqlParameterSource) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCall
 
executeObject(Class<T>, Object...) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored procedure and return the single out parameter as an Object of the specified return type.
executeObject(Class<T>, Map<String, ?>) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored procedure and return the single out parameter as an Object of the specified return type.
executeObject(Class<T>, SqlParameterSource) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Execute the stored procedure and return the single out parameter as an Object of the specified return type.
executePipelined(RedisCallback<?>) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Executes the given action object on a pipelined connection, returning the results.
executePipelined(RedisCallback<?>, RedisSerializer<?>) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Executes the given action object on a pipelined connection, returning the results using a dedicated serializer.
executePipelined(SessionCallback<?>) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Executes the given Redis session on a pipelined connection.
executePipelined(SessionCallback<?>, RedisSerializer<?>) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Executes the given Redis session on a pipelined connection, returning the results using a dedicated serializer.
executePipelined(SessionCallback<?>) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
executePipelined(SessionCallback<?>, RedisSerializer<?>) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
executePipelined(RedisCallback<?>) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
executePipelined(RedisCallback<?>, RedisSerializer<?>) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
executeRequest(HttpInvokerClientConfiguration, RemoteInvocation) - 类 中的方法org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
executeRequest(RemoteInvocation, MethodInvocation) - 类 中的方法org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Execute the given remote invocation via the HttpInvokerRequestExecutor.
executeRequest(RemoteInvocation) - 类 中的方法org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Execute the given remote invocation via the HttpInvokerRequestExecutor.
executeRequest(HttpInvokerClientConfiguration, RemoteInvocation) - 接口 中的方法org.springframework.remoting.httpinvoker.HttpInvokerRequestExecutor
Execute a request to send the given remote invocation.
executeScript(ScriptSource, Class<?>) - 类 中的方法org.springframework.scripting.groovy.GroovyScriptFactory
Instantiate the given Groovy script class and run it if necessary.
executeSqlScript(Connection, Resource) - 类 中的静态方法org.springframework.jdbc.datasource.init.ScriptUtils
Execute the given SQL script using default settings for statement separators, comment delimiters, and exception handling flags.
executeSqlScript(Connection, EncodedResource) - 类 中的静态方法org.springframework.jdbc.datasource.init.ScriptUtils
Execute the given SQL script using default settings for statement separators, comment delimiters, and exception handling flags.
executeSqlScript(Connection, EncodedResource, boolean, boolean, String, String, String, String) - 类 中的静态方法org.springframework.jdbc.datasource.init.ScriptUtils
Execute the given SQL script.
executeSqlScript(String, boolean) - 类 中的方法org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
Execute the given SQL script.
executeSqlScript(String, boolean) - 类 中的方法org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
Execute the given SQL script.
executeWithStickyConnection(RedisCallback<T>) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Allocates and binds a new RedisConnection to the actual return type of the method.
executeWithStickyConnection(RedisCallback<T>) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
executeWork(TaskExecutor, Work, long, boolean, ExecutionContext, WorkListener) - 类 中的方法org.springframework.jca.work.SimpleTaskWorkManager
Execute the given Work on the specified TaskExecutor.
executor - 类 中的变量org.springframework.scheduling.annotation.AbstractAsyncConfiguration
 
executor(ExecutorService) - 类 中的方法reactor.core.publisher.TopicProcessor.Builder
Configures an ExecutorService to execute as many event-loop consuming the ringbuffer as subscribers.
executor(ExecutorService) - 类 中的方法reactor.core.publisher.WorkQueueProcessor.Builder
Configures an ExecutorService to execute as many event-loop consuming the ringbuffer as subscribers.
ExecutorBeanDefinitionParser - org.springframework.scheduling.config中的类
Parser for the 'executor' element of the 'task' namespace.
ExecutorBeanDefinitionParser() - 类 的构造器org.springframework.scheduling.config.ExecutorBeanDefinitionParser
 
ExecutorConfigurationSupport - org.springframework.scheduling.concurrent中的类
Base class for setting up a ExecutorService (typically a ThreadPoolExecutor or ScheduledThreadPoolExecutor).
ExecutorConfigurationSupport() - 类 的构造器org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
 
exists(byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
exists(byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
exists(String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
exists(ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands
Determine if given key exists.
exists(Publisher<ReactiveRedisConnection.KeyCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands
Determine if given key exists.
exists(byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisKeyCommands
Determine if given key exists.
exists(String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Determine if given key exists.
exists(Example<S>) - 接口 中的方法org.springframework.data.repository.query.QueryByExampleExecutor
Checks whether the data store contains elements that match the given Example.
exists(Example<S>) - 接口 中的方法org.springframework.data.repository.query.ReactiveQueryByExampleExecutor
Checks whether the data store contains elements that match the given Example.
exists(String) - 类 中的方法org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert that a non-null value, possibly an empty array or map, exists at the given path.
exists(byte[], String) - 类 中的方法org.springframework.test.util.XpathExpectationsHelper
Apply the XPath expression and assert the resulting content exists.
exists() - 类 中的方法org.springframework.test.web.client.match.JsonPathRequestMatchers
Evaluate the JSON path expression against the request content and assert that a non-null value exists at the given path.
exists() - 类 中的方法org.springframework.test.web.client.match.XpathRequestMatchers
Assert that content exists at the given XPath.
exists(String) - 类 中的方法org.springframework.test.web.reactive.server.HeaderAssertions
Expect that the header with the given name is present.
exists() - 类 中的方法org.springframework.test.web.reactive.server.JsonPathAssertions
exists(String) - 类 中的方法org.springframework.test.web.servlet.result.CookieResultMatchers
Assert a cookie exists.
exists(String) - 类 中的方法org.springframework.test.web.servlet.result.HeaderResultMatchers
Assert that the named response header exists.
exists() - 类 中的方法org.springframework.test.web.servlet.result.JsonPathResultMatchers
Evaluate the JSON path expression against the response content and assert that a non-null value, possibly an empty array or map, exists at the given path.
exists() - 类 中的方法org.springframework.test.web.servlet.result.XpathResultMatchers
Evaluate the XPath and assert that content exists.
exists() - 类 中的方法org.springframework.web.context.support.ServletContextResource
This implementation checks ServletContext.getResource.
existsById(ID) - 接口 中的方法org.springframework.data.repository.CrudRepository
Returns whether an entity with the given id exists.
existsById(ID) - 接口 中的方法org.springframework.data.repository.reactive.ReactiveCrudRepository
Returns whether an entity with the id exists.
existsById(Publisher<ID>) - 接口 中的方法org.springframework.data.repository.reactive.ReactiveCrudRepository
Returns whether an entity with the given id, supplied by a Publisher, exists.
existsById(ID) - 接口 中的方法org.springframework.data.repository.reactive.RxJava2CrudRepository
Returns whether an entity with the given id exists.
existsById(<any>) - 接口 中的方法org.springframework.data.repository.reactive.RxJava2CrudRepository
Returns whether an entity with the given id, supplied by a Single, exists.
exitCompilationScope() - 类 中的方法org.springframework.expression.spel.CodeFlow
Exit a compilation scope, usually after a nested expression has been evaluated.
exitScope() - 类 中的方法org.springframework.expression.spel.ExpressionState
 
exitTypeDescriptor - 类 中的变量org.springframework.expression.spel.ast.SpelNodeImpl
Indicates the type descriptor for the result of this expression node.
expand(String, Map<String, ?>) - 类 中的方法org.springframework.web.util.AbstractUriTemplateHandler
已过时。
 
expand(String, Object...) - 类 中的方法org.springframework.web.util.AbstractUriTemplateHandler
已过时。
 
expand(String, Map<String, ?>) - 类 中的方法org.springframework.web.util.DefaultUriBuilderFactory
 
expand(String, Object...) - 类 中的方法org.springframework.web.util.DefaultUriBuilderFactory
 
expand(Map<String, ?>) - 类 中的方法org.springframework.web.util.UriComponents
Replace all URI template variables with the values from a given map.
expand(Object...) - 类 中的方法org.springframework.web.util.UriComponents
Replace all URI template variables with the values from a given array.
expand(UriComponents.UriTemplateVariables) - 类 中的方法org.springframework.web.util.UriComponents
Replace all URI template variables with the values from the given UriComponents.UriTemplateVariables.
expand(Map<String, ?>) - 类 中的方法org.springframework.web.util.UriTemplate
Given the Map of variables, expands this template into a URI.
expand(Object...) - 类 中的方法org.springframework.web.util.UriTemplate
Given an array of variables, expand this template into a full URI.
expand(String, Map<String, ?>) - 接口 中的方法org.springframework.web.util.UriTemplateHandler
Expand the given URI template with a map of URI variables.
expand(String, Object...) - 接口 中的方法org.springframework.web.util.UriTemplateHandler
Expand the given URI template with an array of URI variables.
expand(Function<? super T, ? extends Publisher<? extends T>>, int) - 类 中的方法reactor.core.publisher.Flux
Recursively expand elements into a graph and emit all the resulting element using a breadth-first traversal strategy.
expand(Function<? super T, ? extends Publisher<? extends T>>) - 类 中的方法reactor.core.publisher.Flux
Recursively expand elements into a graph and emit all the resulting element using a breadth-first traversal strategy.
expand(Function<? super T, ? extends Publisher<? extends T>>, int) - 类 中的方法reactor.core.publisher.Mono
Recursively expand elements into a graph and emit all the resulting element using a breadth-first traversal strategy.
expand(Function<? super T, ? extends Publisher<? extends T>>) - 类 中的方法reactor.core.publisher.Mono
Recursively expand elements into a graph and emit all the resulting element using a breadth-first traversal strategy.
expandAndEncode(UriComponentsBuilder, Map<String, ?>) - 类 中的方法org.springframework.web.util.DefaultUriTemplateHandler
已过时。
 
expandAndEncode(UriComponentsBuilder, Object[]) - 类 中的方法org.springframework.web.util.DefaultUriTemplateHandler
已过时。
 
expandDeep(Function<? super T, ? extends Publisher<? extends T>>, int) - 类 中的方法reactor.core.publisher.Flux
Recursively expand elements into a graph and emit all the resulting element, in a depth-first traversal order.
expandDeep(Function<? super T, ? extends Publisher<? extends T>>) - 类 中的方法reactor.core.publisher.Flux
Recursively expand elements into a graph and emit all the resulting element, in a depth-first traversal order.
expandDeep(Function<? super T, ? extends Publisher<? extends T>>, int) - 类 中的方法reactor.core.publisher.Mono
Recursively expand elements into a graph and emit all the resulting element, in a depth-first traversal order.
expandDeep(Function<? super T, ? extends Publisher<? extends T>>) - 类 中的方法reactor.core.publisher.Mono
Recursively expand elements into a graph and emit all the resulting element, in a depth-first traversal order.
expandInternal(String, Map<String, ?>) - 类 中的方法org.springframework.web.util.AbstractUriTemplateHandler
已过时。
Actually expand and encode the URI template.
expandInternal(String, Object...) - 类 中的方法org.springframework.web.util.AbstractUriTemplateHandler
已过时。
Actually expand and encode the URI template.
expandInternal(String, Map<String, ?>) - 类 中的方法org.springframework.web.util.DefaultUriTemplateHandler
已过时。
 
expandInternal(String, Object...) - 类 中的方法org.springframework.web.util.DefaultUriTemplateHandler
已过时。
 
EXPECT - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Expect header field name.
expect(RequestMatcher) - 类 中的方法org.springframework.test.web.client.MockRestServiceServer
Set up an expectation for a single HTTP request.
expect(ExpectedCount, RequestMatcher) - 类 中的方法org.springframework.test.web.client.MockRestServiceServer
An alternative to MockRestServiceServer.expect(RequestMatcher) that also indicates how many times the request is expected to be executed.
expectBody(Class<B>) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec
Consume and decode the response body to a single object of type <B> and then apply assertions.
expectBody(ParameterizedTypeReference<B>) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec
Alternative to WebTestClient.ResponseSpec.expectBody(Class) that accepts information about a target type with generics.
expectBody() - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec
Consume and decode the response body to byte[] and then apply assertions on the raw content (e.g. isEmpty, JSONPath, etc.)
expectBodyList(Class<E>) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec
Consume and decode the response body to List<E> and then apply List-specific assertions.
expectBodyList(ParameterizedTypeReference<E>) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec
Alternative to WebTestClient.ResponseSpec.expectBodyList(Class) that accepts information about a target type with generics.
ExpectedCount - org.springframework.test.web.client中的类
A simple type representing a range for an expected count.
ExpectedLookupTemplate - org.springframework.mock.jndi中的类
Simple extension of the JndiTemplate class that always returns a given object.
ExpectedLookupTemplate() - 类 的构造器org.springframework.mock.jndi.ExpectedLookupTemplate
Construct a new JndiTemplate that will always return given objects for given names.
ExpectedLookupTemplate(String, Object) - 类 的构造器org.springframework.mock.jndi.ExpectedLookupTemplate
Construct a new JndiTemplate that will always return the given object, but honour only requests for the given name.
expectHeader() - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec
Assertions on the headers of the response.
expectRequest(ExpectedCount, RequestMatcher) - 类 中的方法org.springframework.test.web.client.AbstractRequestExpectationManager
 
expectRequest(ExpectedCount, RequestMatcher) - 接口 中的方法org.springframework.test.web.client.RequestExpectationManager
Set up a new request expectation.
expectStatus() - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec
Assertions on the response status.
Expiration - org.springframework.data.redis.core.types中的类
Expiration holds a value with its associated TimeUnit.
Expiration(long, TimeUnit) - 类 的构造器org.springframework.data.redis.core.types.Expiration
Creates new Expiration.
expire(byte[], long) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
expire(byte[], long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
expire(String, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
expire(ByteBuffer, Duration) - 接口 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands
Set time to live for given key in seconds.
expire(Publisher<ReactiveKeyCommands.ExpireCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands
Expire keys one by one.
expire(byte[], long) - 接口 中的方法org.springframework.data.redis.connection.RedisKeyCommands
Set time to live for given key in seconds.
expire(String, long) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Set time to live for given key in seconds.
expire(long, TimeUnit) - 接口 中的方法org.springframework.data.redis.core.BoundKeyOperations
Sets the key time-to-live/expiration.
expire(K, Duration) - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisOperations
Set time to live for given key.
expire(K, Duration) - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
 
expire(K, long, TimeUnit) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Set time to live for given key..
expire(K, long, TimeUnit) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
expire(long, TimeUnit) - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicDouble
 
expire(long, TimeUnit) - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicInteger
 
expire(long, TimeUnit) - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicLong
 
expire(long, TimeUnit) - 类 中的方法org.springframework.data.redis.support.collections.AbstractRedisCollection
 
expire(long, TimeUnit) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisMap
 
expire(long, TimeUnit) - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
expireAt(byte[], long) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
expireAt(byte[], long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
expireAt(String, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
expireAt(ByteBuffer, Instant) - 接口 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands
Set the expiration for given key as a UNIX timestamp.
expireAt(Publisher<ReactiveKeyCommands.ExpireAtCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands
Set one-by-one the expiration for given key as a UNIX timestamp.
expireAt(byte[], long) - 接口 中的方法org.springframework.data.redis.connection.RedisKeyCommands
Set the expiration for given key as a UNIX timestamp.
expireAt(String, long) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Set the expiration for given key as a UNIX timestamp.
expireAt(Date) - 接口 中的方法org.springframework.data.redis.core.BoundKeyOperations
Sets the key time-to-live/expiration.
expireAt(K, Instant) - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisOperations
Set the expiration for given key as a expireAt timestamp.
expireAt(K, Instant) - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
 
expireAt(K, Date) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Set the expiration for given key as a date timestamp.
expireAt(K, Date) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
expireAt(Date) - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicDouble
 
expireAt(Date) - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicInteger
 
expireAt(Date) - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicLong
 
expireAt(Date) - 类 中的方法org.springframework.data.redis.support.collections.AbstractRedisCollection
 
expireAt(Date) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisMap
 
expireAt(Date) - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
EXPIRES - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Expires header field name.
expires(int) - 类 中的方法org.springframework.test.web.reactive.server.HeaderAssertions
Expect an "Expires" header with the given value.
expireSession(ServerWebExchange) - 类 中的方法org.springframework.web.server.session.CookieWebSessionIdResolver
 
expireSession(ServerWebExchange) - 类 中的方法org.springframework.web.server.session.HeaderWebSessionIdResolver
 
expireSession(ServerWebExchange) - 接口 中的方法org.springframework.web.server.session.WebSessionIdResolver
Instruct the client to end the current session.
expiring(Expiration) - 类 中的方法org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand
Applies Expiration.
ExponentialBackOff - org.springframework.util.backoff中的类
Implementation of BackOff that increases the back off period for each retry attempt.
ExponentialBackOff() - 类 的构造器org.springframework.util.backoff.ExponentialBackOff
Create an instance with the default settings.
ExponentialBackOff(long, double) - 类 的构造器org.springframework.util.backoff.ExponentialBackOff
Create an instance with the supplied settings.
exposeAttributes() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
Called during AbstractHtmlElementBodyTag.writeTagContent(org.springframework.web.servlet.tags.form.TagWriter) allowing subclasses to add any attributes to the javax.servlet.jsp.PageContext as needed.
exposeAttributes() - 类 中的方法org.springframework.web.servlet.tags.form.ErrorsTag
Exposes any bind status error messages under this key in the PageContext#PAGE_SCOPE.
exposeAttributes() - 类 中的方法org.springframework.web.servlet.tags.form.OptionTag
 
exposedHeaders(String...) - 类 中的方法org.springframework.web.servlet.config.annotation.CorsRegistration
Set the list of response headers other than "simple" headers, i.e.
exposeErrorRequestAttributes(HttpServletRequest, Throwable, String) - 类 中的静态方法org.springframework.web.util.WebUtils
Expose the Servlet spec's error attributes as HttpServletRequest attributes under the keys defined in the Servlet 2.3 specification, for error pages that are rendered directly rather than through the Servlet container's error page resolution: javax.servlet.error.status_code, javax.servlet.error.exception_type, javax.servlet.error.message, javax.servlet.error.exception, javax.servlet.error.request_uri, javax.servlet.error.servlet_name.
exposeHelpers(Map<String, Object>, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.view.freemarker.FreeMarkerView
Expose helpers unique to each rendering operation.
exposeHelpers(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.view.InternalResourceView
Expose helpers unique to each rendering operation.
exposeHelpers(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.view.JstlView
Exposes a JSTL LocalizationContext for Spring's locale and MessageSource.
exposeLocalizationContext(HttpServletRequest, MessageSource) - 类 中的静态方法org.springframework.web.servlet.support.JstlUtils
Exposes JSTL-specific request attributes specifying locale and resource bundle for JSTL's formatting and message tags, using Spring's locale and MessageSource.
exposeLocalizationContext(RequestContext) - 类 中的静态方法org.springframework.web.servlet.support.JstlUtils
Exposes JSTL-specific request attributes specifying locale and resource bundle for JSTL's formatting and message tags, using Spring's locale and MessageSource.
exposeModelAsRequestAttributes(Map<String, Object>, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.view.AbstractView
Expose the model objects in the given map as request attributes.
exposePathWithinMapping(String, String, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Expose the path within the current mapping as request attribute.
exposeRegistration(RepositoryConfigurationExtension, BeanDefinitionRegistry, RepositoryConfigurationSource) - 接口 中的静态方法org.springframework.data.repository.config.RepositoryConfigurationUtils
Registers the given RepositoryConfigurationExtension to indicate the repository configuration for a particular store (expressed through the extension's concrete type) has appened.
exposeUriTemplateVariables(Map<String, String>, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Expose the URI templates variables as request attribute.
Expression - org.springframework.expression中的接口
An expression capable of evaluating itself against context objects.
ExpressionException - org.springframework.expression中的异常错误
Super class for exceptions that can occur whilst processing expressions.
ExpressionException(String) - 异常错误 的构造器org.springframework.expression.ExpressionException
Construct a new expression exception.
ExpressionException(String, Throwable) - 异常错误 的构造器org.springframework.expression.ExpressionException
Construct a new expression exception.
ExpressionException(String, String) - 异常错误 的构造器org.springframework.expression.ExpressionException
Construct a new expression exception.
ExpressionException(String, int, String) - 异常错误 的构造器org.springframework.expression.ExpressionException
Construct a new expression exception.
ExpressionException(int, String) - 异常错误 的构造器org.springframework.expression.ExpressionException
Construct a new expression exception.
ExpressionException(int, String, Throwable) - 异常错误 的构造器org.springframework.expression.ExpressionException
Construct a new expression exception.
ExpressionInvocationTargetException - org.springframework.expression中的异常错误
This exception wraps (as cause) a checked exception thrown by some method that SpEL invokes.
ExpressionInvocationTargetException(int, String, Throwable) - 异常错误 的构造器org.springframework.expression.ExpressionInvocationTargetException
 
ExpressionInvocationTargetException(int, String) - 异常错误 的构造器org.springframework.expression.ExpressionInvocationTargetException
 
ExpressionInvocationTargetException(String, String) - 异常错误 的构造器org.springframework.expression.ExpressionInvocationTargetException
 
ExpressionInvocationTargetException(String, Throwable) - 异常错误 的构造器org.springframework.expression.ExpressionInvocationTargetException
 
ExpressionInvocationTargetException(String) - 异常错误 的构造器org.springframework.expression.ExpressionInvocationTargetException
 
ExpressionParser - org.springframework.expression中的接口
Parses expression strings into compiled expressions that can be evaluated.
ExpressionState - org.springframework.expression.spel中的类
An ExpressionState is for maintaining per-expression-evaluation state, any changes to it are not seen by other expressions but it gives a place to hold local variables and for component expressions in a compound expression to communicate state.
ExpressionState(EvaluationContext) - 类 的构造器org.springframework.expression.spel.ExpressionState
 
ExpressionState(EvaluationContext, SpelParserConfiguration) - 类 的构造器org.springframework.expression.spel.ExpressionState
 
ExpressionState(EvaluationContext, TypedValue) - 类 的构造器org.springframework.expression.spel.ExpressionState
 
ExpressionState(EvaluationContext, TypedValue, SpelParserConfiguration) - 类 的构造器org.springframework.expression.spel.ExpressionState
 
expressionString - 异常错误 中的变量org.springframework.expression.ExpressionException
 
ExpressionUtils - org.springframework.expression.common中的类
Common utility functions that may be used by any Expression Language provider.
ExpressionUtils() - 类 的构造器org.springframework.expression.common.ExpressionUtils
 
ExpressionValueMethodArgumentResolver - org.springframework.web.method.annotation中的类
Resolves method arguments annotated with @Value.
ExpressionValueMethodArgumentResolver(ConfigurableBeanFactory) - 类 的构造器org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
 
ExtendedModelMap - org.springframework.ui中的类
Subclass of ModelMap that implements the Model interface.
ExtendedModelMap() - 类 的构造器org.springframework.ui.ExtendedModelMap
 
ExtendedServletRequestDataBinder - org.springframework.web.servlet.mvc.method.annotation中的类
Subclass of ServletRequestDataBinder that adds URI template variables to the values used for data binding.
ExtendedServletRequestDataBinder(Object) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.ExtendedServletRequestDataBinder
Create a new instance, with default object name.
ExtendedServletRequestDataBinder(Object, String) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.ExtendedServletRequestDataBinder
Create a new instance.
extendHandlerExceptionResolvers(List<HandlerExceptionResolver>) - 类 中的方法org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
extendHandlerExceptionResolvers(List<HandlerExceptionResolver>) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to extend or modify the list of HandlerExceptionResolvers after it has been configured.
extendHandlerExceptionResolvers(List<HandlerExceptionResolver>) - 接口 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Extending or modify the list of exception resolvers configured by default.
extendHandlerExceptionResolvers(List<HandlerExceptionResolver>) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
已过时。
Extending or modify the list of exception resolvers configured by default.
extendInterceptors(List<Object>) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMapping
Extension hook that subclasses can override to register additional interceptors, given the configured interceptors (see AbstractHandlerMapping.setInterceptors(java.lang.Object...)).
extendMessageConverters(List<HttpMessageConverter<?>>) - 类 中的方法org.springframework.data.web.config.SpringDataWebConfiguration
 
extendMessageConverters(List<HttpMessageConverter<?>>) - 类 中的方法org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
extendMessageConverters(List<HttpMessageConverter<?>>) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to extend or modify the list of converters after it has been configured.
extendMessageConverters(List<HttpMessageConverter<?>>) - 接口 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurer
A hook for extending or modifying the list of converters after it has been configured.
extendMessageConverters(List<HttpMessageConverter<?>>) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
已过时。
A hook for extending or modifying the list of converters after it has been configured.
extendResponse(ServerHttpResponse) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
Invoked after the response is updated with the status code and headers, if the ResponseBodyEmitter is wrapped in a ResponseEntity, but before the response is committed, i.e. before the response body has been written to.
extendResponse(ServerHttpResponse) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.SseEmitter
 
ExtensionAwareEvaluationContextProvider - org.springframework.data.repository.query中的类
An EvaluationContextProvider that assembles an EvaluationContext from a list of EvaluationContextExtension instances.
ExtensionAwareEvaluationContextProvider() - 类 的构造器org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider
ExtensionAwareEvaluationContextProvider(List<? extends EvaluationContextExtension>) - 类 的构造器org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider
ExtensionRegistryInitializer - org.springframework.http.converter.protobuf中的接口
Google Protocol Messages can contain message extensions that can be parsed if the appropriate configuration has been registered in the ExtensionRegistry.
extract(String) - 类 中的方法org.springframework.data.redis.core.convert.Bucket
Extracts a bucket containing key/value pairs with the prefix.
extractAllKeysFor(String) - 类 中的方法org.springframework.data.redis.core.convert.Bucket
Get all the keys matching a given path.
extractArchiveURL(URL) - 类 中的静态方法org.springframework.util.ResourceUtils
Extract the URL for the outermost archive from the given jar/war URL (which may point to a resource in a jar file or to a jar file itself).
extractCaseInsensitiveParameterNames(SqlParameterSource) - 类 中的静态方法org.springframework.jdbc.core.namedparam.SqlParameterSourceUtils
Create a Map of case insensitive parameter names together with the original name.
extractData(Record) - 接口 中的方法org.springframework.jca.cci.core.RecordExtractor
Process the data in the given Record, creating a corresponding result object.
extractData(Record) - 类 中的方法org.springframework.jca.cci.object.MappingRecordOperation.RecordExtractorImpl
 
extractData(ResultSet) - 接口 中的方法org.springframework.jdbc.core.ResultSetExtractor
Implementations must implement this method to process the entire ResultSet.
extractData(ResultSet) - 类 中的方法org.springframework.jdbc.core.RowMapperResultSetExtractor
 
extractData(ResultSet) - 类 中的方法org.springframework.jdbc.core.SqlRowSetResultSetExtractor
 
extractData(ResultSet) - 类 中的方法org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
Delegates to handleNoRowFound, handleMultipleRowsFound and streamData, according to the ResultSet state.
extractData(ClientHttpResponse) - 类 中的方法org.springframework.web.client.HttpMessageConverterExtractor
 
extractData(ClientHttpResponse) - 接口 中的方法org.springframework.web.client.ResponseExtractor
Extract data from the given ClientHttpResponse and return it.
extractDatabaseMetaData(DataSource, DatabaseMetaDataCallback) - 类 中的静态方法org.springframework.jdbc.support.JdbcUtils
Extract database meta-data via the given DatabaseMetaDataCallback.
extractDatabaseMetaData(DataSource, String) - 类 中的静态方法org.springframework.jdbc.support.JdbcUtils
Call the specified method on DatabaseMetaData for the given DataSource, and extract the invocation result.
extractFileExtension(String) - 类 中的静态方法org.springframework.web.util.UriUtils
Extract the file extension from the given URI path.
ExtractingResponseErrorHandler - org.springframework.web.client中的类
Implementation of ResponseErrorHandler that uses HttpMessageConverters to convert HTTP error responses to RestClientException.
ExtractingResponseErrorHandler() - 类 的构造器org.springframework.web.client.ExtractingResponseErrorHandler
Create a new, empty ExtractingResponseErrorHandler.
ExtractingResponseErrorHandler(List<HttpMessageConverter<?>>) - 类 的构造器org.springframework.web.client.ExtractingResponseErrorHandler
Create a new ExtractingResponseErrorHandler with the given HttpMessageConverter instances.
extractJarFileURL(URL) - 类 中的静态方法org.springframework.util.ResourceUtils
Extract the URL for the actual jar file from the given URL (which may point to a resource in a jar file or to a jar file itself).
extractLink(int, String, String, SortedSet<CssLinkResourceTransformer.ContentChunkInfo>) - 类 中的方法org.springframework.web.servlet.resource.CssLinkResourceTransformer.AbstractLinkParser
 
extractLink(int, String, SortedSet<CssLinkResourceTransformer.ContentChunkInfo>) - 类 中的方法org.springframework.web.servlet.resource.CssLinkResourceTransformer.AbstractLinkParser
Invoked after a keyword match, after whitespaces removed, and when the next char is neither a single nor double quote.
extractMessage(Message) - 类 中的方法org.springframework.data.redis.listener.adapter.MessageListenerAdapter
Extract the message body from the given Redis message.
extractOperableUrl(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.mvc.UrlFilenameViewController
Extract a URL path from the given request, suitable for view name extraction.
extractOutputData(Record) - 类 中的方法org.springframework.jca.cci.object.MappingCommAreaOperation
 
extractOutputData(Record) - 类 中的方法org.springframework.jca.cci.object.MappingRecordOperation
Subclasses must implement this method to convert the Record returned by CCI execution into a result object for the execute method.
extractOutputParameters(CallableStatement, List<SqlParameter>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
Extract output parameters from the completed stored procedure.
extractPathWithinPattern(String, String) - 类 中的方法org.springframework.util.AntPathMatcher
Given a pattern and a full path, determine the pattern-mapped part.
extractPathWithinPattern(String, String) - 接口 中的方法org.springframework.util.PathMatcher
Given a pattern and a full path, determine the pattern-mapped part.
extractPathWithinPattern(PathContainer) - 类 中的方法org.springframework.web.util.pattern.PathPattern
Determine the pattern-mapped part for the given path.
extractProperty(String) - 枚举 中的方法org.springframework.data.repository.query.parser.Part.Type
Callback method to extract the actual propertyPath to be bound from the given part.
extractReturnedResults(CallableStatement, List<SqlParameter>, List<SqlParameter>, int) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
Extract returned ResultSets from the completed stored procedure.
extractUriTemplateVariables(String, String) - 类 中的方法org.springframework.util.AntPathMatcher
 
extractUriTemplateVariables(String, String) - 接口 中的方法org.springframework.util.PathMatcher
Given a pattern and a full path, extract the URI template variables.
extractUriTemplateVariables() - 类 中的方法org.springframework.web.servlet.handler.RequestMatchResult
Extract URI template variables from the matching pattern as defined in PathMatcher.extractUriTemplateVariables(java.lang.String, java.lang.String).
extractValuesToBind(ServerWebExchange) - 类 中的静态方法org.springframework.web.bind.support.WebExchangeDataBinder
Combine query params and form data for multipart form data from the body of the request into a Map<String, Object> of values to use for data binding purposes.
extractVersion(String) - 类 中的方法org.springframework.web.servlet.resource.AbstractVersionStrategy
 
extractVersion(String) - 类 中的方法org.springframework.web.servlet.resource.AbstractVersionStrategy.FileNameVersionPathStrategy
 
extractVersion(String) - 类 中的方法org.springframework.web.servlet.resource.AbstractVersionStrategy.PrefixVersionPathStrategy
 
extractVersion(String) - 接口 中的方法org.springframework.web.servlet.resource.VersionPathStrategy
Extract the resource version from the request path.
extractViewNameFromUrlPath(String) - 类 中的方法org.springframework.web.servlet.mvc.UrlFilenameViewController
Extract the URL filename from the given request URI.

F

FacesContextUtils - org.springframework.web.jsf中的类
Convenience methods to retrieve Spring's root WebApplicationContext for a given JSF FacesContext.
FacesContextUtils() - 类 的构造器org.springframework.web.jsf.FacesContextUtils
 
FacesRequestAttributes - org.springframework.web.context.request中的类
RequestAttributes adapter for a JSF javax.faces.context.FacesContext.
FacesRequestAttributes(FacesContext) - 类 的构造器org.springframework.web.context.request.FacesRequestAttributes
Create a new FacesRequestAttributes adapter for the given FacesContext.
FacesWebRequest - org.springframework.web.context.request中的类
WebRequest adapter for a JSF javax.faces.context.FacesContext.
FacesWebRequest(FacesContext) - 类 的构造器org.springframework.web.context.request.FacesWebRequest
Create a new FacesWebRequest adapter for the given FacesContext.
factory(JsonFactory) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Define the JsonFactory to be used to create the ObjectMapper instance.
fail(String) - 类 中的静态方法org.springframework.test.util.AssertionErrors
Fails a test with the given message.
fail(String, Object, Object) - 类 中的静态方法org.springframework.test.util.AssertionErrors
Fails a test with the given message passing along expected and actual values to be added to the message.
failOnEmptyBeans(boolean) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Shortcut for SerializationFeature.FAIL_ON_EMPTY_BEANS option.
failOnUnknownProperties(boolean) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Shortcut for DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES option.
failover(NamedNode) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisSentinelConnection
 
failover(NamedNode) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
 
failover(NamedNode) - 接口 中的方法org.springframework.data.redis.connection.RedisSentinelCommands
Force a failover as if the master was not reachable.
failsafeCommandLookup(String) - 枚举 中的静态方法org.springframework.data.redis.core.RedisCommand
Returns the command represented by the given key.
failure(Throwable) - 类 中的方法org.springframework.util.concurrent.ListenableFutureCallbackRegistry
Trigger a FailureCallback.onFailure(Throwable) call on all added callbacks with the given Throwable.
FailureCallback - org.springframework.util.concurrent中的接口
Failure callback for a ListenableFuture.
failWithCancel() - 类 中的静态方法reactor.core.Exceptions
An exception that is propagated upward and considered as "fatal" as per Reactive Stream limited list of exceptions allowed to bubble.
failWithOverflow() - 类 中的静态方法reactor.core.Exceptions
Return an IllegalStateException indicating the receiver is overrun by more signals than expected in case of a bounded queue, or more generally that data couldn't be emitted due to a lack of request
failWithOverflow(String) - 类 中的静态方法reactor.core.Exceptions
Return an IllegalStateException indicating the receiver is overrun by more signals than expected in case of a bounded queue or more generally that data couldn't be emitted due to a lack of request
failWithRejected() - 类 中的静态方法reactor.core.Exceptions
Return a singleton RejectedExecutionException
failWithRejected(Throwable) - 类 中的静态方法reactor.core.Exceptions
Return a new RejectedExecutionException with standard message and cause, unless the cause is already a RejectedExecutionException created via Exceptions.failWithRejected(Throwable) (not the singleton-producing variants).
failWithRejectedNotTimeCapable() - 类 中的静态方法reactor.core.Exceptions
Return a singleton RejectedExecutionException with a message indicating the reason is due to the scheduler not being time-capable
FALLBACK_PROPERTY - 类 中的静态变量reactor.util.Loggers
The system property that determines which fallback implementation to use for loggers when SLF4J isn't available.
FALLBACK_STATEMENT_SEPARATOR - 类 中的静态变量org.springframework.jdbc.datasource.init.ScriptUtils
Fallback statement separator within SQL scripts: "\n".
FALLBACK_TRANSACTION_MANAGER_NAMES - 类 中的静态变量org.springframework.transaction.jta.JtaTransactionManager
Fallback JNDI locations for the JTA TransactionManager.
FallbackExceptionTranslationStrategy - org.springframework.data.redis中的类
FallbackExceptionTranslationStrategy(Converter<Exception, DataAccessException>) - 类 的构造器org.springframework.data.redis.FallbackExceptionTranslationStrategy
 
FALSE - 类 中的静态变量org.springframework.expression.spel.support.BooleanTypedValue
 
FastByteArrayOutputStream - org.springframework.util中的类
A speedy alternative to ByteArrayOutputStream.
FastByteArrayOutputStream() - 类 的构造器org.springframework.util.FastByteArrayOutputStream
Create a new FastByteArrayOutputStream with the default initial capacity of 256 bytes.
FastByteArrayOutputStream(int) - 类 的构造器org.springframework.util.FastByteArrayOutputStream
Create a new FastByteArrayOutputStream with the specified initial capacity.
fatalError(SAXParseException) - 类 中的方法org.springframework.util.xml.SimpleSaxErrorHandler
 
fatalError(TransformerException) - 类 中的方法org.springframework.util.xml.SimpleTransformErrorListener
 
favorParameter(boolean) - 类 中的方法org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
Whether a request parameter ("format" by default) should be used to determine the requested media type.
favorPathExtension(boolean) - 类 中的方法org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
Whether the path extension in the URL path should be used to determine the requested media type.
featuresToDisable(Object...) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Specify features to disable.
featuresToEnable(Object...) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Specify features to enable.
feet() - 类 中的静态方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoDistCommand
fetchJedisConnector() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Returns a Jedis instance to be used as a Redis connection.
field(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveHashCommands.HDelCommand
field(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveHashCommands.HExistsCommand
field(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveHashCommands.HGetCommand
FIELD_CLASS - 类 中的静态变量org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the class field in a JMX Descriptor.
FIELD_CURRENCY_TIME_LIMIT - 类 中的静态变量org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the currency time limit field in a JMX Descriptor.
FIELD_DEFAULT - 类 中的静态变量org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the default field in a JMX Descriptor.
FIELD_DISPLAY_NAME - 类 中的静态变量org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the displayName field in a JMX Descriptor.
FIELD_GET_METHOD - 类 中的静态变量org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Identifies a getter method in a JMX Descriptor.
FIELD_LOG - 类 中的静态变量org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the log field in a JMX Descriptor.
FIELD_LOG_FILE - 类 中的静态变量org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the logfile field in a JMX Descriptor.
FIELD_METRIC_CATEGORY - 类 中的静态变量org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the custom metricCategory field in a JMX Descriptor.
FIELD_METRIC_TYPE - 类 中的静态变量org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the metricType field in a JMX Descriptor.
FIELD_PERSIST_LOCATION - 类 中的静态变量org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the persistLocation field in a JMX Descriptor.
FIELD_PERSIST_NAME - 类 中的静态变量org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the persistName field in a JMX Descriptor.
FIELD_PERSIST_PERIOD - 类 中的静态变量org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the persistPeriod field in a JMX Descriptor.
FIELD_PERSIST_POLICY - 类 中的静态变量org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the persistPolicy field in a JMX Descriptor.
FIELD_ROLE - 类 中的静态变量org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the role field in a JMX Descriptor.
FIELD_SET_METHOD - 类 中的静态变量org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Identifies a setter method in a JMX Descriptor.
FIELD_UNITS - 类 中的静态变量org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the units field in a JMX Descriptor.
FIELD_VISIBILITY - 类 中的静态变量org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the visibility field in a JMX Descriptor.
FieldError - org.springframework.validation中的类
Encapsulates a field error, that is, a reason for rejecting a specific field value.
FieldError(String, String, String) - 类 的构造器org.springframework.validation.FieldError
Create a new FieldError instance.
FieldError(String, String, Object, boolean, String[], Object[], String) - 类 的构造器org.springframework.validation.FieldError
Create a new FieldError instance.
FieldProperty - org.yaml.snakeyaml.introspector中的类
A FieldProperty is a Property which is accessed as a field, without going through accessor methods (setX, getX).
FieldProperty(Field) - 类 的构造器org.yaml.snakeyaml.introspector.FieldProperty
 
fields(Collection<ByteBuffer>) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveHashCommands.HDelCommand
Creates a new ReactiveHashCommands.HDelCommand given a Collection of field names.
fields(Collection<ByteBuffer>) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveHashCommands.HGetCommand
Creates a new ReactiveHashCommands.HGetCommand given a Collection of field names.
fieldValues(Map<ByteBuffer, ByteBuffer>) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveHashCommands.HSetCommand
Creates a new ReactiveHashCommands.HSetCommand given a Map of field values.
file(String, byte[]) - 类 中的方法org.springframework.test.web.servlet.request.MockMultipartHttpServletRequestBuilder
Create a new MockMultipartFile with the given content.
file(MockMultipartFile) - 类 中的方法org.springframework.test.web.servlet.request.MockMultipartHttpServletRequestBuilder
Add the given MockMultipartFile.
FILE_URL_PREFIX - 类 中的静态变量org.springframework.util.ResourceUtils
URL prefix for loading from the file system: "file:"
FileCopyUtils - org.springframework.util中的类
Simple utility methods for file and stream copying.
FileCopyUtils() - 类 的构造器org.springframework.util.FileCopyUtils
 
filename() - 接口 中的方法org.springframework.http.codec.multipart.FilePart
Return the original filename in the client's filesystem.
filename(String) - 接口 中的方法org.springframework.http.ContentDisposition.Builder
Set the value of the filename parameter
filename(String, Charset) - 接口 中的方法org.springframework.http.ContentDisposition.Builder
Set the value of the filename* that will be encoded as defined in the RFC 5987.
FileNameVersionPathStrategy() - 类 的构造器org.springframework.web.servlet.resource.AbstractVersionStrategy.FileNameVersionPathStrategy
 
FilePart - org.springframework.http.codec.multipart中的接口
Specialization of Part that represents an uploaded file received in a multipart request.
FileSystemUtils - org.springframework.util中的类
Utility methods for working with the file system.
FileSystemUtils() - 类 的构造器org.springframework.util.FileSystemUtils
 
fileUpload(String, Object...) - 类 中的静态方法org.springframework.test.web.servlet.request.MockMvcRequestBuilders
fileUpload(URI) - 类 中的静态方法org.springframework.test.web.servlet.request.MockMvcRequestBuilders
已过时。
fillInClientStackTraceIfPossible(Throwable) - 类 中的静态方法org.springframework.remoting.support.RemoteInvocationUtils
Fill the current client-side stack trace into the given exception.
fillInStackTrace() - 异常错误 中的方法org.springframework.scripting.support.StandardScriptEvalException
 
filter(Predicate<? super T>) - 接口 中的方法org.springframework.data.util.Streamable
Returns a new Streamable that will apply the given filter Predicate to the current one.
filter(List<Method>) - 接口 中的方法org.springframework.expression.MethodFilter
Called by the method resolver to allow the SpEL user to organize the list of candidate methods that may be invoked.
filter(ExchangeFilterFunction) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.Builder
Add the given filter to the filter chain.
filter(ServerWebExchange, WebFilterChain) - 类 中的方法org.springframework.web.cors.reactive.CorsWebFilter
 
filter(ServerWebExchange, WebFilterChain) - 类 中的方法org.springframework.web.filter.reactive.ForwardedHeaderFilter
 
filter(ServerWebExchange, WebFilterChain) - 类 中的方法org.springframework.web.filter.reactive.HiddenHttpMethodFilter
Transform an HTTP POST into another method based on methodParamName
filter(WebFilter...) - 类 中的方法org.springframework.web.server.adapter.WebHttpHandlerBuilder
Add the given filter(s).
filter(ServerWebExchange) - 类 中的方法org.springframework.web.server.handler.DefaultWebFilterChain
 
filter(ServerWebExchange, WebFilterChain) - 接口 中的方法org.springframework.web.server.WebFilter
Process the Web request and (optionally) delegate to the next WebFilter through the given WebFilterChain.
filter(ServerWebExchange) - 接口 中的方法org.springframework.web.server.WebFilterChain
Delegate to the next WebFilter in the chain.
filter(Iterable<T>, Predicate<? super T>) - 类 中的静态方法org.xmlunit.util.Linqy
Exclude all elements from an iterable that don't match a given predicate.
filter(Predicate<? super T>) - 类 中的方法reactor.core.publisher.Flux
Evaluate each source value against the given Predicate.
filter(Predicate<? super T>) - 类 中的方法reactor.core.publisher.Mono
If this Mono is valued, test the result and replay it if predicate returns true.
filter(Predicate<? super T>) - 类 中的方法reactor.core.publisher.ParallelFlux
Filters the source values on each 'rail'.
filterAndWrapModel(Map<String, Object>, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.view.json.AbstractJackson2View
Filter and optionally wrap the model in MappingJacksonValue container.
filterAndWrapModel(Map<String, Object>, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.view.json.MappingJackson2JsonView
 
FilteringWebHandler - org.springframework.web.server.handler中的类
WebHandler decorator that invokes a chain of WebFilters before the delegate WebHandler.
FilteringWebHandler(WebHandler, List<WebFilter>) - 类 的构造器org.springframework.web.server.handler.FilteringWebHandler
Constructor.
filterModel(Map<String, Object>) - 类 中的方法org.springframework.web.servlet.view.json.AbstractJackson2View
Filter out undesired attributes from the given model.
filterModel(Map<String, Object>) - 类 中的方法org.springframework.web.servlet.view.json.MappingJackson2JsonView
Filter out undesired attributes from the given model.
filterModel(Map<String, Object>) - 类 中的方法org.springframework.web.servlet.view.xml.MappingJackson2XmlView
Filter out undesired attributes from the given model.
filters(FilterProvider) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Set the global filters to use in order to support @JsonFilter annotated POJO.
filters(Consumer<List<ExchangeFilterFunction>>) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.Builder
Manipulate the filters with the given consumer.
filters(Consumer<List<WebFilter>>) - 类 中的方法org.springframework.web.server.adapter.WebHttpHandlerBuilder
Manipulate the "live" list of currently configured filters.
filterWhen(Function<? super T, ? extends Publisher<Boolean>>) - 类 中的方法reactor.core.publisher.Flux
Test each value emitted by this Flux asynchronously using a generated Publisher<Boolean> test.
filterWhen(Function<? super T, ? extends Publisher<Boolean>>, int) - 类 中的方法reactor.core.publisher.Flux
Test each value emitted by this Flux asynchronously using a generated Publisher<Boolean> test.
filterWhen(Function<? super T, ? extends Publisher<Boolean>>) - 类 中的方法reactor.core.publisher.Mono
If this Mono is valued, test the value asynchronously using a generated Publisher<Boolean> test.
finalizeConstruction(Node, Object) - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
 
finalizeConstruction(Object) - 类 中的方法org.yaml.snakeyaml.TypeDescription
Is invoked after entity is filled with values from deserialized YAML
find(RedisCallback<?>, Class<T>) - 类 中的方法org.springframework.data.redis.core.RedisKeyValueTemplate
Retrieve entities by resolving their ids and converting them into required type.
findAll() - 接口 中的方法org.springframework.data.repository.CrudRepository
Returns all instances of the type.
findAll(Sort) - 接口 中的方法org.springframework.data.repository.PagingAndSortingRepository
Returns all entities sorted by the given options.
findAll(Pageable) - 接口 中的方法org.springframework.data.repository.PagingAndSortingRepository
Returns a Page of entities meeting the paging restriction provided in the Pageable object.
findAll(Example<S>) - 接口 中的方法org.springframework.data.repository.query.QueryByExampleExecutor
Returns all entities matching the given Example.
findAll(Example<S>, Sort) - 接口 中的方法org.springframework.data.repository.query.QueryByExampleExecutor
Returns all entities matching the given Example applying the given Sort.
findAll(Example<S>, Pageable) - 接口 中的方法org.springframework.data.repository.query.QueryByExampleExecutor
Returns a Page of entities matching the given Example.
findAll(Example<S>) - 接口 中的方法org.springframework.data.repository.query.ReactiveQueryByExampleExecutor
Returns all entities matching the given Example.
findAll(Example<S>, Sort) - 接口 中的方法org.springframework.data.repository.query.ReactiveQueryByExampleExecutor
Returns all entities matching the given Example applying the given Sort.
findAll() - 接口 中的方法org.springframework.data.repository.reactive.ReactiveCrudRepository
Returns all instances of the type.
findAll(Sort) - 接口 中的方法org.springframework.data.repository.reactive.ReactiveSortingRepository
Returns all entities sorted by the given options.
findAll() - 接口 中的方法org.springframework.data.repository.reactive.RxJava2CrudRepository
Returns all instances of the type.
findAll(Sort) - 接口 中的方法org.springframework.data.repository.reactive.RxJava2SortingRepository
Returns all entities sorted by the given options.
findAllById(Iterable<ID>) - 接口 中的方法org.springframework.data.repository.CrudRepository
Returns all instances of the type with the given IDs.
findAllById(Iterable<ID>) - 接口 中的方法org.springframework.data.repository.reactive.ReactiveCrudRepository
Returns all instances with the given IDs.
findAllById(Publisher<ID>) - 接口 中的方法org.springframework.data.repository.reactive.ReactiveCrudRepository
Returns all instances of the type with the given IDs supplied by a Publisher.
findAllById(Iterable<ID>) - 接口 中的方法org.springframework.data.repository.reactive.RxJava2CrudRepository
Returns all instances of the type with the given IDs.
findAllById(<any>) - 接口 中的方法org.springframework.data.repository.reactive.RxJava2CrudRepository
Returns all instances of the type with the given IDs.
findAnnotatedBeans(ApplicationContext) - 类 中的静态方法org.springframework.web.method.ControllerAdviceBean
Find the names of beans annotated with @ControllerAdvice in the given ApplicationContext and wrap them as ControllerAdviceBean instances.
findAnnotationDescriptor(Class<?>, Class<T>) - 类 中的静态方法org.springframework.test.util.MetaAnnotationUtils
Find the MetaAnnotationUtils.AnnotationDescriptor for the supplied annotationType on the supplied Class, traversing its annotations, interfaces, and superclasses if no annotation can be found on the given class itself.
findAnnotationDescriptorForTypes(Class<?>, Class<? extends Annotation>...) - 类 中的静态方法org.springframework.test.util.MetaAnnotationUtils
Find the MetaAnnotationUtils.UntypedAnnotationDescriptor for the first Class in the inheritance hierarchy of the specified clazz (including the specified clazz itself) which declares at least one of the specified annotationTypes.
findApplicationContexts() - 类 中的方法org.springframework.web.context.support.ServletContextLiveBeansView
 
findAttribute(String) - 类 中的方法org.springframework.mock.web.MockPageContext
 
findAvailableTcpPort() - 类 中的静态方法org.springframework.util.SocketUtils
Find an available TCP port randomly selected from the range [1024, 65535].
findAvailableTcpPort(int) - 类 中的静态方法org.springframework.util.SocketUtils
Find an available TCP port randomly selected from the range [minPort, 65535].
findAvailableTcpPort(int, int) - 类 中的静态方法org.springframework.util.SocketUtils
Find an available TCP port randomly selected from the range [minPort, maxPort].
findAvailableTcpPorts(int) - 类 中的静态方法org.springframework.util.SocketUtils
Find the requested number of available TCP ports, each randomly selected from the range [1024, 65535].
findAvailableTcpPorts(int, int, int) - 类 中的静态方法org.springframework.util.SocketUtils
Find the requested number of available TCP ports, each randomly selected from the range [minPort, maxPort].
findAvailableUdpPort() - 类 中的静态方法org.springframework.util.SocketUtils
Find an available UDP port randomly selected from the range [1024, 65535].
findAvailableUdpPort(int) - 类 中的静态方法org.springframework.util.SocketUtils
Find an available UDP port randomly selected from the range [minPort, 65535].
findAvailableUdpPort(int, int) - 类 中的静态方法org.springframework.util.SocketUtils
Find an available UDP port randomly selected from the range [minPort, maxPort].
findAvailableUdpPorts(int) - 类 中的静态方法org.springframework.util.SocketUtils
Find the requested number of available UDP ports, each randomly selected from the range [1024, 65535].
findAvailableUdpPorts(int, int, int) - 类 中的静态方法org.springframework.util.SocketUtils
Find the requested number of available UDP ports, each randomly selected from the range [minPort, maxPort].
findById(ID) - 接口 中的方法org.springframework.data.repository.CrudRepository
Retrieves an entity by its id.
findById(ID) - 接口 中的方法org.springframework.data.repository.reactive.ReactiveCrudRepository
Retrieves an entity by its id.
findById(Publisher<ID>) - 接口 中的方法org.springframework.data.repository.reactive.ReactiveCrudRepository
Retrieves an entity by its id supplied by a Publisher.
findById(ID) - 接口 中的方法org.springframework.data.repository.reactive.RxJava2CrudRepository
Retrieves an entity by its id.
findById(<any>) - 接口 中的方法org.springframework.data.repository.reactive.RxJava2CrudRepository
Retrieves an entity by its id supplied by a Single.
findColumn(String) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
findColumn(String) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Map the given column label to its column index.
findCommonElementType(Collection<?>) - 类 中的静态方法org.springframework.util.CollectionUtils
Find the common element type of the given Collection, if any.
findConstructor(Class<?>, Object...) - 类 中的静态方法org.springframework.data.util.ReflectionUtils
Finds a constructor on the given type that matches the given constructor arguments.
findCustomEditor(Class<?>, String) - 类 中的方法org.springframework.validation.DataBinder
 
findDefaultScheduler() - 类 中的方法org.springframework.scheduling.quartz.SchedulerAccessorBean
 
findEditor(String, Class<?>) - 类 中的方法org.springframework.validation.AbstractBindingResult
This implementation delegates to the PropertyEditorRegistry's editor lookup facility, if available.
findEditor(String, Class<?>) - 类 中的方法org.springframework.validation.AbstractPropertyBindingResult
This implementation exposes a PropertyEditor adapter for a Formatter, if applicable.
findEditor(String, Class) - 异常错误 中的方法org.springframework.validation.BindException
 
findEditor(String, Class<?>) - 接口 中的方法org.springframework.validation.BindingResult
Find a custom property editor for the given type and property.
findEditor(String, Class) - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
findEditor(Class<?>) - 类 中的方法org.springframework.web.servlet.support.BindStatus
Find a PropertyEditor for the given value class, associated with the property that this bound status is currently bound to.
findExpectation(ClientHttpRequest) - 类 中的方法org.springframework.test.web.client.AbstractRequestExpectationManager.RequestExpectationGroup
Return a matching expectation, or null if none match.
findField(Class<?>, ReflectionUtils.FieldFilter) - 类 中的静态方法org.springframework.data.util.ReflectionUtils
Finds the first field on the given class matching the given ReflectionUtils.FieldFilter.
findField(Class<?>, ReflectionUtils.DescribedFieldFilter) - 类 中的静态方法org.springframework.data.util.ReflectionUtils
Finds the field matching the given ReflectionUtils.DescribedFieldFilter.
findField(Class<?>, ReflectionUtils.DescribedFieldFilter, boolean) - 类 中的静态方法org.springframework.data.util.ReflectionUtils
Finds the field matching the given ReflectionUtils.DescribedFieldFilter.
findField(String, Class<?>, boolean) - 类 中的方法org.springframework.expression.spel.support.ReflectivePropertyAccessor
Find a field of a certain name on a specified class.
findField(Class<?>, String) - 类 中的静态方法org.springframework.util.ReflectionUtils
Attempt to find a field on the supplied Class with the supplied name.
findField(Class<?>, String, Class<?>) - 类 中的静态方法org.springframework.util.ReflectionUtils
Attempt to find a field on the supplied Class with the supplied name and/or type.
findFirstMatch(Collection<?>, Collection<E>) - 类 中的静态方法org.springframework.util.CollectionUtils
Return the first element in 'candidates' that is contained in 'source'.
findGetterForProperty(String, Class<?>, boolean) - 类 中的方法org.springframework.expression.spel.support.ReflectivePropertyAccessor
Find a getter method for the specified property.
findLastChangeRevision(ID) - 接口 中的方法org.springframework.data.repository.history.RevisionRepository
Returns the revision of the entity it was last changed in.
findMatchingMethod() - 类 中的方法org.springframework.util.MethodInvoker
Find a matching method with the specified name for the specified arguments.
findMatchingViewName(Properties, Exception) - 类 中的方法org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Find a matching view name in the given exception mappings.
findMethod(Method) - 类 中的方法org.springframework.data.repository.core.support.RepositoryComposition
Find the implementation method for the given Method invoked on the composite interface.
findMethod(Class<?>, String) - 类 中的静态方法org.springframework.util.ReflectionUtils
Attempt to find a Method on the supplied class with the supplied name and no parameters.
findMethod(Class<?>, String, Class<?>...) - 类 中的静态方法org.springframework.util.ReflectionUtils
Attempt to find a Method on the supplied class with the supplied name and parameter types.
findModulesViaServiceLoader(boolean) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Set whether to let Jackson find available modules via the JDK ServiceLoader, based on META-INF metadata in the classpath.
findObject(Object[], Map<?, ?>) - 类 中的方法org.springframework.jdbc.object.SqlQuery
Generic object finder method, used by all other findObject methods.
findObject(Object...) - 类 中的方法org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object without context.
findObject(int, Map<?, ?>) - 类 中的方法org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given a single int parameter and a context.
findObject(int) - 类 中的方法org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given a single int parameter.
findObject(int, int, Map<?, ?>) - 类 中的方法org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given two int parameters and a context.
findObject(int, int) - 类 中的方法org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given two int parameters.
findObject(long, Map<?, ?>) - 类 中的方法org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given a single long parameter and a context.
findObject(long) - 类 中的方法org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given a single long parameter.
findObject(String, Map<?, ?>) - 类 中的方法org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given a single String parameter and a context.
findObject(String) - 类 中的方法org.springframework.jdbc.object.SqlQuery
Convenient method to find a single object given a single String parameter.
findObjectByNamedParam(Map<String, ?>, Map<?, ?>) - 类 中的方法org.springframework.jdbc.object.SqlQuery
Generic object finder method for named parameters.
findObjectByNamedParam(Map<String, ?>) - 类 中的方法org.springframework.jdbc.object.SqlQuery
Convenient method to execute without context.
findOne(Example<S>) - 接口 中的方法org.springframework.data.repository.query.QueryByExampleExecutor
Returns a single entity matching the given Example or null if none was found.
findOne(Example<S>) - 接口 中的方法org.springframework.data.repository.query.ReactiveQueryByExampleExecutor
Returns a single entity matching the given Example or Mono.empty() if none was found.
findParameterValue(ServletRequest, String) - 类 中的静态方法org.springframework.web.util.WebUtils
Obtain a named parameter from the given request parameters.
findParameterValue(Map<String, ?>, String) - 类 中的静态方法org.springframework.web.util.WebUtils
Obtain a named parameter from the given request parameters.
findRequiredField(Class<?>, String) - 类 中的静态方法org.springframework.data.util.ReflectionUtils
Finds the field of the given name on the given type.
findRequiredMethod(Class<?>, String, Class<?>...) - 类 中的静态方法org.springframework.data.util.ReflectionUtils
Returns the method with the given name of the given class and parameter types.
findRevision(ID, N) - 接口 中的方法org.springframework.data.repository.history.RevisionRepository
Returns the entity with the given ID in the given revision number.
findRevisions(ID) - 接口 中的方法org.springframework.data.repository.history.RevisionRepository
Returns all Revisions of an entity with the given id.
findRevisions(ID, Pageable) - 接口 中的方法org.springframework.data.repository.history.RevisionRepository
Returns a Page of revisions for the entity with the given id.
findScheduler(String) - 类 中的方法org.springframework.scheduling.quartz.SchedulerAccessorBean
 
findSetterForProperty(String, Class<?>, boolean) - 类 中的方法org.springframework.expression.spel.support.ReflectivePropertyAccessor
Find a setter method for the specified property.
findTemplateSource(String) - 类 中的方法org.springframework.ui.freemarker.SpringTemplateLoader
 
findTransactionAttribute(Method) - 类 中的方法org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
 
findTransactionAttribute(Class<?>) - 类 中的方法org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
 
findTransactionAttribute(Method) - 类 中的方法org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
Subclasses need to implement this to return the transaction attribute for the given method, if any.
findTransactionAttribute(Class<?>) - 类 中的方法org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
Subclasses need to implement this to return the transaction attribute for the given class, if any.
findTransactionManager(UserTransaction) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Find the JTA TransactionManager through autodetection: checking whether the UserTransaction object implements the TransactionManager, and checking the fallback JNDI locations.
findTransactionSynchronizationRegistry(UserTransaction, TransactionManager) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Find the JTA 1.1 TransactionSynchronizationRegistry through autodetection: checking whether the UserTransaction object or TransactionManager object implements it, and checking Java EE 5's standard JNDI location.
findTranslatorForDatabase(String) - 类 中的方法org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistry
Find a custom translator for the specified database.
findType(String) - 类 中的方法org.springframework.expression.spel.ExpressionState
 
findType(String) - 类 中的方法org.springframework.expression.spel.support.StandardTypeLocator
Find a (possibly unqualified) type reference - first using the type name as-is, then trying any registered prefixes if the type name cannot be found.
findType(String) - 接口 中的方法org.springframework.expression.TypeLocator
Find a type by name.
findTypes(String...) - 类 中的方法org.springframework.data.util.AnnotatedTypeScanner
 
findTypes(Iterable<String>) - 类 中的方法org.springframework.data.util.AnnotatedTypeScanner
 
findUserTransaction() - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Find the JTA UserTransaction through a default JNDI lookup: "java:comp/UserTransaction".
findValueOfType(Collection<?>, Class<T>) - 类 中的静态方法org.springframework.util.CollectionUtils
Find a single value of the given type in the given Collection.
findValueOfType(Collection<?>, Class<?>[]) - 类 中的静态方法org.springframework.util.CollectionUtils
Find a single value of one of the given types in the given Collection: searching the Collection for a value of the first type, then searching for a value of the second type, etc.
findWebApplicationContext(ServletContext) - 类 中的静态方法org.springframework.web.context.support.WebApplicationContextUtils
Find a unique WebApplicationContext for this web app: either the root web app context (preferred) or a unique WebApplicationContext among the registered ServletContext attributes (typically coming from a single DispatcherServlet in the current web application).
findWebApplicationContext() - 类 中的方法org.springframework.web.filter.DelegatingFilterProxy
Return the WebApplicationContext passed in at construction time, if available.
findWebApplicationContext() - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Retrieve a WebApplicationContext from the ServletContext attribute with the configured name.
findWebApplicationContext(HttpServletRequest, ServletContext) - 类 中的静态方法org.springframework.web.servlet.support.RequestContextUtils
Look for the WebApplicationContext associated with the DispatcherServlet that has initiated request processing, and for the global context if none was found associated with the current request.
findWebApplicationContext(HttpServletRequest) - 类 中的静态方法org.springframework.web.servlet.support.RequestContextUtils
Look for the WebApplicationContext associated with the DispatcherServlet that has initiated request processing, and for the global context if none was found associated with the current request.
findWebJarResourcePath(String) - 类 中的方法org.springframework.web.servlet.resource.WebJarsResourceResolver
 
finish() - 类 中的方法org.springframework.expression.spel.CodeFlow
Called after the main expression evaluation method has been generated, this method will callback any registered FieldAdders or ClinitAdders to add any extra information to the class representing the compiled expression.
FinishedComparisonState(ComparisonResult) - 类 的构造器org.xmlunit.diff.AbstractDifferenceEngine.FinishedComparisonState
 
fireComparisonPerformed(Comparison, ComparisonResult) - 类 中的方法org.xmlunit.diff.ComparisonListenerSupport
Propagates the result of a comparision to all registered listeners.
first(long) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveListCommands.LRemCommand
Creates a new ReactiveListCommands.LRemCommand to first count values.
first() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisZSet
 
first() - 接口 中的方法org.springframework.data.redis.support.collections.RedisZSet
Returns the first (lowest) element currently in this sorted set.
FIRST - 类 中的静态变量org.springframework.expression.spel.ast.Selection
 
first() - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
first() - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Move the cursor to the first row of this row set.
first(DifferenceEvaluator...) - 类 中的静态方法org.xmlunit.diff.DifferenceEvaluators
Combines multiple DifferenceEvaluators so that the first one that changes the outcome wins.
first(Publisher<? extends I>...) - 类 中的静态方法reactor.core.publisher.Flux
Pick the first Publisher to emit any signal (onNext/onError/onComplete) and replay all signals from that Publisher, effectively behaving like the fastest of these competing sources.
first(Iterable<? extends Publisher<? extends I>>) - 类 中的静态方法reactor.core.publisher.Flux
Pick the first Publisher to emit any signal (onNext/onError/onComplete) and replay all signals from that Publisher, effectively behaving like the fastest of these competing sources.
first(Mono<? extends T>...) - 类 中的静态方法reactor.core.publisher.Mono
Pick the first Mono to emit any signal (value, empty completion or error) and replay that signal, effectively behaving like the fastest of these competing sources.
first(Iterable<? extends Mono<? extends T>>) - 类 中的静态方法reactor.core.publisher.Mono
Pick the first available result coming from any of the given monos and populate a new Mono.
firstNonEmpty(Iterable<S>, Function<S, Optional<T>>) - 接口 中的静态方法org.springframework.data.util.Optionals
Applies the given function to the elements of the source and returns the first non-empty result.
firstNonEmpty(Iterable<S>, Function<S, T>, T) - 接口 中的静态方法org.springframework.data.util.Optionals
Applies the given function to the elements of the source and returns the first non-empty result.
firstNonEmpty(Supplier<Optional<T>>...) - 接口 中的静态方法org.springframework.data.util.Optionals
Invokes the given Suppliers for Optional results one by one and returns the first non-empty one.
firstNonEmpty(Iterable<Supplier<Optional<T>>>) - 接口 中的静态方法org.springframework.data.util.Optionals
Invokes the given Suppliers for Optional results one by one and returns the first non-empty one.
FixedBackOff - org.springframework.util.backoff中的类
A simple BackOff implementation that provides a fixed interval between two attempts and a maximum number of retries.
FixedBackOff() - 类 的构造器org.springframework.util.backoff.FixedBackOff
Create an instance with an interval of 5000L ms and an unlimited number of attempts.
FixedBackOff(long, long) - 类 的构造器org.springframework.util.backoff.FixedBackOff
Create an instance.
FixedContentNegotiationStrategy - org.springframework.web.accept中的类
A ContentNegotiationStrategy that returns a fixed content type.
FixedContentNegotiationStrategy(MediaType) - 类 的构造器org.springframework.web.accept.FixedContentNegotiationStrategy
Constructor with a single default MediaType.
FixedContentNegotiationStrategy(List<MediaType>) - 类 的构造器org.springframework.web.accept.FixedContentNegotiationStrategy
Constructor with an ordered List of default MediaType's to return for use in applications that support a variety of content types.
FixedDelayTask - org.springframework.scheduling.config中的类
Specialization of IntervalTask for fixed-delay semantics.
FixedDelayTask(Runnable, long, long) - 类 的构造器org.springframework.scheduling.config.FixedDelayTask
Create a new FixedDelayTask.
fixedField(String) - 类 中的方法org.springframework.validation.AbstractErrors
Transform the given field into its full path, regarding the nested path of this instance.
FixedLocaleContextResolver - org.springframework.web.server.i18n中的类
LocaleContextResolver implementation that always returns a fixed locale and optionally time zone.
FixedLocaleContextResolver() - 类 的构造器org.springframework.web.server.i18n.FixedLocaleContextResolver
Create a default FixedLocaleResolver, exposing a configured default locale (or the JVM's default locale as fallback).
FixedLocaleContextResolver(Locale) - 类 的构造器org.springframework.web.server.i18n.FixedLocaleContextResolver
Create a FixedLocaleResolver that exposes the given locale.
FixedLocaleContextResolver(Locale, TimeZone) - 类 的构造器org.springframework.web.server.i18n.FixedLocaleContextResolver
Create a FixedLocaleResolver that exposes the given locale and time zone.
FixedLocaleResolver - org.springframework.web.servlet.i18n中的类
LocaleResolver implementation that always returns a fixed default locale and optionally time zone.
FixedLocaleResolver() - 类 的构造器org.springframework.web.servlet.i18n.FixedLocaleResolver
Create a default FixedLocaleResolver, exposing a configured default locale (or the JVM's default locale as fallback).
FixedLocaleResolver(Locale) - 类 的构造器org.springframework.web.servlet.i18n.FixedLocaleResolver
Create a FixedLocaleResolver that exposes the given locale.
FixedLocaleResolver(Locale, TimeZone) - 类 的构造器org.springframework.web.servlet.i18n.FixedLocaleResolver
Create a FixedLocaleResolver that exposes the given locale and time zone.
FixedRateTask - org.springframework.scheduling.config中的类
Specialization of IntervalTask for fixed-rate semantics.
FixedRateTask(Runnable, long, long) - 类 的构造器org.springframework.scheduling.config.FixedRateTask
Create a new FixedRateTask.
FixedThemeResolver - org.springframework.web.servlet.theme中的类
ThemeResolver implementation that simply uses a fixed theme.
FixedThemeResolver() - 类 的构造器org.springframework.web.servlet.theme.FixedThemeResolver
 
FixedVersionStrategy - org.springframework.web.servlet.resource中的类
A VersionStrategy that relies on a fixed version applied as a request path prefix, e.g. reduced SHA, version name, release date, etc.
FixedVersionStrategy(String) - 类 的构造器org.springframework.web.servlet.resource.FixedVersionStrategy
Create a new FixedVersionStrategy with the given version string.
flagForCommit() - 类 中的静态方法org.springframework.test.context.transaction.TestTransaction
Flag the current test-managed transaction for commit.
flagForRollback() - 类 中的静态方法org.springframework.test.context.transaction.TestTransaction
Flag the current test-managed transaction for rollback.
flash() - 类 中的静态方法org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to flash attribute assertions.
FLASH_MAP_MANAGER_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.DispatcherServlet
Name of request attribute that holds the FlashMapManager.
FLASH_MAP_MANAGER_BEAN_NAME - 类 中的静态变量org.springframework.web.servlet.DispatcherServlet
Well-known name for the FlashMapManager object in the bean factory for this namespace.
flashAttr(String, Object) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set an "input" flash attribute.
FlashAttributeResultMatchers - org.springframework.test.web.servlet.result中的类
Factory for "output" flash attribute assertions.
FlashAttributeResultMatchers() - 类 的构造器org.springframework.test.web.servlet.result.FlashAttributeResultMatchers
Protected constructor.
flashAttrs(Map<String, Object>) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set flash attributes.
FlashMap - org.springframework.web.servlet中的类
A FlashMap provides a way for one request to store attributes intended for use in another.
FlashMap() - 类 的构造器org.springframework.web.servlet.FlashMap
 
FlashMapManager - org.springframework.web.servlet中的接口
A strategy interface for retrieving and saving FlashMap instances.
flatMap(Function<T, Lazy<S>>) - 类 中的方法org.springframework.data.util.Lazy
Creates a new Lazy with the given Function lazily applied to the current one.
flatMap(Function<? super T, ? extends Stream<? extends R>>) - 接口 中的方法org.springframework.data.util.Streamable
Returns a new Streamable that will apply the given Function to the current one.
flatMap(Function<? super T, ? extends Publisher<? extends R>>) - 类 中的方法reactor.core.publisher.Flux
Transform the elements emitted by this Flux asynchronously into Publishers, then flatten these inner publishers into a single Flux through merging, which allow them to interleave.
flatMap(Function<? super T, ? extends Publisher<? extends V>>, int) - 类 中的方法reactor.core.publisher.Flux
Transform the elements emitted by this Flux asynchronously into Publishers, then flatten these inner publishers into a single Flux through merging, which allow them to interleave.
flatMap(Function<? super T, ? extends Publisher<? extends V>>, int, int) - 类 中的方法reactor.core.publisher.Flux
Transform the elements emitted by this Flux asynchronously into Publishers, then flatten these inner publishers into a single Flux through merging, which allow them to interleave.
flatMap(Function<? super T, ? extends Publisher<? extends R>>, Function<? super Throwable, ? extends Publisher<? extends R>>, Supplier<? extends Publisher<? extends R>>) - 类 中的方法reactor.core.publisher.Flux
Transform the signals emitted by this Flux asynchronously into Publishers, then flatten these inner publishers into a single Flux through merging, which allow them to interleave.
flatMap(Function<? super T, ? extends Mono<? extends R>>) - 类 中的方法reactor.core.publisher.Mono
Transform the item emitted by this Mono asynchronously, returning the value emitted by another Mono (possibly changing the value type).
flatMap(Function<? super T, ? extends Publisher<? extends R>>) - 类 中的方法reactor.core.publisher.ParallelFlux
Generates and flattens Publishers on each 'rail'.
flatMap(Function<? super T, ? extends Publisher<? extends R>>, boolean) - 类 中的方法reactor.core.publisher.ParallelFlux
Generates and flattens Publishers on each 'rail', optionally delaying errors.
flatMap(Function<? super T, ? extends Publisher<? extends R>>, boolean, int) - 类 中的方法reactor.core.publisher.ParallelFlux
Generates and flattens Publishers on each 'rail', optionally delaying errors and having a total number of simultaneous subscriptions to the inner Publishers.
flatMap(Function<? super T, ? extends Publisher<? extends R>>, boolean, int, int) - 类 中的方法reactor.core.publisher.ParallelFlux
Generates and flattens Publishers on each 'rail', optionally delaying errors, having a total number of simultaneous subscriptions to the inner Publishers and using the given prefetch amount for the inner Publishers.
flatMapDelayError(Function<? super T, ? extends Publisher<? extends V>>, int, int) - 类 中的方法reactor.core.publisher.Flux
Transform the elements emitted by this Flux asynchronously into Publishers, then flatten these inner publishers into a single Flux through merging, which allow them to interleave.
flatMapIterable(Function<? super T, ? extends Iterable<? extends R>>) - 类 中的方法reactor.core.publisher.Flux
Transform the items emitted by this Flux into Iterable, then flatten the elements from those by merging them into a single Flux.
flatMapIterable(Function<? super T, ? extends Iterable<? extends R>>, int) - 类 中的方法reactor.core.publisher.Flux
Transform the items emitted by this Flux into Iterable, then flatten the emissions from those by merging them into a single Flux.
flatMapIterable(Function<? super T, ? extends Iterable<? extends R>>) - 类 中的方法reactor.core.publisher.Mono
Transform the item emitted by this Mono into Iterable, then forward its elements into the returned Flux.
flatMapMany(Function<? super T, ? extends Publisher<? extends R>>) - 类 中的方法reactor.core.publisher.Mono
Transform the item emitted by this Mono into a Publisher, then forward its emissions into the returned Flux.
flatMapMany(Function<? super T, ? extends Publisher<? extends R>>, Function<? super Throwable, ? extends Publisher<? extends R>>, Supplier<? extends Publisher<? extends R>>) - 类 中的方法reactor.core.publisher.Mono
Transform the signals emitted by this Mono into signal-specific Publishers, then forward the applicable Publisher's emissions into the returned Flux.
flatMapSequential(Function<? super T, ? extends Publisher<? extends R>>) - 类 中的方法reactor.core.publisher.Flux
Transform the elements emitted by this Flux asynchronously into Publishers, then flatten these inner publishers into a single Flux, but merge them in the order of their source element.
flatMapSequential(Function<? super T, ? extends Publisher<? extends R>>, int) - 类 中的方法reactor.core.publisher.Flux
Transform the elements emitted by this Flux asynchronously into Publishers, then flatten these inner publishers into a single Flux, but merge them in the order of their source element.
flatMapSequential(Function<? super T, ? extends Publisher<? extends R>>, int, int) - 类 中的方法reactor.core.publisher.Flux
Transform the elements emitted by this Flux asynchronously into Publishers, then flatten these inner publishers into a single Flux, but merge them in the order of their source element.
flatMapSequentialDelayError(Function<? super T, ? extends Publisher<? extends R>>, int, int) - 类 中的方法reactor.core.publisher.Flux
Transform the elements emitted by this Flux asynchronously into Publishers, then flatten these inner publishers into a single Flux, but merge them in the order of their source element.
flattenMapping(MappingNode) - 类 中的方法org.yaml.snakeyaml.constructor.SafeConstructor
 
FLOAT - 类 中的静态变量org.yaml.snakeyaml.nodes.Tag
 
FLOAT - 类 中的静态变量org.yaml.snakeyaml.resolver.Resolver
The regular expression is taken from the 1.2 specification but '_'s are added to keep backwards compatibility
FloatLiteral - org.springframework.expression.spel.ast中的类
Expression language AST node that represents a float literal.
FloatLiteral(String, int, float) - 类 的构造器org.springframework.expression.spel.ast.FloatLiteral
 
floatValue() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicDouble
 
floatValue() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicInteger
 
floatValue() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicLong
 
FlowEntryToken - org.yaml.snakeyaml.tokens中的类
 
FlowEntryToken(Mark, Mark) - 类 的构造器org.yaml.snakeyaml.tokens.FlowEntryToken
 
FlowMappingEndToken - org.yaml.snakeyaml.tokens中的类
 
FlowMappingEndToken(Mark, Mark) - 类 的构造器org.yaml.snakeyaml.tokens.FlowMappingEndToken
 
FlowMappingStartToken - org.yaml.snakeyaml.tokens中的类
 
FlowMappingStartToken(Mark, Mark) - 类 的构造器org.yaml.snakeyaml.tokens.FlowMappingStartToken
 
flowPublisherToFlux(<any>) - 类 中的静态方法reactor.adapter.JdkFlowAdapter
Return a Flux from a java Flow.Publisher
FlowSequenceEndToken - org.yaml.snakeyaml.tokens中的类
 
FlowSequenceEndToken(Mark, Mark) - 类 的构造器org.yaml.snakeyaml.tokens.FlowSequenceEndToken
 
FlowSequenceStartToken - org.yaml.snakeyaml.tokens中的类
 
FlowSequenceStartToken(Mark, Mark) - 类 的构造器org.yaml.snakeyaml.tokens.FlowSequenceStartToken
 
flush() - 类 中的方法org.springframework.http.server.reactive.AbstractListenerWriteFlushProcessor
Flush the output if ready, or otherwise AbstractListenerWriteFlushProcessor.isFlushPending() should return true after.
flush() - 接口 中的方法org.springframework.http.server.ServerHttpResponse
Ensure that the headers and the content of the response are written out.
flush() - 类 中的方法org.springframework.http.server.ServletServerHttpResponse
 
flush() - 类 中的方法org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
flush() - 类 中的方法org.springframework.jdbc.object.BatchSqlUpdate
Trigger any queued update operations to be added as a final batch.
flush() - 类 中的方法org.springframework.mock.web.DelegatingServletOutputStream
 
flush() - 类 中的方法org.springframework.mock.web.MockJspWriter
 
flush() - 类 中的方法org.springframework.transaction.jta.JtaTransactionObject
This implementation triggers flush callbacks, assuming that they will flush all affected ORM sessions.
flush() - 类 中的方法org.springframework.transaction.support.AbstractTransactionStatus
This implementations is empty, considering flush as a no-op.
flush() - 类 中的方法org.springframework.transaction.support.DefaultTransactionStatus
Delegate the flushing to the transaction object, provided that the latter implements the SmartTransactionObject interface.
flush() - 类 中的方法org.springframework.transaction.support.ResourceHolderSynchronization
 
flush() - 接口 中的方法org.springframework.transaction.support.SmartTransactionObject
Flush the underlying sessions to the datastore, if applicable: for example, all affected Hibernate/JPA sessions.
flush() - 接口 中的方法org.springframework.transaction.support.TransactionSynchronization
Flush the underlying session to the datastore, if applicable: for example, a Hibernate/JPA session.
flush() - 类 中的方法org.springframework.transaction.support.TransactionSynchronizationAdapter
 
flush() - 接口 中的方法org.springframework.transaction.TransactionStatus
Flush the underlying session to the datastore, if applicable: for example, all affected Hibernate/JPA sessions.
flush() - 类 中的方法org.springframework.util.CommonsLogWriter
 
flushAll(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisClusterConnection
已过时。
flushAll() - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
flushAll() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
flushAll(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.ReactiveClusterServerCommands
Delete all all keys from all databases.
flushAll() - 接口 中的方法org.springframework.data.redis.connection.ReactiveServerCommands
Delete all all keys from all databases.
flushAll(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.RedisClusterServerCommands
 
flushAll() - 接口 中的方法org.springframework.data.redis.connection.RedisServerCommands
Delete all all keys from all databases.
flushBuffer() - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
flushBuffer() - 类 中的方法org.springframework.web.util.ContentCachingResponseWrapper
 
flushBufferedBodyContent(BodyContent) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
The user customised the output of the error messages - flush the buffered content into the main javax.servlet.jsp.JspWriter.
flushDb(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisClusterConnection
已过时。
flushDb() - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
flushDb() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
flushDb(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.ReactiveClusterServerCommands
Delete all keys of the currently selected database.
flushDb() - 接口 中的方法org.springframework.data.redis.connection.ReactiveServerCommands
Delete all keys of the currently selected database.
flushDb(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.RedisClusterServerCommands
 
flushDb() - 接口 中的方法org.springframework.data.redis.connection.RedisServerCommands
Delete all keys of the currently selected database.
flushDb(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.core.ClusterOperations
Flush db on node.
flushingFailed(Throwable) - 类 中的方法org.springframework.http.server.reactive.AbstractListenerWriteFlushProcessor
Invoked when an error happens while flushing.
flushResource(H) - 类 中的方法org.springframework.transaction.support.ResourceHolderSynchronization
Flush callback for the given resource holder.
Flux<T> - reactor.core.publisher中的类
A Reactive Streams Publisher with rx operators that emits 0 to N elements, and then completes (successfully or with an error).
Flux() - 类 的构造器reactor.core.publisher.Flux
 
flux() - 类 中的方法reactor.core.publisher.Mono
Convert this Mono to a Flux
FluxExchangeResult<T> - org.springframework.test.web.reactive.server中的类
ExchangeResult variant with the response body decoded as Flux<T> but not yet consumed.
FluxOperator<I,O> - reactor.core.publisher中的类
A decorating Flux Publisher that exposes Flux API over an arbitrary Publisher Useful to create operators which return a Flux.
FluxOperator(Flux<? extends I>) - 类 的构造器reactor.core.publisher.FluxOperator
Build a FluxOperator wrapper around the passed parent Publisher
FluxProcessor<IN,OUT> - reactor.core.publisher中的类
A base processor that exposes Flux API for Processor.
FluxProcessor() - 类 的构造器reactor.core.publisher.FluxProcessor
 
FluxSink<T> - reactor.core.publisher中的接口
Wrapper API around a downstream Subscriber for emitting any number of next signals followed by zero or one onError/onComplete.
FluxSink.OverflowStrategy - reactor.core.publisher中的枚举
Enumeration for backpressure handling.
fn2() - 类 中的静态方法reactor.util.function.Tuples
A converting function from Object array to Tuple2
fn3() - 类 中的静态方法reactor.util.function.Tuples
A converting function from Object array to Tuple3
fn3(Function<Tuple3<T1, T2, T3>, R>) - 类 中的静态方法reactor.util.function.Tuples
A converting function from Object array to Tuple3 to R.
fn4() - 类 中的静态方法reactor.util.function.Tuples
A converting function from Object array to Tuple4
fn4(Function<Tuple4<T1, T2, T3, T4>, R>) - 类 中的静态方法reactor.util.function.Tuples
A converting function from Object array to Tuple4 to R.
fn5() - 类 中的静态方法reactor.util.function.Tuples
A converting function from Object array to Tuple5
fn5(Function<Tuple5<T1, T2, T3, T4, T5>, R>) - 类 中的静态方法reactor.util.function.Tuples
A converting function from Object array to Tuple4 to R.
fn6() - 类 中的静态方法reactor.util.function.Tuples
A converting function from Object array to Tuple6
fn6(Function<Tuple6<T1, T2, T3, T4, T5, T6>, R>) - 类 中的静态方法reactor.util.function.Tuples
A converting function from Object array to Tuple6 to R.
fn7() - 类 中的静态方法reactor.util.function.Tuples
A converting function from Object array to Tuple7
fn7(Function<Tuple7<T1, T2, T3, T4, T5, T6, T7>, R>) - 类 中的静态方法reactor.util.function.Tuples
A converting function from Object array to Tuple7 to R.
fn8() - 类 中的静态方法reactor.util.function.Tuples
A converting function from Object array to Tuple8
fn8(Function<Tuple8<T1, T2, T3, T4, T5, T6, T7, T8>, R>) - 类 中的静态方法reactor.util.function.Tuples
A converting function from Object array to Tuple8
fnAny() - 类 中的静态方法reactor.util.function.Tuples
A converting function from Object array to Tuples
fnAny(Function<Tuple2, R>) - 类 中的静态方法reactor.util.function.Tuples
A converting function from Object array to Tuples to R.
foldIntoExpressions(Sort) - 类 中的方法org.springframework.data.web.SortHandlerMethodArgumentResolver
Folds the given Sort instance into a List of sort expressions, accumulating Sort.Order instances of the same direction into a single expression if they are in order.
forceBlock() - 类 中的方法org.springframework.web.servlet.tags.form.TagWriter
Indicate that the currently open tag should be closed and marked as a block level element.
forClass(Class<?>) - 枚举 中的静态方法org.springframework.expression.spel.ast.TypeCode
 
forExecutables() - 类 中的方法org.springframework.validation.beanvalidation.SpringValidatorAdapter
 
forExecutionException(Throwable) - 类 中的静态方法org.springframework.scheduling.annotation.AsyncResult
Create a new async result which exposes the given exception as an ExecutionException from Future.get().
forget(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.core.ClusterOperations
Remove the node from the cluster.
forInstanceMethodInvocation() - 类 中的静态方法org.springframework.expression.spel.support.DataBindingMethodResolver
Create a new data-binding method resolver for instance method resolution.
forKey(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoDistCommand
Applies the Geo set key member.
forKey(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
Applies the Geo set key.
forKey(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
Applies the Geo set key.
forKey(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveHashCommands.HSetCommand
Applies the key.
forKey(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.LInsertCommand
Applies the key.
forKey(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.LSetCommand
Applies the key.
forKey(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveNumberCommands.HIncrByCommand
Applies the key.
forKey(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZCountCommand
Applies the key.
forKey(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZScoreCommand
Applies the key.
ForkJoinPoolFactoryBean - org.springframework.scheduling.concurrent中的类
A Spring FactoryBean that builds and exposes a preconfigured ForkJoinPool.
ForkJoinPoolFactoryBean() - 类 的构造器org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
 
forLanguage(String) - 类 中的静态方法org.xmlunit.validation.Validator
Factory that obtains a Validator instance based on the schema language.
FORM_CHARSET - 类 中的静态变量org.springframework.http.server.ServletServerHttpRequest
 
FORM_CONTENT_TYPE - 类 中的静态变量org.springframework.http.server.ServletServerHttpRequest
 
format(String, String, String) - 接口 中的方法org.springframework.validation.MessageCodeFormatter
Build and return a message code consisting of the given fields, usually delimited by DefaultMessageCodesResolver.CODE_SEPARATOR.
formatClassNameForMessage(Class<?>) - 类 中的静态方法org.springframework.expression.spel.ast.FormatHelper
Determine a readable name for a given Class object.
formatFieldValue(String, Object) - 类 中的方法org.springframework.validation.AbstractBindingResult
Format the given value for the specified field.
formatFieldValue(String, Object) - 类 中的方法org.springframework.validation.AbstractPropertyBindingResult
Formats the field value based on registered PropertyEditors.
FormatHelper - org.springframework.expression.spel.ast中的类
Utility methods (formatters etc) used during parsing and evaluation.
FormatHelper() - 类 的构造器org.springframework.expression.spel.ast.FormatHelper
 
formatMessage(Object...) - 枚举 中的方法org.springframework.expression.spel.SpelMessage
Produce a complete message including the prefix and with the inserts applied to the message.
formatMessage(Object...) - 枚举 中的方法org.springframework.web.util.pattern.PatternParseException.PatternMessage
 
formatMethodForMessage(String, List<TypeDescriptor>) - 类 中的静态方法org.springframework.expression.spel.ast.FormatHelper
Produce a readable representation for a given method name with specified arguments.
Formatter<T> - org.springframework.format中的接口
Formats objects of type T.
FormatterPropertyEditorAdapter - org.springframework.format.support中的类
Adapter that bridges between Formatter and PropertyEditor.
FormatterPropertyEditorAdapter(Formatter<?>) - 类 的构造器org.springframework.format.support.FormatterPropertyEditorAdapter
Create a new FormatterPropertyEditorAdapter for the given Formatter.
FormatterRegistrar - org.springframework.format中的接口
Registers Converters and Formatters with a FormattingConversionService through the FormatterRegistry SPI.
FormatterRegistry - org.springframework.format中的接口
A registry of field formatting logic.
formatters(Consumer<FormatterRegistry>) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.ControllerSpec
Register formatters and converters to use for type conversion.
FormattingConversionService - org.springframework.format.support中的类
A ConversionService implementation designed to be configured as a FormatterRegistry.
FormattingConversionService() - 类 的构造器org.springframework.format.support.FormattingConversionService
 
FormattingConversionServiceFactoryBean - org.springframework.format.support中的类
A factory providing convenient access to a FormattingConversionService configured with converters and formatters for common types such as numbers and datetimes.
FormattingConversionServiceFactoryBean() - 类 的构造器org.springframework.format.support.FormattingConversionServiceFactoryBean
 
formatUriValue(ConversionService, TypeDescriptor, Object) - 类 中的方法org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
 
formatUriValue(ConversionService, TypeDescriptor, Object) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
 
formData() - 类 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest
 
formData(MultiValueMap<String, String>) - 类 中的方法org.springframework.test.web.client.match.ContentRequestMatchers
Parse the body as form data and compare to the given MultiValueMap.
FormFieldPart - org.springframework.http.codec.multipart中的接口
Specialization of Part for a form field.
FormHttpMessageConverter - org.springframework.http.converter中的类
Implementation of HttpMessageConverter to read and write 'normal' HTML forms and also to write (but not read) multipart data (e.g. file uploads).
FormHttpMessageConverter() - 类 的构造器org.springframework.http.converter.FormHttpMessageConverter
 
FormHttpMessageReader - org.springframework.http.codec中的类
Implementation of an HttpMessageReader to read HTML form data, i.e.
FormHttpMessageReader() - 类 的构造器org.springframework.http.codec.FormHttpMessageReader
 
FormHttpMessageWriter - org.springframework.http.codec中的类
HttpMessageWriter for writing a MultiValueMap<String, String> as HTML form data, i.e.
FormHttpMessageWriter() - 类 的构造器org.springframework.http.codec.FormHttpMessageWriter
 
FormTag - org.springframework.web.servlet.tags.form中的类
The <form> tag renders an HTML 'form' tag and exposes a binding path to inner tags for binding.
FormTag() - 类 的构造器org.springframework.web.servlet.tags.form.FormTag
 
forName(String) - 枚举 中的静态方法org.springframework.expression.spel.ast.TypeCode
 
forName(String, ClassLoader) - 类 中的静态方法org.springframework.util.ClassUtils
Replacement for Class.forName() that also returns Class instances for primitives (e.g.
forPropertyAccessors(PropertyAccessor...) - 类 中的静态方法org.springframework.expression.spel.support.SimpleEvaluationContext
Create a SimpleEvaluationContext for the specified PropertyAccessor delegates: typically a custom PropertyAccessor specific to a use case (e.g. attribute resolution in a custom data structure), potentially combined with a DataBindingPropertyAccessor if property dereferences are needed as well.
forReadOnlyAccess() - 类 中的静态方法org.springframework.expression.spel.support.DataBindingPropertyAccessor
Create a new data-binding property accessor for read-only operations.
forReadOnlyDataBinding() - 类 中的静态方法org.springframework.expression.spel.support.SimpleEvaluationContext
Create a SimpleEvaluationContext for read-only access to public properties via DataBindingPropertyAccessor.
forReadWriteAccess() - 类 中的静态方法org.springframework.expression.spel.support.DataBindingPropertyAccessor
Create a new data-binding property accessor for read-write operations.
forReadWriteDataBinding() - 类 中的静态方法org.springframework.expression.spel.support.SimpleEvaluationContext
Create a SimpleEvaluationContext for read-write access to public properties via DataBindingPropertyAccessor.
forValue(boolean) - 类 中的静态方法org.springframework.expression.spel.support.BooleanTypedValue
 
forValue(V) - 类 中的静态方法org.springframework.scheduling.annotation.AsyncResult
Create a new async result which exposes the given value from Future.get().
forward(String) - 类 中的方法org.springframework.mock.web.MockPageContext
 
forward(ServletRequest, ServletResponse) - 类 中的方法org.springframework.mock.web.MockRequestDispatcher
 
forward() - 类 中的方法org.yaml.snakeyaml.reader.StreamReader
 
forward(int) - 类 中的方法org.yaml.snakeyaml.reader.StreamReader
read the next length characters and move the pointer.
FORWARD_CONTEXT_PATH_ATTRIBUTE - 类 中的静态变量org.springframework.web.util.WebUtils
 
FORWARD_PATH_INFO_ATTRIBUTE - 类 中的静态变量org.springframework.web.util.WebUtils
 
FORWARD_QUERY_STRING_ATTRIBUTE - 类 中的静态变量org.springframework.web.util.WebUtils
 
FORWARD_REQUEST_URI_ATTRIBUTE - 类 中的静态变量org.springframework.web.util.WebUtils
Standard Servlet 2.4+ spec request attributes for forward URI and paths.
FORWARD_SERVLET_PATH_ATTRIBUTE - 类 中的静态变量org.springframework.web.util.WebUtils
 
FORWARD_URL_PREFIX - 类 中的静态变量org.springframework.web.servlet.view.UrlBasedViewResolver
Prefix for special view names that specify a forward URL (usually to a controller after a form has been submitted and processed).
ForwardedHeaderFilter - org.springframework.web.filter中的类
Extract values from "Forwarded" and "X-Forwarded-*" headers in order to wrap and override the following from the request and response: getServerName(), getServerPort(), getScheme(), isSecure(), and sendRedirect(String).
ForwardedHeaderFilter() - 类 的构造器org.springframework.web.filter.ForwardedHeaderFilter
 
ForwardedHeaderFilter - org.springframework.web.filter.reactive中的类
Extract values from "Forwarded" and "X-Forwarded-*" headers in order to change and override HttpRequest.getURI().
ForwardedHeaderFilter() - 类 的构造器org.springframework.web.filter.reactive.ForwardedHeaderFilter
 
forwardedUrl(String) - 类 中的静态方法org.springframework.test.web.servlet.result.MockMvcResultMatchers
Asserts the request was forwarded to the given URL.
forwardedUrlPattern(String) - 类 中的静态方法org.springframework.test.web.servlet.result.MockMvcResultMatchers
Asserts the request was forwarded to the given URL.
forwardedUrlTemplate(String, Object...) - 类 中的静态方法org.springframework.test.web.servlet.result.MockMvcResultMatchers
Asserts the request was forwarded to the given URL template.
fragment(String) - 接口 中的方法org.springframework.web.util.UriBuilder
Set the URI fragment.
fragment(String) - 类 中的方法org.springframework.web.util.UriComponentsBuilder
Set the URI fragment.
FrameworkServlet - org.springframework.web.servlet中的类
Base servlet for Spring's web framework.
FrameworkServlet() - 类 的构造器org.springframework.web.servlet.FrameworkServlet
Create a new FrameworkServlet that will create its own internal web application context based on defaults and values provided through servlet init-params.
FrameworkServlet(WebApplicationContext) - 类 的构造器org.springframework.web.servlet.FrameworkServlet
Create a new FrameworkServlet with the given web application context.
freeMarker() - 类 中的方法org.springframework.web.servlet.config.annotation.ViewResolverRegistry
Register a FreeMarker view resolver with an empty default view name prefix and a default suffix of ".ftl".
FreeMarkerConfig - org.springframework.web.servlet.view.freemarker中的接口
Interface to be implemented by objects that configure and manage a FreeMarker Configuration object in a web environment.
FreeMarkerConfigurationFactory - org.springframework.ui.freemarker中的类
Factory that configures a FreeMarker Configuration.
FreeMarkerConfigurationFactory() - 类 的构造器org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
 
FreeMarkerConfigurationFactoryBean - org.springframework.ui.freemarker中的类
Factory bean that creates a FreeMarker Configuration and provides it as bean reference.
FreeMarkerConfigurationFactoryBean() - 类 的构造器org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
 
FreeMarkerConfigurer - org.springframework.web.servlet.view.freemarker中的类
JavaBean to configure FreeMarker for web usage, via the "configLocation" and/or "freemarkerSettings" and/or "templateLoaderPath" properties.
FreeMarkerConfigurer() - 类 的构造器org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
 
FreeMarkerConfigurerBeanDefinitionParser - org.springframework.web.servlet.config中的类
Parse the MVC namespace element and register FreeMarkerConfigurer bean
FreeMarkerConfigurerBeanDefinitionParser() - 类 的构造器org.springframework.web.servlet.config.FreeMarkerConfigurerBeanDefinitionParser
 
FreeMarkerTemplateUtils - org.springframework.ui.freemarker中的类
Utility class for working with FreeMarker.
FreeMarkerTemplateUtils() - 类 的构造器org.springframework.ui.freemarker.FreeMarkerTemplateUtils
 
FreeMarkerView - org.springframework.web.servlet.view.freemarker中的类
View using the FreeMarker template engine.
FreeMarkerView() - 类 的构造器org.springframework.web.servlet.view.freemarker.FreeMarkerView
 
FreeMarkerViewResolver - org.springframework.web.servlet.view.freemarker中的类
Convenience subclass of UrlBasedViewResolver that supports FreeMarkerView (i.e.
FreeMarkerViewResolver() - 类 的构造器org.springframework.web.servlet.view.freemarker.FreeMarkerViewResolver
FreeMarkerViewResolver(String, String) - 类 的构造器org.springframework.web.servlet.view.freemarker.FreeMarkerViewResolver
A convenience constructor that allows for specifying prefix and suffix as constructor arguments.
from(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
Sets the member.
from(Point) - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
Sets the center Point.
from(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveHashCommands.HDelCommand
Applies the hash key.
from(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveHashCommands.HGetCommand
Applies the hash key.
from(List<ByteBuffer>) - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.BPopCommand
Applies the value.
from(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveListCommands.BRPopLPushCommand
Creates a new ReactiveListCommands.BRPopLPushCommand given a sourceKey.
from(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.LIndexCommand
Applies the key.
from(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.LRemCommand
Applies the key.
from(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.PopCommand
Applies the key.
from(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveListCommands.RPopLPushCommand
Creates a new ReactiveListCommands.RPopLPushCommand given a sourceKey.
from(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveSetCommands.SMoveCommand
Applies the source key.
from(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveSetCommands.SPopCommand
Applies the key.
from(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveSetCommands.SRandMembersCommand
Applies the key.
from(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveSetCommands.SRemCommand
Applies the key.
from(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByLexCommand
Applies the key.
from(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByScoreCommand
Applies the key.
from(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeCommand
Applies the key.
from(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemCommand
Applies the key.
from(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByRankCommand
Applies the key.
from(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByScoreCommand
Applies the key.
from(long, TimeUnit) - 类 中的静态方法org.springframework.data.redis.core.types.Expiration
Creates new Expiration with the provided TimeUnit.
from(Duration) - 类 中的静态方法org.springframework.data.redis.core.types.Expiration
Creates new Expiration with the provided Duration.
from(RedisSerializer<T>) - 接口 中的静态方法org.springframework.data.redis.serializer.RedisElementReader
Create new RedisElementReader using given RedisSerializer.
from(RedisSerializer<T>) - 接口 中的静态方法org.springframework.data.redis.serializer.RedisElementWriter
Create new RedisElementWriter using given RedisSerializer.
from(List<RepositoryFragment<?>>) - 类 中的静态方法org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragments
from(Class<S>) - 类 中的静态方法org.springframework.data.util.ClassTypeInformation
Simple factory method to easily create new instances of ClassTypeInformation.
FROM - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP From header field name.
from(String, String) - 类 中的静态方法org.springframework.http.ResponseCookie
Factory method to obtain a builder for a server-defined cookie that starts with a name-value pair and may also include attributes.
from(MockServerHttpRequest) - 类 中的静态方法org.springframework.mock.web.server.MockServerWebExchange
Create a MockServerWebExchange from the given request.
from(MockServerHttpRequest.BaseBuilder<?>) - 类 中的静态方法org.springframework.mock.web.server.MockServerWebExchange
A variant of MockServerWebExchange.from(MockServerHttpRequest) that accepts a request builder.
from(Object) - 类 中的静态方法org.xmlunit.builder.Input
Return the matching Builder for the supported types: Source, Input.Builder, Document, Node, byte[] (XML as byte[]), String (XML as String), File (contains XML), URL (to an XML-Document), URI (to an XML-Document), InputStream, ReadableByteChannel, Jaxb-Object (marshal-able with JAXB.marshal(...))
from(Publisher<? extends T>) - 类 中的静态方法reactor.core.publisher.Flux
Decorate the specified Publisher with the Flux API.
from(Publisher<? extends T>) - 类 中的静态方法reactor.core.publisher.Mono
Expose the specified Publisher with the Mono API, and ensure it will emit 0 or 1 item.
from(Publisher<? extends T>) - 类 中的静态方法reactor.core.publisher.ParallelFlux
Take a Publisher and prepare to consume it on multiple 'rails' (one per CPU core) in a round-robin fashion.
from(Publisher<? extends T>, int) - 类 中的静态方法reactor.core.publisher.ParallelFlux
Take a Publisher and prepare to consume it on parallelism number of 'rails', possibly ordered and in a round-robin fashion.
from(Publisher<? extends T>, int, int, Supplier<Queue<T>>) - 类 中的静态方法reactor.core.publisher.ParallelFlux
Take a Publisher and prepare to consume it on parallelism number of 'rails' and in a round-robin fashion and use custom prefetch amount and queue for dealing with the source Publisher's values.
from(Publisher<T>...) - 类 中的静态方法reactor.core.publisher.ParallelFlux
Wraps multiple Publishers into a ParallelFlux which runs them in parallel and unordered.
from(Object) - 接口 中的静态方法reactor.core.Scannable
Attempt to cast the Object to a Scannable.
fromArray(T[]) - 类 中的静态方法reactor.core.publisher.Flux
Create a Flux that emits the items contained in the provided array.
fromArray(Object[]) - 类 中的静态方法reactor.util.function.Tuples
Create a Tuple2 with the given array if it is small enough to fit inside a Tuple2 to Tuple8.
fromByteArray(byte[]) - 类 中的静态方法org.xmlunit.builder.Input
Build a Source from an array of bytes.
fromBytes(byte[], Class<T>) - 类 中的方法org.springframework.data.redis.core.convert.MappingRedisConverter
Convert given binary representation to desired target type using the underlying ConversionService.
fromCallable(Callable<? extends T>) - 类 中的静态方法reactor.core.publisher.Mono
Create a Mono producing its value using the provided Callable.
fromChannel(ReadableByteChannel) - 类 中的静态方法org.xmlunit.builder.Input
Build a Source from a channel.
fromCode(String) - 枚举 中的静态方法org.springframework.data.redis.connection.DataType
Utility method for converting an enum code to an actual enum.
fromCompletionStage(CompletionStage<? extends T>) - 类 中的静态方法reactor.core.publisher.Mono
Create a Mono, producing its value using the provided CompletionStage.
fromContextPath(HttpServletRequest) - 类 中的静态方法org.springframework.web.servlet.support.ServletUriComponentsBuilder
Prepare a builder from the host, port, scheme, and context path of the given HttpServletRequest.
fromController(Class<?>) - 类 中的静态方法org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
Create a UriComponentsBuilder from the mapping of a controller class and current request information including Servlet mapping.
fromController(UriComponentsBuilder, Class<?>) - 类 中的静态方法org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
An alternative to MvcUriComponentsBuilder.fromController(Class) that accepts a UriComponentsBuilder representing the base URL.
fromCurrentContextPath() - 类 中的静态方法org.springframework.web.servlet.support.ServletUriComponentsBuilder
fromCurrentRequest() - 类 中的静态方法org.springframework.web.servlet.support.ServletUriComponentsBuilder
fromCurrentRequestUri() - 类 中的静态方法org.springframework.web.servlet.support.ServletUriComponentsBuilder
fromCurrentServletMapping() - 类 中的静态方法org.springframework.web.servlet.support.ServletUriComponentsBuilder
fromDirect(Publisher<? extends I>) - 类 中的静态方法reactor.core.publisher.Mono
Convert a Publisher to a Mono without any cardinality check (ie this method doesn't check if the source is already a Mono, nor cancels the source past the first element).
fromDocument(Document) - 类 中的静态方法org.xmlunit.builder.Input
Build a Source from a DOM Document.
fromExecutor(Executor) - 类 中的静态方法reactor.core.scheduler.Schedulers
Create a Scheduler which uses a backing Executor to schedule Runnables for async operators.
fromExecutor(Executor, boolean) - 类 中的静态方法reactor.core.scheduler.Schedulers
Create a Scheduler which uses a backing Executor to schedule Runnables for async operators.
fromExecutorService(ExecutorService) - 类 中的静态方法reactor.core.scheduler.Schedulers
Create a Scheduler which uses a backing ExecutorService to schedule Runnables for async operators.
fromFile(File) - 类 中的静态方法org.xmlunit.builder.Input
Build a Source from a file.
fromFile(String) - 类 中的静态方法org.xmlunit.builder.Input
Build a Source from a named file.
fromFuture(CompletableFuture<? extends T>) - 类 中的静态方法reactor.core.publisher.Mono
Create a Mono, producing its value using the provided CompletableFuture.
fromHash(Map<String, String>) - 类 中的方法org.springframework.data.redis.hash.BeanUtilsHashMapper
 
fromHash(Map) - 类 中的方法org.springframework.data.redis.hash.DecoratingStringHashMapper
 
fromHash(Map<K, V>) - 接口 中的方法org.springframework.data.redis.hash.HashMapper
Convert a hash (map) to an object.
fromHash(Map<String, Object>) - 类 中的方法org.springframework.data.redis.hash.Jackson2HashMapper
 
fromHash(Map<byte[], byte[]>) - 类 中的方法org.springframework.data.redis.hash.ObjectHashMapper
 
fromHash(Map<byte[], byte[]>, Class<T>) - 类 中的方法org.springframework.data.redis.hash.ObjectHashMapper
Convert a hash (map) to an object and return the casted result.
fromHttpRequest(HttpRequest) - 类 中的静态方法org.springframework.web.util.UriComponentsBuilder
Create a new UriComponents object from the URI associated with the given HttpRequest while also overlaying with values from the headers "Forwarded" (RFC 7239), or "X-Forwarded-Host", "X-Forwarded-Port", and "X-Forwarded-Proto" if "Forwarded" is not found.
fromHttpUrl(String) - 类 中的静态方法org.springframework.web.util.UriComponentsBuilder
Create a URI components builder from the given HTTP URL String.
fromIndex(long) - 类 中的方法org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand
Applies a lower bound to the Range.
fromIterable(Iterable<? extends T>) - 类 中的静态方法reactor.core.publisher.Flux
Create a Flux that emits the items contained in the provided Iterable.
fromJavaType(Class<?>) - 枚举 中的静态方法org.springframework.data.redis.connection.ReturnType
 
fromJaxb(Object) - 类 中的静态方法org.xmlunit.builder.Input
Build a Source from a Jaxb-Object.
fromMappingName(String) - 类 中的静态方法org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
Create a URL from the name of a Spring MVC controller method's request mapping.
fromMappingName(UriComponentsBuilder, String) - 类 中的静态方法org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
An alternative to MvcUriComponentsBuilder.fromMappingName(String) that accepts a UriComponentsBuilder representing the base URL.
fromMethod(Class<?>, Method, Object...) - 类 中的静态方法org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
Create a UriComponentsBuilder from the mapping of a controller method and an array of method argument values.
fromMethod(UriComponentsBuilder, Class<?>, Method, Object...) - 类 中的静态方法org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
fromMethodCall(Object) - 类 中的静态方法org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
Create a UriComponentsBuilder by invoking a "mock" controller method.
fromMethodCall(UriComponentsBuilder, Object) - 类 中的静态方法org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
An alternative to MvcUriComponentsBuilder.fromMethodCall(Object) that accepts a UriComponentsBuilder representing the base URL.
fromMethodName(Class<?>, String, Object...) - 类 中的静态方法org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
Create a UriComponentsBuilder from the mapping of a controller method and an array of method argument values.
fromMethodName(UriComponentsBuilder, Class<?>, String, Object...) - 类 中的静态方法org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
An alternative to MvcUriComponentsBuilder.fromMethodName(Class, String, Object...) that accepts a UriComponentsBuilder representing the base URL.
fromNode(Node) - 类 中的静态方法org.xmlunit.builder.Input
Build a Source from a DOM Node.
fromNullable(T) - 接口 中的静态方法org.springframework.data.util.StreamUtils
Creates a new Stream for the given value returning an empty Stream if the value is null.
fromOriginHeader(String) - 类 中的静态方法org.springframework.web.util.UriComponentsBuilder
Create an instance by parsing the "Origin" header of an HTTP request.
fromPath(String) - 类 中的静态方法org.springframework.web.util.UriComponentsBuilder
Create a builder that is initialized with the given path.
fromProperty(String) - 枚举 中的静态方法org.springframework.data.repository.query.parser.Part.Type
Returns the Part.Type of the Part for the given raw propertyPath.
fromReader(Reader) - 类 中的静态方法org.xmlunit.builder.Input
Build a Source from a reader.
fromRequest(HttpServletRequest) - 类 中的静态方法org.springframework.web.servlet.support.ServletUriComponentsBuilder
Prepare a builder by copying the scheme, host, port, path, and query string of an HttpServletRequest.
fromRequestUri(HttpServletRequest) - 类 中的静态方法org.springframework.web.servlet.support.ServletUriComponentsBuilder
Prepare a builder from the host, port, scheme, and path (but not the query) of the HttpServletRequest.
fromReturnTypeOf(Method) - 类 中的静态方法org.springframework.data.util.ClassTypeInformation
Creates a TypeInformation from the given method's return type.
fromRunnable(Runnable) - 类 中的静态方法reactor.core.publisher.Mono
Create a Mono that completes empty once the provided Runnable has been executed.
fromSerializer(RedisSerializer<T>) - 接口 中的静态方法org.springframework.data.redis.serializer.RedisSerializationContext
Creates a new RedisSerializationContext using the given RedisSerializer.
fromSerializer(RedisSerializer<T>) - 接口 中的静态方法org.springframework.data.redis.serializer.RedisSerializationContext.SerializationPair
fromServletMapping(HttpServletRequest) - 类 中的静态方法org.springframework.web.servlet.support.ServletUriComponentsBuilder
Prepare a builder from the host, port, scheme, context path, and servlet mapping of the given HttpServletRequest.
fromStream(InputStream) - 类 中的静态方法org.xmlunit.builder.Input
Build a Source from a stream.
fromStream(Stream<? extends T>) - 类 中的静态方法reactor.core.publisher.Flux
Create a Flux that emits the items contained in the provided Stream.
fromStream(Supplier<Stream<? extends T>>) - 类 中的静态方法reactor.core.publisher.Flux
Create a Flux that emits the items contained in a Stream created by the provided Supplier for each subscription.
fromString(String) - 类 中的静态方法org.springframework.data.redis.core.types.RedisClientInfo.RedisClientInfoBuilder
 
fromString(String) - 类 中的静态方法org.xmlunit.builder.Input
Build a Source from a string.
fromSupplier(Supplier<? extends T>) - 类 中的静态方法reactor.core.publisher.Mono
Create a Mono, producing its value using the provided Supplier.
fromUri(URI) - 类 中的静态方法org.springframework.web.util.UriComponentsBuilder
Create a builder that is initialized with the given URI.
fromURI(URI) - 类 中的静态方法org.xmlunit.builder.Input
Build a Source from an URI.
fromURI(String) - 类 中的静态方法org.xmlunit.builder.Input
Build a Source from an URI.
fromUriString(String) - 类 中的静态方法org.springframework.web.util.UriComponentsBuilder
Create a builder that is initialized with the given URI string.
fromURL(URL) - 类 中的静态方法org.xmlunit.builder.Input
Build a Source from an URL.
FULL_LINEBR - 类 中的静态变量org.yaml.snakeyaml.scanner.Constant
 
Function - org.springframework.data.repository.query.spi中的类
Value object to represent a function.
Function(Method) - 类 的构造器org.springframework.data.repository.query.spi.Function
Creates a new Function to statically invoke the given Method.
Function(Method, Object) - 类 的构造器org.springframework.data.repository.query.spi.Function
Creates a new Function for the given method on the given target instance.
FunctionReference - org.springframework.expression.spel.ast中的类
A function reference is of the form "#someFunction(a,b,c)".
FunctionReference(String, int, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.FunctionReference
 
Fuseable - reactor.core中的接口
A micro API for stream fusion, in particular marks producers that support a Fuseable.QueueSubscription.
Fuseable.ConditionalSubscriber<T> - reactor.core中的接口
A subscriber variant that can immediately tell if it consumed the value or not, directly allowing a new value to be sent if it didn't.
Fuseable.QueueSubscription<T> - reactor.core中的接口
Support contract for queue-fusion based optimizations on subscriptions.
Fuseable.ScalarCallable<T> - reactor.core中的接口
Marker interface indicating that the target can return a value or null, otherwise fail immediately and thus a viable target for assembly-time optimizations.
Fuseable.SynchronousSubscription<T> - reactor.core中的接口
Base class for synchronous sources which have fixed size and can emit their items in a pull fashion, thus avoiding the request-accounting overhead in many cases.
FutureAdapter<T,S> - org.springframework.util.concurrent中的类
Abstract class that adapts a Future parameterized over S into a Future parameterized over T.
FutureAdapter(Future<S>) - 类 的构造器org.springframework.util.concurrent.FutureAdapter
Constructs a new FutureAdapter with the given adaptee.
FutureResult<T> - org.springframework.data.redis.connection中的类
The result of an asynchronous operation
FutureResult(T) - 类 的构造器org.springframework.data.redis.connection.FutureResult
Create new FutureResult for given object actually holding the result itself.
FutureResult(T, Converter) - 类 的构造器org.springframework.data.redis.connection.FutureResult
Create new FutureResult for given object actually holding the result itself and a converter capable of transforming the result via FutureResult.convert(Object).
FutureResult(T, Converter, Supplier<?>) - 类 的构造器org.springframework.data.redis.connection.FutureResult
Create new FutureResult for given object actually holding the result itself and a converter capable of transforming the result via FutureResult.convert(Object).

G

generate(Consumer<SynchronousSink<T>>) - 类 中的静态方法reactor.core.publisher.Flux
Programmatically create a Flux by generating signals one-by-one via a consumer callback.
generate(Callable<S>, BiFunction<S, SynchronousSink<T>, S>) - 类 中的静态方法reactor.core.publisher.Flux
Programmatically create a Flux by generating signals one-by-one via a consumer callback and some state.
generate(Callable<S>, BiFunction<S, SynchronousSink<T>, S>, Consumer<? super S>) - 类 中的静态方法reactor.core.publisher.Flux
Programmatically create a Flux by generating signals one-by-one via a consumer callback and some state, with a final cleanup callback.
generateBeanName(BeanDefinition) - 类 中的方法org.springframework.data.repository.config.RepositoryBeanNameGenerator
Generate a bean name for the given bean definition.
generateBeanName(BeanDefinition) - 接口 中的方法org.springframework.data.repository.config.RepositoryConfigurationSource
Returns a name for the beanDefinition.
generateBeanName(BeanDefinition) - 类 中的方法org.springframework.data.repository.config.RepositoryConfigurationSourceSupport
 
generateBeanName(BeanDefinition) - 类 中的方法org.springframework.data.repository.config.SpringDataAnnotationBeanNameGenerator
Generates a bean name for the given BeanDefinition.
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.BooleanLiteral
 
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.CompoundExpression
 
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.ConstructorReference
 
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.Elvis
 
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.FloatLiteral
 
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.FunctionReference
 
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.Indexer
 
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.InlineList
 
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.IntLiteral
 
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.LongLiteral
 
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.MethodReference
 
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.NullLiteral
 
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.OpAnd
 
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.OpDivide
 
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.OpEQ
 
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.OperatorInstanceof
 
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.OperatorNot
 
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.OpGE
 
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.OpGT
 
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.OpLE
 
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.OpLT
 
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.OpMinus
 
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.OpModulus
 
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.OpMultiply
 
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.OpNE
 
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.OpOr
 
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.OpPlus
 
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.PropertyOrFieldReference
 
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.RealLiteral
 
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.SpelNodeImpl
Generate the bytecode for this node into the supplied visitor.
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.StringLiteral
 
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.Ternary
 
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.TypeReference
 
generateCode(MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.ast.VariableReference
 
generateCode(MethodVisitor, CodeFlow) - 接口 中的方法org.springframework.expression.spel.CodeFlow.ClinitAdder
 
generateCode(String, MethodVisitor, CodeFlow) - 接口 中的方法org.springframework.expression.spel.CompilablePropertyAccessor
Generate the bytecode the performs the access operation into the specified MethodVisitor using context information from the codeflow where necessary.
generateCode(String, MethodVisitor, CodeFlow) - 类 中的方法org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
 
generateCodeForArgument(MethodVisitor, CodeFlow, SpelNodeImpl, String) - 类 中的静态方法org.springframework.expression.spel.ast.SpelNodeImpl
Ask an argument to generate its bytecode and then follow it up with any boxing/unboxing/checkcasting to ensure it matches the expected parameter descriptor.
generateCodeForArguments(MethodVisitor, CodeFlow, Member, SpelNodeImpl[]) - 类 中的静态方法org.springframework.expression.spel.ast.SpelNodeImpl
Generate code that handles building the argument values for the specified method.
generateComparisonCode(MethodVisitor, CodeFlow, int, int) - 类 中的方法org.springframework.expression.spel.ast.Operator
Numeric comparison operators share very similar generated code, only differing in two comparison instructions.
generateDefaultLocations(Class<?>) - 类 中的方法org.springframework.test.context.support.AbstractContextLoader
Generate the default classpath resource locations array based on the supplied class.
generateDefaultLocations(Class<?>) - 类 中的方法org.springframework.test.context.support.AnnotationConfigContextLoader
AnnotationConfigContextLoader should be used as a SmartContextLoader, not as a legacy ContextLoader.
generateDefaultLocations(Class<?>) - 类 中的方法org.springframework.test.context.web.AnnotationConfigWebContextLoader
AnnotationConfigWebContextLoader should be used as a SmartContextLoader, not as a legacy ContextLoader.
GeneratedKeyHolder - org.springframework.jdbc.support中的类
Default implementation of the KeyHolder interface, to be used for holding auto-generated keys (as potentially returned by JDBC insert statements).
GeneratedKeyHolder() - 类 的构造器org.springframework.jdbc.support.GeneratedKeyHolder
Create a new GeneratedKeyHolder with a default list.
GeneratedKeyHolder(List<Map<String, Object>>) - 类 的构造器org.springframework.jdbc.support.GeneratedKeyHolder
Create a new GeneratedKeyHolder with a given list.
generateETagHeaderValue(InputStream, boolean) - 类 中的方法org.springframework.web.filter.ShallowEtagHeaderFilter
Generate the ETag header value from the given response body byte array.
generateField(ClassWriter, CodeFlow) - 接口 中的方法org.springframework.expression.spel.CodeFlow.FieldAdder
 
generateId() - 类 中的方法org.springframework.util.AlternativeJdkIdGenerator
 
generateId() - 接口 中的方法org.springframework.util.IdGenerator
Generate a new identifier.
generateId() - 类 中的方法org.springframework.util.JdkIdGenerator
 
generateId() - 类 中的方法org.springframework.util.SimpleIdGenerator
 
generateMultipartBoundary() - 类 中的方法org.springframework.http.codec.multipart.MultipartHttpMessageWriter
Generate a multipart boundary.
generateMultipartBoundary() - 类 中的方法org.springframework.http.converter.FormHttpMessageConverter
Generate a multipart boundary.
generateMultipartBoundary() - 类 中的静态方法org.springframework.util.MimeTypeUtils
Generate a random MIME boundary as bytes, often used in multipart mime types.
generateMultipartBoundaryString() - 类 中的静态方法org.springframework.util.MimeTypeUtils
Generate a random MIME boundary as String, often used in multipart mime types.
generatesDownloadContent() - 类 中的方法org.springframework.web.servlet.view.AbstractView
Return whether this view generates download content (typically binary content like PDF or Excel files).
generatesDownloadContent() - 类 中的方法org.springframework.web.servlet.view.document.AbstractPdfStamperView
 
generatesDownloadContent() - 类 中的方法org.springframework.web.servlet.view.document.AbstractPdfView
 
generatesDownloadContent() - 类 中的方法org.springframework.web.servlet.view.document.AbstractXlsView
 
generateUniqueName(boolean) - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Specify whether a unique ID should be generated and used as the database name.
GenericCallMetaDataProvider - org.springframework.jdbc.core.metadata中的类
A generic implementation of the CallMetaDataProvider interface.
GenericCallMetaDataProvider(DatabaseMetaData) - 类 的构造器org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
Constructor used to initialize with provided database meta-data.
GenericFilterBean - org.springframework.web.filter中的类
Simple base implementation of Filter which treats its config parameters (init-param entries within the filter tag in web.xml) as bean properties.
GenericFilterBean() - 类 的构造器org.springframework.web.filter.GenericFilterBean
 
GenericGroovyXmlContextLoader - org.springframework.test.context.support中的类
Concrete implementation of AbstractGenericContextLoader that reads bean definitions from Groovy scripts and XML configuration files.
GenericGroovyXmlContextLoader() - 类 的构造器org.springframework.test.context.support.GenericGroovyXmlContextLoader
 
GenericGroovyXmlWebContextLoader - org.springframework.test.context.web中的类
Concrete implementation of AbstractGenericWebContextLoader that loads bean definitions from Groovy scripts and XML configuration files.
GenericGroovyXmlWebContextLoader() - 类 的构造器org.springframework.test.context.web.GenericGroovyXmlWebContextLoader
 
GenericHttpMessageConverter<T> - org.springframework.http.converter中的接口
A specialization of HttpMessageConverter that can convert an HTTP request into a target object of a specified generic type and a source object of a specified generic type into an HTTP response.
GenericJackson2JsonRedisSerializer - org.springframework.data.redis.serializer中的类
 
GenericJackson2JsonRedisSerializer() - 类 的构造器org.springframework.data.redis.serializer.GenericJackson2JsonRedisSerializer
Creates GenericJackson2JsonRedisSerializer and configures ObjectMapper for default typing.
GenericJackson2JsonRedisSerializer(String) - 类 的构造器org.springframework.data.redis.serializer.GenericJackson2JsonRedisSerializer
Creates GenericJackson2JsonRedisSerializer and configures ObjectMapper for default typing using the given name.
GenericJackson2JsonRedisSerializer(ObjectMapper) - 类 的构造器org.springframework.data.redis.serializer.GenericJackson2JsonRedisSerializer
Setting a custom-configured ObjectMapper is one way to take further control of the JSON serialization process.
GenericMarshaller - org.springframework.oxm中的接口
Subinterface of Marshaller that has support for Java 5 generics.
GenericMessageEndpointFactory - org.springframework.jca.endpoint中的类
Generic implementation of the JCA 1.7 javax.resource.spi.endpoint.MessageEndpointFactory interface, providing transaction management capabilities for any kind of message listener object (e.g.
GenericMessageEndpointFactory() - 类 的构造器org.springframework.jca.endpoint.GenericMessageEndpointFactory
 
GenericMessageEndpointFactory.InternalResourceException - org.springframework.jca.endpoint中的异常错误
Internal exception thrown when a ResourceException has been encountered during the endpoint invocation.
GenericMessageEndpointManager - org.springframework.jca.endpoint中的类
Generic bean that manages JCA 1.7 message endpoints within a Spring application context, activating and deactivating the endpoint as part of the application context's lifecycle.
GenericMessageEndpointManager() - 类 的构造器org.springframework.jca.endpoint.GenericMessageEndpointManager
 
GenericPropertiesContextLoader - org.springframework.test.context.support中的类
Concrete implementation of AbstractGenericContextLoader that reads bean definitions from Java Properties resources.
GenericPropertiesContextLoader() - 类 的构造器org.springframework.test.context.support.GenericPropertiesContextLoader
 
GenericProperty - org.yaml.snakeyaml.introspector中的类
 
GenericProperty(String, Class<?>, Type) - 类 的构造器org.yaml.snakeyaml.introspector.GenericProperty
 
GenericSqlQuery<T> - org.springframework.jdbc.object中的类
A concrete variant of SqlQuery which can be configured with a RowMapper.
GenericSqlQuery() - 类 的构造器org.springframework.jdbc.object.GenericSqlQuery
 
GenericStoredProcedure - org.springframework.jdbc.object中的类
Concrete implementation making it possible to define the RDBMS stored procedures in an application context without writing a custom Java implementation class.
GenericStoredProcedure() - 类 的构造器org.springframework.jdbc.object.GenericStoredProcedure
 
GenericTableMetaDataProvider - org.springframework.jdbc.core.metadata中的类
A generic implementation of the TableMetaDataProvider interface which should provide enough features for all supported databases.
GenericTableMetaDataProvider(DatabaseMetaData) - 类 的构造器org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
Constructor used to initialize with provided database meta-data.
GenericToStringSerializer<T> - org.springframework.data.redis.serializer中的类
Generic String to byte[] (and back) serializer.
GenericToStringSerializer(Class<T>) - 类 的构造器org.springframework.data.redis.serializer.GenericToStringSerializer
 
GenericToStringSerializer(Class<T>, Charset) - 类 的构造器org.springframework.data.redis.serializer.GenericToStringSerializer
 
GenericUnmarshaller - org.springframework.oxm中的接口
Subinterface of Unmarshaller that has support for Java 5 generics.
GenericWebApplicationContext - org.springframework.web.context.support中的类
Subclass of GenericApplicationContext, suitable for web environments.
GenericWebApplicationContext() - 类 的构造器org.springframework.web.context.support.GenericWebApplicationContext
Create a new GenericWebApplicationContext.
GenericWebApplicationContext(ServletContext) - 类 的构造器org.springframework.web.context.support.GenericWebApplicationContext
Create a new GenericWebApplicationContext for the given ServletContext.
GenericWebApplicationContext(DefaultListableBeanFactory) - 类 的构造器org.springframework.web.context.support.GenericWebApplicationContext
Create a new GenericWebApplicationContext with the given DefaultListableBeanFactory.
GenericWebApplicationContext(DefaultListableBeanFactory, ServletContext) - 类 的构造器org.springframework.web.context.support.GenericWebApplicationContext
Create a new GenericWebApplicationContext with the given DefaultListableBeanFactory.
GenericXmlContextLoader - org.springframework.test.context.support中的类
Concrete implementation of AbstractGenericContextLoader that reads bean definitions from XML resources.
GenericXmlContextLoader() - 类 的构造器org.springframework.test.context.support.GenericXmlContextLoader
 
GenericXmlWebContextLoader - org.springframework.test.context.web中的类
Concrete implementation of AbstractGenericWebContextLoader that loads bean definitions from XML resources.
GenericXmlWebContextLoader() - 类 的构造器org.springframework.test.context.web.GenericXmlWebContextLoader
 
geoAdd(byte[], Point, byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
geoAdd(byte[], Map<byte[], Point>) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
geoAdd(byte[], Iterable<RedisGeoCommands.GeoLocation<byte[]>>) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
geoAdd(byte[], Point, byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
geoAdd(byte[], RedisGeoCommands.GeoLocation<byte[]>) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
geoAdd(String, Point, String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
geoAdd(String, RedisGeoCommands.GeoLocation<String>) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
geoAdd(byte[], Map<byte[], Point>) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
geoAdd(byte[], Iterable<RedisGeoCommands.GeoLocation<byte[]>>) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
geoAdd(String, Map<String, Point>) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
geoAdd(String, Iterable<RedisGeoCommands.GeoLocation<String>>) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
geoAdd(ByteBuffer, Point, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands
Add Point with given member to key.
geoAdd(ByteBuffer, RedisGeoCommands.GeoLocation<ByteBuffer>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands
geoAdd(ByteBuffer, Collection<RedisGeoCommands.GeoLocation<ByteBuffer>>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands
geoAdd(Publisher<ReactiveGeoCommands.GeoAddCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands
geoAdd(byte[], Point, byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisGeoCommands
Add Point with given member name to key.
geoAdd(byte[], RedisGeoCommands.GeoLocation<byte[]>) - 接口 中的方法org.springframework.data.redis.connection.RedisGeoCommands
geoAdd(byte[], Map<byte[], Point>) - 接口 中的方法org.springframework.data.redis.connection.RedisGeoCommands
Add Map of member / Point pairs to key.
geoAdd(byte[], Iterable<RedisGeoCommands.GeoLocation<byte[]>>) - 接口 中的方法org.springframework.data.redis.connection.RedisGeoCommands
geoAdd(String, Point, String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Add Point with given member name to key.
geoAdd(String, RedisGeoCommands.GeoLocation<String>) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Add GeoLocation to key.
geoAdd(String, Map<String, Point>) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Add Map of member / Point pairs to key.
geoAdd(String, Iterable<RedisGeoCommands.GeoLocation<String>>) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Add GeoLocations to key
geoAdd(Point, M) - 接口 中的方法org.springframework.data.redis.core.BoundGeoOperations
已过时。
geoAdd(RedisGeoCommands.GeoLocation<M>) - 接口 中的方法org.springframework.data.redis.core.BoundGeoOperations
已过时。
since 2.0, use #add(GeoLocation).
geoAdd(Map<M, Point>) - 接口 中的方法org.springframework.data.redis.core.BoundGeoOperations
已过时。
geoAdd(Iterable<RedisGeoCommands.GeoLocation<M>>) - 接口 中的方法org.springframework.data.redis.core.BoundGeoOperations
已过时。
geoAdd(K, Point, M) - 接口 中的方法org.springframework.data.redis.core.GeoOperations
已过时。
geoAdd(K, RedisGeoCommands.GeoLocation<M>) - 接口 中的方法org.springframework.data.redis.core.GeoOperations
已过时。
since 2.0, use #add(Object, GeoLocation).
geoAdd(K, Map<M, Point>) - 接口 中的方法org.springframework.data.redis.core.GeoOperations
已过时。
geoAdd(K, Iterable<RedisGeoCommands.GeoLocation<M>>) - 接口 中的方法org.springframework.data.redis.core.GeoOperations
已过时。
geoCommands() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
geoCommands() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
geoCommands() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
geoCommands() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
geoCommands() - 接口 中的方法org.springframework.data.redis.connection.ReactiveRedisClusterConnection
 
geoCommands() - 接口 中的方法org.springframework.data.redis.connection.ReactiveRedisConnection
geoCommands() - 接口 中的方法org.springframework.data.redis.connection.RedisConnection
geoCoordinatesToPoint(GeoCoordinates) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
geoCoordinatesToPointConverter() - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
geoCoordinateToPointConverter() - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
 
geoDist(byte[], byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
geoDist(byte[], byte[], byte[], Metric) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
geoDist(byte[], byte[], byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
geoDist(String, String, String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
geoDist(byte[], byte[], byte[], Metric) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
geoDist(String, String, String, Metric) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
geoDist(ByteBuffer, ByteBuffer, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands
Get the Distance between from and to.
geoDist(ByteBuffer, ByteBuffer, ByteBuffer, Metric) - 接口 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands
Get the Distance between from and to.
geoDist(Publisher<ReactiveGeoCommands.GeoDistCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands
Get the Distance between from and to.
geoDist(byte[], byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisGeoCommands
Get the Distance between member1 and member2.
geoDist(byte[], byte[], byte[], Metric) - 接口 中的方法org.springframework.data.redis.connection.RedisGeoCommands
Get the Distance between member1 and member2 in the given Metric.
geoDist(String, String, String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get the Distance between member1 and member2.
geoDist(String, String, String, Metric) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get the Distance between member1 and member2 in the given Metric.
geoDist(M, M) - 接口 中的方法org.springframework.data.redis.core.BoundGeoOperations
已过时。
geoDist(M, M, Metric) - 接口 中的方法org.springframework.data.redis.core.BoundGeoOperations
geoDist(K, M, M) - 接口 中的方法org.springframework.data.redis.core.GeoOperations
geoDist(K, M, M, Metric) - 接口 中的方法org.springframework.data.redis.core.GeoOperations
geoHash(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
geoHash(byte[], byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
geoHash(String, String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
geoHash(ByteBuffer, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands
Get geohash representation of the position for the one member.
geoHash(ByteBuffer, Collection<ByteBuffer>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands
Get geohash representation of the position for one or more members.
geoHash(Publisher<ReactiveGeoCommands.GeoHashCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands
Get geohash representation of the position for one or more members.
geoHash(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisGeoCommands
Get Geohash representation of the position for one or more members.
geoHash(String, String...) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get geohash representation of the position for one or more members.
geoHash(M...) - 接口 中的方法org.springframework.data.redis.core.BoundGeoOperations
已过时。
geoHash(K, M...) - 接口 中的方法org.springframework.data.redis.core.GeoOperations
已过时。
GeoIndexDefinition - org.springframework.data.redis.core.index中的类
 
GeoIndexDefinition(String, String) - 类 的构造器org.springframework.data.redis.core.index.GeoIndexDefinition
Creates new GeoIndexDefinition.
GeoIndexDefinition(String, String, String) - 类 的构造器org.springframework.data.redis.core.index.GeoIndexDefinition
Creates new GeoIndexDefinition.
GeoIndexed - org.springframework.data.redis.core.index中的注释类型
Mark properties value to be included in a secondary index.
GeoIndexedPropertyValue - org.springframework.data.redis.core.convert中的类
IndexedData implementation indicating storage of data within a Redis GEO structure.
GeoIndexedPropertyValue() - 类 的构造器org.springframework.data.redis.core.convert.GeoIndexedPropertyValue
 
geoIndexName(String) - 类 中的静态方法org.springframework.data.redis.core.convert.GeoIndexedPropertyValue
 
GeoLocation() - 类 的构造器org.springframework.data.redis.connection.RedisGeoCommands.GeoLocation
 
GeoOperations<K,M> - org.springframework.data.redis.core中的接口
Redis operations for geo commands.
geoPos(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
geoPos(byte[], byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
geoPos(String, String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
geoPos(ByteBuffer, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands
Get the Point representation of positions for the members.
geoPos(ByteBuffer, Collection<ByteBuffer>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands
Get the Point representation of positions for one or more members.
geoPos(Publisher<ReactiveGeoCommands.GeoPosCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands
Get the Point representation of positions for one or more members.
geoPos(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisGeoCommands
Get the Point representation of positions for one or more members.
geoPos(String, String...) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get the Point representation of positions for one or more members.
geoPos(M...) - 接口 中的方法org.springframework.data.redis.core.BoundGeoOperations
已过时。
geoPos(K, M...) - 接口 中的方法org.springframework.data.redis.core.GeoOperations
已过时。
geoRadius(byte[], Circle) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
geoRadius(byte[], Circle, RedisGeoCommands.GeoRadiusCommandArgs) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
geoRadius(String, Circle) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
geoRadius(String, Circle, RedisGeoCommands.GeoRadiusCommandArgs) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
geoRadius(byte[], Circle) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
geoRadius(byte[], Circle, RedisGeoCommands.GeoRadiusCommandArgs) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
geoRadius(ByteBuffer, Circle) - 接口 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands
Get the members within the boundaries of a given Circle.
geoRadius(ByteBuffer, Circle, RedisGeoCommands.GeoRadiusCommandArgs) - 接口 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands
Get the members within the boundaries of a given Circle applying given parameters.
geoRadius(Publisher<ReactiveGeoCommands.GeoRadiusCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands
Get the members within the boundaries of a given Circle applying given parameters.
geoRadius(byte[], Circle) - 接口 中的方法org.springframework.data.redis.connection.RedisGeoCommands
Get the members within the boundaries of a given Circle.
geoRadius(byte[], Circle, RedisGeoCommands.GeoRadiusCommandArgs) - 接口 中的方法org.springframework.data.redis.connection.RedisGeoCommands
Get the members within the boundaries of a given Circle applying RedisGeoCommands.GeoRadiusCommandArgs.
geoRadius(String, Circle) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get the members within the boundaries of a given Circle.
geoRadius(String, Circle, RedisGeoCommands.GeoRadiusCommandArgs) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get the members within the boundaries of a given Circle applying GeoRadiusCommandArgs.
geoRadius(Circle) - 接口 中的方法org.springframework.data.redis.core.BoundGeoOperations
已过时。
geoRadius(Circle, RedisGeoCommands.GeoRadiusCommandArgs) - 接口 中的方法org.springframework.data.redis.core.BoundGeoOperations
已过时。
since 2.0, use #radius(Circle, GeoRadiusCommandArgs).
geoRadius(K, Circle) - 接口 中的方法org.springframework.data.redis.core.GeoOperations
已过时。
geoRadius(K, Circle, RedisGeoCommands.GeoRadiusCommandArgs) - 接口 中的方法org.springframework.data.redis.core.GeoOperations
已过时。
since 2.0, use #radius(Object, Circle, GeoRadiusCommandArgs).
geoRadiusByMember(byte[], byte[], Distance) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
geoRadiusByMember(byte[], byte[], Distance, RedisGeoCommands.GeoRadiusCommandArgs) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
geoRadiusByMember(String, String, double) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
geoRadiusByMember(String, String, Distance) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
geoRadiusByMember(String, String, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
geoRadiusByMember(byte[], byte[], double) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
geoRadiusByMember(byte[], byte[], Distance) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
geoRadiusByMember(byte[], byte[], Distance, RedisGeoCommands.GeoRadiusCommandArgs) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
geoRadiusByMember(ByteBuffer, ByteBuffer, Distance) - 接口 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands
Get the members within given Distance from member applying given parameters.
geoRadiusByMember(ByteBuffer, ByteBuffer, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - 接口 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands
Get the members within given Distance from member applying given parameters.
geoRadiusByMember(Publisher<ReactiveGeoCommands.GeoRadiusByMemberCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands
Get the members within given Distance from member applying given parameters.
geoRadiusByMember(byte[], byte[], double) - 接口 中的方法org.springframework.data.redis.connection.RedisGeoCommands
Get the members within the circle defined by the members coordinates and given radius.
geoRadiusByMember(byte[], byte[], Distance) - 接口 中的方法org.springframework.data.redis.connection.RedisGeoCommands
Get the members within the circle defined by the members coordinates and given Distance.
geoRadiusByMember(byte[], byte[], Distance, RedisGeoCommands.GeoRadiusCommandArgs) - 接口 中的方法org.springframework.data.redis.connection.RedisGeoCommands
Get the members within the circle defined by the members coordinates, given Distance and RedisGeoCommands.GeoRadiusCommandArgs.
geoRadiusByMember(String, String, double) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get the members within the circle defined by the members coordinates and given radius.
geoRadiusByMember(String, String, Distance) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get the members within the circle defined by the members coordinates and given Distance.
geoRadiusByMember(String, String, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get the members within the circle defined by the members coordinates and given Distance and GeoRadiusCommandArgs.
geoRadiusByMember(K, M, double) - 接口 中的方法org.springframework.data.redis.core.BoundGeoOperations
geoRadiusByMember(M, Distance) - 接口 中的方法org.springframework.data.redis.core.BoundGeoOperations
已过时。
geoRadiusByMember(M, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - 接口 中的方法org.springframework.data.redis.core.BoundGeoOperations
已过时。
since 2.0, use #radius(Object, Distance, GeoRadiusCommandArgs).
geoRadiusByMember(K, M, double) - 接口 中的方法org.springframework.data.redis.core.GeoOperations
已过时。
geoRadiusByMember(K, M, Distance) - 接口 中的方法org.springframework.data.redis.core.GeoOperations
geoRadiusByMember(K, M, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - 接口 中的方法org.springframework.data.redis.core.GeoOperations
已过时。
since 2.0, use #radius(Object, Object, Distance, GeoRadiusCommandArgs).
geoRadiusResponseToGeoResultsConverter(Metric) - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
Get a Converter capable of converting GeoRadiusResponse into GeoResults.
geoRadiusResponseToGeoResultsConverter(Metric) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
Get Converter capable of convering GeoWithin into GeoResults.
geoRemove(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
geoRemove(byte[], byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
geoRemove(String, String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
geoRemove(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisGeoCommands
Remove the members.
geoRemove(String, String...) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Remove the members.
geoRemove(M...) - 接口 中的方法org.springframework.data.redis.core.BoundGeoOperations
已过时。
geoRemove(K, M...) - 接口 中的方法org.springframework.data.redis.core.GeoOperations
已过时。
get(byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
get(byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultSortParameters
 
get(byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
get(String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
get() - 类 中的方法org.springframework.data.redis.connection.FutureResult
 
get(ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Get single element stored at key.
get(Publisher<ReactiveRedisConnection.KeyCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Get elements one by one.
get() - 类 中的方法org.springframework.data.redis.connection.RedisPassword
Return the password value if present.
get(RedisServer.INFO) - 类 中的方法org.springframework.data.redis.connection.RedisServer
 
get(String) - 类 中的方法org.springframework.data.redis.connection.RedisServer
 
get(byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisStringCommands
Get the value of key.
get(String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get the value of key.
get(Object) - 接口 中的方法org.springframework.data.redis.core.BoundHashOperations
Get value for given key from the hash at the bound key.
get() - 接口 中的方法org.springframework.data.redis.core.BoundValueOperations
Get the value of the bound key.
get(long, long) - 接口 中的方法org.springframework.data.redis.core.BoundValueOperations
Get a substring of value of the bound key between begin and end.
get(String) - 类 中的方法org.springframework.data.redis.core.convert.Bucket
Get value assigned with path.
get(H, Object) - 接口 中的方法org.springframework.data.redis.core.HashOperations
Get value for given hashKey from hash at key.
get(String) - 接口 中的方法org.springframework.data.redis.core.query.SortCriterion
 
get(H, Object) - 接口 中的方法org.springframework.data.redis.core.ReactiveHashOperations
Get value for given hashKey from hash at key.
get(Object) - 接口 中的方法org.springframework.data.redis.core.ReactiveValueOperations
Get the value of key.
get(K, long, long) - 接口 中的方法org.springframework.data.redis.core.ReactiveValueOperations
Get a substring of value of key between begin and end.
get(Object, String) - 类 中的方法org.springframework.data.redis.core.RedisKeyValueAdapter
 
get(Object, String, Class<T>) - 类 中的方法org.springframework.data.redis.core.RedisKeyValueAdapter
 
get(RedisClientInfo.INFO) - 类 中的方法org.springframework.data.redis.core.types.RedisClientInfo
 
get(String) - 类 中的方法org.springframework.data.redis.core.types.RedisClientInfo
 
get(Object) - 接口 中的方法org.springframework.data.redis.core.ValueOperations
Get the value of key.
get(K, long, long) - 接口 中的方法org.springframework.data.redis.core.ValueOperations
Get a substring of value of key between begin and end.
get() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicDouble
Gets the current value.
get() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicInteger
Get the current value.
get() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicLong
Gets the current value.
get(int) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
get(Object) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisMap
 
get(Object) - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
get() - 类 中的方法org.springframework.data.util.Lazy
Returns the value created by the configured Supplier.
get(Object) - 类 中的方法org.springframework.http.HttpHeaders
 
get(URI) - 类 中的静态方法org.springframework.http.RequestEntity
Create an HTTP GET builder with the given url.
get(String, Object...) - 类 中的静态方法org.springframework.mock.http.server.reactive.MockServerHttpRequest
Create an HTTP GET builder with the given URI template.
get() - 类 中的方法org.springframework.scheduling.annotation.AsyncResult
 
get(long, TimeUnit) - 类 中的方法org.springframework.scheduling.annotation.AsyncResult
 
get(String) - 接口 中的方法org.springframework.test.annotation.ProfileValueSource
Get the profile value indicated by the specified key.
get(String) - 类 中的方法org.springframework.test.annotation.SystemProfileValueSource
Get the profile value indicated by the specified key from the system properties.
get(MergedContextConfiguration) - 接口 中的方法org.springframework.test.context.cache.ContextCache
Obtain a cached ApplicationContext for the given key.
get(MergedContextConfiguration) - 类 中的方法org.springframework.test.context.cache.DefaultContextCache
Obtain a cached ApplicationContext for the given key.
get() - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient
Prepare an HTTP GET request.
get(String, Object...) - 类 中的静态方法org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockHttpServletRequestBuilder for a GET request.
get(URI) - 类 中的静态方法org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockHttpServletRequestBuilder for a GET request.
get(String, ObjectFactory<?>) - 类 中的方法org.springframework.transaction.support.SimpleTransactionScope
 
get(int) - 类 中的方法org.springframework.util.AutoPopulatingList
Get the element at the supplied index, creating it if there is no element at that index.
get() - 类 中的方法org.springframework.util.concurrent.CompletableToListenableFutureAdapter
 
get(long, TimeUnit) - 类 中的方法org.springframework.util.concurrent.CompletableToListenableFutureAdapter
 
get() - 类 中的方法org.springframework.util.concurrent.FutureAdapter
 
get(long, TimeUnit) - 类 中的方法org.springframework.util.concurrent.FutureAdapter
 
get() - 类 中的方法org.springframework.util.concurrent.SettableListenableFuture
Retrieve the value.
get(long, TimeUnit) - 类 中的方法org.springframework.util.concurrent.SettableListenableFuture
Retrieve the value.
get(Object) - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap
 
get() - 接口 中的方法org.springframework.util.ConcurrentReferenceHashMap.Reference
Return the referenced entry, or null if the entry is no longer available.
get(Object) - 类 中的方法org.springframework.util.LinkedCaseInsensitiveMap
 
get(Object) - 类 中的方法org.springframework.util.LinkedMultiValueMap
 
get(String, ObjectFactory<?>) - 类 中的方法org.springframework.web.context.request.AbstractRequestAttributesScope
 
get(String, ObjectFactory<?>) - 类 中的方法org.springframework.web.context.request.SessionScope
 
get(String, ObjectFactory<?>) - 类 中的方法org.springframework.web.context.support.ServletContextScope
 
get(Object) - 类 中的方法org.yaml.snakeyaml.introspector.FieldProperty
 
get(Object) - 类 中的方法org.yaml.snakeyaml.introspector.MethodProperty
 
get(Object) - 类 中的方法org.yaml.snakeyaml.introspector.MissingProperty
 
get(Object) - 类 中的方法org.yaml.snakeyaml.introspector.Property
 
get(Object) - 类 中的方法org.yaml.snakeyaml.introspector.PropertySubstitute
 
get() - 接口 中的方法reactor.core.publisher.Signal
Retrieves the item associated with this (onNext) signal.
get(int) - 类 中的静态方法reactor.util.concurrent.Queues
 
get(Object) - 接口 中的方法reactor.util.context.Context
Resolve a value given a key that exists within the Context, or throw a NoSuchElementException if the key is not present.
get(Class<T>) - 接口 中的方法reactor.util.context.Context
Resolve a value given a type key within the Context.
get(int) - 类 中的方法reactor.util.function.Tuple2
Get the object at the given index.
get(int) - 类 中的方法reactor.util.function.Tuple3
 
get(int) - 类 中的方法reactor.util.function.Tuple4
 
get(int) - 类 中的方法reactor.util.function.Tuple5
 
get(int) - 类 中的方法reactor.util.function.Tuple6
 
get(int) - 类 中的方法reactor.util.function.Tuple7
 
get(int) - 类 中的方法reactor.util.function.Tuple8
 
get_snippet(int, int) - 类 中的方法org.yaml.snakeyaml.error.Mark
 
get_snippet() - 类 中的方法org.yaml.snakeyaml.error.Mark
 
getAbbreviation() - 枚举 中的方法org.springframework.data.redis.connection.RedisGeoCommands.DistanceUnit
 
getAccept() - 类 中的方法org.springframework.http.HttpHeaders
Return the list of acceptable media types, as specified by the Accept header.
getAcceptCharset() - 类 中的方法org.springframework.http.HttpHeaders
Return the list of acceptable charsets, as specified by the Accept-Charset header.
getAcceptCharset() - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Get the value of the 'acceptCharset' attribute.
getAcceptedCharsets() - 类 中的方法org.springframework.http.converter.StringHttpMessageConverter
Return the list of supported Charsets.
getAcceptLanguage() - 类 中的方法org.springframework.http.HttpHeaders
Return the language ranges from the "Accept-Language" header.
getAcceptLanguageAsLocales() - 类 中的方法org.springframework.http.HttpHeaders
A variant of HttpHeaders.getAcceptLanguage() that converts each Locale.LanguageRange to a Locale.
getAccessControlAllowCredentials() - 类 中的方法org.springframework.http.HttpHeaders
Return the value of the Access-Control-Allow-Credentials response header.
getAccessControlAllowHeaders() - 类 中的方法org.springframework.http.HttpHeaders
Return the value of the Access-Control-Allow-Headers response header.
getAccessControlAllowMethods() - 类 中的方法org.springframework.http.HttpHeaders
Return the value of the Access-Control-Allow-Methods response header.
getAccessControlAllowOrigin() - 类 中的方法org.springframework.http.HttpHeaders
Return the value of the Access-Control-Allow-Origin response header.
getAccessControlExposeHeaders() - 类 中的方法org.springframework.http.HttpHeaders
Return the value of the Access-Control-Expose-Headers response header.
getAccessControlMaxAge() - 类 中的方法org.springframework.http.HttpHeaders
Return the value of the Access-Control-Max-Age response header.
getAccessControlRequestHeaders() - 类 中的方法org.springframework.http.HttpHeaders
Return the value of the Access-Control-Request-Headers request header.
getAccessControlRequestMethod() - 类 中的方法org.springframework.http.HttpHeaders
Return the value of the Access-Control-Request-Method request header.
getAccesskey() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Get the value of the 'accesskey' attribute.
getAction() - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Get the value of the 'action' attribute.
getActivationName() - 类 中的方法org.springframework.jca.endpoint.AbstractMessageEndpointFactory
Implementation of the JCA 1.7 #getActivationName() method, returning the bean name as set on this MessageEndpointFactory.
getActivationSpec() - 类 中的方法org.springframework.jca.endpoint.GenericMessageEndpointManager
Return the JCA ActivationSpec to use for activating the endpoint.
getActiveContextObject() - 类 中的方法org.springframework.expression.spel.ExpressionState
The active context object is what unqualified references to properties/etc are resolved against.
getActiveCount() - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Return the number of currently active threads.
getActiveCount() - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
Return the number of currently active threads.
getActiveMasterNodes() - 类 中的方法org.springframework.data.redis.connection.ClusterTopology
Get all master nodes in cluster where link-state is connected and flags does not contain fail or fail?.
getActiveNodes() - 类 中的方法org.springframework.data.redis.connection.ClusterTopology
Get all nodes (master and slave) in cluster where link-state is connected and flags does not contain fail or fail?.
getActiveProfiles() - 类 中的方法org.springframework.test.context.MergedContextConfiguration
Get the merged active bean definition profiles for the test class.
getActualCount() - 异常错误 中的方法org.springframework.jdbc.IncorrectResultSetColumnCountException
Return the actual column count.
getActualFieldValue(String) - 类 中的方法org.springframework.validation.AbstractBindingResult
Extract the actual field value for the given field.
getActualFieldValue(String) - 类 中的方法org.springframework.validation.AbstractPropertyBindingResult
Fetches the field value from the PropertyAccessor.
getActualFieldValue(String) - 类 中的方法org.springframework.validation.MapBindingResult
 
getActualParams() - 异常错误 中的方法org.springframework.web.bind.UnsatisfiedServletRequestParameterException
Return the actual parameter Map associated with the ServletRequest.
getActualRowsAffected() - 异常错误 中的方法org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
Return the number of rows that have actually been affected.
getActualType() - 接口 中的方法org.springframework.data.util.TypeInformation
Transparently returns the Map value type if the type is a Map, returns the component type if the type TypeInformation.isCollectionLike() or the simple type if none of this applies.
getActualType() - 异常错误 中的方法org.springframework.jndi.TypeMismatchNamingException
Return the actual type that the lookup returned, if available.
getActualTypeArguments() - 类 中的方法org.yaml.snakeyaml.introspector.GenericProperty
 
getActualTypeArguments() - 类 中的方法org.yaml.snakeyaml.introspector.MissingProperty
 
getActualTypeArguments() - 类 中的方法org.yaml.snakeyaml.introspector.Property
 
getActualTypeArguments() - 类 中的方法org.yaml.snakeyaml.introspector.PropertySubstitute
 
getActualValue() - 类 中的方法org.springframework.web.servlet.support.BindStatus
Return the actual value of the field, i.e. the raw property value, or null if not available.
getAdaptedInterceptors() - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMapping
Return the adapted interceptors as HandlerInterceptor array.
getAdaptee() - 类 中的方法org.springframework.util.concurrent.FutureAdapter
Returns the adaptee.
getAddressPort() - 类 中的方法org.springframework.data.redis.core.types.RedisClientInfo
Get address/port of the client.
getAdvice() - 类 中的方法org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
 
getAdvice() - 类 中的方法org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
 
getAge() - 类 中的方法org.springframework.data.redis.core.types.RedisClientInfo
Get total duration of the connection in seconds.
getAggregateFunction() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZInterStoreCommand
 
getAggregateFunction() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZUnionStoreCommand
 
getAggregateTemplateLoader(List<TemplateLoader>) - 类 中的方法org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Return a TemplateLoader based on the given TemplateLoader list.
getAliases(String) - 类 中的方法org.springframework.jndi.support.SimpleJndiBeanFactory
 
getAllDeclaredMethods(Class<?>) - 类 中的静态方法org.springframework.util.ReflectionUtils
Get all declared methods on the leaf class and all superclasses.
getAllErrors() - 类 中的方法org.springframework.validation.AbstractBindingResult
 
getAllErrors() - 类 中的方法org.springframework.validation.AbstractErrors
 
getAllErrors() - 异常错误 中的方法org.springframework.validation.BindException
 
getAllErrors() - 接口 中的方法org.springframework.validation.Errors
Get all errors, both global and field ones.
getAllErrors() - 类 中的方法org.springframework.web.bind.EscapedErrors
 
getAllErrors() - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
getAllFileExtensions() - 类 中的方法org.springframework.web.accept.ContentNegotiationManager
Return all registered file extensions.
getAllFileExtensions() - 类 中的方法org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
 
getAllFileExtensions() - 接口 中的方法org.springframework.web.accept.MediaTypeFileExtensionResolver
Return all registered file extensions.
getAllInterfaces(Object) - 类 中的静态方法org.springframework.util.ClassUtils
Return all interfaces that the given instance implements as an array, including ones implemented by superclasses.
getAllInterfacesAsSet(Object) - 类 中的静态方法org.springframework.util.ClassUtils
Return all interfaces that the given instance implements as a Set, including ones implemented by superclasses.
getAllInterfacesForClass(Class<?>) - 类 中的静态方法org.springframework.util.ClassUtils
Return all interfaces that the given class implements as an array, including ones implemented by superclasses.
getAllInterfacesForClass(Class<?>, ClassLoader) - 类 中的静态方法org.springframework.util.ClassUtils
Return all interfaces that the given class implements as an array, including ones implemented by superclasses.
getAllInterfacesForClassAsSet(Class<?>) - 类 中的静态方法org.springframework.util.ClassUtils
Return all interfaces that the given class implements as a Set, including ones implemented by superclasses.
getAllInterfacesForClassAsSet(Class<?>, ClassLoader) - 类 中的静态方法org.springframework.util.ClassUtils
Return all interfaces that the given class implements as a Set, including ones implemented by superclasses.
getAllMediaTypes() - 类 中的方法org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
 
getAllOf(String) - 类 中的方法org.springframework.data.redis.core.RedisKeyValueAdapter
 
getAllOf(String, long, int) - 类 中的方法org.springframework.data.redis.core.RedisKeyValueAdapter
 
getAllow() - 类 中的方法org.springframework.http.HttpHeaders
Return the set of allowed HTTP methods, as specified by the Allow header.
getAllowCredentials() - 类 中的方法org.springframework.web.cors.CorsConfiguration
Return the configured allowCredentials flag, or null if none.
getAllowedFields() - 类 中的方法org.springframework.validation.DataBinder
Return the fields that should be allowed for binding.
getAllowedHeaders() - 类 中的方法org.springframework.web.cors.CorsConfiguration
Return the allowed actual request headers, or null if none.
getAllowedLocations() - 类 中的方法org.springframework.web.servlet.resource.PathResourceResolver
 
getAllowedMethods() - 类 中的方法org.springframework.web.cors.CorsConfiguration
Return the allowed HTTP methods, or null in which case only "GET" and "HEAD" allowed.
getAllowedOrigins() - 类 中的方法org.springframework.web.cors.CorsConfiguration
Return the configured origins to allow, or null if none.
getAllowedPageableTypes() - 类 中的静态方法org.springframework.data.repository.util.QueryExecutionConverters
Returns the types that are supported on paginating query methods.
getAllowHeader() - 类 中的方法org.springframework.web.servlet.support.WebContentGenerator
Return the "Allow" header value to use in response to an HTTP OPTIONS request based on the configured supported methods also automatically adding "OPTIONS" to the list even if not present as a supported method.
getAlreadyFilteredAttributeName() - 类 中的方法org.springframework.web.filter.OncePerRequestFilter
Return the name of the request attribute that identifies that a request is already filtered.
getAlt() - 类 中的方法org.springframework.web.servlet.tags.form.InputTag
Get the value of the 'alt' attribute.
getAlternativeDomainTypes() - 接口 中的方法org.springframework.data.repository.core.RepositoryMetadata
Returns the set of types the repository shall be discoverable for when trying to look up a repository by domain type.
getAlternativeDomainTypes() - 类 中的方法org.springframework.data.repository.core.support.AbstractRepositoryMetadata
 
getAnchor() - 类 中的方法org.yaml.snakeyaml.events.NodeEvent
Node anchor by which this node might later be referenced by a AliasEvent.
getAnchor() - 类 中的方法org.yaml.snakeyaml.nodes.Node
 
getAnchorGenerator() - 类 中的方法org.yaml.snakeyaml.DumperOptions
 
getAndAdd(double) - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicDouble
Atomically adds the given value to the current value.
getAndAdd(int) - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicInteger
Atomically add the given value to current value.
getAndAdd(long) - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicLong
Atomically adds the given value to the current value.
getAndDecrement() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicDouble
Atomically decrements by one the current value.
getAndDecrement() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicInteger
Atomically decrement by one the current value.
getAndDecrement() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicLong
Atomically decrements by one the current value.
getAndIncrement() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicDouble
Atomically increments by one the current value.
getAndIncrement() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicInteger
Atomically increment by one the current value.
getAndIncrement() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicLong
Atomically increments by one the current value.
getAndSet(V) - 接口 中的方法org.springframework.data.redis.core.BoundValueOperations
Set value of the bound key and return its old value.
getAndSet(K, V) - 接口 中的方法org.springframework.data.redis.core.ReactiveValueOperations
Set value of key and return its old value.
getAndSet(K, V) - 接口 中的方法org.springframework.data.redis.core.ValueOperations
Set value of key and return its old value.
getAndSet(double) - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicDouble
Atomically sets to the given value and returns the old value.
getAndSet(int) - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicInteger
Set to the give value and return the old value.
getAndSet(long) - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicLong
Atomically sets to the given value and returns the old value.
getAnnotatedBeanDefinitionReader(DefaultListableBeanFactory) - 类 中的方法org.springframework.web.context.support.AnnotationConfigWebApplicationContext
Build an AnnotatedBeanDefinitionReader for the given bean factory.
getAnnotation() - 类 中的方法org.springframework.data.redis.repository.configuration.RedisRepositoriesRegistrar
 
getAnnotation() - 类 中的方法org.springframework.data.repository.config.RepositoryBeanDefinitionRegistrarSupport
Return the annotation to obtain configuration information from.
getAnnotation() - 类 中的方法org.springframework.data.util.AnnotationDetectionMethodCallback
 
getAnnotation(MethodParameter, Class<A>) - 类 中的方法org.springframework.http.codec.json.AbstractJackson2Decoder
 
getAnnotation(MethodParameter, Class<A>) - 类 中的方法org.springframework.http.codec.json.AbstractJackson2Encoder
 
getAnnotation(MethodParameter, Class<A>) - 类 中的方法org.springframework.http.codec.json.Jackson2CodecSupport
 
getAnnotation() - 类 中的方法org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
 
getAnnotation(Class<A>) - 类 中的方法org.yaml.snakeyaml.introspector.FieldProperty
 
getAnnotation(Class<A>) - 类 中的方法org.yaml.snakeyaml.introspector.MethodProperty
Returns property's annotation for the given type or null if it's not present.
getAnnotation(Class<A>) - 类 中的方法org.yaml.snakeyaml.introspector.MissingProperty
 
getAnnotation(Class<A>) - 类 中的方法org.yaml.snakeyaml.introspector.Property
Returns property's annotation for the given type or null if it's not present.
getAnnotation(Class<A>) - 类 中的方法org.yaml.snakeyaml.introspector.PropertySubstitute
 
getAnnotationAttributes() - 类 中的方法org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
 
getAnnotationConfigLoader() - 类 中的方法org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
Get the delegate SmartContextLoader that supports annotated classes.
getAnnotationConfigLoader() - 类 中的方法org.springframework.test.context.support.DelegatingSmartContextLoader
 
getAnnotationConfigLoader() - 类 中的方法org.springframework.test.context.web.WebDelegatingSmartContextLoader
 
getAnnotations() - 类 中的方法org.yaml.snakeyaml.introspector.FieldProperty
 
getAnnotations() - 类 中的方法org.yaml.snakeyaml.introspector.MethodProperty
Returns the annotations that are present on read and write methods of this property or empty List if there're no annotations.
getAnnotations() - 类 中的方法org.yaml.snakeyaml.introspector.MissingProperty
 
getAnnotations() - 类 中的方法org.yaml.snakeyaml.introspector.Property
Returns the annotations that are present on this property or empty List if there're no annotations.
getAnnotations() - 类 中的方法org.yaml.snakeyaml.introspector.PropertySubstitute
 
getAnnotationType() - 类 中的方法org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
 
getApplicationContext(ExtensionContext) - 类 中的静态方法org.springframework.test.context.junit.jupiter.SpringExtension
Get the ApplicationContext associated with the supplied ExtensionContext.
getApplicationContext() - 类 中的方法org.springframework.test.context.support.DefaultTestContext
Get the application context for this test context.
getApplicationContext() - 接口 中的方法org.springframework.test.context.TestContext
Get the application context for this test context, possibly cached.
getApplicationContext() - 类 中的方法org.springframework.web.server.adapter.DefaultServerWebExchange
 
getApplicationContext() - 类 中的方法org.springframework.web.server.adapter.HttpWebHandlerAdapter
Return the configured ApplicationContext, if any.
getApplicationContext() - 接口 中的方法org.springframework.web.server.ServerWebExchange
Return the ApplicationContext associated with the web application, if it was initialized with one via WebHttpHandlerBuilder#applicationContext.
getApplicationContext() - 类 中的方法org.springframework.web.server.ServerWebExchangeDecorator
 
getApplicationContext() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Return the associated Spring ApplicationContext.
getApplicationContext() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 
getApplicationContext() - 类 中的方法org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
 
getApplicationContext() - 类 中的方法org.springframework.web.servlet.view.script.RenderingContext
Return the application context.
getApplicationException() - 异常错误 中的方法org.springframework.transaction.TransactionSystemException
Return the application exception that was thrown before this transaction exception, if any.
getApplicationName() - 类 中的方法org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
getApplicationName() - 类 中的方法org.springframework.web.context.support.GenericWebApplicationContext
 
getArgs() - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
 
getArgs() - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
 
getArgumentResolvers() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Provide access to the shared custom argument resolvers used by the RequestMappingHandlerAdapter and the ExceptionHandlerExceptionResolver.
getArgumentResolvers() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Return the configured argument resolvers, or possibly null if not initialized yet via ExceptionHandlerExceptionResolver.afterPropertiesSet().
getArgumentResolvers() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Return the configured argument resolvers, or possibly null if not initialized yet via RequestMappingHandlerAdapter.afterPropertiesSet().
getArguments() - 类 中的方法org.springframework.remoting.support.RemoteInvocation
Return the arguments for the target method call.
getArguments() - 类 中的方法org.springframework.util.MethodInvoker
Return the arguments for the method invocation.
getArguments() - 类 中的方法org.yaml.snakeyaml.events.CollectionStartEvent
 
getArguments() - 类 中的方法org.yaml.snakeyaml.events.Event
Generate human readable representation of the Event
getArguments() - 类 中的方法org.yaml.snakeyaml.events.NodeEvent
 
getArguments() - 类 中的方法org.yaml.snakeyaml.events.ScalarEvent
 
getArguments() - 类 中的方法org.yaml.snakeyaml.extensions.compactnotation.CompactData
 
getArguments() - 类 中的方法org.yaml.snakeyaml.tokens.AliasToken
 
getArguments() - 类 中的方法org.yaml.snakeyaml.tokens.AnchorToken
 
getArguments() - 类 中的方法org.yaml.snakeyaml.tokens.DirectiveToken
 
getArguments() - 类 中的方法org.yaml.snakeyaml.tokens.ScalarToken
 
getArguments() - 类 中的方法org.yaml.snakeyaml.tokens.TagToken
 
getArguments() - 类 中的方法org.yaml.snakeyaml.tokens.Token
 
getArgumentsForBindError(String, String) - 类 中的方法org.springframework.validation.DefaultBindingErrorProcessor
Return FieldError arguments for a binding error on the given field.
getArgumentsForConstraint(String, String, ConstraintDescriptor<?>) - 类 中的方法org.springframework.validation.beanvalidation.SpringValidatorAdapter
Return FieldError arguments for a validation error on the given field.
getArgumentValues() - 接口 中的方法org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodInvocationInfo
 
getArray() - 类 中的方法org.springframework.data.redis.connection.util.ByteArrayWrapper
Returns the array.
getAsLong() - 类 中的方法reactor.core.publisher.MonoProcessor
Returns the internal state from -1 Cancelled to 5 errored, beyond 3 included is fulfilled.
getAST() - 类 中的方法org.springframework.expression.spel.standard.SpelExpression
Return the Abstract Syntax Tree for the expression.
getAsText() - 类 中的方法org.springframework.format.support.FormatterPropertyEditorAdapter
 
getAsText() - 类 中的方法org.springframework.http.MediaTypeEditor
 
getAsText() - 类 中的方法org.springframework.mail.javamail.InternetAddressEditor
 
getAsText() - 类 中的方法org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
 
getAsyncClient() - 类 中的方法org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
已过时。
Return the HttpAsyncClient used for synchronous execution.
getAsyncContext() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getAsyncDedicatedConnection() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
getAsyncExecutor() - 接口 中的方法org.springframework.scheduling.annotation.AsyncConfigurer
The Executor instance to be used when processing async method invocations.
getAsyncExecutor() - 类 中的方法org.springframework.scheduling.annotation.AsyncConfigurerSupport
 
getAsyncManager(ServletRequest) - 类 中的静态方法org.springframework.web.context.request.async.WebAsyncUtils
Obtain the WebAsyncManager for the current request, or if not found, create and associate it with the request.
getAsyncManager(WebRequest) - 类 中的静态方法org.springframework.web.context.request.async.WebAsyncUtils
Obtain the WebAsyncManager for the current request, or if not found, create and associate it with the request.
getAsyncRequestControl(ServerHttpResponse) - 接口 中的方法org.springframework.http.server.ServerHttpRequest
Return a control that allows putting the request in asynchronous mode so the response remains open until closed explicitly from the current or another thread.
getAsyncRequestControl(ServerHttpResponse) - 类 中的方法org.springframework.http.server.ServletServerHttpRequest
 
getAsyncRequestFactory() - 类 中的方法org.springframework.http.client.support.AsyncHttpAccessor
已过时。
Return the request factory that this accessor uses for obtaining HttpRequests.
getAsyncRequestFactory() - 类 中的方法org.springframework.http.client.support.InterceptingAsyncHttpAccessor
已过时。
 
getAsyncResult() - 接口 中的方法org.springframework.test.web.servlet.MvcResult
Get the result of async execution.
getAsyncResult(long) - 接口 中的方法org.springframework.test.web.servlet.MvcResult
Get the result of async execution and wait if necessary.
getAsyncUncaughtExceptionHandler() - 接口 中的方法org.springframework.scheduling.annotation.AsyncConfigurer
The AsyncUncaughtExceptionHandler instance to be used when an exception is thrown during an asynchronous method execution with void return type.
getAsyncUncaughtExceptionHandler() - 类 中的方法org.springframework.scheduling.annotation.AsyncConfigurerSupport
 
getAttachment(String) - 接口 中的方法org.springframework.oxm.mime.MimeContainer
Return the attachment with the given content id, or null if not found.
getAttribute(String) - 类 中的方法org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
 
getAttribute(String) - 接口 中的方法org.springframework.data.repository.config.RepositoryConfigurationSource
Returns the value for the String attribute with the given name.
getAttribute(String) - 类 中的方法org.springframework.data.repository.config.XmlRepositoryConfigurationSource
 
getAttribute(String) - 类 中的方法org.springframework.jmx.export.SpringModelMBean
Switches the context ClassLoader for the managed resources ClassLoader before allowing the invocation to occur.
getAttribute(String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getAttribute(String) - 类 中的方法org.springframework.mock.web.MockHttpSession
 
getAttribute(String) - 类 中的方法org.springframework.mock.web.MockPageContext
 
getAttribute(String, int) - 类 中的方法org.springframework.mock.web.MockPageContext
 
getAttribute(String) - 类 中的方法org.springframework.mock.web.MockServletContext
 
getAttribute(String) - 类 中的方法org.springframework.remoting.support.RemoteInvocation
Retrieve the attribute for the given key, if any.
getAttribute(String) - 类 中的方法org.springframework.test.context.support.DefaultTestContext
 
getAttribute(String, int) - 类 中的方法org.springframework.web.context.request.FacesRequestAttributes
 
getAttribute(String, int) - 接口 中的方法org.springframework.web.context.request.RequestAttributes
Return the value for the scoped attribute of the given name, if any.
getAttribute(String, int) - 类 中的方法org.springframework.web.context.request.ServletRequestAttributes
 
getAttribute(String) - 类 中的方法org.springframework.web.context.support.ContextExposingHttpServletRequest
 
getAttribute(String) - 接口 中的方法org.springframework.web.server.ServerWebExchange
Return the request attribute value if present.
getAttribute(String) - 接口 中的方法org.springframework.web.server.WebSession
Return the session attribute value if present.
getAttributeDescription(PropertyDescriptor, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Get the description for a particular attribute.
getAttributeDescription(PropertyDescriptor, String) - 类 中的方法org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Creates a description for the attribute corresponding to this property descriptor.
getAttributeDescription() - 类 中的方法org.springframework.transaction.interceptor.DefaultTransactionAttribute
Return an identifying description for this transaction attribute.
getAttributeFilter() - 类 中的方法org.xmlunit.diff.AbstractDifferenceEngine
Provides access to the configured ComparisonController.
getAttributeInfo(Object, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Get the attribute metadata for the MBean resource.
getAttributeInfo(Object, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Iterate through all properties on the MBean class and gives subclasses the chance to vote on the inclusion of both the accessor and mutator.
getAttributeMap(int) - 类 中的方法org.springframework.web.context.request.FacesRequestAttributes
Return the JSF attribute Map for the specified scope
getAttributeName(PropertyDescriptor, boolean) - 类 中的静态方法org.springframework.jmx.support.JmxUtils
Return the JMX attribute name to use for the given JavaBeans property.
getAttributeNameInSession(WebRequest, String) - 类 中的方法org.springframework.web.bind.support.DefaultSessionAttributeStore
Calculate the attribute name in the backend session.
getAttributeNames() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getAttributeNames() - 类 中的方法org.springframework.mock.web.MockHttpSession
 
getAttributeNames() - 类 中的方法org.springframework.mock.web.MockPageContext
 
getAttributeNames() - 类 中的方法org.springframework.mock.web.MockServletContext
 
getAttributeNames(int) - 类 中的方法org.springframework.web.context.request.FacesRequestAttributes
 
getAttributeNames(int) - 接口 中的方法org.springframework.web.context.request.RequestAttributes
Retrieve the names of all attributes in the scope.
getAttributeNames(int) - 类 中的方法org.springframework.web.context.request.ServletRequestAttributes
 
getAttributeNamesInScope(int) - 类 中的方法org.springframework.mock.web.MockPageContext
 
getAttributeOrDefault(String, T) - 接口 中的方法org.springframework.web.server.ServerWebExchange
Return the request attribute value, or a default, fallback value.
getAttributeOrDefault(String, T) - 接口 中的方法org.springframework.web.server.WebSession
Return the session attribute value, or a default, fallback value.
getAttributes() - 类 中的方法org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
Returns the AnnotationAttributes of the annotation configured.
getAttributes(String[]) - 类 中的方法org.springframework.jmx.export.SpringModelMBean
Switches the context ClassLoader for the managed resources ClassLoader before allowing the invocation to occur.
getAttributes() - 类 中的方法org.springframework.remoting.support.RemoteInvocation
Return the attributes Map.
getAttributes() - 类 中的方法org.springframework.web.server.adapter.DefaultServerWebExchange
 
getAttributes() - 接口 中的方法org.springframework.web.server.ServerWebExchange
Return a mutable map of request attributes for the current exchange.
getAttributes() - 类 中的方法org.springframework.web.server.ServerWebExchangeDecorator
 
getAttributes() - 接口 中的方法org.springframework.web.server.WebSession
Return a map that holds session attributes.
getAttributes(Node) - 类 中的静态方法org.xmlunit.util.Nodes
Obtains an element's attributes as Map.
getAttributesMap() - 类 中的方法org.springframework.web.servlet.view.AbstractView
Allow Map access to the static attributes of this view, with the option to add or override specific entries.
getAttributesMap() - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
Allow Map access to the static attributes for views returned by this resolver, with the option to add or override specific entries.
getAttributesScope(String) - 类 中的方法org.springframework.mock.web.MockPageContext
 
getAuthType() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getAutoCommitValue() - 类 中的方法org.springframework.jdbc.datasource.SingleConnectionDataSource
Return whether the returned Connection's "autoCommit" setting should be overridden.
getAutocomplete() - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Get the value of the 'autocomplete' attribute.
getAutocomplete() - 类 中的方法org.springframework.web.servlet.tags.form.InputTag
Get the value of the 'autocomplete' attribute.
getAutoGrowCollectionLimit() - 类 中的方法org.springframework.validation.DataBinder
Return the current limit for array and collection auto-growing.
getBadSqlGrammarCodes() - 类 中的方法org.springframework.jdbc.support.SQLErrorCodes
 
getBasePackages() - 类 中的方法org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
 
getBasePackages() - 类 中的方法org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
getBasePackages() - 接口 中的方法org.springframework.data.repository.config.RepositoryConfiguration
Returns the base packages that the repository was scanned under.
getBasePackages() - 接口 中的方法org.springframework.data.repository.config.RepositoryConfigurationSource
Returns the base packages the repository interfaces shall be found under.
getBasePackages() - 类 中的方法org.springframework.data.repository.config.XmlRepositoryConfigurationSource
 
getBaseUrl() - 类 中的方法org.springframework.web.util.AbstractUriTemplateHandler
已过时。
Return the configured base URL.
getBatchSize() - 接口 中的方法org.springframework.jdbc.core.BatchPreparedStatementSetter
Return the size of the batch.
getBatchSize() - 类 中的方法org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
This implementation returns Integer.MAX_VALUE.
getBcc() - 类 中的方法org.springframework.mail.SimpleMailMessage
 
getBean(String) - 类 中的方法org.springframework.jndi.support.SimpleJndiBeanFactory
 
getBean(String, Class<T>) - 类 中的方法org.springframework.jndi.support.SimpleJndiBeanFactory
 
getBean(String, Object...) - 类 中的方法org.springframework.jndi.support.SimpleJndiBeanFactory
 
getBean(Class<T>) - 类 中的方法org.springframework.jndi.support.SimpleJndiBeanFactory
 
getBean(Class<T>, Object...) - 类 中的方法org.springframework.jndi.support.SimpleJndiBeanFactory
 
getBean() - 类 中的方法org.springframework.web.method.HandlerMethod
Return the bean for this handler method.
getBeanClass() - 类 中的方法org.springframework.data.redis.repository.cdi.CdiBean
 
getBeanClass() - 类 中的方法org.springframework.data.repository.cdi.CdiRepositoryBean
 
getBeanClassLoader() - 类 中的方法org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Return the bean ClassLoader that this executor is supposed to use.
getBeanClassLoader() - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the bean ClassLoader to use for this interceptor.
getBeanClassLoader() - 类 中的方法org.springframework.remoting.support.RemotingSupport
Return the ClassLoader that this accessor operates in, to be used for deserializing and for generating proxies.
getBeanClassName(Element) - 类 中的方法org.springframework.data.repository.config.ResourceReaderRepositoryPopulatorBeanDefinitionParser
 
getBeanClassName(Element) - 类 中的方法org.springframework.scheduling.config.ExecutorBeanDefinitionParser
 
getBeanClassName(Element) - 类 中的方法org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
 
getBeanClassName(Element) - 类 中的方法org.springframework.scheduling.config.SchedulerBeanDefinitionParser
 
getBeanClassName(Element) - 类 中的方法org.springframework.transaction.config.JtaTransactionManagerBeanDefinitionParser
 
getBeanClassName(Element) - 类 中的方法org.springframework.web.servlet.config.FreeMarkerConfigurerBeanDefinitionParser
 
getBeanClassName(Element) - 类 中的方法org.springframework.web.servlet.config.GroovyMarkupConfigurerBeanDefinitionParser
 
getBeanClassName(Element) - 类 中的方法org.springframework.web.servlet.config.ScriptTemplateConfigurerBeanDefinitionParser
 
getBeanClassName(Element) - 类 中的方法org.springframework.web.servlet.config.TilesConfigurerBeanDefinitionParser
 
getBeanFactory() - 类 中的方法org.springframework.transaction.interceptor.TransactionAspectSupport
Return the BeanFactory to use for retrieving PlatformTransactionManager beans.
getBeanFactory(FacesContext) - 类 中的方法org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Retrieve the Spring BeanFactory to delegate bean name resolution to.
getBeanFactory(FacesContext) - 类 中的方法org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
Retrieve the Spring BeanFactory to delegate bean name resolution to.
getBeanFactory() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Return the owning factory of this bean instance, or null if none.
getBeanId() - 类 中的方法org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
getBeanName() - 类 中的方法org.springframework.web.servlet.view.AbstractView
Return the view's name.
getBeanNameGenerator() - 类 中的方法org.springframework.web.context.support.AnnotationConfigWebApplicationContext
Return the custom BeanNameGenerator for use with AnnotatedBeanDefinitionReader and/or ClassPathBeanDefinitionScanner, if any.
getBeanResolver() - 接口 中的方法org.springframework.expression.EvaluationContext
Return a bean resolver that can look up beans by name.
getBeanResolver() - 类 中的方法org.springframework.expression.spel.support.SimpleEvaluationContext
SimpleEvaluationContext does not support the use of bean references.
getBeanResolver() - 类 中的方法org.springframework.expression.spel.support.StandardEvaluationContext
 
getBeanType() - 类 中的方法org.springframework.web.method.ControllerAdviceBean
Return the type of the contained bean.
getBeanType() - 类 中的方法org.springframework.web.method.HandlerMethod
This method returns the type of the handler for this handler method.
getBigDecimal(int) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getBigDecimal(String) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getBigDecimal(int) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as a BigDecimal object.
getBigDecimal(String) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as a BigDecimal object.
getBindableParameter(int) - 类 中的方法org.springframework.data.repository.query.Parameters
Returns a bindable parameter with the given index.
getBindableParameters() - 类 中的方法org.springframework.data.repository.query.Parameters
Returns a Parameters instance with effectively all special parameters removed.
getBindableValue(int) - 接口 中的方法org.springframework.data.repository.query.ParameterAccessor
Returns the bindable value with the given index.
getBindableValue(int) - 类 中的方法org.springframework.data.repository.query.ParametersParameterAccessor
 
getBindingErrorProcessor() - 类 中的方法org.springframework.validation.DataBinder
Return the strategy for processing binding errors.
getBindingErrorProcessor() - 类 中的方法org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Return the strategy to use for processing binding errors.
getBindingResult() - 异常错误 中的方法org.springframework.validation.BindException
Return the BindingResult that this BindException wraps.
getBindingResult(Map<?, ?>, String) - 类 中的静态方法org.springframework.validation.BindingResultUtils
Find the BindingResult for the given name in the given model.
getBindingResult() - 类 中的方法org.springframework.validation.DataBinder
Return the BindingResult instance created by this DataBinder.
getBindingResult() - 异常错误 中的方法org.springframework.web.bind.MethodArgumentNotValidException
Return the results of the failed validation.
getBindingResult() - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
Return the BindingResult that this BindException wraps.
getBindStatus(String) - 类 中的方法org.springframework.web.servlet.support.RequestContext
Create a BindStatus for the given bind object, using the "defaultHtmlEscape" setting.
getBindStatus(String, boolean) - 类 中的方法org.springframework.web.servlet.support.RequestContext
Create a BindStatus for the given bind object, using the "defaultHtmlEscape" setting.
getBindStatus() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Get the BindStatus for this tag.
getBindStatus() - 类 中的方法org.springframework.web.servlet.tags.form.OptionsTag
 
getBindStatus() - 类 中的方法org.springframework.web.servlet.tags.form.OptionTag
 
getBit(byte[], long) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
getBit(byte[], long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
getBit(String, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
getBit(ByteBuffer, long) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Get the bit value at offset of value at key.
getBit(Publisher<ReactiveStringCommands.GetBitCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Get the bit value at offset of value at key.
getBit(byte[], long) - 接口 中的方法org.springframework.data.redis.connection.RedisStringCommands
Get the bit value at offset of value at key.
getBit(String, long) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get the bit value at offset of value at key.
getBit(K, long) - 接口 中的方法org.springframework.data.redis.core.ReactiveValueOperations
« Get the bit value at offset of value at key.
getBit(K, long) - 接口 中的方法org.springframework.data.redis.core.ValueOperations
Get the bit value at offset of value at key.
getBitOp() - 类 中的方法org.springframework.data.redis.connection.ReactiveStringCommands.BitOpCommand
 
getBlobAsBinaryStream(ResultSet, String) - 类 中的方法org.springframework.jdbc.support.lob.AbstractLobHandler
 
getBlobAsBinaryStream(ResultSet, int) - 类 中的方法org.springframework.jdbc.support.lob.DefaultLobHandler
 
getBlobAsBinaryStream(ResultSet, String) - 接口 中的方法org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as binary stream from the given ResultSet.
getBlobAsBinaryStream(ResultSet, int) - 接口 中的方法org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as binary stream from the given ResultSet.
getBlobAsBytes(ResultSet, String) - 类 中的方法org.springframework.jdbc.support.lob.AbstractLobHandler
 
getBlobAsBytes(ResultSet, int) - 类 中的方法org.springframework.jdbc.support.lob.DefaultLobHandler
 
getBlobAsBytes(ResultSet, String) - 接口 中的方法org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as bytes from the given ResultSet.
getBlobAsBytes(ResultSet, int) - 接口 中的方法org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as bytes from the given ResultSet.
getBody() - 类 中的方法org.springframework.data.redis.connection.DefaultMessage
 
getBody() - 接口 中的方法org.springframework.data.redis.connection.Message
Returns the body (or the payload) of the message.
getBody() - 类 中的方法org.springframework.http.client.AbstractClientHttpRequest
 
getBody() - 类 中的方法org.springframework.http.client.reactive.ClientHttpResponseDecorator
 
getBody() - 类 中的方法org.springframework.http.converter.json.MappingJacksonInputMessage
 
getBody() - 类 中的方法org.springframework.http.HttpEntity
Returns the body of this entity.
getBody() - 接口 中的方法org.springframework.http.HttpInputMessage
Return the body of the message as an input stream.
getBody() - 接口 中的方法org.springframework.http.HttpOutputMessage
Return the body of the message as an output stream.
getBody() - 接口 中的方法org.springframework.http.ReactiveHttpInputMessage
Return the body of the message as a Publisher.
getBody() - 类 中的方法org.springframework.http.server.reactive.ServerHttpRequestDecorator
 
getBody() - 类 中的方法org.springframework.http.server.ServletServerHttpRequest
 
getBody() - 类 中的方法org.springframework.http.server.ServletServerHttpResponse
 
getBody() - 类 中的方法org.springframework.mock.http.client.reactive.MockClientHttpRequest
getBody() - 类 中的方法org.springframework.mock.http.client.reactive.MockClientHttpResponse
 
getBody() - 类 中的方法org.springframework.mock.http.MockHttpInputMessage
 
getBody() - 类 中的方法org.springframework.mock.http.MockHttpOutputMessage
Return the body content.
getBody() - 类 中的方法org.springframework.mock.http.server.reactive.MockServerHttpRequest
 
getBody() - 类 中的方法org.springframework.mock.http.server.reactive.MockServerHttpResponse
Return the response body or an error stream if the body was not set.
getBody() - 类 中的方法org.springframework.web.multipart.support.RequestPartServletServerHttpRequest
 
getBodyAsBytes() - 类 中的方法org.springframework.mock.http.MockHttpOutputMessage
Return body content as a byte array.
getBodyAsString() - 类 中的方法org.springframework.mock.http.client.reactive.MockClientHttpResponse
Return the response body aggregated and converted to a String using the charset of the Content-Type response or otherwise as "UTF-8".
getBodyAsString() - 类 中的方法org.springframework.mock.http.MockHttpOutputMessage
Return the body content interpreted as a UTF-8 string.
getBodyAsString(Charset) - 类 中的方法org.springframework.mock.http.MockHttpOutputMessage
Return the body content as a string.
getBodyAsString() - 类 中的方法org.springframework.mock.http.server.reactive.MockServerHttpResponse
Aggregate response data and convert to a String using the "Content-Type" charset or "UTF-8" by default.
getBodyInternal(HttpHeaders) - 类 中的方法org.springframework.http.client.AbstractClientHttpRequest
Abstract template method that returns the body.
getBoolean(int) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getBoolean(String) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getBoolean(int) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as a boolean.
getBoolean(String) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as a boolean.
getBooleanParameter(ServletRequest, String) - 类 中的静态方法org.springframework.web.bind.ServletRequestUtils
Get a Boolean parameter, or null if not present.
getBooleanParameter(ServletRequest, String, boolean) - 类 中的静态方法org.springframework.web.bind.ServletRequestUtils
Get a boolean parameter, with a fallback value.
getBooleanParameters(ServletRequest, String) - 类 中的静态方法org.springframework.web.bind.ServletRequestUtils
Get an array of boolean parameters, return an empty array if not found.
getBootstrapContext() - 类 中的方法org.springframework.test.context.support.AbstractTestContextBootstrapper
 
getBootstrapContext() - 接口 中的方法org.springframework.test.context.TestContextBootstrapper
Get the BootstrapContext associated with this bootstrapper.
getBoundPrefixes() - 类 中的方法org.springframework.util.xml.SimpleNamespaceContext
Return all declared prefixes.
getBoundValue() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Get the bound value.
getBridgedMethod() - 类 中的方法org.springframework.web.method.HandlerMethod
If the bean method is a bridge method, this method returns the bridged (user-defined) method.
getBucket() - 类 中的方法org.springframework.data.redis.core.convert.RedisData
 
getBufferFreeSpace() - 类 中的方法org.springframework.data.redis.core.types.RedisClientInfo
Get the free space of the query buffer.
getBufferLength() - 类 中的方法org.springframework.data.redis.core.types.RedisClientInfo
Get the query buffer length.
getBufferSize() - 类 中的方法org.springframework.http.server.reactive.ServletHttpHandlerAdapter
Return the configured input buffer size.
getBufferSize() - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
getBufferSize() - 类 中的方法reactor.core.publisher.EmitterProcessor
 
getBufferSize() - 类 中的方法reactor.core.publisher.FluxProcessor
Return the processor buffer capacity if any or Integer.MAX_VALUE
getBufferSize() - 类 中的方法reactor.core.publisher.UnicastProcessor
 
getBundle(String, Locale) - 类 中的方法org.springframework.web.servlet.view.ResourceBundleViewResolver
Obtain the resource bundle for the given basename and Locale.
getBundleClassLoader() - 类 中的方法org.springframework.web.servlet.view.ResourceBundleViewResolver
Return the ClassLoader to load resource bundles with.
getBusinessInterface() - 类 中的方法org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
Return the business interface of the EJB we're proxying.
getBusinessInterface() - 类 中的方法org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
Return the business interface of the EJB we're proxying.
getBy() - 接口 中的方法org.springframework.data.redis.core.query.SortQuery
Returns the pattern of the external key used for sorting.
getByPattern() - 类 中的方法org.springframework.data.redis.connection.DefaultSortParameters
 
getByPattern() - 接口 中的方法org.springframework.data.redis.connection.SortParameters
Returns the pattern (if set) for sorting by external keys (BY).
getByte(int) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getByte(String) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getByte(int) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as a byte.
getByte(String) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as a byte.
getByteArrayOutputStream(RemoteInvocation) - 类 中的方法org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Serialize the given RemoteInvocation into a ByteArrayOutputStream.
getBytes(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.util.ByteUtils
Extract a byte array from ByteBuffer without consuming it.
getBytes() - 类 中的方法org.springframework.mock.web.MockMultipartFile
 
getBytes() - 类 中的方法org.springframework.web.multipart.commons.CommonsMultipartFile
 
getBytes() - 接口 中的方法org.springframework.web.multipart.MultipartFile
Return the contents of the file as an array of bytes.
getCache() - 类 中的方法org.springframework.web.servlet.resource.CachingResourceResolver
Return the configured Cache.
getCache() - 类 中的方法org.springframework.web.servlet.resource.CachingResourceTransformer
Return the configured Cache.
getCacheAwareContextLoaderDelegate() - 接口 中的方法org.springframework.test.context.BootstrapContext
Get the CacheAwareContextLoaderDelegate to use for transparent interaction with the ContextCache.
getCacheAwareContextLoaderDelegate() - 类 中的方法org.springframework.test.context.support.AbstractTestContextBootstrapper
Get the CacheAwareContextLoaderDelegate to use for transparent interaction with the ContextCache.
getCacheAwareContextLoaderDelegate() - 类 中的方法org.springframework.test.context.support.DefaultBootstrapContext
Get the CacheAwareContextLoaderDelegate to use for transparent interaction with the ContextCache.
getCacheControl() - 类 中的方法org.springframework.http.HttpHeaders
Return the value of the Cache-Control header.
getCacheControl() - 类 中的方法org.springframework.web.servlet.support.WebContentGenerator
Get the CacheControl instance that builds the Cache-Control HTTP response header.
getCacheKey(Method, Class<?>) - 类 中的方法org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
Determine a cache key for the given method and target class.
getCacheKey(String, Locale) - 类 中的方法org.springframework.web.servlet.view.AbstractCachingViewResolver
Return the cache key for the given view name and the given locale.
getCacheKey(String, Locale) - 类 中的方法org.springframework.web.servlet.view.groovy.GroovyMarkupViewResolver
This resolver supports i18n, so cache keys should contain the locale.
getCacheKey(String, Locale) - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
This implementation returns just the view name, as this ViewResolver doesn't support localized resolution.
getCacheKey(String, Locale) - 类 中的方法org.springframework.web.servlet.view.XmlViewResolver
This implementation returns just the view name, as XmlViewResolver doesn't support localized resolution.
getCacheLimit() - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
Return the maximum number of entries for this template's SQL cache.
getCacheLimit() - 类 中的方法org.springframework.web.servlet.view.AbstractCachingViewResolver
Return the maximum number of entries for the view cache.
getCacheSeconds() - 类 中的方法org.springframework.web.servlet.support.WebContentGenerator
Return the number of seconds that content is cached.
getCacheSize() - 类 中的方法org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
Return the number of buffered keys.
getCalendar() - 类 中的方法org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlTimestamp
 
getCallable() - 类 中的方法org.springframework.web.context.request.async.WebAsyncTask
Return the Callable to use for concurrent handling (never null).
getCallableInterceptor(Object) - 类 中的方法org.springframework.web.context.request.async.WebAsyncManager
Get the CallableProcessingInterceptor registered under the given key.
getCallableInterceptors() - 类 中的方法org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
 
getCallableStatementFactory() - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
getCallParameterMetaData() - 接口 中的方法org.springframework.jdbc.core.metadata.CallMetaDataProvider
Get the call parameter meta-data that is currently used.
getCallParameterMetaData() - 类 中的方法org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
getCallParameters() - 类 中的方法org.springframework.jdbc.core.metadata.CallMetaDataContext
Get the List of SqlParameter objects to be used in call execution.
getCallParameters() - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
Get a List of all the call parameters to be used for call.
getCallString() - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
Get the call string that should be used based on parameters and meta-data.
getCallString() - 类 中的方法org.springframework.jdbc.object.SqlCall
Get the call string.
getCandidates(ResourceLoader) - 接口 中的方法org.springframework.data.repository.config.RepositoryConfigurationSource
Returns the source BeanDefinitions of the repository interfaces to create repository instances for.
getCandidates(ResourceLoader) - 类 中的方法org.springframework.data.repository.config.RepositoryConfigurationSourceSupport
 
getCannotAcquireLockCodes() - 类 中的方法org.springframework.jdbc.support.SQLErrorCodes
 
getCannotSerializeTransactionCodes() - 类 中的方法org.springframework.jdbc.support.SQLErrorCodes
 
getCatalog() - 类 中的方法org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
Return the database catalog to be applied to each Connection, if any.
getCatalogName() - 类 中的方法org.springframework.jdbc.core.metadata.CallMetaDataContext
Get the name of the catalog.
getCatalogName() - 类 中的方法org.springframework.jdbc.core.metadata.TableMetaDataContext
Get the name of the catalog for this context.
getCatalogName() - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
Get the catalog name used.
getCatalogName() - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcInsert
Get the name of the catalog for this insert.
getCatalogName(int) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getCatalogName(int) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieve the catalog name of the table that served as the source for the specified column.
getCategory() - 类 中的方法org.springframework.jmx.export.metadata.ManagedMetric
The category of this metric (ex. throughput, performance, utilization).
getCause() - 异常错误 中的方法org.springframework.expression.spel.InternalParseException
 
getCc() - 类 中的方法org.springframework.mail.SimpleMailMessage
 
getCciTemplate() - 类 中的方法org.springframework.jca.cci.core.support.CciDaoSupport
Return the CciTemplate for this DAO, pre-initialized with the ConnectionFactory or set explicitly.
getCciTemplate(ConnectionSpec) - 类 中的方法org.springframework.jca.cci.core.support.CciDaoSupport
Obtain a CciTemplate derived from the main template instance, inheriting the ConnectionFactory and other settings but overriding the ConnectionSpec used for obtaining Connections.
getCciTemplate() - 类 中的方法org.springframework.jca.cci.object.EisOperation
Return the CciTemplate used by this operation.
getChannel() - 类 中的方法org.springframework.data.redis.connection.DefaultMessage
 
getChannel() - 接口 中的方法org.springframework.data.redis.connection.Message
Returns the channel associated with the message.
getChannel() - 类 中的方法org.springframework.data.redis.core.RedisKeyspaceEvent
 
getChannels() - 接口 中的方法org.springframework.data.redis.connection.Subscription
Returns the (named) channels for this subscription.
getChannels() - 类 中的方法org.springframework.data.redis.connection.util.AbstractSubscription
 
getChannelSubscribtions() - 类 中的方法org.springframework.data.redis.core.types.RedisClientInfo
Get number of channel subscriptions.
getChar() - 枚举 中的方法org.yaml.snakeyaml.DumperOptions.ScalarStyle
 
getCharacterEncoding() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getCharacterEncoding() - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
getCharacterEncoding() - 类 中的方法org.springframework.web.util.ContentCachingRequestWrapper
 
getCharset() - 类 中的方法org.springframework.http.codec.multipart.MultipartHttpMessageWriter
Return the configured charset for part headers.
getCharset() - 类 中的方法org.springframework.http.ContentDisposition
Return the charset defined in filename* parameter, or null if not defined.
getCharset() - 类 中的方法org.springframework.util.MimeType
Return the character set, as indicated by a charset parameter, if any.
getCharset(ClientHttpResponse) - 类 中的方法org.springframework.web.client.DefaultResponseErrorHandler
Determine the charset of the response (for inclusion in a status exception).
getCharset() - 接口 中的方法org.springframework.web.servlet.view.script.ScriptTemplateConfig
Return the charset used to read script and template files.
getCharset() - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
 
getChild(int) - 类 中的方法org.springframework.expression.spel.ast.SpelNodeImpl
 
getChild(int) - 接口 中的方法org.springframework.expression.spel.SpelNode
Helper method that returns a SpelNode rather than an Antlr Tree node.
getChildCount() - 类 中的方法org.springframework.expression.spel.ast.SpelNodeImpl
 
getChildCount() - 接口 中的方法org.springframework.expression.spel.SpelNode
 
getChildElementByTagName(Element, String) - 类 中的静态方法org.springframework.util.xml.DomUtils
Utility method that returns the first child element identified by its name.
getChildElements(Element) - 类 中的静态方法org.springframework.util.xml.DomUtils
Retrieves all child elements of the given DOM element
getChildElementsByTagName(Element, String...) - 类 中的静态方法org.springframework.util.xml.DomUtils
Retrieves all child elements of the given DOM element that match any of the given element names.
getChildElementsByTagName(Element, String) - 类 中的静态方法org.springframework.util.xml.DomUtils
Retrieves all child elements of the given DOM element that match the given element name.
getChildElementValueByTagName(Element, String) - 类 中的静态方法org.springframework.util.xml.DomUtils
Utility method that returns the first child element value identified by its name.
getChronology() - 类 中的方法org.springframework.format.datetime.joda.JodaTimeContext
Return the user's chronology (calendar system), if any.
getChronology() - 类 中的方法org.springframework.format.datetime.standard.DateTimeContext
Return the user's chronology (calendar system), if any.
getClasses() - 类 中的方法org.springframework.test.context.ContextConfigurationAttributes
Get the annotated classes that were declared via @ContextConfiguration.
getClasses() - 类 中的方法org.springframework.test.context.MergedContextConfiguration
Get the merged annotated classes for the test class.
getClassesToBeBound() - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
Return the list of Java classes to be recognized by a newly created JAXBContext.
getClassFileName(Class<?>) - 类 中的静态方法org.springframework.util.ClassUtils
Determine the name of the class file, relative to the containing package: e.g.
getClassForDescriptor(Object) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Return the class to be used for the JMX descriptor field "class".
getClassForName(String) - 类 中的方法org.yaml.snakeyaml.constructor.Constructor
 
getClassForName(String) - 类 中的方法org.yaml.snakeyaml.constructor.CustomClassLoaderConstructor
 
getClassForName(String) - 类 中的方法org.yaml.snakeyaml.extensions.compactnotation.PackageCompactConstructor
 
getClassForNode(Node) - 类 中的方法org.yaml.snakeyaml.constructor.Constructor
 
getClassLoader() - 类 中的方法org.springframework.mock.web.MockServletContext
 
getClassLoader() - 类 中的方法org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
 
getClassName() - 类 中的方法org.springframework.expression.spel.CodeFlow
 
getClassName(Object, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Get the class name of the MBean resource.
getClassName() - 类 中的方法org.yaml.snakeyaml.nodes.Tag
 
getClassPathBeanDefinitionScanner(DefaultListableBeanFactory) - 类 中的方法org.springframework.web.context.support.AnnotationConfigWebApplicationContext
Build a ClassPathBeanDefinitionScanner for the given bean factory.
getClassToExpose(Object) - 类 中的方法org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Return the class or interface to expose for the given bean.
getClassToExpose(Class<?>) - 类 中的方法org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Return the class or interface to expose for the given bean class.
getClassToExpose(Object) - 类 中的静态方法org.springframework.jmx.support.JmxUtils
Return the class or interface to expose for the given bean.
getClassToExpose(Class<?>) - 类 中的静态方法org.springframework.jmx.support.JmxUtils
Return the class or interface to expose for the given bean class.
getClient() - 类 中的方法org.springframework.data.redis.connection.lettuce.DefaultLettucePool
已过时。
 
getClient() - 接口 中的方法org.springframework.data.redis.connection.lettuce.LettucePool
已过时。
 
getClientAddress() - 类 中的方法org.springframework.web.context.support.ServletRequestHandledEvent
Return the IP address that the request came from.
getClientConfiguration() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
 
getClientConfiguration() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
 
getClientList(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisClusterConnection
已过时。
getClientList() - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
getClientList() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
getClientList(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.ReactiveClusterServerCommands
Request information and statistics about connected clients.
getClientList() - 接口 中的方法org.springframework.data.redis.connection.ReactiveServerCommands
Request information and statistics about connected clients.
getClientList(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.RedisClusterServerCommands
 
getClientList() - 接口 中的方法org.springframework.data.redis.connection.RedisServerCommands
Request information and statistics about connected clients.
getClientList() - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Request information and statistics about connected clients.
getClientList() - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Request information and statistics about connected clients.
getClientList() - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
getClientName() - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
getClientName() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
getClientName() - 接口 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration
 
getClientName() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Returns the client name.
getClientName() - 接口 中的方法org.springframework.data.redis.connection.ReactiveServerCommands
Returns the name of the current connection.
getClientName() - 接口 中的方法org.springframework.data.redis.connection.RedisServerCommands
Returns the name of the current connection.
getClientOptions() - 接口 中的方法org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration
 
getClientResources() - 类 中的方法org.springframework.data.redis.connection.lettuce.DefaultLettucePool
已过时。
Get the ClientResources to reuse infrastructure.
getClientResources() - 接口 中的方法org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration
 
getClientResources() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Get the ClientResources to reuse infrastructure.
getClobAsAsciiStream(ResultSet, String) - 类 中的方法org.springframework.jdbc.support.lob.AbstractLobHandler
 
getClobAsAsciiStream(ResultSet, int) - 类 中的方法org.springframework.jdbc.support.lob.DefaultLobHandler
 
getClobAsAsciiStream(ResultSet, String) - 接口 中的方法org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as ASCII stream from the given ResultSet.
getClobAsAsciiStream(ResultSet, int) - 接口 中的方法org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as ASCII stream from the given ResultSet.
getClobAsCharacterStream(ResultSet, String) - 类 中的方法org.springframework.jdbc.support.lob.AbstractLobHandler
 
getClobAsCharacterStream(ResultSet, int) - 类 中的方法org.springframework.jdbc.support.lob.DefaultLobHandler
 
getClobAsCharacterStream(ResultSet, String) - 接口 中的方法org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as character stream from the given ResultSet.
getClobAsCharacterStream(ResultSet, int) - 接口 中的方法org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as character stream from the given ResultSet.
getClobAsString(ResultSet, String) - 类 中的方法org.springframework.jdbc.support.lob.AbstractLobHandler
 
getClobAsString(ResultSet, int) - 类 中的方法org.springframework.jdbc.support.lob.DefaultLobHandler
 
getClobAsString(ResultSet, String) - 接口 中的方法org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as String from the given ResultSet.
getClobAsString(ResultSet, int) - 接口 中的方法org.springframework.jdbc.support.lob.LobHandler
Retrieve the given column as String from the given ResultSet.
getClock() - 类 中的方法org.springframework.web.server.session.InMemoryWebSessionStore
Return the configured clock for session lastAccessTime calculations.
getCloseSuppressingConnectionProxy(Connection) - 类 中的方法org.springframework.jca.cci.connection.SingleConnectionFactory
Wrap the given Connection with a proxy that delegates every method call to it but suppresses close calls.
getCloseSuppressingConnectionProxy(Connection) - 类 中的方法org.springframework.jdbc.datasource.SingleConnectionDataSource
Wrap the given Connection with a proxy that delegates every method call to it but suppresses close calls.
getCluster() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
getClusterCommandExecutor() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
getClusterCommandExecutor() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
getClusterConfiguration() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
 
getClusterConfiguration() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
 
getClusterConnection() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
 
getClusterConnection() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
 
getClusterConnection() - 接口 中的方法org.springframework.data.redis.connection.RedisConnectionFactory
Provides a suitable connection for interacting with Redis Cluster.
getClusterNodes() - 类 中的方法org.springframework.data.redis.connection.RedisClusterConfiguration
Returns an Collections.unmodifiableSet(Set) of cluster nodes.
getCmd() - 类 中的方法org.springframework.data.redis.core.PartialUpdate.PropertyUpdate
Get the associated PartialUpdate.UpdateCommand.
getCodebaseUrl() - 接口 中的方法org.springframework.remoting.httpinvoker.HttpInvokerClientConfiguration
Return the codebase URL to download classes from if not found locally.
getCodebaseUrl() - 类 中的方法org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Return the codebase URL to download classes from if not found locally.
getCodecConfigurer() - 类 中的方法org.springframework.web.server.adapter.HttpWebHandlerAdapter
Return the configured ServerCodecConfigurer.
getCodePoint() - 异常错误 中的方法org.yaml.snakeyaml.reader.ReaderException
 
getCols() - 类 中的方法org.springframework.web.servlet.tags.form.TextareaTag
Get the value of the 'cols' attribute.
getColumn() - 类 中的方法org.xmlunit.validation.ValidationProblem
The column where the problem occured or UNKNOWN.
getColumn() - 类 中的方法org.yaml.snakeyaml.error.Mark
starts with 0
getColumn() - 类 中的方法org.yaml.snakeyaml.reader.StreamReader
 
getColumnClassName(int) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getColumnClassName(int) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieve the fully qualified class that the specified column will be mapped to.
getColumnCount() - 类 中的方法org.springframework.jdbc.core.RowCountCallbackHandler
Return the number of columns in this result set.
getColumnCount() - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getColumnCount() - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieve the number of columns in the RowSet.
getColumnDisplaySize(int) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getColumnDisplaySize(int) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieve the maximum width of the designated column.
getColumnKey(String) - 类 中的方法org.springframework.jdbc.core.ColumnMapRowMapper
Determine the key to use for the given column in the column Map.
getColumnLabel(int) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getColumnLabel(int) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieve the suggested column title for the column specified.
getColumnMapRowMapper() - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
Create a new RowMapper for reading columns as key-value pairs.
getColumnName() - 类 中的方法org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
Return the name of the column in the sequence table.
getColumnName(int) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getColumnName(int) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieve the column name for the indicated column.
getColumnNames() - 类 中的方法org.springframework.jdbc.core.RowCountCallbackHandler
Return the names of the columns.
getColumnNames() - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcInsert
Get the names of the columns used.
getColumnNames() - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getColumnNames() - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Return the column names of the table that the result set represents.
getColumnType(int) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getColumnType(int) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieve the SQL type code for the indicated column.
getColumnTypeName(int) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getColumnTypeName(int) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieve the DBMS-specific type name for the indicated column.
getColumnTypes() - 类 中的方法org.springframework.jdbc.core.RowCountCallbackHandler
Return the types of the columns as java.sql.Types constants Valid after processRow is invoked the first time.
getColumnValue(ResultSet, int, PropertyDescriptor) - 类 中的方法org.springframework.jdbc.core.BeanPropertyRowMapper
Retrieve a JDBC object value for the specified column.
getColumnValue(ResultSet, int) - 类 中的方法org.springframework.jdbc.core.ColumnMapRowMapper
Retrieve a JDBC object value for the specified column.
getColumnValue(ResultSet, int, Class<?>) - 类 中的方法org.springframework.jdbc.core.SingleColumnRowMapper
Retrieve a JDBC object value for the specified column.
getColumnValue(ResultSet, int) - 类 中的方法org.springframework.jdbc.core.SingleColumnRowMapper
Retrieve a JDBC object value for the specified column, using the most appropriate value type.
getCommandTimeout() - 接口 中的方法org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration
 
getComment() - 类 中的方法org.springframework.mock.web.MockSessionCookieConfig
 
getCommonPropertyType(ELContext, Object) - 类 中的方法org.springframework.web.jsf.el.SpringBeanFacesELResolver
 
getCommonPropertyType(ELContext, Object) - 类 中的方法org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
 
getCompactData(String) - 类 中的方法org.yaml.snakeyaml.extensions.compactnotation.CompactConstructor
 
getComparatorCount() - 类 中的方法org.springframework.util.comparator.CompoundComparator
已过时。
Returns the number of aggregated comparators.
getComparison() - 类 中的方法org.xmlunit.diff.Difference
The details of the comparison.
getComparisonController() - 类 中的方法org.xmlunit.diff.AbstractDifferenceEngine
Provides access to the configured ComparisonController.
getCompiler(ClassLoader) - 类 中的静态方法org.springframework.expression.spel.standard.SpelCompiler
Factory method for compiler instances.
getCompilerClassLoader() - 类 中的方法org.springframework.expression.spel.SpelParserConfiguration
Return the ClassLoader to use as the basis for expression compilation.
getCompilerConfiguration() - 类 中的方法org.springframework.scripting.groovy.GroovyScriptEvaluator
Return this evaluator's compiler configuration (never null).
getCompilerMode() - 类 中的方法org.springframework.expression.spel.SpelParserConfiguration
Return the configuration mode for parsers using this configuration object.
getComponentType() - 接口 中的方法org.springframework.data.util.TypeInformation
Returns the component type for Collections or the key type for Maps.
getComposedAnnotation() - 类 中的方法org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
 
getComposedAnnotationType() - 类 中的方法org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
 
getConcurrencyLimit() - 类 中的方法org.springframework.util.ConcurrencyThrottleSupport
Return the maximum number of concurrent access attempts allowed.
getConcurrentExecutor() - 类 中的方法org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
Return the Executor that this adapter delegates to.
getConcurrentResult() - 类 中的方法org.springframework.web.context.request.async.WebAsyncManager
Provides access to the result from concurrent handling.
getConcurrentResultContext() - 类 中的方法org.springframework.web.context.request.async.WebAsyncManager
Provides access to additional processing context saved at the start of concurrent handling.
getCondition() - 类 中的方法org.springframework.web.servlet.mvc.condition.RequestConditionHolder
Return the held request condition, or null if not holding one.
getConditions() - 接口 中的方法org.springframework.data.redis.core.index.IndexDefinition
 
getConditions() - 类 中的方法org.springframework.data.redis.core.index.RedisIndexDefinition
 
getConditions() - 类 中的方法org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
Return the underlying conditions (possibly empty but never null).
getConfig(RedisClusterNode, String) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisClusterConnection
已过时。
getConfig(String) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
getConfig(String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
getConfig(RedisClusterNode, String) - 接口 中的方法org.springframework.data.redis.connection.ReactiveClusterServerCommands
Load configuration parameters for given pattern from server.
getConfig(String) - 接口 中的方法org.springframework.data.redis.connection.ReactiveServerCommands
Load configuration parameters for given pattern from server.
getConfig(RedisClusterNode, String) - 接口 中的方法org.springframework.data.redis.connection.RedisClusterServerCommands
 
getConfig(String) - 接口 中的方法org.springframework.data.redis.connection.RedisServerCommands
Load configuration parameters for given pattern from server.
getConfigClasses() - 类 中的方法org.springframework.web.server.adapter.AbstractReactiveWebInitializer
Specify @Configuration and/or @Component classes that make up the application configuration.
getConfigEpoch() - 类 中的方法org.springframework.data.redis.connection.RedisServer
 
getConfigLocations() - 接口 中的方法org.springframework.web.context.ConfigurableWebApplicationContext
Return the config locations for this web application context, or null if none specified.
getConfigLocations() - 类 中的方法org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
getConfigLocations() - 类 中的方法org.springframework.web.context.support.GenericWebApplicationContext
 
getConfigLocations() - 类 中的方法org.springframework.web.context.support.StaticWebApplicationContext
 
getConfigSource() - 类 中的方法org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
getConfigTimeDataSource() - 类 中的静态方法org.springframework.scheduling.quartz.SchedulerFactoryBean
Return the DataSource for the currently configured Quartz Scheduler, to be used by LocalDataSourceJobStore.
getConfigTimeNonTransactionalDataSource() - 类 中的静态方法org.springframework.scheduling.quartz.SchedulerFactoryBean
Return the non-transactional DataSource for the currently configured Quartz Scheduler, to be used by LocalDataSourceJobStore.
getConfigTimeResourceLoader() - 类 中的静态方法org.springframework.scheduling.quartz.SchedulerFactoryBean
Return the ResourceLoader for the currently configured Quartz Scheduler, to be used by ResourceLoaderClassLoadHelper.
getConfigTimeTaskExecutor() - 类 中的静态方法org.springframework.scheduling.quartz.SchedulerFactoryBean
Return the Executor for the currently configured Quartz Scheduler, to be used by LocalTaskExecutorThreadPool.
getConfigurableWebBindingInitializer() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Return the ConfigurableWebBindingInitializer to use for initializing all WebDataBinder instances.
getConfiguration() - 类 中的方法org.springframework.expression.spel.ExpressionState
 
getConfiguration() - 接口 中的方法org.springframework.web.servlet.view.freemarker.FreeMarkerConfig
Return the FreeMarker Configuration object for the current web application context.
getConfiguration() - 类 中的方法org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
Return the Configuration object wrapped by this bean.
getConfiguration() - 类 中的方法org.springframework.web.servlet.view.freemarker.FreeMarkerView
Return the FreeMarker configuration used by this view.
getConfigurationInspectionClassLoader(ResourceLoader) - 类 中的方法org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
Returns the ClassLoader to load repository interfaces for configuration inspection.
getConfigurationSource() - 类 中的方法org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
getConfigurationSource() - 接口 中的方法org.springframework.data.repository.config.RepositoryConfiguration
getConnection() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
 
getConnection() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
getConnection() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
 
getConnection(Class<T>) - 接口 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionProvider
Request a connection given connectionType.
getConnection(Class<T>, RedisURI) - 接口 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionProvider.TargetAware
Request a connection given connectionType for a specific RedisURI.
getConnection() - 接口 中的方法org.springframework.data.redis.connection.RedisConnectionFactory
Provides a suitable connection for interacting with Redis.
getConnection(RedisConnectionFactory) - 类 中的静态方法org.springframework.data.redis.core.RedisConnectionUtils
Gets a Redis connection from the given factory.
getConnection(RedisConnectionFactory, boolean) - 类 中的静态方法org.springframework.data.redis.core.RedisConnectionUtils
Gets a Redis connection from the given factory.
getConnection() - 类 中的方法org.springframework.http.HttpHeaders
Return the value of the Connection header.
getConnection(ConnectionFactory) - 类 中的静态方法org.springframework.jca.cci.connection.ConnectionFactoryUtils
Obtain a Connection from the given ConnectionFactory.
getConnection(ConnectionFactory, ConnectionSpec) - 类 中的静态方法org.springframework.jca.cci.connection.ConnectionFactoryUtils
Obtain a Connection from the given ConnectionFactory.
getConnection() - 类 中的方法org.springframework.jca.cci.connection.ConnectionHolder
 
getConnection() - 类 中的方法org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
Determine whether there is currently a thread-bound ConnectionSpec, using it if available, falling back to the statically specified "connectionSpec" property else.
getConnection() - 类 中的方法org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
getConnection(ConnectionSpec) - 类 中的方法org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
getConnection() - 类 中的方法org.springframework.jca.cci.connection.SingleConnectionFactory
 
getConnection(ConnectionSpec) - 类 中的方法org.springframework.jca.cci.connection.SingleConnectionFactory
 
getConnection() - 类 中的方法org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy
Delegate to ConnectionFactoryUtils for automatically participating in Spring-managed transactions.
getConnection() - 类 中的方法org.springframework.jca.cci.core.support.CciDaoSupport
Get a CCI Connection, either from the current transaction or a new one.
getConnection() - 类 中的方法org.springframework.jdbc.core.support.JdbcDaoSupport
Get a JDBC Connection, either from the current transaction or a new one.
getConnection() - 类 中的方法org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
This implementation delegates to getConnectionFromDriver, using the default username and password of this DataSource.
getConnection(String, String) - 类 中的方法org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
This implementation delegates to getConnectionFromDriver, using the given username and password.
getConnection() - 接口 中的方法org.springframework.jdbc.datasource.ConnectionHandle
Fetch the JDBC Connection that this handle refers to.
getConnection() - 类 中的方法org.springframework.jdbc.datasource.ConnectionHolder
Return the current Connection held by this ConnectionHolder.
getConnection(DataSource) - 类 中的静态方法org.springframework.jdbc.datasource.DataSourceUtils
Obtain a Connection from the given DataSource.
getConnection() - 类 中的方法org.springframework.jdbc.datasource.DelegatingDataSource
 
getConnection(String, String) - 类 中的方法org.springframework.jdbc.datasource.DelegatingDataSource
 
getConnection() - 类 中的方法org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Return a Connection handle that lazily fetches an actual JDBC Connection when asked for a Statement (or PreparedStatement or CallableStatement).
getConnection(String, String) - 类 中的方法org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Return a Connection handle that lazily fetches an actual JDBC Connection when asked for a Statement (or PreparedStatement or CallableStatement).
getConnection() - 类 中的方法org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
getConnection(String, String) - 类 中的方法org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
getConnection() - 类 中的方法org.springframework.jdbc.datasource.SimpleConnectionHandle
Return the specified Connection as-is.
getConnection() - 类 中的方法org.springframework.jdbc.datasource.SingleConnectionDataSource
 
getConnection(String, String) - 类 中的方法org.springframework.jdbc.datasource.SingleConnectionDataSource
Specifying a custom username and password doesn't make sense with a single Connection.
getConnection() - 类 中的方法org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
Delegates to DataSourceUtils for automatically participating in Spring-managed transactions.
getConnection() - 类 中的方法org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
Determine whether there are currently thread-bound credentials, using them if available, falling back to the statically specified username and password (i.e. values of the bean properties) else.
getConnection(String, String) - 类 中的方法org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
Simply delegates to UserCredentialsDataSourceAdapter.doGetConnection(String, String), keeping the given user credentials as-is.
getConnectionFactory() - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
Returns the connectionFactory.
getConnectionFactory() - 类 中的方法org.springframework.data.redis.core.RedisAccessor
Returns the connectionFactory.
getConnectionFactory() - 类 中的方法org.springframework.data.redis.core.script.DefaultReactiveScriptExecutor
 
getConnectionFactory() - 类 中的方法org.springframework.data.redis.listener.RedisMessageListenerContainer
Returns the connectionFactory.
getConnectionFactory() - 类 中的方法org.springframework.jca.cci.connection.CciLocalTransactionManager
Return the CCI ConnectionFactory that this instance manages local transactions for.
getConnectionFactory() - 类 中的方法org.springframework.jca.cci.core.CciTemplate
Return the CCI ConnectionFactory used by this template.
getConnectionFactory() - 类 中的方法org.springframework.jca.cci.core.support.CciDaoSupport
Return the ConnectionFactory used by this DAO.
getConnectionFromDriver(String, String) - 类 中的方法org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
Build properties for the Driver, including the given username and password (if any), and obtain a corresponding Connection.
getConnectionFromDriver(Properties) - 类 中的方法org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
Obtain a Connection using the given properties.
getConnectionFromDriver(Properties) - 类 中的方法org.springframework.jdbc.datasource.DriverManagerDataSource
 
getConnectionFromDriver(Properties) - 类 中的方法org.springframework.jdbc.datasource.SimpleDriverDataSource
 
getConnectionFromDriverManager(String, Properties) - 类 中的方法org.springframework.jdbc.datasource.DriverManagerDataSource
Getting a Connection using the nasty static from DriverManager is extracted into a protected method to allow for easy unit testing.
getConnectionHandle() - 类 中的方法org.springframework.jdbc.datasource.ConnectionHolder
Return the ConnectionHandle held by this ConnectionHolder.
getConnectionHolder() - 类 中的方法org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
getConnectionHolderForSavepoint() - 类 中的方法org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
getConnectionProperties() - 类 中的方法org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
Return the connection properties to be passed to the Driver, if any.
getConnectionProperties() - 接口 中的方法org.springframework.jdbc.datasource.embedded.DataSourceFactory
Get the connection properties of the DataSource to be configured.
getConnectionSpec() - 类 中的方法org.springframework.jca.cci.core.CciTemplate
Return the CCI ConnectionSpec used by this template, if any.
getConnectTimeout() - 接口 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration
 
getConstantValue() - 类 中的方法org.springframework.expression.spel.ast.InlineList
 
getConstantValue() - 类 中的方法org.springframework.expression.spel.ast.InlineMap
 
getConstraintsForClass(Class<?>) - 类 中的方法org.springframework.validation.beanvalidation.SpringValidatorAdapter
 
getConstraintValidatorFactory() - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
getConstructor() - 类 中的方法org.springframework.expression.spel.support.ReflectiveConstructorExecutor
 
getConstructor(Node) - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
Get the constructor to construct the Node.
getConstructor(Node) - 类 中的方法org.yaml.snakeyaml.extensions.compactnotation.CompactConstructor
 
getConstructorIfAvailable(Class<T>, Class<?>...) - 类 中的静态方法org.springframework.util.ClassUtils
Determine whether the given class has a public constructor with the given signature, and return it if available (else return null).
getConstructorInfo(Object, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Get the constructor metadata for the MBean resource.
getConstructorResolvers() - 接口 中的方法org.springframework.expression.EvaluationContext
Return a list of resolvers that will be asked in turn to locate a constructor.
getConstructorResolvers() - 类 中的方法org.springframework.expression.spel.support.SimpleEvaluationContext
Return an empty list, always, since this context does not support the use of type references.
getConstructorResolvers() - 类 中的方法org.springframework.expression.spel.support.StandardEvaluationContext
 
getConsumableMediaTypes() - 类 中的方法org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
Returns the media types for this condition excluding negated expressions.
getConsumesCondition() - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo
Return the "consumes" condition of this RequestMappingInfo; or instance with 0 consumes expressions (never null).
getContainingClass() - 类 中的方法org.springframework.web.method.HandlerMethod.HandlerMethodParameter
 
getContent() - 类 中的方法org.springframework.oxm.support.MarshallingSource
Return the object to be marshalled.
getContent() - 类 中的方法org.springframework.web.servlet.mvc.condition.AbstractRequestCondition
Return the discrete items a request condition is composed of.
getContent() - 类 中的方法org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
 
getContent() - 类 中的方法org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
 
getContent() - 类 中的方法org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
 
getContent() - 类 中的方法org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
 
getContent() - 类 中的方法org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
 
getContent() - 类 中的方法org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
 
getContent() - 类 中的方法org.springframework.web.servlet.mvc.condition.RequestConditionHolder
 
getContent() - 类 中的方法org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
 
getContentAsByteArray() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
Get the content of the request body as a byte array.
getContentAsByteArray() - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
getContentAsByteArray() - 类 中的方法org.springframework.mock.web.MockPageContext
 
getContentAsByteArray() - 类 中的方法org.springframework.web.util.ContentCachingRequestWrapper
Return the cached request content as a byte array.
getContentAsByteArray() - 类 中的方法org.springframework.web.util.ContentCachingResponseWrapper
Return the cached response content as a byte array.
getContentAsString() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
Get the content of the request body as a String, using the configured character encoding.
getContentAsString() - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
getContentAsString() - 类 中的方法org.springframework.mock.web.MockPageContext
 
getContentDisposition() - 类 中的方法org.springframework.http.HttpHeaders
Return a parsed representation of the Content-Disposition header.
getContentInputStream() - 类 中的方法org.springframework.web.util.ContentCachingResponseWrapper
Return an InputStream to the cached content.
getContentLanguage() - 类 中的方法org.springframework.http.HttpHeaders
Return the first Locale of the content languages, as specified by the Content-Language header.
getContentLength(T, MediaType) - 类 中的方法org.springframework.http.converter.AbstractHttpMessageConverter
Returns the content length for the given type.
getContentLength(byte[], MediaType) - 类 中的方法org.springframework.http.converter.ByteArrayHttpMessageConverter
 
getContentLength(Object, MediaType) - 类 中的方法org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
getContentLength(Object, MediaType) - 类 中的方法org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
getContentLength(Resource, MediaType) - 类 中的方法org.springframework.http.converter.ResourceHttpMessageConverter
 
getContentLength(String, MediaType) - 类 中的方法org.springframework.http.converter.StringHttpMessageConverter
 
getContentLength(T, MediaType) - 类 中的方法org.springframework.http.converter.xml.SourceHttpMessageConverter
 
getContentLength() - 类 中的方法org.springframework.http.HttpHeaders
Return the length of the body in bytes, as specified by the Content-Length header.
getContentLength() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getContentLength() - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
getContentLengthLong() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getContentLengthLong() - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
getContentNegotiationManager(ParserContext) - 类 中的静态方法org.springframework.web.servlet.config.MvcNamespaceUtils
Find the ContentNegotiationManager bean created by or registered with the annotation-driven element.
getContentNegotiationManager() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Return the configured ContentNegotiationManager.
getContentNegotiationManager() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Return the configured ContentNegotiationManager.
getContentNegotiationManager() - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
Return the ContentNegotiationManager to use for the ProducesRequestCondition, if any.
getContentNegotiationManager() - 类 中的方法org.springframework.web.servlet.resource.ResourceHttpRequestHandler
Return the configured content negotiation manager.
getContentNegotiationManager() - 类 中的方法org.springframework.web.servlet.view.ContentNegotiatingViewResolver
Return the ContentNegotiationManager to use to determine requested media types.
getContentSize() - 类 中的方法org.springframework.web.util.ContentCachingResponseWrapper
Return the current size of the cached content.
getContentType() - 类 中的方法org.springframework.http.HttpHeaders
Return the media type of the body, as specified by the Content-Type header.
getContentType(File) - 类 中的方法org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Delegates to the underlying FileTypeMap.
getContentType(String) - 类 中的方法org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Delegates to the underlying FileTypeMap.
getContentType() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getContentType() - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
getContentType() - 类 中的方法org.springframework.mock.web.MockMultipartFile
 
getContentType() - 类 中的方法org.springframework.mock.web.MockPart
 
getContentType() - 类 中的方法org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Return the content type to use for sending HTTP invoker requests.
getContentType() - 类 中的方法org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Return the content type to use for sending remote invocation responses.
getContentType() - 异常错误 中的方法org.springframework.web.HttpMediaTypeNotSupportedException
Return the HTTP request content type method that caused the failure.
getContentType() - 类 中的方法org.springframework.web.multipart.commons.CommonsMultipartFile
 
getContentType() - 接口 中的方法org.springframework.web.multipart.MultipartFile
Return the content type of the file.
getContentType() - 异常错误 中的方法org.springframework.web.server.UnsupportedMediaTypeStatusException
Return the request Content-Type header if it was parsed successfully, or null otherwise.
getContentType(MediaType, ServerHttpRequest, ServerHttpResponse) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.AbstractJsonpResponseBodyAdvice
已过时。
Return the content type to set the response to.
getContentType() - 类 中的方法org.springframework.web.servlet.view.AbstractView
Return the content type for this view.
getContentType() - 接口 中的方法org.springframework.web.servlet.View
Return the content type of the view, if predetermined.
getContentType() - 接口 中的方法org.springframework.web.servlet.view.script.ScriptTemplateConfig
Return the content type to use for the response.
getContentType() - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
Return the content type to use for the response.
getContentType() - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
Return the content type for all views, if any.
getContentTypes() - 类 中的方法org.springframework.web.accept.FixedContentNegotiationStrategy
Return the configured list of media types.
getContext() - 类 中的方法org.springframework.jndi.JndiTemplate
Obtain a JNDI context corresponding to this template's configuration.
getContext(String) - 类 中的方法org.springframework.mock.web.MockServletContext
 
getContext() - 异常错误 中的方法org.yaml.snakeyaml.error.MarkedYAMLException
 
getContext() - 接口 中的方法reactor.core.publisher.Signal
Return the Context that is accessible by the time this Signal was emitted.
getContextAttribute() - 类 中的方法org.springframework.web.filter.DelegatingFilterProxy
Return the name of the ServletContext attribute which should be used to retrieve the WebApplicationContext from which to load the delegate Filter bean.
getContextAttribute() - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Return the name of the ServletContext attribute which should be used to retrieve the WebApplicationContext that this servlet is supposed to use.
getContextCache() - 类 中的方法org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate
Get the ContextCache used by this context loader delegate.
getContextClass() - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Return the custom context class.
getContextConfigLocation() - 类 中的方法org.springframework.jca.context.SpringContextResourceAdapter
Return the specified context configuration files.
getContextConfigLocation() - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Return the explicit context config location, if any.
getContextCustomizerFactories() - 类 中的方法org.springframework.test.context.support.AbstractTestContextBootstrapper
Get the ContextCustomizerFactory instances for this bootstrapper.
getContextCustomizers() - 类 中的方法org.springframework.test.context.MergedContextConfiguration
Get the merged ContextCustomizers that will be applied when the application context is loaded.
getContextId() - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Return the custom WebApplicationContext id, if any.
getContextInitializerClasses() - 类 中的方法org.springframework.test.context.MergedContextConfiguration
Get the merged ApplicationContextInitializer classes for the test class.
getContextLoader() - 类 中的方法org.springframework.test.context.MergedContextConfiguration
Get the resolved ContextLoader for the test class.
getContextLoaderClass() - 类 中的方法org.springframework.test.context.ContextConfigurationAttributes
Get the ContextLoader class that was declared via @ContextConfiguration.
getContextMark() - 异常错误 中的方法org.yaml.snakeyaml.error.MarkedYAMLException
 
getContextPath() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getContextPath() - 类 中的方法org.springframework.mock.web.MockServletContext
 
getContextPath() - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
Return the JAXB context path.
getContextPath() - 类 中的方法org.springframework.web.context.request.FacesWebRequest
 
getContextPath() - 类 中的方法org.springframework.web.context.request.ServletWebRequest
 
getContextPath() - 接口 中的方法org.springframework.web.context.request.WebRequest
Return the context path for this request (usually the base path that the current web application is mapped to).
getContextPath() - 类 中的方法org.springframework.web.servlet.support.RequestContext
Return the context path of the original request, that is, the path that indicates the current web application.
getContextPath(HttpServletRequest) - 类 中的方法org.springframework.web.util.UrlPathHelper
Return the context path for the given request, detecting an include request URL if called within a RequestDispatcher include.
getContextUrl(String) - 类 中的方法org.springframework.web.servlet.support.RequestContext
Return a context-aware URl for the given relative URL.
getContextUrl(String, Map<String, ?>) - 类 中的方法org.springframework.web.servlet.support.RequestContext
Return a context-aware URl for the given relative URL with placeholders (named keys with braces {}).
getControlDetails() - 类 中的方法org.xmlunit.diff.Comparison
Details of the control target.
getControllerMethod() - 接口 中的方法org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodInvocationInfo
 
getControllerType() - 接口 中的方法org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodInvocationInfo
 
getControlSource() - 类 中的方法org.xmlunit.diff.Diff
 
getConversationId() - 类 中的方法org.springframework.transaction.support.SimpleTransactionScope
 
getConversationId() - 类 中的方法org.springframework.web.context.request.RequestScope
There is no conversation id concept for a request, so this method returns null.
getConversationId() - 类 中的方法org.springframework.web.context.request.SessionScope
 
getConversationId() - 类 中的方法org.springframework.web.context.support.ServletContextScope
 
getConversionService() - 类 中的方法org.springframework.data.redis.core.convert.MappingRedisConverter
 
getConversionService() - 类 中的方法org.springframework.jdbc.core.BeanPropertyRowMapper
Return a ConversionService for binding JDBC values to bean properties, or null if none.
getConversionService() - 类 中的方法org.springframework.validation.DataBinder
Return the associated ConversionService, if any.
getConversionService() - 类 中的方法org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Return the ConversionService which will apply to every DataBinder.
getConverted(TimeUnit) - 类 中的方法org.springframework.data.redis.core.types.Expiration
Get the expiration time converted into the desired targetTimeUnit.
getConverter() - 类 中的方法org.springframework.data.redis.connection.FutureResult
 
getConverter() - 类 中的方法org.springframework.data.redis.core.RedisKeyValueAdapter
Get the RedisConverter in use.
getConvertersToRegister() - 类 中的静态方法org.springframework.data.redis.core.convert.Jsr310Converters
Returns the converters to be registered.
getConvertibleTypes() - 类 中的方法org.springframework.data.repository.support.DomainClassConverter
 
getConvertPipelineAndTxResults() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Specifies if pipelined results should be converted to the expected data type.
getConvertPipelineAndTxResults() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Specifies if pipelined results should be converted to the expected data type.
getConvertPipelineAndTxResults() - 接口 中的方法org.springframework.data.redis.connection.RedisConnectionFactory
Specifies if pipelined results should be converted to the expected data type.
getCookie(String) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
getCookie(HttpServletRequest, String) - 类 中的静态方法org.springframework.web.util.WebUtils
Retrieve the first cookie with the given name.
getCookieDomain() - 类 中的方法org.springframework.web.util.CookieGenerator
Return the domain for cookies created by this generator, if any.
getCookieMaxAge() - 类 中的方法org.springframework.web.server.session.CookieWebSessionIdResolver
Return the configured "Max-Age" attribute value for the session cookie.
getCookieMaxAge() - 类 中的方法org.springframework.web.util.CookieGenerator
Return the maximum age for cookies created by this generator.
getCookieName() - 类 中的方法org.springframework.web.server.session.CookieWebSessionIdResolver
Return the configured cookie name.
getCookieName() - 类 中的方法org.springframework.web.util.CookieGenerator
Return the given name for cookies created by this generator.
getCookiePath() - 类 中的方法org.springframework.web.util.CookieGenerator
Return the path for cookies created by this generator.
getCookies() - 类 中的方法org.springframework.http.client.reactive.AbstractClientHttpRequest
 
getCookies() - 接口 中的方法org.springframework.http.client.reactive.ClientHttpRequest
Return a mutable map of request cookies to send to the server.
getCookies() - 类 中的方法org.springframework.http.client.reactive.ClientHttpRequestDecorator
 
getCookies() - 接口 中的方法org.springframework.http.client.reactive.ClientHttpResponse
Return a read-only map of response cookies received from the server.
getCookies() - 类 中的方法org.springframework.http.client.reactive.ClientHttpResponseDecorator
 
getCookies() - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpRequest
 
getCookies() - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpResponse
 
getCookies() - 接口 中的方法org.springframework.http.server.reactive.ServerHttpRequest
Return a read-only map of cookies sent by the client.
getCookies() - 类 中的方法org.springframework.http.server.reactive.ServerHttpRequestDecorator
 
getCookies() - 接口 中的方法org.springframework.http.server.reactive.ServerHttpResponse
Return a mutable map with the cookies to send to the server.
getCookies() - 类 中的方法org.springframework.http.server.reactive.ServerHttpResponseDecorator
 
getCookies() - 类 中的方法org.springframework.mock.http.client.reactive.MockClientHttpResponse
 
getCookies() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getCookies() - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
getCorePoolSize() - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Return the ThreadPoolExecutor's core pool size.
getCorsConfiguration(HttpServletRequest) - 接口 中的方法org.springframework.web.cors.CorsConfigurationSource
Return a CorsConfiguration based on the incoming request.
getCorsConfiguration(ServerWebExchange) - 接口 中的方法org.springframework.web.cors.reactive.CorsConfigurationSource
Return a CorsConfiguration based on the incoming request.
getCorsConfiguration(ServerWebExchange) - 类 中的方法org.springframework.web.cors.reactive.UrlBasedCorsConfigurationSource
 
getCorsConfiguration(HttpServletRequest) - 类 中的方法org.springframework.web.cors.UrlBasedCorsConfigurationSource
 
getCorsConfiguration() - 类 中的方法org.springframework.web.servlet.config.annotation.CorsRegistration
 
getCorsConfiguration(Object, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMapping
Retrieve the CORS configuration for the given handler.
getCorsConfiguration(Object, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
 
getCorsConfiguration(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.handler.HandlerMappingIntrospector
 
getCorsConfiguration(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.resource.ResourceHttpRequestHandler
Return the specified CORS configuration.
getCorsConfigurations() - 类 中的方法org.springframework.web.cors.UrlBasedCorsConfigurationSource
Get the CORS configuration.
getCorsConfigurations() - 类 中的方法org.springframework.web.servlet.config.annotation.CorsRegistry
Return the registered CorsConfiguration objects, keyed by path pattern.
getCorsConfigurations() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Return the registered CorsConfiguration objects, keyed by path pattern.
getCorsConfigurations() - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMapping
Get the "global" CORS configuration.
getCorsHandlerExecutionChain(HttpServletRequest, HandlerExecutionChain, CorsConfiguration) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMapping
Update the HandlerExecutionChain for CORS-related handling.
getCorsProcessor() - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMapping
Return the configured CorsProcessor.
getCount() - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.LRemCommand
 
getCount() - 类 中的方法org.springframework.data.redis.connection.ReactiveSetCommands.SPopCommand
 
getCount() - 类 中的方法org.springframework.data.redis.connection.ReactiveSetCommands.SRandMembersCommand
 
getCount() - 类 中的方法org.springframework.data.redis.connection.RedisZSetCommands.Limit
 
getCount() - 类 中的方法org.springframework.data.redis.connection.SortParameters.Range
 
getCount() - 类 中的方法org.springframework.data.redis.core.ScanOptions
 
getCount() - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap.Segment
Return the total number of references in this segment.
getCreateMethod(Object) - 类 中的方法org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Check for EJB3-style home object that serves as EJB component directly.
getCreateMethod(Object) - 类 中的方法org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Determine the create method of the given EJB home object.
getCreateMethod(Object) - 类 中的方法org.springframework.ejb.access.LocalSlsbInvokerInterceptor
Check for EJB3-style home object that serves as EJB component directly.
getCreationDate() - 类 中的方法org.springframework.http.ContentDisposition
Return the value of the creation-date parameter, or null if not defined.
getCreationTime() - 类 中的方法org.springframework.mock.web.MockHttpSession
 
getCreationTime() - 接口 中的方法org.springframework.web.server.WebSession
Return the time when the session was created.
getCronTaskList() - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Get the cron tasks as an unmodifiable list of CronTask objects.
getCrudMethods() - 接口 中的方法org.springframework.data.repository.core.RepositoryMetadata
Returns CrudMethods meta information for the repository.
getCrudMethods() - 类 中的方法org.springframework.data.repository.core.support.AbstractRepositoryMetadata
 
getCssClass() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'class' attribute.
getCssErrorClass() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
The CSS class to use when the field bound to a particular tag has errors.
getCssStyle() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'style' attribute.
getCurrencyTimeLimit() - 类 中的方法org.springframework.jmx.export.metadata.AbstractJmxAttribute
Return a currency time limit for this attribute.
getCurrentContextBuilder() - 类 中的静态方法org.springframework.mock.jndi.SimpleNamingContextBuilder
Checks if a SimpleNamingContextBuilder is active.
getCurrentIsolationLevel() - 类 中的方法org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
Determine the current isolation level: either the transaction's isolation level or a statically defined isolation level.
getCurrentReadOnlyFlag() - 类 中的方法org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
Determine the current read-only flag: by default, the transaction's read-only hint.
getCurrentRequest() - 类 中的静态方法org.springframework.web.servlet.support.ServletUriComponentsBuilder
Obtain current request through RequestContextHolder.
getCurrentTransactionIsolationLevel() - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationManager
Return the isolation level for the current transaction, if any.
getCurrentTransactionName() - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationManager
Return the name of the current transaction, or null if none set.
getCurrentWebApplicationContext() - 类 中的静态方法org.springframework.web.context.ContextLoader
Obtain the Spring root web application context for the current thread (i.e. for the current thread's context ClassLoader, which needs to be the web application's ClassLoader).
getCursorId() - 类 中的方法org.springframework.data.redis.core.ConvertingCursor
 
getCursorId() - 接口 中的方法org.springframework.data.redis.core.Cursor
Get the reference cursor.
getCursorId() - 类 中的方法org.springframework.data.redis.core.ScanCursor
 
getCursorId() - 类 中的方法org.springframework.data.redis.core.ScanIteration
The cursor id to be used for subsequent requests.
getCustomArgumentResolvers() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Return the custom argument resolvers, or null.
getCustomArgumentResolvers() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Return the custom argument resolvers, or null.
getCustomCondition() - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo
Return the "custom" condition of this RequestMappingInfo, or null.
getCustomEditor(String) - 类 中的方法org.springframework.validation.AbstractPropertyBindingResult
Retrieve the custom PropertyEditor for the given field, if any.
getCustomImplementationDetector() - 类 中的方法org.springframework.data.repository.cdi.CdiRepositoryExtensionSupport
 
getCustomMethodCondition(Method) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Provide a custom method-level request condition.
getCustomProperties() - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Allow Map access to the custom properties to be set on the stub, with the option to add or override specific entries.
getCustomReturnValueHandlers() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Return the custom return value handlers, or null.
getCustomReturnValueHandlers() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Return the custom return value handlers, or null.
getCustomSqlExceptionTranslator() - 类 中的方法org.springframework.jdbc.support.SQLErrorCodes
 
getCustomTranslations() - 类 中的方法org.springframework.jdbc.support.SQLErrorCodes
 
getCustomTypeCondition(Class<?>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Provide a custom type-level request condition.
getData() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter.DataWithMediaType
 
getData() - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
Construct and return the next document
getDataAccessResourceFailureCodes() - 类 中的方法org.springframework.jdbc.support.SQLErrorCodes
 
getDatabase() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Returns the index of the database.
getDatabase() - 类 中的方法org.springframework.data.redis.connection.lettuce.DefaultLettucePool
已过时。
Returns the index of the database.
getDatabase() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Returns the index of the database.
getDatabase() - 类 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands.MoveCommand
 
getDatabase() - 类 中的方法org.springframework.data.redis.connection.RedisSentinelConfiguration
 
getDatabase() - 类 中的方法org.springframework.data.redis.connection.RedisStandaloneConfiguration
 
getDatabase() - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
Factory method that returns the embedded database instance, which is also a DataSource.
getDatabaseId() - 类 中的方法org.springframework.data.redis.core.types.RedisClientInfo
Get current database index.
getDatabaseProductName() - 类 中的方法org.springframework.jdbc.support.SQLErrorCodes
 
getDatabaseProductNames() - 类 中的方法org.springframework.jdbc.support.SQLErrorCodes
 
getDatabaseVersion() - 类 中的方法org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
Provide access to version info for subclasses.
getDataBufferFactory() - 类 中的方法org.springframework.http.server.reactive.ServletHttpHandlerAdapter
 
getDataBufferFactory() - 类 中的方法org.springframework.http.server.reactive.UndertowHttpHandlerAdapter
 
getDataIntegrityViolationCodes() - 类 中的方法org.springframework.jdbc.support.SQLErrorCodes
 
getDataSource() - 类 中的方法org.springframework.jdbc.core.support.JdbcDaoSupport
Return the JDBC DataSource used by this DAO.
getDataSource() - 类 中的方法org.springframework.jdbc.datasource.DataSourceTransactionManager
Return the JDBC DataSource that this instance manages transactions for.
getDataSource() - 接口 中的方法org.springframework.jdbc.datasource.embedded.DataSourceFactory
Get the DataSource with the connection properties applied.
getDataSource() - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
Hook that gets the DataSource that provides the connectivity to the embedded database.
getDataSource(String) - 类 中的方法org.springframework.jdbc.datasource.lookup.BeanFactoryDataSourceLookup
 
getDataSource(String) - 接口 中的方法org.springframework.jdbc.datasource.lookup.DataSourceLookup
Retrieve the DataSource identified by the given name.
getDataSource(String) - 类 中的方法org.springframework.jdbc.datasource.lookup.JndiDataSourceLookup
 
getDataSource(String) - 类 中的方法org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
 
getDataSource(String) - 类 中的方法org.springframework.jdbc.datasource.lookup.SingleDataSourceLookup
 
getDataSource() - 类 中的方法org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Return the data source to retrieve the value from.
getDataSource() - 类 中的方法org.springframework.jdbc.support.JdbcAccessor
Return the DataSource used by this template.
getDataSources() - 类 中的方法org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
Get the Map of DataSources maintained by this object.
getDate() - 类 中的方法org.springframework.http.HttpHeaders
Return the date and time at which the message was created, as specified by the Date header.
getDate(int) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getDate(String) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getDate(int, Calendar) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getDate(String, Calendar) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getDate(int) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as a Date object.
getDate(String) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as a Date object.
getDate(int, Calendar) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as a Date object.
getDate(String, Calendar) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as a Date object.
getDateFormat(Locale) - 类 中的方法org.springframework.format.datetime.DateFormatter
 
getDateHeader(String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
Return the long timestamp for the date header with the given name.
getDateHeader(String) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
getDateTimeContext() - 类 中的静态方法org.springframework.format.datetime.standard.DateTimeContextHolder
Return the DateTimeContext associated with the current thread, if any.
getDeadline() - 类 中的方法org.springframework.transaction.support.ResourceHolderSupport
Return the expiration deadline of this object.
getDeadlockLoserCodes() - 类 中的方法org.springframework.jdbc.support.SQLErrorCodes
 
getDeclaredParameters() - 类 中的方法org.springframework.jdbc.object.RdbmsOperation
Return a list of the declared SqlParameter objects.
getDeclaredRoles() - 类 中的方法org.springframework.mock.web.MockServletContext
 
getDeclaringClass() - 类 中的方法org.springframework.data.repository.core.support.MethodLookup.InvokedMethod
 
getDeclaringClass() - 类 中的方法org.springframework.data.repository.query.spi.Function
Returns the type declaring the Function.
getDeclaringClass() - 类 中的方法org.springframework.test.context.ContextConfigurationAttributes
Get the class that declared the @ContextConfiguration annotation, either explicitly or implicitly.
getDeclaringClass() - 类 中的方法org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
 
getDecodableMimeTypes() - 类 中的方法org.springframework.http.codec.json.AbstractJackson2Decoder
 
getDecodeHints(ResolvableType, ResolvableType, ServerHttpRequest, ServerHttpResponse) - 接口 中的方法org.springframework.http.codec.HttpMessageDecoder
Get decoding hints based on the server request or annotations on the target controller method parameter.
getDecodeHints(ResolvableType, ResolvableType, ServerHttpRequest, ServerHttpResponse) - 类 中的方法org.springframework.http.codec.json.AbstractJackson2Decoder
 
getDecoder() - 类 中的方法org.springframework.http.codec.DecoderHttpMessageReader
Return the Decoder of this reader.
getDecoder() - 类 中的方法org.springframework.http.codec.ServerSentEventHttpMessageReader
Return the configured Decoder.
getDecoratedNavigationHandler() - 类 中的方法org.springframework.web.jsf.DecoratingNavigationHandler
Return the fixed original NavigationHandler decorated by this handler, if any (that is, if passed in through the constructor).
getDefaultArgumentResolvers() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Return the list of argument resolvers to use including built-in resolvers and custom resolvers provided via ExceptionHandlerExceptionResolver.setCustomArgumentResolvers(java.util.List<org.springframework.web.method.support.HandlerMethodArgumentResolver>).
getDefaultCharset() - 类 中的方法org.springframework.http.codec.FormHttpMessageReader
Return the configured default charset.
getDefaultCharset() - 类 中的方法org.springframework.http.codec.FormHttpMessageWriter
Return the configured default charset.
getDefaultCharset() - 类 中的方法org.springframework.http.converter.AbstractHttpMessageConverter
Return the default character set, if any.
getDefaultClassLoader() - 类 中的静态方法org.springframework.util.ClassUtils
Return the default ClassLoader to use: typically the thread context ClassLoader, if available; the ClassLoader that loaded the ClassUtils class will be used as fallback.
getDefaultConfigLocations() - 类 中的方法org.springframework.web.context.support.GroovyWebApplicationContext
The default location for the root context is "/WEB-INF/applicationContext.groovy", and "/WEB-INF/test-servlet.groovy" for a context with the namespace "test-servlet" (like for a DispatcherServlet instance with the servlet-name "test").
getDefaultConfigLocations() - 类 中的方法org.springframework.web.context.support.XmlWebApplicationContext
The default location for the root context is "/WEB-INF/applicationContext.xml", and "/WEB-INF/test-servlet.xml" for a context with the namespace "test-servlet" (like for a DispatcherServlet instance with the servlet-name "test").
getDefaultContentType(T) - 类 中的方法org.springframework.http.converter.AbstractHttpMessageConverter
Returns the default content type for the given type.
getDefaultContentType() - 类 中的方法org.springframework.http.converter.BufferedImageHttpMessageConverter
Returns the default Content-Type to be used for writing.
getDefaultContentType(Object) - 类 中的方法org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
getDefaultContentType(Message) - 类 中的方法org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
 
getDefaultContentType(Resource) - 类 中的方法org.springframework.http.converter.ResourceHttpMessageConverter
 
getDefaultContentType(Object) - 类 中的方法org.springframework.http.converter.ResourceRegionHttpMessageConverter
 
getDefaultContextLoaderClass(Class<?>) - 类 中的方法org.springframework.test.context.support.AbstractTestContextBootstrapper
Determine the default ContextLoader class to use for the supplied test class.
getDefaultContextLoaderClass(Class<?>) - 类 中的方法org.springframework.test.context.support.DefaultTestContextBootstrapper
getDefaultContextLoaderClass(Class<?>) - 类 中的方法org.springframework.test.context.web.WebTestContextBootstrapper
Returns WebDelegatingSmartContextLoader if the supplied class is annotated with @WebAppConfiguration and otherwise delegates to the superclass.
getDefaultCurrencyTimeLimit() - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Return default value for the JMX field "currencyTimeLimit", if any.
getDefaultEncoding() - 类 中的方法org.springframework.mail.javamail.JavaMailSenderImpl
Return the default encoding for MimeMessages, or null if none.
getDefaultEncoding(MimeMessage) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Determine the default encoding for the given MimeMessage.
getDefaultEncoding() - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
 
getDefaultEncoding() - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
 
getDefaultEncoding() - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Determine the default encoding to use for marshalling or unmarshalling from a byte stream, or null if none.
getDefaultEncoding() - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
 
getDefaultEncoding() - 类 中的方法org.springframework.web.multipart.commons.CommonsFileUploadSupport
Determine the default encoding to use for parsing requests.
getDefaultEncoding() - 类 中的方法org.springframework.web.util.UrlPathHelper
Return the default character encoding to use for URL decoding.
getDefaultErrorHandler(boolean) - 类 中的静态方法org.springframework.scheduling.support.TaskUtils
Return the default ErrorHandler implementation based on the boolean value indicating whether the task will be repeating or not.
getDefaultFileTypeMap() - 类 中的方法org.springframework.mail.javamail.JavaMailSenderImpl
Return the default Java Activation FileTypeMap for MimeMessages, or null if none.
getDefaultFileTypeMap(MimeMessage) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Determine the default Java Activation FileTypeMap for the given MimeMessage.
getDefaultFlowStyle() - 类 中的方法org.yaml.snakeyaml.DumperOptions
 
getDefaultFlowStyle() - 类 中的方法org.yaml.snakeyaml.representer.BaseRepresenter
 
getDefaultHandler() - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMapping
Return the default handler for this handler mapping, or null if none.
getDefaultHtmlEscape() - 类 中的方法org.springframework.web.servlet.support.RequestContext
Return the default HTML escape setting, differentiating between no default specified and an explicit value.
getDefaultHtmlEscape(ServletContext) - 类 中的静态方法org.springframework.web.util.WebUtils
Return whether default HTML escaping is enabled for the web application, i.e. the value of the "defaultHtmlEscape" context-param in web.xml (if any).
getDefaultKeyValueTemplateBeanDefinition(RepositoryConfigurationSource) - 类 中的方法org.springframework.data.redis.repository.configuration.RedisRepositoryConfigurationExtension
 
getDefaultKeyValueTemplateRef() - 类 中的方法org.springframework.data.redis.repository.configuration.RedisRepositoryConfigurationExtension
 
getDefaultListenerMethod() - 类 中的方法org.springframework.data.redis.listener.adapter.MessageListenerAdapter
Return the name of the default listener method to delegate to.
getDefaultLocale() - 类 中的方法org.springframework.web.server.i18n.AcceptHeaderLocaleContextResolver
The configured default locale, if any.
getDefaultLocale() - 类 中的方法org.springframework.web.servlet.i18n.AbstractLocaleResolver
Return the default Locale that this resolver is supposed to fall back to, if any.
getDefaultLocale() - 类 中的方法org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
The configured default locale, if any.
getDefaultLocale() - 类 中的方法org.springframework.web.servlet.i18n.CookieLocaleResolver
Return the fixed Locale that this resolver will return if no cookie found, if any.
getDefaultMediaTypes() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
 
getDefaultModel() - 类 中的方法org.springframework.web.method.support.ModelAndViewContainer
Return the "default" model created at instantiation.
getDefaultNamedQueryLocation() - 接口 中的方法org.springframework.data.repository.config.RepositoryConfigurationExtension
Returns the default location of the Spring Data named queries.
getDefaultNamedQueryLocation() - 类 中的方法org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
 
getDefaultReturnValueHandlers() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Return the list of return value handlers to use including built-in and custom handlers provided via ExceptionHandlerExceptionResolver.setReturnValueHandlers(java.util.List<org.springframework.web.method.support.HandlerMethodReturnValueHandler>).
getDefaultScalarStyle() - 类 中的方法org.yaml.snakeyaml.DumperOptions
 
getDefaultScalarStyle() - 类 中的方法org.yaml.snakeyaml.representer.BaseRepresenter
 
getDefaultSchema() - 类 中的方法org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
Provide access to default schema for subclasses.
getDefaultSchema() - 类 中的方法org.springframework.jdbc.core.metadata.OracleTableMetaDataProvider
 
getDefaultScore() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisZSet
 
getDefaultScore() - 接口 中的方法org.springframework.data.redis.support.collections.RedisZSet
Returns the default score used by this set.
getDefaultSerializer() - 类 中的方法org.springframework.data.redis.core.RedisTemplate
Returns the default serializer used by this template.
getDefaultServletName() - 类 中的方法org.springframework.mock.web.MockServletContext
Get the name of the default Servlet.
getDefaultSessionTrackingModes() - 类 中的方法org.springframework.mock.web.MockServletContext
 
getDefaultStrategies(ApplicationContext, Class<T>) - 类 中的方法org.springframework.web.servlet.DispatcherServlet
Create a List of default strategy objects for the given strategy interface.
getDefaultStrategy(ApplicationContext, Class<T>) - 类 中的方法org.springframework.web.servlet.DispatcherServlet
Return the default strategy object for the given strategy interface.
getDefaultStringMatcher() - 类 中的方法org.springframework.data.support.ExampleMatcherAccessor
Get defined ExampleMatcher.StringMatcher.
getDefaultTestExecutionListenerClasses() - 类 中的方法org.springframework.test.context.support.AbstractTestContextBootstrapper
Get the default TestExecutionListener classes for this bootstrapper.
getDefaultTestExecutionListenerClassNames() - 类 中的方法org.springframework.test.context.support.AbstractTestContextBootstrapper
Get the names of the default TestExecutionListener classes for this bootstrapper.
getDefaultThemeName() - 类 中的方法org.springframework.web.servlet.theme.AbstractThemeResolver
Return the name of the default theme.
getDefaultThemeName() - 类 中的方法org.springframework.web.servlet.theme.CookieThemeResolver
Return the name of the default theme.
getDefaultThreadNamePrefix() - 类 中的方法org.springframework.util.CustomizableThreadCreator
Build the default thread name prefix for this factory.
getDefaultTimeout() - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Return the default timeout that this transaction manager should apply if there is no timeout specified at the transaction level, in seconds.
getDefaultTimeZone() - 类 中的方法org.springframework.web.servlet.i18n.AbstractLocaleContextResolver
Return the default TimeZone that this resolver is supposed to fall back to, if any.
getDefaultTimeZone() - 类 中的方法org.springframework.web.servlet.i18n.CookieLocaleResolver
Return the fixed TimeZone that this resolver will return if no cookie found, if any.
getDefaultUriVariables() - 类 中的方法org.springframework.web.util.AbstractUriTemplateHandler
已过时。
Return a read-only copy of the configured default URI variables.
getDefaultUriVariables() - 类 中的方法org.springframework.web.util.DefaultUriBuilderFactory
Return the configured default URI variable values.
getDefaultValue() - 类 中的方法org.springframework.jmx.export.metadata.ManagedAttribute
Return the default value of this attribute.
getDefaultValue() - 类 中的方法org.springframework.web.servlet.tags.form.ButtonTag
Return the default value.
getDefaultViewName(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.DispatcherServlet
Translate the supplied request into a default view name.
getDefaultViews() - 类 中的方法org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
getDefaultWorkManager() - 类 中的方法org.springframework.jca.work.WorkManagerTaskExecutor
Obtain a default WorkManager to delegate to.
getDeferredResultInterceptor(Object) - 类 中的方法org.springframework.web.context.request.async.WebAsyncManager
Get the DeferredResultProcessingInterceptor registered under the given key.
getDeferredResultInterceptors() - 类 中的方法org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
 
getDefinitionDescription() - 类 中的方法org.springframework.transaction.support.DefaultTransactionDefinition
Return an identifying description for this transaction definition.
getDelay() - 类 中的方法org.springframework.scheduling.commonj.ScheduledTimerListener
Return the delay before starting the job for the first time.
getDelay() - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorTask
Return the delay before starting the job for the first time.
getDelegate() - 接口 中的方法org.springframework.data.redis.connection.DecoratedRedisConnection
Gets the underlying RedisConnection.
getDelegate() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
getDelegate() - 类 中的方法org.springframework.data.redis.listener.adapter.MessageListenerAdapter
Returns the target object to delegate message listening to.
getDelegate() - 类 中的方法org.springframework.http.client.reactive.ClientHttpRequestDecorator
 
getDelegate() - 类 中的方法org.springframework.http.client.reactive.ClientHttpResponseDecorator
 
getDelegate() - 类 中的方法org.springframework.http.server.reactive.ServerHttpRequestDecorator
 
getDelegate() - 类 中的方法org.springframework.http.server.reactive.ServerHttpResponseDecorator
 
getDelegate() - 类 中的方法org.springframework.jca.work.DelegatingWork
Return the wrapped Runnable implementation.
getDelegate() - 类 中的方法org.springframework.scheduling.commonj.DelegatingWork
Return the wrapped Runnable implementation.
getDelegate() - 类 中的方法org.springframework.scheduling.quartz.DelegatingJob
Return the wrapped Runnable implementation.
getDelegate(FacesContext) - 类 中的方法org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Return the target NavigationHandler to delegate to.
getDelegate() - 类 中的方法org.springframework.web.server.handler.WebHandlerDecorator
 
getDelegate() - 类 中的方法org.springframework.web.server.ServerWebExchangeDecorator
 
getDelegates(FacesContext) - 类 中的方法org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
Obtain the delegate PhaseListener beans from the Spring root WebApplicationContext.
getDeleteMethod() - 接口 中的方法org.springframework.data.repository.core.CrudMethods
Returns the delete method of the repository.
getDeleteMethod() - 类 中的方法org.springframework.data.repository.core.support.DefaultCrudMethods
 
getDeleteStatement(long[]) - 类 中的方法org.springframework.jdbc.support.incrementer.AbstractIdentityColumnMaxValueIncrementer
Statement to use to clean up "sequence" values.
getDelimiter() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Return the delimiter to be used between each 'input type="radio"' tag.
getDelimiter() - 类 中的方法org.springframework.web.servlet.tags.form.ErrorsTag
Return the delimiter to be used between error messages.
getDependencyInstance(<any>, Type) - 类 中的方法org.springframework.data.redis.repository.cdi.CdiBean
Returns an instance of the given Bean from the container.
getDependencyInstance(<any>) - 类 中的方法org.springframework.data.repository.cdi.CdiRepositoryBean
Returns an instance of an the given Bean.
getDependencyInstance(<any>, Class<?>) - 类 中的方法org.springframework.data.repository.cdi.CdiRepositoryBean
Returns an instance of an the given Bean and allows to be specific about the type that is about to be created.
getDepth(Throwable) - 类 中的方法org.springframework.transaction.interceptor.RollbackRuleAttribute
Return the depth of the superclass matching.
getDepth(String, Exception) - 类 中的方法org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Return the depth to the superclass matching.
getDerivedTemplate(ConnectionSpec) - 类 中的方法org.springframework.jca.cci.core.CciTemplate
Create a template derived from this template instance, inheriting the ConnectionFactory and other settings but overriding the ConnectionSpec used for obtaining Connections.
getDescription() - 类 中的方法org.springframework.data.util.ReflectionUtils.AnnotationFieldFilter
 
getDescription() - 接口 中的方法org.springframework.data.util.ReflectionUtils.DescribedFieldFilter
Returns the description of the field filter.
getDescription(Object, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Get the description of the MBean resource.
getDescription(Object, String) - 类 中的方法org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Reads managed resource description from the source level metadata.
getDescription() - 类 中的方法org.springframework.jmx.export.metadata.AbstractJmxAttribute
Return a description for this attribute.
getDescription() - 类 中的方法org.springframework.jmx.export.metadata.ManagedNotification
Return a description for this notification.
getDescription() - 类 中的方法org.springframework.jmx.export.metadata.ManagedOperationParameter
Return a description for this parameter.
getDescription() - 类 中的方法org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Return a description suitable for an ignored test class if the test is disabled via @IfProfileValue at the class-level, and otherwise delegate to the parent implementation.
getDescription(boolean) - 类 中的方法org.springframework.web.context.request.FacesWebRequest
 
getDescription(boolean) - 类 中的方法org.springframework.web.context.request.ServletWebRequest
 
getDescription(boolean) - 接口 中的方法org.springframework.web.context.request.WebRequest
Get a short description of this request, typically containing request URI and session id.
getDescription() - 类 中的方法org.springframework.web.context.support.RequestHandledEvent
Return a full description of this event, involving all available context data.
getDescription() - 类 中的方法org.springframework.web.context.support.ServletContextResource
This implementation returns a description that includes the ServletContext resource location.
getDescription() - 类 中的方法org.springframework.web.context.support.ServletRequestHandledEvent
 
getDescription(Comparison) - 接口 中的方法org.xmlunit.diff.ComparisonFormatter
Return a short String of the Comparison including the XPath and the shorten value of the effected control and test Node.
getDescription() - 枚举 中的方法org.xmlunit.diff.ComparisonType
 
getDescription(Comparison) - 类 中的方法org.xmlunit.diff.DefaultComparisonFormatter
Return a short String of the Comparison including the XPath and the shorten value of the effected control and test Node.
getDescriptiveType(Object) - 类 中的静态方法org.springframework.util.ClassUtils
Return a descriptive name for the given object's type: usually simply the class name, but component type class name + "[]" for arrays, and an appended list of implemented interfaces for JDK proxies.
getDescriptor() - 类 中的方法org.springframework.transaction.interceptor.DefaultTransactionAttribute
Return a descriptor for this transaction attribute, or null if none.
getDeserializationView() - 类 中的方法org.springframework.http.converter.json.MappingJacksonInputMessage
 
getDestination() - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.BRPopLPushCommand
 
getDestination() - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.RPopLPushCommand
 
getDestination() - 类 中的方法org.springframework.data.redis.connection.ReactiveSetCommands.SMoveCommand
 
getDestinationKey() - 类 中的方法org.springframework.data.redis.connection.ReactiveStringCommands.BitOpCommand
 
getDetailedErrorMessage(String) - 类 中的方法org.springframework.web.method.support.InvocableHandlerMethod
Adds HandlerMethod details such as the bean type and method signature to the message.
getDetails(Comparison.Detail, ComparisonType, boolean) - 接口 中的方法org.xmlunit.diff.ComparisonFormatter
Return the xml node from Comparison.Detail.getTarget() as formatted String.
getDetails(Comparison.Detail, ComparisonType, boolean) - 类 中的方法org.xmlunit.diff.DefaultComparisonFormatter
Return the xml node from Comparison.Detail.getTarget() as formatted String.
getDifferenceEvaluator() - 类 中的方法org.xmlunit.diff.AbstractDifferenceEngine
Provides access to the configured DifferenceEvaluator.
getDifferences() - 类 中的方法org.xmlunit.diff.Diff
 
getDir() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'dir' attribute.
getDirection() - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
 
getDirection() - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
 
getDirection() - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.BPopCommand
 
getDirection() - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.PopCommand
 
getDirection() - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.PushCommand
 
getDirection() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByLexCommand
 
getDirection() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByScoreCommand
 
getDirection() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeCommand
 
getDirection() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRankCommand
 
getDisallowedFields() - 类 中的方法org.springframework.validation.DataBinder
Return the fields that should not be allowed for binding.
getDispatchedPath() - 类 中的方法org.springframework.mock.web.MockAsyncContext
 
getDispatcherType() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getDisplayName() - 类 中的方法org.springframework.jmx.export.metadata.ManagedMetric
A display name for this metric.
getDisplayString(Object) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a content-based String representation if obj is not null; otherwise returns an empty String.
getDisplayString(Object) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractFormTag
Get the display value of the supplied Object, HTML escaped as required.
getDisplayString(Object, PropertyEditor) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractFormTag
Get the display value of the supplied Object, HTML escaped as required.
getDisplayValue() - 类 中的方法org.springframework.web.servlet.support.BindStatus
Return a suitable display value for the field, i.e. the stringified value if not null, and an empty string in case of a null value.
getDistance() - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
 
getDistance() - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
 
getDistance() - 类 中的方法org.springframework.data.redis.repository.query.RedisOperationChain.NearPath
 
getDomain() - 类 中的方法org.springframework.http.ResponseCookie
Return the cookie "Domain" attribute, or null if not set.
getDomain() - 类 中的方法org.springframework.mock.web.MockSessionCookieConfig
 
getDomainClass() - 类 中的方法org.springframework.data.repository.query.QueryMethod
Returns the domain class the query method is targeted at.
getDomainType() - 接口 中的方法org.springframework.data.repository.core.RepositoryMetadata
Returns the domain class the repository is declared for.
getDomainType() - 类 中的方法org.springframework.data.repository.core.support.AnnotationRepositoryMetadata
 
getDomainType() - 类 中的方法org.springframework.data.repository.query.ReturnedType
Returns the entity type.
getDouble(int) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getDouble(String) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getDouble(int) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as a Double object.
getDouble(String) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as a Double object.
getDoubleParameter(ServletRequest, String) - 类 中的静态方法org.springframework.web.bind.ServletRequestUtils
Get a Double parameter, or null if not present.
getDoubleParameter(ServletRequest, String, double) - 类 中的静态方法org.springframework.web.bind.ServletRequestUtils
Get a double parameter, with a fallback value.
getDoubleParameters(ServletRequest, String) - 类 中的静态方法org.springframework.web.bind.ServletRequestUtils
Get an array of double parameters, return an empty array if not found.
getDownAfterMilliseconds() - 类 中的方法org.springframework.data.redis.connection.RedisServer
 
getDriver() - 类 中的方法org.springframework.jdbc.datasource.SimpleDriverDataSource
Return the JDBC Driver instance to use.
getDummyName() - 类 中的方法org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
Return the name of the dummy column.
getDuplicateKeyCodes() - 类 中的方法org.springframework.jdbc.support.SQLErrorCodes
 
getDynamicAttributes() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the map of dynamic attributes.
getDynamicProjection() - 接口 中的方法org.springframework.data.repository.query.ParameterAccessor
Returns the dynamic projection type to be used when executing the query or null if none is defined.
getDynamicProjection() - 类 中的方法org.springframework.data.repository.query.ParametersParameterAccessor
Returns the dynamic projection type if available, null otherwise.
getDynamicProjectionIndex() - 类 中的方法org.springframework.data.repository.query.Parameters
Returns the index of the parameter that represents the dynamic projection type.
getEditor() - 类 中的方法org.springframework.web.servlet.support.BindStatus
Return the PropertyEditor for the property that this bind status is currently bound to.
getEditor() - 类 中的方法org.springframework.web.servlet.tags.BindTag
 
getEditor() - 接口 中的方法org.springframework.web.servlet.tags.EditorAwareTag
Retrieve the PropertyEditor for the property that this tag is currently bound to.
getEditor() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
getEffectiveMajorVersion() - 类 中的方法org.springframework.mock.web.MockServletContext
 
getEffectiveMinorVersion() - 类 中的方法org.springframework.mock.web.MockServletContext
 
getEffectiveSessionTrackingModes() - 类 中的方法org.springframework.mock.web.MockServletContext
 
getELContext() - 类 中的方法org.springframework.mock.web.MockPageContext
 
getElement() - 类 中的方法org.springframework.data.repository.config.XmlRepositoryConfigurationSource
Returns the XML element backing the configuration.
getElement() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Get the HTML element used to enclose 'input type="checkbox/radio"' tag.
getElement() - 类 中的方法org.springframework.web.servlet.tags.form.ErrorsTag
Get the HTML element must be used to render the error messages.
getEmptyValue(String, Class<?>) - 类 中的方法org.springframework.web.bind.WebDataBinder
Determine an empty value for the specified field.
getEmptyValue(Class<?>) - 类 中的方法org.springframework.web.bind.WebDataBinder
Determine an empty value for the specified field.
getEnableAnnotationMetadata() - 类 中的方法org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
Returns the AnnotationMetadata for the @Enable annotation that triggered the configuration.
getEncodableMimeTypes() - 类 中的方法org.springframework.http.codec.json.AbstractJackson2Encoder
 
getEncodeHints(ResolvableType, ResolvableType, MediaType, ServerHttpRequest, ServerHttpResponse) - 接口 中的方法org.springframework.http.codec.HttpMessageEncoder
Get decoding hints based on the server request or annotations on the target controller method parameter.
getEncodeHints(ResolvableType, ResolvableType, MediaType, ServerHttpRequest, ServerHttpResponse) - 类 中的方法org.springframework.http.codec.json.AbstractJackson2Encoder
 
getEncoder() - 类 中的方法org.springframework.http.codec.EncoderHttpMessageWriter
Return the Encoder of this writer.
getEncoder() - 类 中的方法org.springframework.http.codec.ServerSentEventHttpMessageWriter
Return the configured Encoder, if any.
getEncoding() - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Return the specific character encoding used for this message, if any.
getEncoding() - 类 中的方法org.springframework.web.filter.CharacterEncodingFilter
Return the configured encoding for requests and/or responses.
getEncoding() - 类 中的方法org.springframework.web.servlet.view.freemarker.FreeMarkerView
Return the encoding for the FreeMarker template.
getEncoding() - 类 中的方法org.springframework.web.servlet.view.json.AbstractJackson2View
Return the JsonEncoding for this view.
getEncoding() - 类 中的方法org.yaml.snakeyaml.reader.StreamReader
 
getEncoding() - 类 中的方法org.yaml.snakeyaml.reader.UnicodeReader
Get stream encoding or NULL if stream is uninitialized.
getEncodingMode() - 类 中的方法org.springframework.web.util.DefaultUriBuilderFactory
Return the configured encoding mode.
getEnctype() - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Get the value of the 'enctype' attribute.
getEndMark() - 类 中的方法org.yaml.snakeyaml.events.Event
 
getEndMark() - 类 中的方法org.yaml.snakeyaml.nodes.Node
 
getEndMark() - 类 中的方法org.yaml.snakeyaml.tokens.Token
 
getEndpointAddress() - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the endpoint address to specify on the stub.
getEndpointClass() - 类 中的方法org.springframework.jca.endpoint.AbstractMessageEndpointFactory
Implementation of the JCA 1.7 #getEndpointClass() method, returning null in order to indicate a synthetic endpoint type.
getEndpointClassLoader() - 类 中的方法org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
Template method for exposing the endpoint's ClassLoader (typically the ClassLoader that the message listener class has been loaded with).
getEndPosition() - 类 中的方法org.springframework.expression.spel.ast.SpelNodeImpl
 
getEndPosition() - 接口 中的方法org.springframework.expression.spel.SpelNode
 
getEngine() - 接口 中的方法org.springframework.web.servlet.view.script.ScriptTemplateConfig
Return the ScriptEngine to use by the views.
getEngine() - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
 
getEngine() - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateView
 
getEngineName() - 接口 中的方法org.springframework.web.servlet.view.script.ScriptTemplateConfig
Return the engine name that will be used to instantiate the ScriptEngine.
getEngineName() - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
 
getEntityInformation(Class<T>) - 类 中的方法org.springframework.data.redis.repository.support.RedisRepositoryFactory
 
getEntityInformation() - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
 
getEntityInformation() - 接口 中的方法org.springframework.data.repository.core.support.RepositoryFactoryInformation
Returns EntityInformation the repository factory is using.
getEntityInformation(Class<T>) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactorySupport
Returns the EntityInformation for the given domain class.
getEntityInformation() - 类 中的方法org.springframework.data.repository.query.QueryMethod
 
getEntityInformationFor(Class<?>) - 类 中的方法org.springframework.data.repository.support.Repositories
Returns the EntityInformation for the given domain class.
getEnvironment() - 类 中的方法org.springframework.jmx.access.MBeanClientInterceptor
Allow Map access to the environment to be set for the connector, with the option to add or override specific entries.
getEnvironment() - 类 中的方法org.springframework.jmx.access.NotificationListenerRegistrar
Allow Map access to the environment to be set for the connector, with the option to add or override specific entries.
getEnvironment() - 类 中的方法org.springframework.jndi.JndiTemplate
Return the environment for the JNDI InitialContext, if any.
getEnvironment() - 类 中的方法org.springframework.mock.jndi.SimpleNamingContext
 
getEnvironment() - 类 中的方法org.springframework.web.filter.GenericFilterBean
Return the Environment associated with this filter.
getEnvironment() - 类 中的方法org.springframework.web.servlet.HttpServletBean
Return the Environment associated with this servlet.
getError() - 类 中的方法reactor.core.publisher.DirectProcessor
 
getError() - 类 中的方法reactor.core.publisher.EmitterProcessor
 
getError() - 类 中的方法reactor.core.publisher.FluxProcessor
Current error if any, default to null
getError() - 类 中的方法reactor.core.publisher.MonoProcessor
Return the produced Throwable error if any or null
getError() - 类 中的方法reactor.core.publisher.ReplayProcessor
 
getError() - 类 中的方法reactor.core.publisher.UnicastProcessor
 
getErrorCode() - 类 中的方法org.springframework.web.servlet.support.BindStatus
Return the first error codes for the field or object, if any.
getErrorCodes() - 类 中的方法org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
Return the SQL error codes to match.
getErrorCodes(String) - 类 中的方法org.springframework.jdbc.support.SQLErrorCodesFactory
Return the SQLErrorCodes instance for the given database.
getErrorCodes(DataSource) - 类 中的方法org.springframework.jdbc.support.SQLErrorCodesFactory
Return SQLErrorCodes for the given DataSource, evaluating "databaseProductName" from the DatabaseMetaData, or an empty error codes instance if no SQLErrorCodes were found.
getErrorCodes() - 类 中的方法org.springframework.web.servlet.support.BindStatus
Return the error codes for the field or object, if any.
getErrorCount() - 类 中的方法org.springframework.validation.AbstractBindingResult
 
getErrorCount() - 类 中的方法org.springframework.validation.AbstractErrors
 
getErrorCount() - 异常错误 中的方法org.springframework.validation.BindException
 
getErrorCount() - 接口 中的方法org.springframework.validation.Errors
Return the total number of errors.
getErrorCount() - 类 中的方法org.springframework.web.bind.EscapedErrors
 
getErrorCount() - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
getErrorHandler() - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
Return the error handler.
getErrorHandler() - 类 中的方法org.springframework.web.client.RestTemplate
Return the error handler.
getErrorMessage() - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
getErrorMessage() - 类 中的方法org.springframework.web.servlet.support.BindStatus
Return the first error message for the field or object, if any.
getErrorMessages() - 类 中的方法org.springframework.web.servlet.support.BindStatus
Return the resolved error messages for the field or object, if any.
getErrorMessagesAsString(String) - 类 中的方法org.springframework.web.servlet.support.BindStatus
Return an error message string, concatenating all messages separated by the given delimiter.
getErrors() - 类 中的方法org.springframework.web.servlet.support.BindStatus
Return the Errors instance (typically a BindingResult) that this bind status is currently associated with.
getErrors(String) - 类 中的方法org.springframework.web.servlet.support.RequestContext
Retrieve the Errors instance for the given bind object, using the "defaultHtmlEscape" setting.
getErrors(String, boolean) - 类 中的方法org.springframework.web.servlet.support.RequestContext
Retrieve the Errors instance for the given bind object.
getErrors() - 类 中的方法org.springframework.web.servlet.tags.BindErrorsTag
Retrieve the Errors instance that this tag is currently bound to.
getErrors() - 类 中的方法org.springframework.web.servlet.tags.BindTag
Retrieve the Errors instance that this tag is currently bound to.
getETag() - 类 中的方法org.springframework.http.HttpHeaders
Return the entity tag of the body, as specified by the ETag header.
getETagValuesAsList(String) - 类 中的方法org.springframework.http.HttpHeaders
Retrieve a combined result from the field values of the ETag header.
getEvaluationContext(T, Object[]) - 枚举 中的方法org.springframework.data.repository.query.DefaultEvaluationContextProvider
 
getEvaluationContext(T, Object[]) - 接口 中的方法org.springframework.data.repository.query.EvaluationContextProvider
Returns an EvaluationContext built using the given Parameters and parameter values.
getEvaluationContext(T, Object[]) - 类 中的方法org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider
 
getEvaluationContext() - 类 中的方法org.springframework.expression.spel.ExpressionState
 
getEvaluationContext() - 类 中的方法org.springframework.expression.spel.standard.SpelExpression
Return the default evaluation context that will be used if none is supplied on an evaluation call.
getEvent() - 接口 中的方法org.yaml.snakeyaml.parser.Parser
Returns the next event.
getEvent() - 类 中的方法org.yaml.snakeyaml.parser.ParserImpl
Get the next event and proceed further.
getEvents() - 类 中的方法org.springframework.data.redis.core.types.RedisClientInfo
Get file descriptor events.
getException() - 类 中的方法org.springframework.mock.web.MockPageContext
 
getException() - 类 中的方法org.springframework.remoting.support.RemoteInvocationResult
Return the exception thrown by an unsuccessful invocation of the target method, if any.
getExceptionClass() - 类 中的方法org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
Return the exception class for the specified error codes.
getExceptionHandlerAdviceCache() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Return an unmodifiable Map with the @ControllerAdvice beans discovered in the ApplicationContext.
getExceptionHandlerMethod(HandlerMethod, Exception) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Find an @ExceptionHandler method for the given exception.
getExceptionHandlers() - 类 中的方法org.springframework.web.server.handler.ExceptionHandlingWebHandler
Return a read-only list of the configured exception handlers.
getExceptionName() - 类 中的方法org.springframework.transaction.interceptor.RollbackRuleAttribute
Return the pattern for the exception name.
getExceptionResolvers() - 类 中的方法org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
Return the list of exception resolvers to delegate to.
getExceptionTranslator() - 类 中的方法org.springframework.jdbc.core.support.JdbcDaoSupport
Return the SQLExceptionTranslator of this DAO's JdbcTemplate, for translating SQLExceptions in custom JDBC access code.
getExceptionTranslator() - 类 中的方法org.springframework.jdbc.support.JdbcAccessor
Return the exception translator for this instance.
getExcludeFilters() - 类 中的方法org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
 
getExcludeFilters() - 类 中的方法org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
getExcludeFilters() - 接口 中的方法org.springframework.data.repository.config.RepositoryConfiguration
Returns the TypeFilters to be used to exclude packages from repository scanning.
getExcludeFilters() - 接口 中的方法org.springframework.data.repository.config.RepositoryConfigurationSource
Return the TypeFilters to define which types to exclude when scanning for repositories or repository implementations.
getExcludeFilters() - 类 中的方法org.springframework.data.repository.config.RepositoryConfigurationSourceSupport
Return the TypeFilters to define which types to exclude when scanning for repositories.
getExcludeFilters() - 类 中的方法org.springframework.data.repository.config.XmlRepositoryConfigurationSource
 
getExecutionCount() - 类 中的方法org.springframework.jdbc.object.BatchSqlUpdate
Return the number of already executed statements.
getExecutor() - 类 中的方法org.springframework.web.context.request.async.WebAsyncTask
Return the AsyncTaskExecutor to use for concurrent handling, or null if none specified.
getExecutorQualifier(Method) - 类 中的方法org.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptor
Return the qualifier or bean name of the executor to be used when executing the given method, specified via Async.value() at the method or declaring class level.
getExitDescriptor() - 类 中的方法org.springframework.expression.spel.ast.SpelNodeImpl
 
getExpectations() - 类 中的方法org.springframework.test.web.client.AbstractRequestExpectationManager
Return a read-only list of the expectations.
getExpectations() - 类 中的方法org.springframework.test.web.client.AbstractRequestExpectationManager.RequestExpectationGroup
 
getExpectedAttribute() - 异常错误 中的方法org.springframework.web.HttpSessionRequiredException
Return the name of the expected session attribute, if any.
getExpectedCount() - 异常错误 中的方法org.springframework.jdbc.IncorrectResultSetColumnCountException
Return the expected column count.
getExpectedCount() - 类 中的方法org.springframework.test.web.client.DefaultRequestExpectation.RequestCount
 
getExpectedException(FrameworkMethod) - 类 中的方法org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Get the exception that the supplied test method is expected to throw.
getExpectedRowsAffected() - 异常错误 中的方法org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
Return the number of rows that should have been affected.
getExpectedType() - 类 中的方法org.springframework.jndi.JndiObjectLocator
Return the type that the located JNDI object is supposed to be assignable to, if any.
getExpiration() - 类 中的方法org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand
 
getExpirationTime() - 类 中的方法org.springframework.data.redis.core.types.Expiration
Get the expiration time.
getExpirationTime() - 类 中的方法org.springframework.web.servlet.FlashMap
Return the expiration time for the FlashMap or -1 if the expiration period has not started.
getExpirationTimeInMilliseconds() - 类 中的方法org.springframework.data.redis.core.types.Expiration
Get the expiration time converted into TimeUnit.MILLISECONDS.
getExpirationTimeInSeconds() - 类 中的方法org.springframework.data.redis.core.types.Expiration
Get the expiration time converted into TimeUnit.SECONDS.
getExpire() - 接口 中的方法org.springframework.data.redis.core.BoundKeyOperations
Returns the expiration of this key.
getExpire(K) - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisOperations
Get the time to live for key.
getExpire(K) - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
 
getExpire(K) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Get the time to live for key in seconds.
getExpire(K, TimeUnit) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Get the time to live for key in and convert it to the given TimeUnit.
getExpire(K) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
getExpire(K, TimeUnit) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
getExpire() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicDouble
 
getExpire() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicInteger
 
getExpire() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicLong
 
getExpire() - 类 中的方法org.springframework.data.redis.support.collections.AbstractRedisCollection
 
getExpire() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisMap
 
getExpire() - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
getExpireAt() - 类 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands.ExpireAtCommand
 
getExpires() - 类 中的方法org.springframework.http.HttpHeaders
Return the date and time at which the message is no longer valid, as specified by the Expires header.
getExplicit() - 类 中的方法org.yaml.snakeyaml.events.DocumentEndEvent
 
getExplicit() - 类 中的方法org.yaml.snakeyaml.events.DocumentStartEvent
 
getExplicitTimeToLiveProperty() - 类 中的方法org.springframework.data.redis.core.mapping.BasicRedisPersistentEntity
 
getExplicitTimeToLiveProperty() - 接口 中的方法org.springframework.data.redis.core.mapping.RedisPersistentEntity
Get the PersistentProperty that is annotated with TimeToLive.
getExporterName() - 类 中的方法org.springframework.remoting.support.RemoteExporter
Return a short name for this exporter.
getExposeContextBeansAsAttributes() - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
 
getExposedContextBeanNames() - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
 
getExposedHeaders() - 类 中的方法org.springframework.web.cors.CorsConfiguration
Return the configured response headers to expose, or null if none.
getExposePathVariables() - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
Return whether views resolved by this resolver should add path variables to the model or not.
getExpression() - 类 中的方法org.springframework.data.redis.core.index.SpelIndexDefinition
Get the raw expression.
getExpression() - 类 中的方法org.springframework.scheduling.config.CronTask
Return the cron expression defining when the task should be executed.
getExpression() - 类 中的方法org.springframework.scheduling.support.CronTrigger
Return the cron pattern that this trigger has been built with.
getExpression() - 类 中的方法org.springframework.web.servlet.support.BindStatus
Return a bind expression that can be used in HTML forms as input name for the respective field, or null if not field-specific.
getExpressionEvaluator() - 类 中的方法org.springframework.mock.web.MockPageContext
已过时。
getExpressionPrefix() - 类 中的方法org.springframework.expression.common.TemplateParserContext
 
getExpressionPrefix() - 接口 中的方法org.springframework.expression.ParserContext
For template expressions, returns the prefix that identifies the start of an expression block within a string.
getExpressions() - 类 中的方法org.springframework.expression.common.CompositeStringExpression
 
getExpressions() - 类 中的方法org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
Return the contained MediaType expressions.
getExpressions() - 类 中的方法org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
Return the contained request header expressions.
getExpressions() - 类 中的方法org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
Return the contained request parameter expressions.
getExpressions() - 类 中的方法org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
Return the contained "produces" expressions.
getExpressionString() - 类 中的方法org.springframework.expression.common.CompositeStringExpression
 
getExpressionString() - 类 中的方法org.springframework.expression.common.LiteralExpression
 
getExpressionString() - 接口 中的方法org.springframework.expression.Expression
Return the original string used to create this expression (unmodified).
getExpressionString() - 异常错误 中的方法org.springframework.expression.ExpressionException
Return the expression string.
getExpressionString() - 类 中的方法org.springframework.expression.spel.standard.SpelExpression
 
getExpressionSuffix() - 类 中的方法org.springframework.expression.common.TemplateParserContext
 
getExpressionSuffix() - 接口 中的方法org.springframework.expression.ParserContext
For template expressions, return the prefix that identifies the end of an expression block within a string.
getExtension() - 类 中的方法org.springframework.data.redis.repository.configuration.RedisRepositoriesRegistrar
 
getExtension() - 类 中的方法org.springframework.data.repository.config.RepositoryBeanDefinitionRegistrarSupport
Returns the RepositoryConfigurationExtension for store specific callbacks and BeanDefinition post-processing.
getExtensionId() - 接口 中的方法org.springframework.data.repository.query.spi.EvaluationContextExtension
Returns the identifier of the extension.
getExternalContext() - 类 中的方法org.springframework.web.context.request.FacesRequestAttributes
Return the JSF ExternalContext that this adapter operates on.
getExtraHiddenFields(HttpServletRequest) - 接口 中的方法org.springframework.web.servlet.support.RequestDataValueProcessor
Invoked after all form fields have been rendered.
getFacesContext() - 类 中的方法org.springframework.web.context.request.FacesRequestAttributes
Return the JSF FacesContext that this adapter operates on.
getFailedMessages() - 异常错误 中的方法org.springframework.mail.MailSendException
Return a Map with the failed messages as keys, and the thrown exceptions as values.
getFailoverTimeout() - 类 中的方法org.springframework.data.redis.connection.RedisServer
 
getFailureCause() - 类 中的方法org.springframework.web.context.support.RequestHandledEvent
Return the cause of failure, if any.
getFallback(Exception) - 类 中的方法org.springframework.data.redis.FallbackExceptionTranslationStrategy
Returns a new RedisSystemException wrapping the given Exception.
getFallbackClassLoader() - 类 中的方法org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
 
getFallbackLocale() - 类 中的方法org.springframework.web.servlet.support.JspAwareRequestContext
This implementation checks for a JSTL locale attribute in page, request, session or application scope; if not found, returns the HttpServletRequest.getLocale().
getFallbackLocale() - 类 中的方法org.springframework.web.servlet.support.RequestContext
Determine the fallback locale for this context.
getFallbackTheme() - 类 中的方法org.springframework.web.servlet.support.RequestContext
Determine the fallback theme for this context.
getFallbackTimeZone() - 类 中的方法org.springframework.web.servlet.support.JspAwareRequestContext
This implementation checks for a JSTL time zone attribute in page, request, session or application scope; if not found, returns null.
getFallbackTimeZone() - 类 中的方法org.springframework.web.servlet.support.RequestContext
Determine the fallback time zone for this context.
getFallbackTranslator() - 类 中的方法org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
Return the fallback exception translator, if any.
getFault() - 异常错误 中的方法org.springframework.remoting.jaxws.JaxWsSoapFaultException
Return the wrapped JAX-WS SOAPFault.
getFaultActor() - 异常错误 中的方法org.springframework.remoting.jaxws.JaxWsSoapFaultException
 
getFaultActor() - 异常错误 中的方法org.springframework.remoting.soap.SoapFaultException
Return the actor that caused this fault.
getFaultCode() - 异常错误 中的方法org.springframework.remoting.jaxws.JaxWsSoapFaultException
 
getFaultCode() - 异常错误 中的方法org.springframework.remoting.soap.SoapFaultException
Return the SOAP fault code.
getFaultCodeAsQName() - 异常错误 中的方法org.springframework.remoting.jaxws.JaxWsSoapFaultException
 
getFaultCodeAsQName() - 异常错误 中的方法org.springframework.remoting.soap.SoapFaultException
Return the SOAP fault code as a QName object.
getFaultString() - 异常错误 中的方法org.springframework.remoting.jaxws.JaxWsSoapFaultException
 
getFaultString() - 异常错误 中的方法org.springframework.remoting.soap.SoapFaultException
Return the descriptive SOAP fault string.
getFeatureDescriptors(ELContext, Object) - 类 中的方法org.springframework.web.jsf.el.SpringBeanFacesELResolver
 
getFeatureDescriptors(ELContext, Object) - 类 中的方法org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
 
getFetchSize() - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
Return the fetch size specified for this JdbcTemplate.
getField() - 类 中的方法org.springframework.data.redis.connection.ReactiveHashCommands.HExistsCommand
 
getField() - 类 中的方法org.springframework.data.redis.connection.ReactiveNumberCommands.HIncrByCommand
 
getField() - 类 中的方法org.springframework.data.util.AnnotationDetectionFieldCallback
Returns the detected field.
getField(Object, String) - 类 中的静态方法org.springframework.test.util.ReflectionTestUtils
Get the value of the field with the given name from the provided targetObject.
getField(Class<?>, String) - 类 中的静态方法org.springframework.test.util.ReflectionTestUtils
Get the value of the static field with the given name from the provided targetClass.
getField(Object, Class<?>, String) - 类 中的静态方法org.springframework.test.util.ReflectionTestUtils
Get the value of the field with the given name from the provided targetObject/targetClass.
getField(Field, Object) - 类 中的静态方法org.springframework.util.ReflectionUtils
Get the field represented by the supplied field object on the specified target object.
getField() - 类 中的方法org.springframework.validation.FieldError
Return the affected field of the object.
getFieldDefaultPrefix() - 类 中的方法org.springframework.web.bind.WebDataBinder
Return the prefix for parameters that mark default fields.
getFieldError() - 类 中的方法org.springframework.validation.AbstractBindingResult
 
getFieldError(String) - 类 中的方法org.springframework.validation.AbstractBindingResult
 
getFieldError() - 类 中的方法org.springframework.validation.AbstractErrors
 
getFieldError(String) - 类 中的方法org.springframework.validation.AbstractErrors
 
getFieldError() - 异常错误 中的方法org.springframework.validation.BindException
 
getFieldError(String) - 异常错误 中的方法org.springframework.validation.BindException
 
getFieldError() - 接口 中的方法org.springframework.validation.Errors
Get the first error associated with a field, if any.
getFieldError(String) - 接口 中的方法org.springframework.validation.Errors
Get the first error associated with the given field, if any.
getFieldError() - 类 中的方法org.springframework.web.bind.EscapedErrors
 
getFieldError(String) - 类 中的方法org.springframework.web.bind.EscapedErrors
 
getFieldError() - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
getFieldError(String) - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
getFieldErrorCount() - 类 中的方法org.springframework.validation.AbstractErrors
 
getFieldErrorCount(String) - 类 中的方法org.springframework.validation.AbstractErrors
 
getFieldErrorCount() - 异常错误 中的方法org.springframework.validation.BindException
 
getFieldErrorCount(String) - 异常错误 中的方法org.springframework.validation.BindException
 
getFieldErrorCount() - 接口 中的方法org.springframework.validation.Errors
Return the number of errors associated with a field.
getFieldErrorCount(String) - 接口 中的方法org.springframework.validation.Errors
Return the number of errors associated with the given field.
getFieldErrorCount() - 类 中的方法org.springframework.web.bind.EscapedErrors
 
getFieldErrorCount(String) - 类 中的方法org.springframework.web.bind.EscapedErrors
 
getFieldErrorCount() - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
getFieldErrorCount(String) - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
getFieldErrors() - 类 中的方法org.springframework.validation.AbstractBindingResult
 
getFieldErrors(String) - 类 中的方法org.springframework.validation.AbstractBindingResult
 
getFieldErrors(String) - 类 中的方法org.springframework.validation.AbstractErrors
 
getFieldErrors() - 异常错误 中的方法org.springframework.validation.BindException
 
getFieldErrors(String) - 异常错误 中的方法org.springframework.validation.BindException
 
getFieldErrors() - 接口 中的方法org.springframework.validation.Errors
Get all errors associated with a field.
getFieldErrors(String) - 接口 中的方法org.springframework.validation.Errors
Get all errors associated with the given field.
getFieldErrors() - 类 中的方法org.springframework.web.bind.EscapedErrors
 
getFieldErrors(String) - 类 中的方法org.springframework.web.bind.EscapedErrors
 
getFieldErrors() - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
getFieldErrors(String) - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
getFieldMarkerPrefix() - 类 中的方法org.springframework.web.bind.WebDataBinder
Return the prefix for parameters that mark potentially empty fields.
getFields() - 类 中的方法org.springframework.data.redis.connection.ReactiveHashCommands.HDelCommand
 
getFields() - 类 中的方法org.springframework.data.redis.connection.ReactiveHashCommands.HGetCommand
 
getFieldType() - 类 中的方法org.springframework.format.support.FormatterPropertyEditorAdapter
Determine the Formatter-declared field type.
getFieldType(String) - 类 中的方法org.springframework.validation.AbstractBindingResult
This default implementation determines the type based on the actual field value, if any.
getFieldType(String) - 类 中的方法org.springframework.validation.AbstractErrors
 
getFieldType(String) - 类 中的方法org.springframework.validation.AbstractPropertyBindingResult
Determines the field type from the property type.
getFieldType(String) - 异常错误 中的方法org.springframework.validation.BindException
 
getFieldType(String) - 接口 中的方法org.springframework.validation.Errors
Return the type of a given field.
getFieldType(String) - 类 中的方法org.springframework.web.bind.EscapedErrors
 
getFieldType(String) - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
getFieldTypes() - 接口 中的方法org.springframework.format.AnnotationFormatterFactory
The types of fields that may be annotated with the <A> annotation.
getFieldTypes() - 类 中的方法org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
 
getFieldTypes() - 类 中的方法org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
 
getFieldTypes() - 类 中的方法org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory
 
getFieldTypes() - 类 中的方法org.springframework.format.number.money.Jsr354NumberFormatAnnotationFormatterFactory
 
getFieldTypes() - 类 中的方法org.springframework.format.number.NumberFormatAnnotationFormatterFactory
 
getFieldValue(String) - 类 中的方法org.springframework.validation.AbstractBindingResult
 
getFieldValue(String) - 异常错误 中的方法org.springframework.validation.BindException
 
getFieldValue(String) - 接口 中的方法org.springframework.validation.Errors
Return the current value of the given field, either the current bean property value or a rejected update from the last binding.
getFieldValue(String) - 类 中的方法org.springframework.web.bind.EscapedErrors
 
getFieldValue(String) - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
getFieldValueMap() - 类 中的方法org.springframework.data.redis.connection.ReactiveHashCommands.HSetCommand
 
getFieldValues(String) - 类 中的方法org.springframework.http.HttpHeaders
Retrieve a combined result from the field values of multi-valued headers.
getFile(String) - 类 中的方法org.springframework.mock.web.MockMultipartHttpServletRequest
 
getFile(String) - 类 中的静态方法org.springframework.util.ResourceUtils
Resolve the given resource location to a java.io.File, i.e. to a file in the file system.
getFile(URL) - 类 中的静态方法org.springframework.util.ResourceUtils
Resolve the given resource URL to a java.io.File, i.e. to a file in the file system.
getFile(URL, String) - 类 中的静态方法org.springframework.util.ResourceUtils
Resolve the given resource URL to a java.io.File, i.e. to a file in the file system.
getFile(URI) - 类 中的静态方法org.springframework.util.ResourceUtils
Resolve the given resource URI to a java.io.File, i.e. to a file in the file system.
getFile(URI, String) - 类 中的静态方法org.springframework.util.ResourceUtils
Resolve the given resource URI to a java.io.File, i.e. to a file in the file system.
getFile() - 类 中的方法org.springframework.web.context.support.ServletContextResource
This implementation resolves "file:" URLs or alternatively delegates to ServletContext.getRealPath, throwing a FileNotFoundException if not found or not resolvable.
getFile(String) - 接口 中的方法org.springframework.web.multipart.MultipartRequest
Return the contents plus description of an uploaded file in this request, or null if it does not exist.
getFile(String) - 类 中的方法org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
getFileDescriptor() - 类 中的方法org.springframework.data.redis.core.types.RedisClientInfo
Get file descriptor corresponding to the socket
getFileExtensions() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Return the file extensions to use for suffix pattern matching.
getFileExtensions() - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
Return the file extensions to use for suffix pattern matching.
getFileItem() - 类 中的方法org.springframework.web.multipart.commons.CommonsMultipartFile
Return the underlying org.apache.commons.fileupload.FileItem instance.
getFileItemFactory() - 类 中的方法org.springframework.web.multipart.commons.CommonsFileUploadSupport
Return the underlying org.apache.commons.fileupload.disk.DiskFileItemFactory instance.
getFileMap() - 类 中的方法org.springframework.mock.web.MockMultipartHttpServletRequest
 
getFileMap() - 接口 中的方法org.springframework.web.multipart.MultipartRequest
Return a Map of the multipart files contained in this request.
getFileMap() - 类 中的方法org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
getFilename() - 类 中的方法org.springframework.http.ContentDisposition
Return the value of the filename parameter (or the value of the filename* one decoded as defined in the RFC 5987), or null if not defined.
getFilename(Object) - 类 中的方法org.springframework.http.converter.FormHttpMessageConverter
Return the filename of the given multipart part.
getFilename(String) - 类 中的静态方法org.springframework.util.StringUtils
Extract the filename from the given Java resource path, e.g.
getFilename() - 类 中的方法org.springframework.web.context.support.ServletContextResource
This implementation returns the name of the file that this ServletContext resource refers to.
getFilename() - 类 中的方法org.springframework.web.servlet.resource.TransformedResource
 
getFilenameExtension(String) - 类 中的静态方法org.springframework.util.StringUtils
Extract the filename extension from the given Java resource path, e.g.
getFileNames() - 类 中的方法org.springframework.mock.web.MockMultipartHttpServletRequest
 
getFileNames() - 接口 中的方法org.springframework.web.multipart.MultipartRequest
Return an Iterator of String objects containing the parameter names of the multipart files contained in this request.
getFileNames() - 类 中的方法org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
getFiles(String) - 类 中的方法org.springframework.mock.web.MockMultipartHttpServletRequest
 
getFiles(String) - 接口 中的方法org.springframework.web.multipart.MultipartRequest
Return the contents plus description of uploaded files in this request, or an empty list if it does not exist.
getFiles(String) - 类 中的方法org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
getFileTypeMap() - 类 中的方法org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Return the delegate FileTypeMap, compiled from the mappings in the mapping file and the entries in the mappings property.
getFileTypeMap() - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Return the FileTypeMap used by this MimeMessageHelper.
getFileUpload() - 类 中的方法org.springframework.web.multipart.commons.CommonsFileUploadSupport
Return the underlying org.apache.commons.fileupload.FileUpload instance.
getFilterConfig() - 类 中的方法org.springframework.web.filter.GenericFilterBean
Make the FilterConfig of this filter available, if any.
getFilterName() - 类 中的方法org.springframework.mock.web.MockFilterConfig
 
getFilterName() - 类 中的方法org.springframework.web.filter.GenericFilterBean
Make the name of this filter available to subclasses.
getFilterRegistration(String) - 类 中的方法org.springframework.mock.web.MockServletContext
This method always returns null.
getFilterRegistrations() - 类 中的方法org.springframework.mock.web.MockServletContext
This method always returns an empty map.
getFilters() - 类 中的方法org.springframework.http.converter.json.MappingJacksonValue
Return the Jackson filter provider to use.
getFilters() - 类 中的方法org.springframework.web.server.handler.DefaultWebFilterChain
 
getFilters() - 类 中的方法org.springframework.web.server.handler.FilteringWebHandler
Return a read-only list of the configured filters.
getFindAllMethod() - 接口 中的方法org.springframework.data.repository.core.CrudMethods
Returns the find all method of the repository.
getFindAllMethod() - 类 中的方法org.springframework.data.repository.core.support.DefaultCrudMethods
 
getFindOneMethod() - 接口 中的方法org.springframework.data.repository.core.CrudMethods
Returns the find one method of the repository.
getFindOneMethod() - 类 中的方法org.springframework.data.repository.core.support.DefaultCrudMethods
 
getFirst() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
getFirst() - 类 中的方法org.springframework.data.util.Pair
Returns the first element of the Pair.
getFirst(String) - 类 中的方法org.springframework.http.HttpHeaders
Return the first header value for the given header name, if any.
getFirst(K) - 类 中的方法org.springframework.util.LinkedMultiValueMap
 
getFirst(K) - 接口 中的方法org.springframework.util.MultiValueMap
Return the first value for the given key.
getFirstDate(String) - 类 中的方法org.springframework.http.HttpHeaders
Parse the first header value for the given header name as a date, return -1 if there is no value, or raise IllegalArgumentException if the value cannot be parsed as a date.
getFirstValue() - 类 中的方法org.springframework.data.redis.repository.query.RedisOperationChain.PathAndValue
 
getFirstZonedDateTime(String) - 类 中的方法org.springframework.http.HttpHeaders
Parse the first header value for the given header name as a date, return null if there is no value, or raise IllegalArgumentException if the value cannot be parsed as a date.
getFixedDelayTaskList() - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Get the fixed-delay tasks as an unmodifiable list of IntervalTask objects.
getFixedRateTaskList() - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Get the fixed-rate tasks as an unmodifiable list of IntervalTask objects.
getFlags() - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
 
getFlags() - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
 
getFlags() - 类 中的方法org.springframework.data.redis.connection.RedisClusterNode
 
getFlags() - 类 中的方法org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
 
getFlags() - 类 中的方法org.springframework.data.redis.connection.RedisServer
 
getFlags() - 类 中的方法org.springframework.data.redis.core.types.RedisClientInfo
Get client flags.
getFlashAttributes() - 接口 中的方法org.springframework.web.servlet.mvc.support.RedirectAttributes
Return the attributes candidate for flash storage or an empty Map.
getFlashAttributes() - 类 中的方法org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
Return the attributes candidate for flash storage or an empty Map.
getFlashMap() - 接口 中的方法org.springframework.test.web.servlet.MvcResult
Return the "output" flash attributes saved during request processing.
getFlashMapManager(HttpServletRequest) - 类 中的静态方法org.springframework.web.servlet.support.RequestContextUtils
Return the FlashMapManager instance to save flash attributes.
getFlashMapsMutex(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.support.AbstractFlashMapManager
getFlashMapsMutex(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.support.SessionFlashMapManager
Exposes the best available session mutex.
getFlashMapTimeout() - 类 中的方法org.springframework.web.servlet.support.AbstractFlashMapManager
Return the amount of time in seconds before a FlashMap expires.
getFloat(int) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getFloat(String) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getFloat(int) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as a float.
getFloat(String) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as a float.
getFloatParameter(ServletRequest, String) - 类 中的静态方法org.springframework.web.bind.ServletRequestUtils
Get a Float parameter, or null if not present.
getFloatParameter(ServletRequest, String, float) - 类 中的静态方法org.springframework.web.bind.ServletRequestUtils
Get a float parameter, with a fallback value.
getFloatParameters(ServletRequest, String) - 类 中的静态方法org.springframework.web.bind.ServletRequestUtils
Get an array of float parameters, return an empty array if not found.
getFlowStyle() - 类 中的方法org.yaml.snakeyaml.events.CollectionStartEvent
true if this collection is in flow style, false for block style.
getFlowStyle() - 类 中的方法org.yaml.snakeyaml.nodes.CollectionNode
Serialization style of this collection.
getFor() - 类 中的方法org.springframework.web.servlet.tags.form.LabelTag
Get the value of the 'id' attribute.
getForEntity(String, Class<T>, Object...) - 接口 中的方法org.springframework.web.client.AsyncRestOperations
已过时。
Asynchronously retrieve an entity by doing a GET on the specified URL.
getForEntity(String, Class<T>, Map<String, ?>) - 接口 中的方法org.springframework.web.client.AsyncRestOperations
已过时。
Asynchronously retrieve a representation by doing a GET on the URI template.
getForEntity(URI, Class<T>) - 接口 中的方法org.springframework.web.client.AsyncRestOperations
已过时。
Asynchronously retrieve a representation by doing a GET on the URL.
getForEntity(String, Class<T>, Object...) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
 
getForEntity(String, Class<T>, Map<String, ?>) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
 
getForEntity(URI, Class<T>) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
 
getForEntity(String, Class<T>, Object...) - 接口 中的方法org.springframework.web.client.RestOperations
Retrieve an entity by doing a GET on the specified URL.
getForEntity(String, Class<T>, Map<String, ?>) - 接口 中的方法org.springframework.web.client.RestOperations
Retrieve a representation by doing a GET on the URI template.
getForEntity(URI, Class<T>) - 接口 中的方法org.springframework.web.client.RestOperations
Retrieve a representation by doing a GET on the URL .
getForEntity(String, Class<T>, Object...) - 类 中的方法org.springframework.web.client.RestTemplate
 
getForEntity(String, Class<T>, Map<String, ?>) - 类 中的方法org.springframework.web.client.RestTemplate
 
getForEntity(URI, Class<T>) - 类 中的方法org.springframework.web.client.RestTemplate
 
getForLookupPath(String) - 类 中的方法org.springframework.web.servlet.resource.ResourceUrlProvider
Compare the given path against configured resource handler mappings and if a match is found use the ResourceResolver chain of the matched ResourceHttpRequestHandler to resolve the URL path to expose for public use.
getFormattedNodeXml(Node, boolean) - 类 中的方法org.xmlunit.diff.DefaultComparisonFormatter
Formats a node with the help of an identity XML transformation.
getFormatter(DateTimeFormat, Class<?>) - 类 中的方法org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
 
getFormatter(DateTimeFormat, Class<?>) - 类 中的方法org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
Factory method used to create a DateTimeFormatter.
getFormatter(DateTimeFormatter) - 类 中的方法org.springframework.format.datetime.joda.JodaTimeContext
Get the DateTimeFormatter with the this context's settings applied to the base formatter.
getFormatter(DateTimeFormatter, Locale) - 类 中的静态方法org.springframework.format.datetime.joda.JodaTimeContextHolder
Obtain a DateTimeFormatter with user-specific settings applied to the given base Formatter.
getFormatter(DateTimeFormatter) - 类 中的方法org.springframework.format.datetime.standard.DateTimeContext
Get the DateTimeFormatter with the this context's settings applied to the base formatter.
getFormatter(DateTimeFormatter, Locale) - 类 中的静态方法org.springframework.format.datetime.standard.DateTimeContextHolder
Obtain a DateTimeFormatter with user-specific settings applied to the given base Formatter.
getFormatter(DateTimeFormat, Class<?>) - 类 中的方法org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory
Factory method used to create a DateTimeFormatter.
getFormConverter() - 类 中的方法org.springframework.web.filter.HttpPutFormContentFilter
 
getFormData() - 类 中的方法org.springframework.web.server.adapter.DefaultServerWebExchange
 
getFormData() - 接口 中的方法org.springframework.web.server.ServerWebExchange
Return the form data from the body of the request if the Content-Type is "application/x-www-form-urlencoded" or an empty map otherwise.
getFormData() - 类 中的方法org.springframework.web.server.ServerWebExchangeDecorator
 
getForObject(String, Class<T>, Object...) - 接口 中的方法org.springframework.web.client.RestOperations
Retrieve a representation by doing a GET on the specified URL.
getForObject(String, Class<T>, Map<String, ?>) - 接口 中的方法org.springframework.web.client.RestOperations
Retrieve a representation by doing a GET on the URI template.
getForObject(URI, Class<T>) - 接口 中的方法org.springframework.web.client.RestOperations
Retrieve a representation by doing a GET on the URL .
getForObject(String, Class<T>, Object...) - 类 中的方法org.springframework.web.client.RestTemplate
 
getForObject(String, Class<T>, Map<String, ?>) - 类 中的方法org.springframework.web.client.RestTemplate
 
getForObject(URI, Class<T>) - 类 中的方法org.springframework.web.client.RestTemplate
 
getForRequestUrl(HttpServletRequest, String) - 类 中的方法org.springframework.web.servlet.resource.ResourceUrlProvider
A variation on ResourceUrlProvider.getForLookupPath(String) that accepts a full request URL path (i.e. including context and servlet path) and returns the full request URL path to expose for public use.
getForwardedUrl() - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
getFragment() - 类 中的方法org.springframework.web.util.UriComponents
Return the fragment.
getFragmentBeanName() - 类 中的方法org.springframework.data.repository.config.RepositoryFragmentConfiguration
 
getFrom() - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoDistCommand
 
getFrom() - 类 中的方法org.springframework.mail.SimpleMailMessage
 
getFullFormattedXml(Node, ComparisonType, boolean) - 类 中的方法org.xmlunit.diff.DefaultComparisonFormatter
Formats the node using a format suitable for the node type and comparison.
getFunctionReturnName() - 类 中的方法org.springframework.jdbc.core.metadata.CallMetaDataContext
Get the name used for the return value of the function.
getFunctions() - 接口 中的方法org.springframework.data.repository.query.spi.EvaluationContextExtension
Returns the functions exposed by the extension.
getFunctions() - 类 中的方法org.springframework.data.repository.query.spi.EvaluationContextExtensionSupport
 
getGeneratedKeyNames() - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcInsert
Get the names of any generated keys.
getGeneratedKeysColumnNames() - 类 中的方法org.springframework.jdbc.object.RdbmsOperation
Return the column names of the auto generated keys.
getGeoLocations() - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoAddCommand
 
getGetPattern() - 类 中的方法org.springframework.data.redis.connection.DefaultSortParameters
 
getGetPattern() - 接口 中的方法org.springframework.data.redis.connection.SortParameters
Returns the pattern (if set) for retrieving external keys (GET).
getGetPattern() - 接口 中的方法org.springframework.data.redis.core.query.SortQuery
Returns the external key(s) whose values are returned by the sort.
getGlobalError() - 类 中的方法org.springframework.validation.AbstractBindingResult
 
getGlobalError() - 类 中的方法org.springframework.validation.AbstractErrors
 
getGlobalError() - 异常错误 中的方法org.springframework.validation.BindException
 
getGlobalError() - 接口 中的方法org.springframework.validation.Errors
Get the first global error, if any.
getGlobalError() - 类 中的方法org.springframework.web.bind.EscapedErrors
 
getGlobalError() - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
getGlobalErrorCount() - 类 中的方法org.springframework.validation.AbstractErrors
 
getGlobalErrorCount() - 异常错误 中的方法org.springframework.validation.BindException
 
getGlobalErrorCount() - 接口 中的方法org.springframework.validation.Errors
Return the number of global errors.
getGlobalErrorCount() - 类 中的方法org.springframework.web.bind.EscapedErrors
 
getGlobalErrorCount() - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
getGlobalErrors() - 类 中的方法org.springframework.validation.AbstractBindingResult
 
getGlobalErrors() - 异常错误 中的方法org.springframework.validation.BindException
 
getGlobalErrors() - 接口 中的方法org.springframework.validation.Errors
Get all global errors.
getGlobalErrors() - 类 中的方法org.springframework.web.bind.EscapedErrors
 
getGlobalErrors() - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
getGroovyClassLoader() - 类 中的方法org.springframework.scripting.groovy.GroovyScriptFactory
Return the GroovyClassLoader used by this script factory.
getGson() - 类 中的方法org.springframework.http.converter.json.GsonHttpMessageConverter
Return the configured Gson instance for this converter.
getHandback() - 类 中的方法org.springframework.jmx.support.NotificationListenerHolder
Return the (arbitrary) object that will be 'handed back' as-is by an NotificationBroadcaster when notifying any NotificationListener.
getHandle() - 类 中的方法org.yaml.snakeyaml.tokens.TagTuple
 
getHandler() - 接口 中的方法org.springframework.test.web.servlet.MvcResult
Return the executed handler.
getHandler() - 类 中的方法org.springframework.web.server.handler.DefaultWebFilterChain
 
getHandler(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.DispatcherServlet
Return the HandlerExecutionChain for this request.
getHandler(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMapping
Look up a handler for the given request, falling back to the default handler if no specific one is found.
getHandler() - 类 中的方法org.springframework.web.servlet.HandlerExecutionChain
Return the handler object to execute.
getHandler(HttpServletRequest) - 接口 中的方法org.springframework.web.servlet.HandlerMapping
Return a handler and any interceptors for this request.
getHandlerAdapter(Object) - 类 中的方法org.springframework.web.servlet.DispatcherServlet
Return the HandlerAdapter for this handler object.
getHandlerExecutionChain(Object, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMapping
Build a HandlerExecutionChain for the given handler, including applicable interceptors.
getHandlerInternal(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMapping
Look up a handler for the given request, returning null if no specific one is found.
getHandlerInternal(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Look up a handler method for the given request.
getHandlerInternal(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Look up a handler for the URL path of the given request.
getHandlerMap() - 类 中的方法org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Return the registered handlers as an unmodifiable Map, with the registered path as key and the handler object (or handler bean name in case of a lazy-init handler) as value.
getHandlerMap() - 类 中的方法org.springframework.web.servlet.resource.ResourceUrlProvider
Return the resource mappings, either manually configured or auto-detected when the Spring ApplicationContext is refreshed.
getHandlerMapping() - 类 中的方法org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
Return a handler mapping with the mapped resource handlers; or null in case of no registrations.
getHandlerMappings() - 类 中的方法org.springframework.web.servlet.DispatcherServlet
Return the configured HandlerMapping beans that were detected by type in the WebApplicationContext or initialized based on the default set of strategies from DispatcherServlet.properties.
getHandlerMappings() - 类 中的方法org.springframework.web.servlet.handler.HandlerMappingIntrospector
Return the configured HandlerMapping's.
getHandlerMethod() - 异常错误 中的方法org.springframework.web.server.ServerErrorException
Return the handler method associated with the error, if any.
getHandlerMethods() - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Return a (read-only) map with all mappings and HandlerMethod's.
getHandlerMethodsForMappingName(String) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Return the handler methods for the given mapping name.
getHandlers() - 类 中的方法org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
Return a read-only list with the registered handlers, or an empty list.
getHash(Object) - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap
Get the hash for a given object, apply an additional hash function to reduce collisions.
getHash() - 接口 中的方法org.springframework.util.ConcurrentReferenceHashMap.Reference
Return the hash for the reference.
getHashKeySerializationPair() - 接口 中的方法org.springframework.data.redis.serializer.RedisSerializationContext
 
getHashKeySerializer() - 接口 中的方法org.springframework.data.redis.core.RedisOperations
 
getHashKeySerializer() - 类 中的方法org.springframework.data.redis.core.RedisTemplate
Returns the hashKeySerializer.
getHashValueSerializationPair() - 接口 中的方法org.springframework.data.redis.serializer.RedisSerializationContext
 
getHashValueSerializer() - 接口 中的方法org.springframework.data.redis.core.RedisOperations
 
getHashValueSerializer() - 类 中的方法org.springframework.data.redis.core.RedisTemplate
Returns the hashValueSerializer.
getHeader(String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getHeader(String) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
Return the primary value for the given header as a String, if any.
getHeader(String) - 类 中的方法org.springframework.mock.web.MockPart
 
getHeader(String) - 类 中的方法org.springframework.web.context.request.FacesWebRequest
 
getHeader(String) - 类 中的方法org.springframework.web.context.request.ServletWebRequest
 
getHeader(String) - 接口 中的方法org.springframework.web.context.request.WebRequest
Return the request header of the given name, or null if none.
getHeaderName() - 类 中的方法org.springframework.web.server.session.HeaderWebSessionIdResolver
Return the configured header name.
getHeaderNames() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getHeaderNames() - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
Return the names of all specified headers as a Set of Strings.
getHeaderNames() - 类 中的方法org.springframework.mock.web.MockPart
 
getHeaderNames() - 类 中的方法org.springframework.web.context.request.FacesWebRequest
 
getHeaderNames() - 类 中的方法org.springframework.web.context.request.ServletWebRequest
 
getHeaderNames() - 接口 中的方法org.springframework.web.context.request.WebRequest
Return a Iterator over request header names.
getHeaders() - 类 中的方法org.springframework.http.client.AbstractClientHttpRequest
 
getHeaders() - 类 中的方法org.springframework.http.client.reactive.AbstractClientHttpRequest
 
getHeaders() - 类 中的方法org.springframework.http.client.reactive.ClientHttpRequestDecorator
 
getHeaders() - 类 中的方法org.springframework.http.client.reactive.ClientHttpResponseDecorator
 
getHeaders() - 类 中的方法org.springframework.http.client.support.HttpRequestWrapper
Return the headers of the wrapped request.
getHeaders() - 类 中的方法org.springframework.http.converter.json.MappingJacksonInputMessage
 
getHeaders() - 类 中的方法org.springframework.http.HttpEntity
Returns the headers of this entity.
getHeaders() - 接口 中的方法org.springframework.http.HttpMessage
Return the headers of this message.
getHeaders() - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpRequest
 
getHeaders() - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpResponse
 
getHeaders() - 类 中的方法org.springframework.http.server.reactive.ServerHttpRequestDecorator
 
getHeaders() - 类 中的方法org.springframework.http.server.reactive.ServerHttpResponseDecorator
 
getHeaders() - 类 中的方法org.springframework.http.server.ServletServerHttpRequest
 
getHeaders() - 类 中的方法org.springframework.http.server.ServletServerHttpResponse
 
getHeaders() - 类 中的方法org.springframework.mock.http.client.reactive.MockClientHttpResponse
 
getHeaders() - 类 中的方法org.springframework.mock.http.MockHttpInputMessage
 
getHeaders() - 类 中的方法org.springframework.mock.http.MockHttpOutputMessage
Return the headers.
getHeaders(String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getHeaders(String) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
Return all values for the given header as a List of Strings.
getHeaders(String) - 类 中的方法org.springframework.mock.web.MockPart
 
getHeaders() - 类 中的方法org.springframework.mock.web.MockPart
Return the HttpHeaders backing header related accessor methods, allowing for populating selected header entries.
getHeaders() - 类 中的方法org.springframework.web.multipart.support.RequestPartServletServerHttpRequest
 
getHeaders() - 异常错误 中的方法org.springframework.web.servlet.NoHandlerFoundException
 
getHeadersCondition() - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo
Return the "headers" condition of this RequestMappingInfo; or instance with 0 header expressions (never null).
getHeaderValue() - 类 中的方法org.springframework.http.CacheControl
Return the "Cache-Control" header value.
getHeaderValue(String) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
Return the primary value for the given header, if any.
getHeaderValues(String) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
Return all values for the given header as a List of value objects.
getHeaderValues(String) - 类 中的方法org.springframework.web.context.request.FacesWebRequest
 
getHeaderValues(String) - 类 中的方法org.springframework.web.context.request.ServletWebRequest
 
getHeaderValues(String) - 接口 中的方法org.springframework.web.context.request.WebRequest
Return the request header values for the given header name, or null if none.
getHints(ResolvableType) - 类 中的方法org.springframework.http.codec.json.Jackson2CodecSupport
 
getHitCount() - 接口 中的方法org.springframework.test.context.cache.ContextCache
Get the overall hit count for this cache.
getHitCount() - 类 中的方法org.springframework.test.context.cache.DefaultContextCache
Get the overall hit count for this cache.
getHome() - 类 中的方法org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Return the EJB home object to use.
getHost() - 类 中的方法org.springframework.data.redis.connection.RedisNode
 
getHost() - 类 中的方法org.springframework.http.HttpHeaders
Return the value of the required Host header.
getHost() - 类 中的方法org.springframework.mail.javamail.JavaMailSenderImpl
Return the mail server host.
getHost() - 类 中的方法org.springframework.remoting.rmi.RmiRegistryFactoryBean
Return the host of the registry for the exported RMI service.
getHost() - 类 中的方法org.springframework.web.util.UriComponents
Return the host.
getHostName() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Returns the Redis hostname.
getHostName() - 类 中的方法org.springframework.data.redis.connection.lettuce.DefaultLettucePool
已过时。
Returns the current host.
getHostName() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Returns the current host.
getHostName() - 类 中的方法org.springframework.data.redis.connection.RedisStandaloneConfiguration
 
getHostnameVerifier() - 接口 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration
 
getHosts() - 类 中的方法org.springframework.web.servlet.view.RedirectView
Return the configured application hosts.
getHttp11StatusCode(HttpServletRequest, HttpServletResponse, String) - 类 中的方法org.springframework.web.servlet.view.RedirectView
Determines the status code to use for HTTP 1.1 compatible requests.
getHttpAsyncClient() - 类 中的方法org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
已过时。
getHttpClient() - 类 中的方法org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Return the HttpClient used for synchronous execution.
getHttpClient() - 类 中的方法org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Return the HttpClient instance that this request executor uses.
getHttpEntity(Object) - 类 中的方法org.springframework.http.converter.FormHttpMessageConverter
Return an HttpEntity for the given part Object.
getHttpInvokerRequestExecutor() - 类 中的方法org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Return the HttpInvokerRequestExecutor used by this remote accessor.
getHttpMethod() - 类 中的方法org.springframework.web.context.request.ServletWebRequest
Return the HTTP method of the request.
getHttpMethod() - 异常错误 中的方法org.springframework.web.server.MethodNotAllowedException
Return the HTTP method for the failed request.
getHttpMethod() - 异常错误 中的方法org.springframework.web.servlet.NoHandlerFoundException
 
getHttpMethods() - 类 中的方法org.springframework.web.servlet.i18n.LocaleChangeInterceptor
Return the configured HTTP methods.
getHttpStatusCode(ClientHttpResponse) - 类 中的方法org.springframework.web.client.DefaultResponseErrorHandler
getId() - 类 中的方法org.springframework.data.redis.connection.RedisNode
 
getId() - 类 中的方法org.springframework.data.redis.core.convert.RedisData
 
getId() - 类 中的方法org.springframework.data.redis.core.PartialUpdate
Get the id of the element to update.
getId() - 类 中的方法org.springframework.data.redis.core.RedisKeyExpiredEvent
Get the expired objects id;
getId() - 类 中的方法org.springframework.data.redis.repository.cdi.CdiBean
 
getId() - 类 中的方法org.springframework.data.repository.cdi.CdiRepositoryBean
 
getId(T) - 接口 中的方法org.springframework.data.repository.core.EntityInformation
Returns the id of the given entity or null if none can be obtained.
getId(T) - 类 中的方法org.springframework.data.repository.core.support.DelegatingEntityInformation
 
getId(T) - 类 中的方法org.springframework.data.repository.core.support.PersistableEntityInformation
 
getId(T) - 类 中的方法org.springframework.data.repository.core.support.PersistentEntityInformation
 
getId(Object) - 类 中的方法org.springframework.data.repository.core.support.ReflectionEntityInformation
 
getId() - 类 中的方法org.springframework.mock.web.MockHttpSession
 
getId() - 类 中的方法org.springframework.util.StopWatch
Return the id of this stop watch, as specified on construction.
getId() - 接口 中的方法org.springframework.web.server.WebSession
Return a unique session identifier.
getId() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Get the value of the 'id' attribute.
getIdentifyingAnnotations() - 类 中的方法org.springframework.data.redis.repository.configuration.RedisRepositoryConfigurationExtension
 
getIdentifyingAnnotations() - 类 中的方法org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
Return the annotations to scan domain types for when evaluating repository interfaces for store assignment.
getIdentifyingTypes() - 类 中的方法org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
Returns the types that indicate a store match when inspecting repositories for strict matches.
getIdentityHexString(Object) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a hex String form of an object's identity hash code.
getIdentityStatement() - 类 中的方法org.springframework.jdbc.support.incrementer.AbstractIdentityColumnMaxValueIncrementer
Statement to use to obtain the current identity value.
getIdentityStatement() - 类 中的方法org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
 
getIdentityStatement() - 类 中的方法org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
 
getIdentityStatement() - 类 中的方法org.springframework.jdbc.support.incrementer.SqlServerMaxValueIncrementer
 
getIdentityStatement() - 类 中的方法org.springframework.jdbc.support.incrementer.SybaseMaxValueIncrementer
 
getIdle() - 类 中的方法org.springframework.data.redis.core.types.RedisClientInfo
Get idle time of the connection in seconds.
getIdType() - 接口 中的方法org.springframework.data.repository.core.EntityInformation
Returns the type of the id of the entity.
getIdType() - 接口 中的方法org.springframework.data.repository.core.RepositoryMetadata
Returns the id class the given class is declared for.
getIdType() - 类 中的方法org.springframework.data.repository.core.support.AnnotationRepositoryMetadata
 
getIdType() - 类 中的方法org.springframework.data.repository.core.support.DelegatingEntityInformation
 
getIdType() - 类 中的方法org.springframework.data.repository.core.support.PersistableEntityInformation
 
getIdType() - 类 中的方法org.springframework.data.repository.core.support.PersistentEntityInformation
 
getIdType() - 类 中的方法org.springframework.data.repository.core.support.ReflectionEntityInformation
 
getIfMatch() - 类 中的方法org.springframework.http.HttpHeaders
Return the value of the If-Match header.
getIfModifiedSince() - 类 中的方法org.springframework.http.HttpHeaders
Return the value of the If-Modified-Since header.
getIfNoneMatch() - 类 中的方法org.springframework.http.HttpHeaders
Return the value of the If-None-Match header.
getIfUnmodifiedSince() - 类 中的方法org.springframework.http.HttpHeaders
Return the value of the If-Unmodified-Since header.
getImplementation() - 接口 中的方法org.springframework.data.repository.core.support.RepositoryFragment
 
getImplementation() - 类 中的方法org.springframework.data.repository.core.support.RepositoryFragment.ImplementedRepositoryFragment
 
getImplementationBasePackages() - 类 中的方法org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
getImplementationBasePackages() - 接口 中的方法org.springframework.data.repository.config.RepositoryConfiguration
Returns the base packages to scan for repository implementations.
getImplementationBeanName() - 类 中的方法org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
getImplementationBeanName() - 接口 中的方法org.springframework.data.repository.config.RepositoryConfiguration
已过时。
since 2.0. Use repository compositions by creating mixins.
getImplementationBeanName() - 类 中的方法org.springframework.data.repository.config.RepositoryFragmentConfiguration
 
getImplementationClassName() - 类 中的方法org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
getImplementationClassName() - 接口 中的方法org.springframework.data.repository.config.RepositoryConfiguration
已过时。
since 2.0. Use repository compositions by creating mixins.
getImplicit() - 类 中的方法org.yaml.snakeyaml.events.CollectionStartEvent
true if the tag can be omitted while this collection is emitted.
getImplicit() - 类 中的方法org.yaml.snakeyaml.events.ScalarEvent
 
getImportPrefixes() - 类 中的方法org.springframework.expression.spel.support.StandardTypeLocator
Return a list of all the import prefixes registered with this StandardTypeLocator.
getIncludedUrl() - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
getIncludedUrls() - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
getIncludeFilters() - 类 中的方法org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
 
getIncludeFilters() - 类 中的方法org.springframework.data.repository.config.RepositoryConfigurationSourceSupport
Return the TypeFilters to define which types to include when scanning for repositories.
getIncludeFilters() - 类 中的方法org.springframework.data.repository.config.XmlRepositoryConfigurationSource
 
getIncrement() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZIncrByCommand
 
getIncrementerName() - 类 中的方法org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Return the name of the sequence/table.
getIncrementStatement() - 类 中的方法org.springframework.jdbc.support.incrementer.AbstractIdentityColumnMaxValueIncrementer
Statement to use to increment the "sequence" value.
getIncrementStatement() - 类 中的方法org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
 
getIncrementStatement() - 类 中的方法org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
 
getIncrementStatement() - 类 中的方法org.springframework.jdbc.support.incrementer.SqlServerMaxValueIncrementer
 
getIncrementStatement() - 类 中的方法org.springframework.jdbc.support.incrementer.SybaseAnywhereMaxValueIncrementer
 
getIncrementStatement() - 类 中的方法org.springframework.jdbc.support.incrementer.SybaseMaxValueIncrementer
 
getIndent() - 类 中的方法org.yaml.snakeyaml.DumperOptions
 
getIndex() - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.LIndexCommand
 
getIndex() - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.LSetCommand
 
getIndex() - 类 中的方法org.springframework.data.repository.query.Parameter
Returns the position index the parameter is bound to in the context of its surrounding Parameters.
getIndex() - 类 中的方法org.springframework.jmx.export.metadata.ManagedOperationParameter
Return the index of this parameter in the operation signature.
getIndex() - 类 中的方法org.yaml.snakeyaml.error.Mark
starts with 0
getIndex() - 类 中的方法org.yaml.snakeyaml.reader.StreamReader
 
getIndexConfiguration() - 类 中的方法org.springframework.data.redis.core.convert.MappingConfiguration
 
getIndexDefinitionsFor(Serializable, String) - 类 中的方法org.springframework.data.redis.core.index.IndexConfiguration
 
getIndexDefinitionsFor(Serializable) - 类 中的方法org.springframework.data.redis.core.index.IndexConfiguration
 
getIndexDefinitionsFor(Serializable) - 接口 中的方法org.springframework.data.redis.core.index.IndexDefinitionProvider
Get the list of IndexDefinition for a given keyspace.
getIndexDefinitionsFor(Serializable, String) - 接口 中的方法org.springframework.data.redis.core.index.IndexDefinitionProvider
Get the list of IndexDefinition for a given keyspace and property path.
getIndexedData() - 类 中的方法org.springframework.data.redis.core.convert.RedisData
 
getIndexName() - 类 中的方法org.springframework.data.redis.core.convert.GeoIndexedPropertyValue
 
getIndexName() - 接口 中的方法org.springframework.data.redis.core.convert.IndexedData
Get the String representation of the index name.
getIndexName() - 类 中的方法org.springframework.data.redis.core.convert.RemoveIndexedData
 
getIndexName() - 类 中的方法org.springframework.data.redis.core.convert.SimpleIndexedPropertyValue
 
getIndexName() - 接口 中的方法org.springframework.data.redis.core.index.IndexDefinition
 
getIndexName() - 类 中的方法org.springframework.data.redis.core.index.RedisIndexDefinition
 
getIndicatorIndent() - 类 中的方法org.yaml.snakeyaml.DumperOptions
 
getInfoRefresh() - 类 中的方法org.springframework.data.redis.connection.RedisServer
 
getInitBinderArgumentResolvers() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Return the argument resolvers for @InitBinder methods, or possibly null if not initialized yet via RequestMappingHandlerAdapter.afterPropertiesSet().
getInitialDelay() - 类 中的方法org.springframework.scheduling.config.IntervalTask
Return the initial delay before first execution of the task.
getInitialDelay() - 类 中的方法org.springframework.scheduling.support.PeriodicTrigger
Return the initial delay, or 0 if none.
getInitialInterval() - 类 中的方法org.springframework.util.backoff.ExponentialBackOff
Return the initial interval in milliseconds.
getInitializers() - 类 中的方法org.springframework.test.context.ContextConfigurationAttributes
Get the ApplicationContextInitializer classes that were declared via @ContextConfiguration.
getInitParameter(String) - 类 中的方法org.springframework.mock.web.MockFilterConfig
 
getInitParameter(String) - 类 中的方法org.springframework.mock.web.MockServletConfig
 
getInitParameter(String) - 类 中的方法org.springframework.mock.web.MockServletContext
 
getInitParameterNames() - 类 中的方法org.springframework.mock.web.MockFilterConfig
 
getInitParameterNames() - 类 中的方法org.springframework.mock.web.MockServletConfig
 
getInitParameterNames() - 类 中的方法org.springframework.mock.web.MockServletContext
 
getInjectionPoints() - 类 中的方法org.springframework.data.redis.repository.cdi.CdiBean
 
getInjectionPoints() - 类 中的方法org.springframework.data.repository.cdi.CdiRepositoryBean
 
getInParameterNames() - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
Get the names of in parameters to be used.
getInputFlashMap(HttpServletRequest) - 类 中的静态方法org.springframework.web.servlet.support.RequestContextUtils
Return read-only "input" flash attributes from request before redirect.
getInputProperties() - 类 中的方法org.springframework.data.repository.query.ReturnedType
Returns the properties required to be used to populate the result.
getInputStream() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getInputStream() - 类 中的方法org.springframework.mock.web.MockMultipartFile
 
getInputStream() - 类 中的方法org.springframework.mock.web.MockPart
 
getInputStream() - 类 中的方法org.springframework.util.FastByteArrayOutputStream
Get an InputStream to retrieve the data in this OutputStream.
getInputStream() - 类 中的方法org.springframework.web.context.support.ServletContextResource
This implementation delegates to ServletContext.getResourceAsStream, but throws a FileNotFoundException if no resource found.
getInputStream() - 类 中的方法org.springframework.web.multipart.commons.CommonsMultipartFile
 
getInputStream() - 接口 中的方法org.springframework.web.multipart.MultipartFile
Return an InputStream to read the contents of the file from.
getInputStream() - 类 中的方法org.springframework.web.util.ContentCachingRequestWrapper
 
getInputType() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
Return the type of the HTML input element to generate: "checkbox" or "radio".
getInputType() - 类 中的方法org.springframework.web.servlet.tags.form.CheckboxesTag
 
getInputType() - 类 中的方法org.springframework.web.servlet.tags.form.CheckboxTag
 
getInputType() - 类 中的方法org.springframework.web.servlet.tags.form.RadioButtonsTag
 
getInputType() - 类 中的方法org.springframework.web.servlet.tags.form.RadioButtonTag
 
getInserts() - 异常错误 中的方法org.springframework.expression.spel.SpelEvaluationException
Return the message inserts.
getInserts() - 异常错误 中的方法org.springframework.expression.spel.SpelParseException
Return the message inserts.
getInserts() - 异常错误 中的方法org.springframework.web.util.pattern.PatternParseException
 
getInsertString() - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcInsert
Get the insert string to be used.
getInsertTypes() - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcInsert
Get the array of Types to be used for insert.
getInstance() - 类 中的静态方法org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistry
Return the singleton instance.
getInstance() - 类 中的静态方法org.springframework.jdbc.support.SQLErrorCodesFactory
Return the singleton instance.
getInstance(Object) - 类 中的静态方法org.springframework.jmx.support.ObjectNameManager
Retrieve the ObjectName instance corresponding to the supplied name.
getInstance(String) - 类 中的静态方法org.springframework.jmx.support.ObjectNameManager
Retrieve the ObjectName instance corresponding to the supplied name.
getInstance(String, String, String) - 类 中的静态方法org.springframework.jmx.support.ObjectNameManager
Retrieve an ObjectName instance for the specified domain and a single property with the supplied key and value.
getInstance(String, Hashtable<String, String>) - 类 中的静态方法org.springframework.jmx.support.ObjectNameManager
Retrieve an ObjectName instance with the specified domain name and the supplied key/name properties.
getInstance() - 类 中的静态方法org.springframework.test.annotation.SystemProfileValueSource
Obtain the canonical instance of this ProfileValueSource.
getInstance(Class<T>) - 类 中的方法org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
 
getInstance(Class<T>) - 类 中的方法org.springframework.web.bind.support.SpringWebConstraintValidatorFactory
 
getInstantiatorOf(Class<T>) - 类 中的方法org.springframework.objenesis.SpringObjenesis
 
getInstrumentableClassLoader() - 类 中的方法org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
 
getInstrumentableClassLoader() - 类 中的方法org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
We have the ability to weave the current class loader when starting the JVM in this way, so the instrumentable class loader will always be the current loader.
getInstrumentableClassLoader() - 类 中的方法org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
 
getInstrumentableClassLoader() - 接口 中的方法org.springframework.instrument.classloading.LoadTimeWeaver
Return a ClassLoader that supports instrumentation through AspectJ-style load-time weaving based on user-defined ClassFileTransformers.
getInstrumentableClassLoader() - 类 中的方法org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
 
getInstrumentableClassLoader() - 类 中的方法org.springframework.instrument.classloading.SimpleLoadTimeWeaver
 
getInstrumentableClassLoader() - 类 中的方法org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
 
getInstrumentableClassLoader() - 类 中的方法org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
 
getInstrumentableClassLoader() - 类 中的方法org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
 
getInt(int) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getInt(String) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getInt(int) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as an int.
getInt(String) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as an int.
getInteractionSpec() - 类 中的方法org.springframework.jca.cci.object.EisOperation
Return the CCI InteractionSpec for this operation.
getInterceptor() - 类 中的方法org.springframework.web.servlet.config.annotation.InterceptorRegistration
Build the underlying interceptor.
getInterceptor() - 类 中的方法org.springframework.web.servlet.handler.MappedInterceptor
The actual HandlerInterceptor reference.
getInterceptors() - 类 中的方法org.springframework.http.client.support.InterceptingAsyncHttpAccessor
已过时。
Return the request interceptor that this accessor uses.
getInterceptors() - 类 中的方法org.springframework.http.client.support.InterceptingHttpAccessor
Return the request interceptors that this accessor uses.
getInterceptors() - 接口 中的方法org.springframework.test.web.servlet.MvcResult
Return interceptors around the handler.
getInterceptors() - 类 中的方法org.springframework.web.servlet.config.annotation.InterceptorRegistry
Return all registered interceptors.
getInterceptors() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Provide access to the shared handler interceptors used to configure HandlerMapping instances with.
getInterceptors() - 类 中的方法org.springframework.web.servlet.HandlerExecutionChain
Return the array of interceptors to apply (in the given order).
getInternalBindingResult() - 类 中的方法org.springframework.validation.DataBinder
Return the internal BindingResult held by this DataBinder, as an AbstractPropertyBindingResult.
getInterval() - 类 中的方法org.springframework.scheduling.config.IntervalTask
Return how often in milliseconds the task should be executed.
getInterval() - 类 中的方法org.springframework.util.backoff.FixedBackOff
Return the interval between two attempts in milliseconds.
getIntHeader(String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getIntLiteral(String, int, int) - 类 中的静态方法org.springframework.expression.spel.ast.Literal
Process the string form of a number, using the specified base if supplied and return an appropriate literal to hold it.
getIntParameter(ServletRequest, String) - 类 中的静态方法org.springframework.web.bind.ServletRequestUtils
Get an Integer parameter, or null if not present.
getIntParameter(ServletRequest, String, int) - 类 中的静态方法org.springframework.web.bind.ServletRequestUtils
Get an int parameter, with a fallback value.
getIntParameters(ServletRequest, String) - 类 中的静态方法org.springframework.web.bind.ServletRequestUtils
Get an array of int parameters, return an empty array if not found.
getInvalidResultSetAccessCodes() - 类 中的方法org.springframework.jdbc.support.SQLErrorCodes
 
getInvocationFailureMessage() - 类 中的方法org.springframework.scheduling.support.MethodInvokingRunnable
Build a message for an invocation failure exception.
getInvokerFor(Class<?>) - 类 中的方法org.springframework.data.repository.support.DefaultRepositoryInvokerFactory
 
getInvokerFor(Class<?>) - 接口 中的方法org.springframework.data.repository.support.RepositoryInvokerFactory
Returns the RepositoryInvoker for a repository managing the given domain type.
getIsNewStrategy(Class<?>) - 类 中的方法org.springframework.data.support.CachingIsNewStrategyFactory
 
getIsNewStrategy(Class<?>) - 接口 中的方法org.springframework.data.support.IsNewStrategyFactory
Returns the IsNewStrategy to be used for the given type.
getIsNewStrategy(Class<?>) - 类 中的方法org.springframework.data.support.IsNewStrategyFactorySupport
 
getIsolationLevel() - 类 中的方法org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
Return the statically specified isolation level, or null if none.
getIsolationLevel() - 类 中的方法org.springframework.transaction.support.DefaultTransactionDefinition
 
getIsolationLevel() - 类 中的方法org.springframework.transaction.support.DelegatingTransactionDefinition
 
getIsolationLevel() - 接口 中的方法org.springframework.transaction.TransactionDefinition
Return the isolation level.
getItemLabel() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Get the value to be displayed as part of the 'input type="checkbox/radio"' tag.
getItemLabel() - 类 中的方法org.springframework.web.servlet.tags.form.OptionsTag
Get the name of the property mapped to the label (inner text) of the 'option' tag.
getItemLabel() - 类 中的方法org.springframework.web.servlet.tags.form.SelectTag
Get the value of the 'itemLabel' attribute.
getItems() - 类 中的方法org.springframework.data.redis.core.ScanIteration
Get the items returned.
getItems() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Get the Collection, Map or array of objects used to generate the 'input type="checkbox/radio"' tags.
getItems() - 类 中的方法org.springframework.web.servlet.tags.form.OptionsTag
Get the Collection, Map or array of objects used to generate the inner 'option' tags.
getItems() - 类 中的方法org.springframework.web.servlet.tags.form.SelectTag
Get the value of the 'items' attribute.
getItemValue() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Get the name of the property mapped to the 'value' attribute of the 'input type="checkbox/radio"' tag.
getItemValue() - 类 中的方法org.springframework.web.servlet.tags.form.OptionsTag
Return the name of the property mapped to the 'value' attribute of the 'option' tag.
getItemValue() - 类 中的方法org.springframework.web.servlet.tags.form.SelectTag
Get the value of the 'itemValue' attribute.
getJavaMailProperties() - 类 中的方法org.springframework.mail.javamail.JavaMailSenderImpl
Allow Map access to the JavaMail properties of this sender, with the option to add or override specific entries.
getJavaType(Class<?>) - 类 中的方法org.springframework.data.redis.serializer.Jackson2JsonRedisSerializer
Returns the Jackson JavaType for the specific class.
getJavaType() - 接口 中的方法org.springframework.data.repository.core.EntityMetadata
Returns the actual domain class type.
getJavaType() - 类 中的方法org.springframework.data.repository.core.support.AbstractEntityInformation
 
getJavaType() - 类 中的方法org.springframework.data.repository.core.support.DelegatingEntityInformation
 
getJavaType(Type, Class<?>) - 类 中的方法org.springframework.http.codec.json.Jackson2CodecSupport
 
getJavaType(Type, Class<?>) - 类 中的方法org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
Return the Jackson JavaType for the specified type and context class.
getJaxbContext(Class<?>) - 类 中的方法org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter
Return a JAXBContext for the given class.
getJaxbContext() - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
Return the JAXBContext used by this marshaller, lazily building it if necessary.
getJaxWsService() - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return a reference to an existing JAX-WS Service instance, if any.
getJdbcOperations() - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Expose the classic Spring JdbcTemplate to allow invocation of classic JDBC operations.
getJdbcOperations() - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
Expose the classic Spring JdbcTemplate operations to allow invocation of less commonly used methods.
getJdbcTemplate() - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
Expose the classic Spring JdbcTemplate itself, if available, in particular for passing it on to other JdbcTemplate consumers.
getJdbcTemplate() - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
Get the configured JdbcTemplate.
getJdbcTemplate() - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcInsert
Get the configured JdbcTemplate.
getJdbcTemplate() - 类 中的方法org.springframework.jdbc.core.support.JdbcDaoSupport
Return the JdbcTemplate for this DAO, pre-initialized with the DataSource or set explicitly.
getJdbcTemplate() - 类 中的方法org.springframework.jdbc.object.RdbmsOperation
Return the JdbcTemplate used by this operation object.
getJedis() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
getJedis(RedisNode) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
getJndiEnvironment() - 类 中的方法org.springframework.jndi.JndiAccessor
Return the JNDI environment to use for JNDI lookups.
getJndiEnvironment() - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Return the JNDI environment to use for JNDI lookups.
getJndiName() - 类 中的方法org.springframework.jndi.JndiObjectLocator
Return the JNDI name to look up.
getJndiTemplate() - 类 中的方法org.springframework.jndi.JndiAccessor
Return the JNDI template to use for JNDI lookups.
getJndiTemplate() - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Return the JndiTemplate used for JNDI lookups.
getJobDataMap() - 类 中的方法org.springframework.scheduling.quartz.CronTriggerFactoryBean
Return the trigger's JobDataMap.
getJobDataMap() - 类 中的方法org.springframework.scheduling.quartz.JobDetailFactoryBean
Return the job's JobDataMap.
getJobDataMap() - 类 中的方法org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
Return the trigger's JobDataMap.
getJodaTimeContext() - 类 中的静态方法org.springframework.format.datetime.joda.JodaTimeContextHolder
Return the JodaTimeContext associated with the current thread, if any.
getJoinpointIdentification() - 类 中的方法org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
Return a String representation of this joinpoint (usually a Method call) for use in logging.
getJsonb() - 类 中的方法org.springframework.http.converter.json.JsonbHttpMessageConverter
Return the configured Jsonb instance for this converter.
getJsonEncoding(MimeType) - 类 中的方法org.springframework.http.codec.json.AbstractJackson2Encoder
Determine the JSON encoding to use for the given mime type.
getJsonEncoding(MediaType) - 类 中的方法org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
Determine the JSON encoding to use for the given content type.
getJsonpFunction() - 类 中的方法org.springframework.http.converter.json.MappingJacksonValue
已过时。
Will be removed as of Spring Framework 5.1, use CORS instead.
getJspConfigDescriptor() - 类 中的方法org.springframework.mock.web.MockServletContext
 
getJstlAwareMessageSource(ServletContext, MessageSource) - 类 中的静态方法org.springframework.web.servlet.support.JstlUtils
Checks JSTL's "javax.servlet.jsp.jstl.fmt.localizationContext" context-param and creates a corresponding child message source, with the provided Spring-defined MessageSource as parent.
getJUnitTimeout(FrameworkMethod) - 类 中的方法org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Retrieve the configured JUnit timeout from the @Test annotation on the supplied test method.
getKeepAliveSeconds() - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Return the ThreadPoolExecutor's keep-alive seconds.
getKey() - 类 中的方法org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfCountCommand
 
getKey() - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.BPopCommand
 
getKey() - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.PopResult
 
getKey() - 接口 中的方法org.springframework.data.redis.connection.ReactiveRedisConnection.Command
 
getKey() - 类 中的方法org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
 
getKey() - 类 中的方法org.springframework.data.redis.connection.ReactiveSetCommands.SDiffCommand
 
getKey() - 类 中的方法org.springframework.data.redis.connection.ReactiveSetCommands.SInterCommand
 
getKey() - 类 中的方法org.springframework.data.redis.connection.ReactiveSetCommands.SUnionCommand
 
getKey() - 类 中的方法org.springframework.data.redis.connection.ReactiveStringCommands.MSetCommand
 
getKey() - 接口 中的方法org.springframework.data.redis.core.BoundKeyOperations
Returns the key associated with this entity.
getKey() - 类 中的方法org.springframework.data.redis.core.KeyBoundCursor
 
getKey() - 接口 中的方法org.springframework.data.redis.core.query.SortQuery
Return the target key for sorting.
getKey() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicDouble
 
getKey() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicInteger
 
getKey() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicLong
 
getKey() - 类 中的方法org.springframework.data.redis.support.collections.AbstractRedisCollection
 
getKey() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisMap
 
getKey() - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
getKey() - 类 中的方法org.springframework.jdbc.support.GeneratedKeyHolder
 
getKey() - 接口 中的方法org.springframework.jdbc.support.KeyHolder
Retrieve the first item from the first map, assuming that there is just one item and just one map, and that the item is a number.
getKey() - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap.Entry
 
getKeyList() - 类 中的方法org.springframework.jdbc.support.GeneratedKeyHolder
 
getKeyList() - 接口 中的方法org.springframework.jdbc.support.KeyHolder
Return a reference to the List that contains the keys.
getKeyNode() - 类 中的方法org.yaml.snakeyaml.nodes.NodeTuple
Key node.
getKeys() - 类 中的方法org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfCountCommand
 
getKeys() - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.BPopCommand
 
getKeys() - 类 中的方法org.springframework.data.redis.connection.ReactiveSetCommands.SDiffCommand
 
getKeys() - 类 中的方法org.springframework.data.redis.connection.ReactiveSetCommands.SDiffStoreCommand
 
getKeys() - 类 中的方法org.springframework.data.redis.connection.ReactiveSetCommands.SInterCommand
 
getKeys() - 类 中的方法org.springframework.data.redis.connection.ReactiveSetCommands.SInterStoreCommand
 
getKeys() - 类 中的方法org.springframework.data.redis.connection.ReactiveSetCommands.SUnionCommand
 
getKeys() - 类 中的方法org.springframework.data.redis.connection.ReactiveSetCommands.SUnionStoreCommand
 
getKeys() - 类 中的方法org.springframework.data.redis.connection.ReactiveStringCommands.BitOpCommand
 
getKeys() - 类 中的方法org.springframework.jdbc.support.GeneratedKeyHolder
 
getKeys() - 接口 中的方法org.springframework.jdbc.support.KeyHolder
Retrieve the first map of keys.
getKeySerializationPair() - 接口 中的方法org.springframework.data.redis.serializer.RedisSerializationContext
 
getKeySerializer() - 接口 中的方法org.springframework.data.redis.core.RedisOperations
 
getKeySerializer() - 类 中的方法org.springframework.data.redis.core.RedisTemplate
Returns the key serializer used by this template.
getKeyServingMasterNode(byte[]) - 类 中的方法org.springframework.data.redis.connection.ClusterTopology
Get the RedisClusterNode that is the current master serving the given key.
getKeyServingNodes(byte[]) - 类 中的方法org.springframework.data.redis.connection.ClusterTopology
 
getKeyspace() - 类 中的方法org.springframework.data.redis.core.convert.GeoIndexedPropertyValue
 
getKeyspace() - 接口 中的方法org.springframework.data.redis.core.convert.IndexedData
Get the associated keyspace the index resides in.
getKeyspace() - 类 中的方法org.springframework.data.redis.core.convert.KeyspaceConfiguration.KeyspaceSettings
 
getKeyspace() - 类 中的方法org.springframework.data.redis.core.convert.RedisData
 
getKeyspace() - 类 中的方法org.springframework.data.redis.core.convert.RemoveIndexedData
 
getKeyspace() - 类 中的方法org.springframework.data.redis.core.convert.SimpleIndexedPropertyValue
 
getKeyspace() - 接口 中的方法org.springframework.data.redis.core.index.IndexDefinition
 
getKeyspace() - 类 中的方法org.springframework.data.redis.core.index.RedisIndexDefinition
 
getKeyspace() - 类 中的方法org.springframework.data.redis.core.RedisKeyExpiredEvent
Gets the keyspace in which the expiration occured.
getKeyspaceConfiguration() - 类 中的方法org.springframework.data.redis.core.convert.MappingConfiguration
 
getKeyspaceSettings(Class<?>) - 类 中的方法org.springframework.data.redis.core.convert.KeyspaceConfiguration
getKeyValuePairs() - 类 中的方法org.springframework.data.redis.connection.ReactiveStringCommands.MSetCommand
 
getKeyword() - 类 中的方法org.springframework.web.servlet.resource.CssLinkResourceTransformer.AbstractLinkParser
Return the keyword to use to search for links, e.g.
getKeywords() - 枚举 中的方法org.springframework.data.repository.query.parser.Part.Type
Returns all keywords supported by the current Part.Type.
getLabel() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
Get the value of the 'label' attribute.
getLabel() - 类 中的方法org.springframework.web.servlet.tags.form.OptionTag
Get the text body of the rendered HTML <option> tag.
getLang() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'lang' attribute.
getLast() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
getLastAccessedTime() - 类 中的方法org.springframework.mock.web.MockHttpSession
 
getLastAccessTime() - 接口 中的方法org.springframework.web.server.WebSession
Return the last time of session access as a result of user activity such as an HTTP request.
getLastCommand() - 类 中的方法org.springframework.data.redis.core.types.RedisClientInfo
Get last command played.
getLastModified() - 类 中的方法org.springframework.http.HttpHeaders
Return the time the resource was last changed, as specified by the Last-Modified header.
getLastModified(Object) - 类 中的方法org.springframework.ui.freemarker.SpringTemplateLoader
 
getLastModified(HttpServletRequest, Object) - 类 中的方法org.springframework.web.servlet.handler.SimpleServletHandlerAdapter
 
getLastModified(HttpServletRequest, Object) - 接口 中的方法org.springframework.web.servlet.HandlerAdapter
Same contract as for HttpServlet's getLastModified method.
getLastModified(HttpServletRequest, Object) - 类 中的方法org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter
 
getLastModified(HttpServletRequest) - 接口 中的方法org.springframework.web.servlet.mvc.LastModified
Same contract as for HttpServlet's getLastModified method.
getLastModified(HttpServletRequest, Object) - 类 中的方法org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
This implementation expects the handler to be an HandlerMethod.
getLastModified(HttpServletRequest, Object) - 类 中的方法org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
 
getLastModifiedInternal(HttpServletRequest, HandlerMethod) - 类 中的方法org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
Same contract as for HttpServlet.getLastModified(HttpServletRequest).
getLastModifiedInternal(HttpServletRequest, HandlerMethod) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
This implementation always returns -1.
getLastOkPingReply() - 类 中的方法org.springframework.data.redis.connection.RedisServer
 
getLastPingSent() - 类 中的方法org.springframework.data.redis.connection.RedisServer
 
getLastReadInvokerPair() - 类 中的方法org.springframework.expression.spel.support.ReflectivePropertyAccessor
已过时。
as of 4.3.15 since it is not used within the framework anymore
getLastTaskInfo() - 类 中的方法org.springframework.util.StopWatch
Return the last task as a TaskInfo object.
getLastTaskName() - 类 中的方法org.springframework.util.StopWatch
Return the name of the last task.
getLastTaskTimeMillis() - 类 中的方法org.springframework.util.StopWatch
Return the time taken by the last task.
getLeftOperand() - 类 中的方法org.springframework.expression.spel.ast.Operator
 
getLength() - 类 中的方法org.yaml.snakeyaml.nodes.Tag
 
getLimit() - 类 中的方法org.springframework.data.redis.connection.DefaultSortParameters
 
getLimit() - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
 
getLimit() - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
 
getLimit() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByLexCommand
 
getLimit() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByScoreCommand
 
getLimit() - 类 中的方法org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
 
getLimit() - 接口 中的方法org.springframework.data.redis.connection.SortParameters
Returns the sorting limit (range or pagination).
getLimit() - 接口 中的方法org.springframework.data.redis.core.query.SortQuery
Returns the sorting limit (range or pagination).
getLimitedInParameterNames() - 类 中的方法org.springframework.jdbc.core.metadata.CallMetaDataContext
Get a limited set of in parameters to be used.
getLine() - 类 中的方法org.xmlunit.validation.ValidationProblem
The line where the problem occured or UNKNOWN.
getLine() - 类 中的方法org.yaml.snakeyaml.error.Mark
starts with 0
getLine() - 类 中的方法org.yaml.snakeyaml.reader.StreamReader
 
getLineBreak() - 类 中的方法org.yaml.snakeyaml.DumperOptions
 
getLinkState() - 类 中的方法org.springframework.data.redis.connection.RedisClusterNode
 
getListener() - 接口 中的方法org.springframework.data.redis.connection.Subscription
Returns the listener used for this subscription.
getListener() - 类 中的方法org.springframework.data.redis.connection.util.AbstractSubscription
 
getListenerMethodName(Message, Object) - 类 中的方法org.springframework.data.redis.listener.adapter.MessageListenerAdapter
Determine the name of the listener method that is supposed to handle the given message.
getListeners() - 类 中的方法org.springframework.mock.web.MockAsyncContext
 
getListPropertyType(String) - 类 中的方法org.yaml.snakeyaml.TypeDescription
已过时。
getLiteralValue() - 类 中的方法org.springframework.expression.spel.ast.BooleanLiteral
 
getLiteralValue() - 类 中的方法org.springframework.expression.spel.ast.FloatLiteral
 
getLiteralValue() - 类 中的方法org.springframework.expression.spel.ast.IntLiteral
 
getLiteralValue() - 类 中的方法org.springframework.expression.spel.ast.Literal
 
getLiteralValue() - 类 中的方法org.springframework.expression.spel.ast.LongLiteral
 
getLiteralValue() - 类 中的方法org.springframework.expression.spel.ast.NullLiteral
 
getLiteralValue() - 类 中的方法org.springframework.expression.spel.ast.RealLiteral
 
getLiteralValue() - 类 中的方法org.springframework.expression.spel.ast.StringLiteral
 
getLoadFactor() - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap
 
getLobCreator() - 类 中的方法org.springframework.jdbc.support.lob.DefaultLobHandler
 
getLobCreator() - 接口 中的方法org.springframework.jdbc.support.lob.LobHandler
Create a new LobCreator instance, i.e. a session for creating BLOBs and CLOBs.
getLocalAddr() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getLocalAddress() - 接口 中的方法org.springframework.http.server.ServerHttpRequest
Return the address on which the request was received.
getLocalAddress() - 类 中的方法org.springframework.http.server.ServletServerHttpRequest
 
getLocale() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
Return the first preferred locale configured in this mock request.
getLocale() - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
getLocale() - 类 中的方法org.springframework.util.LinkedCaseInsensitiveMap
Return the locale used by this LinkedCaseInsensitiveMap.
getLocale() - 类 中的方法org.springframework.web.context.request.FacesWebRequest
 
getLocale() - 类 中的方法org.springframework.web.context.request.ServletWebRequest
 
getLocale() - 接口 中的方法org.springframework.web.context.request.WebRequest
Return the primary Locale for this request.
getLocale() - 类 中的方法org.springframework.web.servlet.handler.DispatcherServletWebRequest
 
getLocale() - 类 中的方法org.springframework.web.servlet.support.RequestContext
Return the current Locale (falling back to the request locale; never null).
getLocale(HttpServletRequest) - 类 中的静态方法org.springframework.web.servlet.support.RequestContextUtils
Retrieve the current locale from the given request, using the LocaleResolver bound to the request by the DispatcherServlet (if available), falling back to the request's accept-header Locale.
getLocale() - 类 中的方法org.springframework.web.servlet.view.script.RenderingContext
Return the locale of the rendered template.
getLocaleContext() - 类 中的方法org.springframework.web.server.adapter.DefaultServerWebExchange
 
getLocaleContext() - 接口 中的方法org.springframework.web.server.ServerWebExchange
Return the LocaleContext using the configured LocaleContextResolver.
getLocaleContext() - 类 中的方法org.springframework.web.server.ServerWebExchangeDecorator
 
getLocaleContextResolver() - 类 中的方法org.springframework.web.server.adapter.HttpWebHandlerAdapter
Return the configured LocaleContextResolver.
getLocaleResolver(HttpServletRequest) - 类 中的静态方法org.springframework.web.servlet.support.RequestContextUtils
Return the LocaleResolver that has been bound to the request by the DispatcherServlet.
getLocales() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
Return an enumeration of the preferred locales configured in this mock request.
getLocalName() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getLocalPort() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getLocation() - 类 中的方法org.springframework.http.HttpHeaders
Return the (new) location of a resource as specified by the Location header.
getLocationCharsets() - 类 中的方法org.springframework.web.servlet.resource.PathResourceResolver
Return charsets associated with static resource locations.
getLocations() - 类 中的方法org.springframework.test.context.ContextConfigurationAttributes
Get the resource locations that were declared via @ContextConfiguration.
getLocations() - 类 中的方法org.springframework.test.context.MergedContextConfiguration
Get the merged resource locations for ApplicationContext configuration files for the test class.
getLocations() - 类 中的方法org.springframework.web.servlet.resource.ResourceHttpRequestHandler
Return the configured List of Resource locations.
getLogFile() - 类 中的方法org.springframework.jmx.export.metadata.ManagedResource
 
getLogger(String) - 类 中的静态方法reactor.util.Loggers
Get a Logger.
getLogger(Class<?>) - 类 中的静态方法reactor.util.Loggers
Get a Logger, backed by SLF4J if present on the classpath or falling back to java.util.logging.Logger.
getLoginTimeout() - 类 中的方法org.springframework.jdbc.datasource.AbstractDataSource
Returns 0, indicating the default system timeout is to be used.
getLoginTimeout() - 类 中的方法org.springframework.jdbc.datasource.DelegatingDataSource
 
getLogWriter() - 类 中的方法org.springframework.jdbc.datasource.AbstractDataSource
LogWriter methods are not supported.
getLogWriter() - 类 中的方法org.springframework.jdbc.datasource.DelegatingDataSource
 
getLong(int) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getLong(String) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getLong(int) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as a long.
getLong(String) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as a long.
getLongLiteral(String, int, int) - 类 中的静态方法org.springframework.expression.spel.ast.Literal
 
getLongParameter(ServletRequest, String) - 类 中的静态方法org.springframework.web.bind.ServletRequestUtils
Get a Long parameter, or null if not present.
getLongParameter(ServletRequest, String, long) - 类 中的静态方法org.springframework.web.bind.ServletRequestUtils
Get a long parameter, with a fallback value.
getLongParameters(ServletRequest, String) - 类 中的静态方法org.springframework.web.bind.ServletRequestUtils
Get an array of long parameters, return an empty array if not found.
getLookupPathForRequest(HttpServletRequest) - 类 中的方法org.springframework.web.util.UrlPathHelper
Return the mapping lookup path for the given request, within the current servlet mapping if applicable, else within the web application.
getLookups() - 接口 中的方法org.springframework.data.repository.core.support.MethodLookup
Return an ordered List of MethodLookup.MethodPredicate.
getMajorVersion() - 类 中的方法org.springframework.mock.web.MockServletContext
 
getManagedAttribute(Method) - 类 中的方法org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
getManagedAttribute(Method) - 接口 中的方法org.springframework.jmx.export.metadata.JmxAttributeSource
Implementations should return an instance of ManagedAttribute if the supplied Method has the corresponding metadata.
getManagedMetric(Method) - 类 中的方法org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
getManagedMetric(Method) - 接口 中的方法org.springframework.jmx.export.metadata.JmxAttributeSource
Implementations should return an instance of ManagedMetric if the supplied Method has the corresponding metadata.
getManagedNotifications(Class<?>) - 类 中的方法org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
getManagedNotifications(Class<?>) - 接口 中的方法org.springframework.jmx.export.metadata.JmxAttributeSource
Implementations should return an array of ManagedNotifications if the supplied the Class has the corresponding metadata.
getManagedOperation(Method) - 类 中的方法org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
getManagedOperation(Method) - 接口 中的方法org.springframework.jmx.export.metadata.JmxAttributeSource
Implementations should return an instance of ManagedOperation if the supplied Method has the corresponding metadata.
getManagedOperationParameters(Method) - 类 中的方法org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
getManagedOperationParameters(Method) - 接口 中的方法org.springframework.jmx.export.metadata.JmxAttributeSource
Implementations should return an array of ManagedOperationParameter if the supplied Method has the corresponding metadata.
getManagedResource(Class<?>) - 类 中的方法org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
getManagedResource(Class<?>) - 接口 中的方法org.springframework.jmx.export.metadata.JmxAttributeSource
Implementations should return an instance of ManagedResource if the supplied Class has the appropriate metadata.
getManagementInterface() - 类 中的方法org.springframework.jmx.access.MBeanClientInterceptor
Return the management interface of the target MBean, or null if none specified.
getMapKeyType(String) - 类 中的方法org.yaml.snakeyaml.TypeDescription
已过时。
getMappedClass() - 类 中的方法org.springframework.jdbc.core.BeanPropertyRowMapper
Get the class that we are mapping to.
getMappedInterceptors() - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMapping
Return all configured MappedInterceptors as an array.
GetMapping - org.springframework.web.bind.annotation中的注释类型
Annotation for mapping HTTP GET requests onto specific handler methods.
getMappingComparator(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Return a comparator for sorting matching mappings.
getMappingComparator(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
Provide a Comparator to sort RequestMappingInfos matched to a request.
getMappingConfiguration() - 类 中的方法org.springframework.data.redis.core.mapping.RedisMappingContext
Get the MappingConfiguration used.
getMappingContext() - 类 中的方法org.springframework.data.redis.core.convert.MappingRedisConverter
 
getMappingContext() - 接口 中的方法org.springframework.data.redis.core.convert.RedisConverter
 
getMappingContext() - 类 中的方法org.springframework.data.redis.core.RedisKeyValueTemplate
 
getMappingForMethod(Method, Class<?>) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Provide the mapping for a handler method.
getMappingForMethod(Method, Class<?>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Uses method and type-level @RequestMapping annotations to create the RequestMappingInfo.
getMappingPathPatterns(T) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Extract and return the URL paths contained in a mapping.
getMappingPathPatterns(RequestMappingInfo) - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
Get the URL path patterns associated with this RequestMappingInfo.
getMapValueType() - 接口 中的方法org.springframework.data.util.TypeInformation
Will return the type of the value in case the underlying type is a Map.
getMapValueType(String) - 类 中的方法org.yaml.snakeyaml.TypeDescription
已过时。
getMark() - 类 中的方法org.yaml.snakeyaml.reader.StreamReader
 
getMarshaller() - 类 中的方法org.springframework.oxm.support.MarshallingSource
Return the Marshaller used by this MarshallingSource.
getMaster() - 类 中的方法org.springframework.data.redis.connection.RedisSentinelConfiguration
Get the Sentinel master node.
getMasterId() - 类 中的方法org.springframework.data.redis.connection.RedisNode
 
getMasterNodes() - 类 中的方法org.springframework.data.redis.connection.ClusterTopology
Get all master nodes in cluster.
getMatchableHandlerMapping(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.handler.HandlerMappingIntrospector
Find the HandlerMapping that would handle the given request and return it as a MatchableHandlerMapping that can be used to test request-matching criteria.
getMatchedRequestCount() - 类 中的方法org.springframework.test.web.client.DefaultRequestExpectation.RequestCount
 
getMatchingCondition(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
Delegate to all contained conditions to match the request and return the resulting "matching" condition instances.
getMatchingCondition(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
Checks if any of the contained media type expressions match the given request 'Content-Type' header and returns an instance that is guaranteed to contain matching expressions only.
getMatchingCondition(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
Returns "this" instance if the request matches all expressions; or null otherwise.
getMatchingCondition(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
Returns "this" instance if the request matches all param expressions; or null otherwise.
getMatchingCondition(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
Checks if any of the patterns match the given request and returns an instance that is guaranteed to contain matching patterns, sorted via PathMatcher.getPatternComparator(String).
getMatchingCondition(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
Checks if any of the contained media type expressions match the given request 'Content-Type' header and returns an instance that is guaranteed to contain matching expressions only.
getMatchingCondition(HttpServletRequest) - 接口 中的方法org.springframework.web.servlet.mvc.condition.RequestCondition
Check if the condition matches the request returning a potentially new instance created for the current request.
getMatchingCondition(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.mvc.condition.RequestConditionHolder
Get the matching condition for the held request condition wrap it in a new RequestConditionHolder instance.
getMatchingCondition(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
Check if any of the HTTP request methods match the given request and return an instance that contains the matching HTTP request method only.
getMatchingCondition(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo
Checks if all conditions in this request mapping info match the provided request and returns a potentially new request mapping info with conditions tailored to the current request.
getMatchingMapping(T, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Check if a mapping matches the current request and return a (potentially new) mapping with conditions relevant to the current request.
getMatchingMapping(RequestMappingInfo, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
Check if the given RequestMappingInfo matches the current request and return a (potentially new) instance with conditions that match the current request -- for example with a subset of URL patterns.
getMatchingPatterns(String) - 类 中的方法org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
Find the patterns matching the given lookup path.
getMatrixVariables() - 类 中的方法org.springframework.web.util.pattern.PathPattern.PathMatchInfo
Return maps of matrix variables per path segment, keyed off by URI variable name.
getMatrixVariables() - 类 中的方法org.springframework.web.util.pattern.PathPattern.PathRemainingMatchInfo
Return the path parameters for each bound variable.
getMax() - 类 中的方法org.springframework.data.redis.connection.RedisZSetCommands.Range
 
getMaxAge() - 类 中的方法org.springframework.http.ResponseCookie
Return the cookie "Max-Age" attribute in seconds.
getMaxAge() - 类 中的方法org.springframework.mock.web.MockSessionCookieConfig
 
getMaxAge() - 类 中的方法org.springframework.web.cors.CorsConfiguration
Return the configured maxAge value, or null if none.
getMaxAttempts() - 类 中的方法org.springframework.util.backoff.FixedBackOff
Return the maximum number of attempts in milliseconds.
getMaxCount() - 类 中的方法org.springframework.test.web.client.ExpectedCount
Return the max boundary of the expected count range.
getMaxElapsedTime() - 类 中的方法org.springframework.util.backoff.ExponentialBackOff
Return the maximum elapsed time in milliseconds after which a call to BackOffExecution.nextBackOff() returns BackOffExecution.STOP.
getMaxIdleTime() - 接口 中的方法org.springframework.web.server.WebSession
Return the maximum time after the lastAccessTime before a session expires.
getMaximumAutoGrowSize() - 类 中的方法org.springframework.expression.spel.SpelParserConfiguration
Return the maximum size that a collection can auto grow.
getMaxInactiveInterval() - 类 中的方法org.springframework.mock.web.MockHttpSession
 
getMaxInterval() - 类 中的方法org.springframework.util.backoff.ExponentialBackOff
Return the maximum back off time.
getMaxlength() - 类 中的方法org.springframework.web.servlet.tags.form.InputTag
Get the value of the 'maxlength' attribute.
getMaxPageSize() - 类 中的方法org.springframework.data.web.PageableHandlerMethodArgumentResolver
Retrieves the maximum page size to be accepted.
getMaxPayloadLength() - 类 中的方法org.springframework.web.filter.AbstractRequestLoggingFilter
Return the maximum length of the payload body to be included in the log message.
getMaxPoolSize() - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Return the ThreadPoolExecutor's maximum pool size.
getMaxRedirects() - 类 中的方法org.springframework.data.redis.connection.RedisClusterConfiguration
 
getMaxResults() - 类 中的方法org.springframework.data.repository.query.parser.PartTree
Return the number of maximal results to return or null if not restricted.
getMaxRows() - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
Return the maximum number of rows specified for this JdbcTemplate.
getMaxSize() - 类 中的方法org.springframework.test.context.cache.DefaultContextCache
Get the maximum size of this cache.
getMaxSubscriptionRegistrationWaitingTime() - 类 中的方法org.springframework.data.redis.listener.RedisMessageListenerContainer
 
getMaxUploadSize() - 异常错误 中的方法org.springframework.web.multipart.MaxUploadSizeExceededException
Return the maximum upload size allowed, or -1 if the size limit isn't known.
getMBeanInfo(Object, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Create an instance of the ModelMBeanInfoSupport class supplied with all JMX implementations and populates the metadata through calls to the subclass.
getMBeanInfo(Object, String) - 接口 中的方法org.springframework.jmx.export.assembler.MBeanInfoAssembler
Create the ModelMBeanInfo for the given managed resource.
getMBeanInterface(Class<?>) - 类 中的静态方法org.springframework.jmx.support.JmxUtils
Return the Standard MBean interface for the given class, if any (that is, an interface whose name matches the class name of the given class but with suffix "MBean").
getMediaType() - 异常错误 中的方法org.springframework.http.InvalidMediaTypeException
Return the offending media type.
getMediaType(Resource) - 类 中的静态方法org.springframework.http.MediaTypeFactory
Determine a media type for the given resource, if possible.
getMediaType(String) - 类 中的静态方法org.springframework.http.MediaTypeFactory
Determine a media type for the given file name, if possible.
getMediaType() - 接口 中的方法org.springframework.web.servlet.mvc.condition.MediaTypeExpression
 
getMediaType() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter.DataWithMediaType
 
getMediaType(HttpServletRequest, Resource) - 类 中的方法org.springframework.web.servlet.resource.ResourceHttpRequestHandler
Determine the media type for the given request and the resource matched to it.
getMediaTypeForResource(Resource) - 类 中的方法org.springframework.web.accept.PathExtensionContentNegotiationStrategy
A public method exposing the knowledge of the path extension strategy to resolve file extensions to a MediaType in this case for a given Resource.
getMediaTypeForResource(Resource) - 类 中的方法org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy
Extends the base class PathExtensionContentNegotiationStrategy.getMediaTypeForResource(org.springframework.core.io.Resource) with the ability to also look up through the ServletContext.
getMediaTypeKey(NativeWebRequest) - 类 中的方法org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
Extract a key from the request to use to look up media types.
getMediaTypeKey(NativeWebRequest) - 类 中的方法org.springframework.web.accept.ParameterContentNegotiationStrategy
 
getMediaTypeKey(NativeWebRequest) - 类 中的方法org.springframework.web.accept.PathExtensionContentNegotiationStrategy
 
getMediaTypes(String) - 类 中的静态方法org.springframework.http.MediaTypeFactory
Determine the media types for the given file name, if possible.
getMediaTypes() - 类 中的方法org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
 
getMediaTypes(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.view.ContentNegotiatingViewResolver
Determines the list of MediaType for the given HttpServletRequest.
getMember() - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
 
getMembers() - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoHashCommand
 
getMembers() - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoPosCommand
 
getMergedNestedText(Node) - 类 中的静态方法org.xmlunit.util.Nodes
Tries to merge all direct Text and CDATA children of the given Node and concatenates their value.
getMessage() - 异常错误 中的方法org.springframework.expression.ExpressionException
Return the exception message.
getMessage() - 异常错误 中的方法org.springframework.mail.MailSendException
 
getMessage() - 异常错误 中的方法org.springframework.validation.BindException
Returns diagnostic information about the errors held in this object.
getMessage() - 异常错误 中的方法org.springframework.web.bind.MethodArgumentNotValidException
 
getMessage() - 异常错误 中的方法org.springframework.web.bind.MissingPathVariableException
 
getMessage() - 异常错误 中的方法org.springframework.web.bind.MissingServletRequestParameterException
 
getMessage() - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
Returns diagnostic information about the errors held in this object.
getMessage() - 异常错误 中的方法org.springframework.web.bind.UnsatisfiedServletRequestParameterException
 
getMessage() - 异常错误 中的方法org.springframework.web.server.ResponseStatusException
 
getMessage(String, String) - 类 中的方法org.springframework.web.servlet.support.RequestContext
Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
getMessage(String, Object[], String) - 类 中的方法org.springframework.web.servlet.support.RequestContext
Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
getMessage(String, List<?>, String) - 类 中的方法org.springframework.web.servlet.support.RequestContext
Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
getMessage(String, Object[], String, boolean) - 类 中的方法org.springframework.web.servlet.support.RequestContext
Retrieve the message for the given code.
getMessage(String) - 类 中的方法org.springframework.web.servlet.support.RequestContext
Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
getMessage(String, Object[]) - 类 中的方法org.springframework.web.servlet.support.RequestContext
Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
getMessage(String, List<?>) - 类 中的方法org.springframework.web.servlet.support.RequestContext
Retrieve the message for the given code, using the "defaultHtmlEscape" setting.
getMessage(String, Object[], boolean) - 类 中的方法org.springframework.web.servlet.support.RequestContext
Retrieve the message for the given code.
getMessage(MessageSourceResolvable) - 类 中的方法org.springframework.web.servlet.support.RequestContext
Retrieve the given MessageSourceResolvable (e.g. an ObjectError instance), using the "defaultHtmlEscape" setting.
getMessage(MessageSourceResolvable, boolean) - 类 中的方法org.springframework.web.servlet.support.RequestContext
Retrieve the given MessageSourceResolvable (e.g. an ObjectError instance).
getMessage() - 异常错误 中的方法org.springframework.web.util.NestedServletException
Return the detail message, including the message from the nested exception if there is one.
getMessage() - 异常错误 中的方法org.springframework.web.util.pattern.PatternParseException
Return a formatted message with inserts applied.
getMessage() - 类 中的方法org.xmlunit.validation.ValidationProblem
The problem's message.
getMessage() - 异常错误 中的方法org.yaml.snakeyaml.error.MarkedYAMLException
 
getMessageCode() - 异常错误 中的方法org.springframework.expression.spel.SpelEvaluationException
Return the message code.
getMessageCode() - 异常错误 中的方法org.springframework.expression.spel.SpelParseException
Return the message code.
getMessageCodesResolver() - 类 中的方法org.springframework.validation.AbstractBindingResult
Return the strategy to use for resolving errors into message codes.
getMessageCodesResolver() - 类 中的方法org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Return the strategy to use for resolving errors into message codes.
getMessageCodesResolver() - 类 中的方法org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
getMessageCodesResolver() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to provide a custom MessageCodesResolver.
getMessageCodesResolver() - 接口 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Provide a custom MessageCodesResolver for building message codes from data binding and validation error codes.
getMessageCodesResolver() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
已过时。
Provide a custom MessageCodesResolver for building message codes from data binding and validation error codes.
getMessageConverters() - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
Return the message body converters.
getMessageConverters() - 类 中的方法org.springframework.web.client.RestTemplate
Return the list of message body converters.
getMessageConverters() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Provides access to the shared HttpMessageConverters used by the RequestMappingHandlerAdapter and the ExceptionHandlerExceptionResolver.
getMessageConverters() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Return the configured message body converters.
getMessageConverters() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Return the configured message body converters.
getMessageEndpointFactory() - 类 中的方法org.springframework.jca.endpoint.GenericMessageEndpointManager
Return the JCA MessageEndpointFactory to activate.
getMessageExceptions() - 异常错误 中的方法org.springframework.mail.MailSendException
Return an array with thrown message exceptions.
getMessageInterpolator() - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
getMessageListener() - 类 中的方法org.springframework.jca.endpoint.GenericMessageEndpointFactory
Return the message listener object for this endpoint.
getMessagePayload(HttpServletRequest) - 类 中的方法org.springframework.web.filter.AbstractRequestLoggingFilter
getMessageSource() - 类 中的方法org.springframework.ui.context.support.SimpleTheme
 
getMessageSource() - 接口 中的方法org.springframework.ui.context.Theme
Return the specific MessageSource that resolves messages with respect to this theme.
getMessageSource() - 类 中的方法org.springframework.web.servlet.support.RequestContext
Return the current WebApplicationContext as MessageSource.
getMessageSource() - 类 中的方法org.springframework.web.servlet.tags.MessageTag
Use the current RequestContext's application context as MessageSource.
getMessageSource() - 类 中的方法org.springframework.web.servlet.tags.ThemeTag
Use the theme MessageSource for theme message resolution.
getMessageType() - 异常错误 中的方法org.springframework.web.util.pattern.PatternParseException
 
getMetaClass() - 类 中的方法org.springframework.web.context.support.GroovyWebApplicationContext
 
getMetadata(Class<?>) - 类 中的静态方法org.springframework.data.repository.core.support.AbstractRepositoryMetadata
Creates a new RepositoryMetadata for the given repository interface.
getMetaData() - 类 中的方法org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
getMetaData() - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getMetaData() - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the meta-data, i.e. number, types and properties for the columns of this row set.
getMetadataReader(String) - 类 中的方法org.springframework.data.type.classreading.MethodsMetadataReaderFactory
 
getMetadataReader(Resource) - 类 中的方法org.springframework.data.type.classreading.MethodsMetadataReaderFactory
 
getMethod() - 类 中的方法org.springframework.data.util.AnnotationDetectionMethodCallback
 
getMethod(Class<?>, String, ResolvableType...) - 类 中的静态方法org.springframework.data.util.ReflectionUtils
Returns the Method with the given name and parameters declared on the given type, if available.
getMethod() - 类 中的方法org.springframework.expression.spel.support.ReflectiveMethodExecutor
 
getMethod() - 接口 中的方法org.springframework.http.client.reactive.ClientHttpRequest
Return the HTTP method of the request.
getMethod() - 类 中的方法org.springframework.http.client.reactive.ClientHttpRequestDecorator
 
getMethod() - 类 中的方法org.springframework.http.client.support.HttpRequestWrapper
Return the method of the wrapped request.
getMethod() - 接口 中的方法org.springframework.http.HttpRequest
Return the HTTP method of the request.
getMethod() - 类 中的方法org.springframework.http.RequestEntity
Return the HTTP method of the request.
getMethod() - 类 中的方法org.springframework.http.server.reactive.ServerHttpRequestDecorator
 
getMethod() - 类 中的方法org.springframework.http.server.ServletServerHttpRequest
 
getMethod() - 类 中的方法org.springframework.mock.http.client.MockClientHttpRequest
 
getMethod() - 类 中的方法org.springframework.mock.http.client.reactive.MockClientHttpRequest
 
getMethod() - 类 中的方法org.springframework.mock.http.server.reactive.MockServerHttpRequest
 
getMethod() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getMethod() - 类 中的方法org.springframework.scheduling.support.ScheduledMethodRunnable
 
getMethod() - 类 中的方法org.springframework.test.web.reactive.server.ExchangeResult
Return the method of the request.
getMethod(Class<?>, String, Class<?>...) - 类 中的静态方法org.springframework.util.ClassUtils
Determine whether the given class has a public method with the given signature, and return it if available (else throws an IllegalStateException).
getMethod() - 类 中的方法org.springframework.web.context.support.ServletRequestHandledEvent
Return the HTTP method of the request (usually GET or POST).
getMethod() - 异常错误 中的方法org.springframework.web.HttpRequestMethodNotSupportedException
Return the HTTP request method that caused the failure.
getMethod() - 类 中的方法org.springframework.web.method.HandlerMethod
Return the method for this handler method.
getMethod() - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Get the value of the 'method' attribute.
getMethodAnnotation(Class<A>) - 类 中的方法org.springframework.web.method.HandlerMethod
Return a single annotation on the underlying method traversing its super methods if no annotation can be found on the given method itself.
getMethodAnnotation(Class<T>) - 类 中的方法org.springframework.web.method.HandlerMethod.HandlerMethodParameter
 
getMethodCountForName(Class<?>, String) - 类 中的静态方法org.springframework.util.ClassUtils
Return the number of methods with a given name (with any argument types), for the given class and/or its superclasses.
getMethodIfAvailable(Class<?>, String, Class<?>...) - 类 中的静态方法org.springframework.util.ClassUtils
Determine whether the given class has a public method with the given signature, and return it if available (else return null).
getMethodName() - 类 中的方法org.springframework.remoting.support.RemoteInvocation
Return the name of the target method.
getMethodParam() - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Get the name of the request param for non-browser supported HTTP methods.
getMethodParameter() - 类 中的方法org.springframework.data.web.PagedResourcesAssembler
Return the MethodParameter to be used to potentially qualify the paging and sorting request parameters to.
getMethodParameter() - 异常错误 中的方法org.springframework.web.server.ServerErrorException
Return the specific method parameter associated with the error, if any.
getMethodParameter() - 异常错误 中的方法org.springframework.web.server.ServerWebInputException
Return the MethodParameter associated with this error, if any.
getMethodParameters() - 类 中的方法org.springframework.web.method.HandlerMethod
Return the method parameters for this handler method.
getMethodResolvers() - 接口 中的方法org.springframework.expression.EvaluationContext
Return a list of resolvers that will be asked in turn to locate a method.
getMethodResolvers() - 类 中的方法org.springframework.expression.spel.support.SimpleEvaluationContext
Return the specified MethodResolver delegates, if any.
getMethodResolvers() - 类 中的方法org.springframework.expression.spel.support.StandardEvaluationContext
 
getMethods() - 接口 中的方法org.springframework.data.type.MethodsMetadata
Return all methods.
getMethods(String) - 接口 中的方法org.springframework.data.type.MethodsMetadata
Return all methods matching method name.
getMethods(Class<?>) - 类 中的方法org.springframework.expression.spel.support.ReflectiveMethodResolver
Return the set of methods for this type.
getMethods() - 类 中的方法org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
Returns all RequestMethods contained in this condition.
getMethodsCondition() - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo
Return the HTTP request methods of this RequestMappingInfo; or instance with 0 request methods (never null).
getMethodSignature(Method) - 类 中的静态方法org.springframework.jmx.support.JmxUtils
Create a String[] representing the argument signature of a method.
getMethodsMetadata() - 接口 中的方法org.springframework.data.type.classreading.MethodsMetadataReader
 
getMethodValue() - 类 中的方法org.springframework.http.client.support.HttpRequestWrapper
Return the method value of the wrapped request.
getMethodValue() - 接口 中的方法org.springframework.http.HttpRequest
Return the HTTP method of the request as a String value.
getMethodValue() - 类 中的方法org.springframework.http.server.reactive.ServerHttpRequestDecorator
 
getMethodValue() - 类 中的方法org.springframework.http.server.ServletServerHttpRequest
 
getMethodValue() - 类 中的方法org.springframework.mock.http.client.MockClientHttpRequest
 
getMethodValue() - 类 中的方法org.springframework.mock.http.server.reactive.MockServerHttpRequest
 
getMetric() - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoDistCommand
 
getMetricType() - 类 中的方法org.springframework.jmx.export.metadata.ManagedMetric
A description of how this metric's values change over time.
getMimeMessage() - 类 中的方法org.springframework.mail.javamail.MimeMailMessage
Return the JavaMail MimeMessage that this MimeMailMessage is based on.
getMimeMessage() - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Return the underlying MimeMessage object.
getMimeMessageHelper() - 类 中的方法org.springframework.mail.javamail.MimeMailMessage
Return the MimeMessageHelper that this MimeMailMessage is based on.
getMimeMultipart() - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Return the underlying MIME "multipart/related" object, if any.
getMimeType(String) - 类 中的方法org.springframework.mock.web.MockServletContext
 
getMimeType() - 异常错误 中的方法org.springframework.util.InvalidMimeTypeException
Return the offending content type.
getMimeTypes() - 类 中的方法org.springframework.http.codec.json.Jackson2CodecSupport
Subclasses should expose this as "decodable" or "encodable" mime types.
getMin() - 类 中的方法org.springframework.data.redis.connection.RedisZSetCommands.Range
 
getMinCount() - 类 中的方法org.springframework.test.web.client.ExpectedCount
Return the min boundary of the expected count range.
getMinorVersion() - 类 中的方法org.springframework.mock.web.MockServletContext
 
getMissCount() - 接口 中的方法org.springframework.test.context.cache.ContextCache
Get the overall miss count for this cache.
getMissCount() - 类 中的方法org.springframework.test.context.cache.DefaultContextCache
Get the overall miss count for this cache.
getMockHttpServletResponse(ServletResponse) - 类 中的方法org.springframework.mock.web.MockRequestDispatcher
Obtain the underlying MockHttpServletResponse, unwrapping HttpServletResponseWrapper decorators if necessary.
getModel() - 类 中的方法org.springframework.validation.AbstractBindingResult
Return a model Map for the obtained state, exposing an Errors instance as 'MODEL_KEY_PREFIX + objectName' and the object itself.
getModel() - 异常错误 中的方法org.springframework.validation.BindException
 
getModel() - 接口 中的方法org.springframework.validation.BindingResult
Return a model Map for the obtained state, exposing a BindingResult instance as 'MODEL_KEY_PREFIX + objectName' and the object itself as 'objectName'.
getModel() - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
getModel() - 类 中的方法org.springframework.web.method.support.ModelAndViewContainer
Return the model to use -- either the "default" or the "redirect" model.
getModel() - 类 中的方法org.springframework.web.servlet.ModelAndView
Return the model map.
getModel() - 类 中的方法org.springframework.web.servlet.support.RequestContext
Return the model Map that this RequestContext encapsulates, if any.
getModelAndView() - 接口 中的方法org.springframework.test.web.servlet.MvcResult
Return the ModelAndView prepared by the handler.
getModelAndView(String, Exception, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Return a ModelAndView for the given request, view name and exception.
getModelAndView(String, Exception) - 类 中的方法org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Return a ModelAndView for the given view name and exception.
getModelAndView() - 异常错误 中的方法org.springframework.web.servlet.ModelAndViewDefiningException
Return the ModelAndView that this exception contains for forwarding to.
getModelAndViewResolvers() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Return the configured ModelAndViewResolvers, or null.
getModelAttribute() - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Get the name of the form attribute in the model.
getModelInternal() - 类 中的方法org.springframework.web.servlet.ModelAndView
Return the model map.
getModelKeys() - 类 中的方法org.springframework.web.servlet.view.json.MappingJackson2JsonView
Return the attributes in the model that should be rendered by this view.
getModelMap() - 类 中的方法org.springframework.web.servlet.ModelAndView
Return the underlying ModelMap instance (never null).
getModelObject(String) - 类 中的方法org.springframework.web.servlet.support.RequestContext
Retrieve the model object for the given model name, either from the model or from the request attributes.
getModificationDate() - 类 中的方法org.springframework.http.ContentDisposition
Return the value of the modification-date parameter, or null if not defined.
getModuleName() - 类 中的方法org.springframework.data.redis.repository.configuration.RedisRepositoryConfigurationExtension
 
getModuleName() - 接口 中的方法org.springframework.data.repository.config.RepositoryConfigurationExtension
Returns the descriptive name of the module.
getModuleName() - 类 中的方法org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
 
getModulePrefix() - 类 中的方法org.springframework.data.redis.repository.configuration.RedisRepositoryConfigurationExtension
 
getModulePrefix() - 类 中的方法org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
Returns the prefix of the module to be used to create the default location for Spring Data named queries.
getMonetaryAmountFormat(Locale) - 类 中的方法org.springframework.format.number.money.MonetaryAmountFormatter
Obtain a MonetaryAmountFormat for the given locale.
getMostSpecificMethod(Method, Class<?>) - 类 中的静态方法org.springframework.util.ClassUtils
Given a method, which may come from an interface, and a target class used in the current reflective invocation, find the corresponding target method if there is one.
getMultiCommandContext() - 类 中的方法org.springframework.data.redis.core.types.RedisClientInfo
Get the number of commands in a MULTI/EXEC context.
getMultiFileMap() - 类 中的方法org.springframework.mock.web.MockMultipartHttpServletRequest
 
getMultiFileMap() - 接口 中的方法org.springframework.web.multipart.MultipartRequest
Return a MultiValueMap of the multipart files contained in this request.
getMultiFileMap() - 类 中的方法org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
getMultipartContentType(String) - 类 中的方法org.springframework.mock.web.MockMultipartHttpServletRequest
 
getMultipartContentType(String) - 接口 中的方法org.springframework.web.multipart.MultipartRequest
Determine the content type of the specified request part.
getMultipartContentType(String) - 类 中的方法org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
getMultipartContentType(String) - 类 中的方法org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
 
getMultipartData() - 类 中的方法org.springframework.web.server.adapter.DefaultServerWebExchange
 
getMultipartData() - 接口 中的方法org.springframework.web.server.ServerWebExchange
Return the parts of a multipart request if the Content-Type is "multipart/form-data" or an empty map otherwise.
getMultipartData() - 类 中的方法org.springframework.web.server.ServerWebExchangeDecorator
 
getMultipartFiles() - 类 中的方法org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
 
getMultipartFiles() - 类 中的方法org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
Obtain the MultipartFile Map for retrieval, lazily initializing it if necessary.
getMultipartHeaders(String) - 类 中的方法org.springframework.mock.web.MockMultipartHttpServletRequest
 
getMultipartHeaders(String) - 接口 中的方法org.springframework.web.multipart.MultipartHttpServletRequest
Return the headers associated with the specified part of the multipart request.
getMultipartHeaders(String) - 类 中的方法org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
getMultipartHeaders(String) - 类 中的方法org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
 
getMultipartParameterContentTypes() - 类 中的方法org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
 
getMultipartParameterContentTypes() - 类 中的方法org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
Obtain the multipart parameter content type Map for retrieval, lazily initializing it if necessary.
getMultipartParameters() - 类 中的方法org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
 
getMultipartParameters() - 类 中的方法org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
Obtain the multipart parameter Map for retrieval, lazily initializing it if necessary.
getMultipartResolver() - 类 中的方法org.springframework.web.servlet.DispatcherServlet
Obtain this servlet's MultipartResolver, if any.
getMultipartResolverBeanName() - 类 中的方法org.springframework.web.multipart.support.MultipartFilter
Return the bean name of the MultipartResolver to fetch from Spring's root application context.
getMultiple() - 类 中的方法org.springframework.web.servlet.tags.form.SelectTag
Get the value of the HTML 'multiple' attribute rendered on the final 'select' element.
getMultiplier() - 枚举 中的方法org.springframework.data.redis.connection.RedisGeoCommands.DistanceUnit
 
getMultiplier() - 类 中的方法org.springframework.util.backoff.ExponentialBackOff
Return the value to multiply the current interval by for each retry attempt.
getMultiValueTypes() - 类 中的静态方法org.springframework.data.repository.util.ReactiveWrappers
Returns a collection of multi-value wrapper types.
getMXBeanInterface(Class<?>) - 类 中的静态方法org.springframework.jmx.support.JmxUtils
Return the Java 6 MXBean interface exists for the given class, if any (that is, an interface whose name ends with "MXBean" and/or carries an appropriate MXBean annotation).
getName() - 接口 中的方法org.springframework.data.redis.connection.NamedNode
 
getName() - 接口 中的方法org.springframework.data.redis.connection.ReactiveRedisConnection.Command
 
getName() - 类 中的方法org.springframework.data.redis.connection.RedisNode
 
getName() - 类 中的方法org.springframework.data.redis.core.types.RedisClientInfo
Get the clients name.
getName() - 类 中的方法org.springframework.data.redis.repository.cdi.CdiBean
 
getName() - 类 中的方法org.springframework.data.repository.cdi.CdiRepositoryBean
 
getName() - 类 中的方法org.springframework.data.repository.core.support.MethodLookup.InvokedMethod
 
getName() - 类 中的方法org.springframework.data.repository.query.Parameter
Returns the name of the parameter (through Param annotation).
getName() - 类 中的方法org.springframework.data.repository.query.QueryMethod
Returns the method's name.
getName() - 类 中的方法org.springframework.data.repository.query.spi.Function
Returns the name of the function.
getName() - 类 中的方法org.springframework.expression.spel.ast.MethodReference
 
getName() - 类 中的方法org.springframework.expression.spel.ast.PropertyOrFieldReference
 
getName() - 类 中的方法org.springframework.http.ContentDisposition
Return the value of the name parameter, or null if not defined.
getName() - 类 中的方法org.springframework.http.HttpCookie
Return the cookie name.
getName() - 类 中的方法org.springframework.jdbc.core.SqlParameter
Return the name of the parameter, or null if anonymous.
getName() - 类 中的方法org.springframework.jmx.export.metadata.ManagedNotification
Return the name of this notification.
getName() - 类 中的方法org.springframework.jmx.export.metadata.ManagedOperationParameter
Return the name of this parameter in the operation signature.
getName() - 类 中的方法org.springframework.mock.web.MockMultipartFile
 
getName() - 类 中的方法org.springframework.mock.web.MockPart
 
getName() - 类 中的方法org.springframework.mock.web.MockSessionCookieConfig
 
getName() - 类 中的方法org.springframework.test.context.ContextConfigurationAttributes
Get the name of the context hierarchy level that was declared via @ContextConfiguration.
getName() - 类 中的方法org.springframework.transaction.support.DefaultTransactionDefinition
 
getName() - 类 中的方法org.springframework.transaction.support.DelegatingTransactionDefinition
 
getName() - 接口 中的方法org.springframework.transaction.TransactionDefinition
Return the name of this transaction.
getName() - 类 中的方法org.springframework.ui.context.support.SimpleTheme
 
getName() - 接口 中的方法org.springframework.ui.context.Theme
Return the name of the theme.
getName() - 异常错误 中的方法org.springframework.web.method.annotation.MethodArgumentConversionNotSupportedException
Return the name of the method argument.
getName() - 异常错误 中的方法org.springframework.web.method.annotation.MethodArgumentTypeMismatchException
Return the name of the method argument.
getName() - 类 中的方法org.springframework.web.multipart.commons.CommonsMultipartFile
 
getName() - 接口 中的方法org.springframework.web.multipart.MultipartFile
Return the name of the parameter in the multipart form.
getName(HandlerMethod, T) - 接口 中的方法org.springframework.web.servlet.handler.HandlerMethodMappingNamingStrategy
Determine the name for the given HandlerMethod and mapping.
getName() - 接口 中的方法org.springframework.web.servlet.mvc.condition.NameValueExpression
 
getName() - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo
Return the name for this mapping, or null.
getName(HandlerMethod, RequestMappingInfo) - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMethodMappingNamingStrategy
 
getName() - 类 中的方法org.springframework.web.servlet.tags.BindErrorsTag
Return the name of the bean that this tag checks.
getName() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Get the value for the HTML 'name' attribute.
getName() - 类 中的方法org.springframework.web.servlet.tags.form.ButtonTag
Set the value of the 'name' attribute.
getName() - 类 中的方法org.springframework.web.servlet.tags.form.ErrorsTag
Get the value for the HTML 'name' attribute.
getName() - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Get the value of the 'name' attribute.
getName() - 类 中的方法org.springframework.web.servlet.tags.form.LabelTag
Overrides #getName() to always return null, because the 'name' attribute is not supported by the 'label' tag.
getName() - 类 中的方法org.springframework.web.servlet.tags.Param
Return the raw parameter name.
getName() - 类 中的方法org.xmlunit.diff.XPathContext.DOMNodeInfo
 
getName() - 接口 中的方法org.xmlunit.diff.XPathContext.NodeInfo
 
getName() - 类 中的方法org.yaml.snakeyaml.error.Mark
 
getName() - 类 中的方法org.yaml.snakeyaml.introspector.Property
 
getName() - 类 中的方法org.yaml.snakeyaml.introspector.PropertySubstitute
 
getName() - 异常错误 中的方法org.yaml.snakeyaml.reader.ReaderException
 
getName() - 类 中的方法org.yaml.snakeyaml.tokens.DirectiveToken
 
getName() - 类 中的方法org.yaml.snakeyaml.Yaml
Get a meaningful name.
getName() - 接口 中的方法reactor.util.Logger
Return the name of this Logger instance.
getNamedDispatcher(String) - 类 中的方法org.springframework.mock.web.MockServletContext
 
getNamedParameterJdbcTemplate() - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcDaoSupport
Return a NamedParameterJdbcTemplate wrapping the configured JdbcTemplate.
getNamedQueriesLocation() - 类 中的方法org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
getNamedQueriesLocation() - 接口 中的方法org.springframework.data.repository.config.RepositoryConfiguration
Returns the location of the file containing Spring Data named queries.
getNamedQueryLocation() - 类 中的方法org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
 
getNamedQueryLocation() - 接口 中的方法org.springframework.data.repository.config.RepositoryConfigurationSource
 
getNamedQueryLocation() - 类 中的方法org.springframework.data.repository.config.XmlRepositoryConfigurationSource
 
getNamedQueryName() - 类 中的方法org.springframework.data.repository.query.QueryMethod
Returns the name of the named query this method belongs to.
getNameForParameter(MethodParameter) - 类 中的静态方法org.springframework.web.method.annotation.ModelFactory
Derive the model attribute name for the given method parameter based on a @ModelAttribute parameter annotation (if present) or falling back on parameter type based conventions.
getNameForReturnValue(Object, MethodParameter) - 类 中的静态方法org.springframework.web.method.annotation.ModelFactory
Derive the model attribute name for the given return value based on: the method ModelAttribute annotation value the declared return type if it is more specific than Object the actual return value type
getNameInNamespace() - 类 中的方法org.springframework.mock.jndi.SimpleNamingContext
 
getNameParser(Name) - 类 中的方法org.springframework.mock.jndi.SimpleNamingContext
 
getNameParser(String) - 类 中的方法org.springframework.mock.jndi.SimpleNamingContext
 
getNamespace() - 接口 中的方法org.springframework.web.context.ConfigurableWebApplicationContext
Return the namespace for this web application context, if any.
getNamespace() - 类 中的方法org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
getNamespace() - 类 中的方法org.springframework.web.context.support.GenericWebApplicationContext
 
getNamespace() - 类 中的方法org.springframework.web.context.support.StaticWebApplicationContext
 
getNamespace() - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Return the namespace for this servlet, falling back to default scheme if no custom namespace was set: e.g.
getNamespaceContext() - 类 中的方法org.xmlunit.diff.AbstractDifferenceEngine
Provides access to the configured namespace context.
getNamespaceUri() - 类 中的方法org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Return the namespace URI of the service.
getNamespaceURI(String) - 类 中的方法org.springframework.util.xml.SimpleNamespaceContext
 
getNamingStrategy() - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Return the configured naming strategy or null.
getNativeConnection() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
getNativeConnection() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
getNativeConnection() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
getNativeConnection() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
getNativeConnection() - 接口 中的方法org.springframework.data.redis.connection.RedisConnection
Returns the native connection (the underlying library/driver object).
getNativeRequest() - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpRequest
Return the underlying server response.
getNativeRequest() - 类 中的方法org.springframework.mock.http.server.reactive.MockServerHttpRequest
 
getNativeRequest() - 类 中的方法org.springframework.web.context.request.FacesWebRequest
 
getNativeRequest(Class<T>) - 类 中的方法org.springframework.web.context.request.FacesWebRequest
 
getNativeRequest() - 接口 中的方法org.springframework.web.context.request.NativeWebRequest
Return the underlying native request object.
getNativeRequest(Class<T>) - 接口 中的方法org.springframework.web.context.request.NativeWebRequest
Return the underlying native request object, if available.
getNativeRequest() - 类 中的方法org.springframework.web.context.request.ServletWebRequest
 
getNativeRequest(Class<T>) - 类 中的方法org.springframework.web.context.request.ServletWebRequest
 
getNativeRequest(ServletRequest, Class<T>) - 类 中的静态方法org.springframework.web.util.WebUtils
Return an appropriate request object of the specified type, if available, unwrapping the given request as far as necessary.
getNativeResponse() - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpResponse
Return the underlying server response.
getNativeResponse() - 类 中的方法org.springframework.mock.http.server.reactive.MockServerHttpResponse
 
getNativeResponse() - 类 中的方法org.springframework.web.context.request.FacesWebRequest
 
getNativeResponse(Class<T>) - 类 中的方法org.springframework.web.context.request.FacesWebRequest
 
getNativeResponse() - 接口 中的方法org.springframework.web.context.request.NativeWebRequest
Return the underlying native response object, if any.
getNativeResponse(Class<T>) - 接口 中的方法org.springframework.web.context.request.NativeWebRequest
Return the underlying native response object, if available.
getNativeResponse() - 类 中的方法org.springframework.web.context.request.ServletWebRequest
 
getNativeResponse(Class<T>) - 类 中的方法org.springframework.web.context.request.ServletWebRequest
 
getNativeResponse(ServletResponse, Class<T>) - 类 中的静态方法org.springframework.web.util.WebUtils
Return an appropriate response object of the specified type, if available, unwrapping the given response as far as necessary.
getNear() - 类 中的方法org.springframework.data.redis.repository.query.RedisOperationChain
 
getNestedPath() - 类 中的方法org.springframework.validation.AbstractErrors
 
getNestedPath() - 异常错误 中的方法org.springframework.validation.BindException
 
getNestedPath() - 接口 中的方法org.springframework.validation.Errors
Return the current nested path of this Errors object.
getNestedPath() - 类 中的方法org.springframework.web.bind.EscapedErrors
 
getNestedPath() - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
getNestedPath() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Get the value of the nested path that may have been exposed by the NestedPathTag.
getNewName() - 类 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands.RenameCommand
 
getNext() - 接口 中的方法org.springframework.util.ConcurrentReferenceHashMap.Reference
Return the next reference in the chain, or null if none.
getNextKey() - 类 中的方法org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Determine the next key to use, as a long.
getNextKey() - 类 中的方法org.springframework.jdbc.support.incrementer.AbstractIdentityColumnMaxValueIncrementer
 
getNextKey() - 类 中的方法org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer
getNextKey() - 类 中的方法org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
 
getNode() - 类 中的方法org.yaml.snakeyaml.composer.Composer
Reads and composes the next document.
getNodeFilter() - 类 中的方法org.xmlunit.diff.AbstractDifferenceEngine
Provides access to the configured ComparisonController.
getNodeId() - 类 中的方法org.yaml.snakeyaml.nodes.AnchorNode
 
getNodeId() - 类 中的方法org.yaml.snakeyaml.nodes.MappingNode
 
getNodeId() - 类 中的方法org.yaml.snakeyaml.nodes.Node
For error reporting.
getNodeId() - 类 中的方法org.yaml.snakeyaml.nodes.ScalarNode
 
getNodeId() - 类 中的方法org.yaml.snakeyaml.nodes.SequenceNode
 
getNodeMatcher() - 类 中的方法org.xmlunit.diff.AbstractDifferenceEngine
Provides access to the configured NodeMatcher.
getNodes() - 类 中的方法org.springframework.data.redis.connection.ClusterTopology
getNoopOutputStream() - 类 中的静态方法org.springframework.jdbc.datasource.embedded.OutputStreamFactory
Returns an OutputStream that ignores all data given to it.
getNoSuchMessageExceptionDescription(NoSuchMessageException) - 类 中的方法org.springframework.web.servlet.tags.MessageTag
Return default exception message.
getNoSuchMessageExceptionDescription(NoSuchMessageException) - 类 中的方法org.springframework.web.servlet.tags.ThemeTag
Return exception message that indicates the current theme.
getNotificationFilter() - 类 中的方法org.springframework.jmx.support.NotificationListenerHolder
Return the NotificationFilter associated with the encapsulated NotificationListener.
getNotificationInfo(Object, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
 
getNotificationInfo(Object, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Get the notification metadata for the MBean resource.
getNotificationInfo(Object, String) - 类 中的方法org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Reads the ManagedNotification metadata from the Class of the managed resource and generates and returns the corresponding ModelMBeanNotificationInfo metadata.
getNotificationListener() - 类 中的方法org.springframework.jmx.support.NotificationListenerHolder
getNotificationTypes() - 类 中的方法org.springframework.jmx.export.metadata.ManagedNotification
Return the list of notification types.
getNoValueTypes() - 类 中的静态方法org.springframework.data.repository.util.ReactiveWrappers
Returns a collection of no-value wrapper types.
getNString(int) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getNString(String) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getNString(int) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as a String (for NCHAR, NVARCHAR, LONGNVARCHAR columns).
getNString(String) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as a String (for NCHAR, NVARCHAR, LONGNVARCHAR columns).
getNullHandler() - 类 中的方法org.springframework.data.support.ExampleMatcherAccessor
Get defined null handling.
getNumberFormat(Locale) - 类 中的方法org.springframework.format.number.AbstractNumberFormatter
Obtain a concrete NumberFormat for the specified locale.
getNumberFormat(Locale) - 类 中的方法org.springframework.format.number.CurrencyStyleFormatter
 
getNumberFormat(Locale) - 类 中的方法org.springframework.format.number.NumberStyleFormatter
 
getNumberFormat(Locale) - 类 中的方法org.springframework.format.number.PercentStyleFormatter
 
getNumberOfArguments() - 类 中的方法org.springframework.data.repository.query.parser.Part
Returns how many method parameters are bound by this part.
getNumberOfArguments() - 枚举 中的方法org.springframework.data.repository.query.parser.Part.Type
Returns the number of arguments the propertyPath binds.
getNumberOfOccurences(Method, Class<?>) - 类 中的静态方法org.springframework.data.repository.util.ClassUtils
Returns the number of occurences of the given type in the given Methods parameters.
getNumberOfParameters() - 类 中的方法org.springframework.data.repository.query.Parameters
Returns the number of parameters.
getNumberOtherSentinels() - 类 中的方法org.springframework.data.redis.connection.RedisServer
 
getNumberSlaves() - 类 中的方法org.springframework.data.redis.connection.RedisServer
 
getObject() - 类 中的方法org.springframework.data.redis.support.collections.RedisCollectionFactoryBean
 
getObject() - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
 
getObject() - 类 中的方法org.springframework.data.repository.core.support.RepositoryFragmentsFactoryBean
 
getObject() - 类 中的方法org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
getObject() - 类 中的方法org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
getObject() - 类 中的方法org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
 
getObject() - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterFactoryBean
 
getObject() - 类 中的方法org.springframework.format.support.FormattingConversionServiceFactoryBean
 
getObject() - 类 中的方法org.springframework.http.client.support.ProxyFactoryBean
 
getObject() - 类 中的方法org.springframework.http.converter.json.GsonFactoryBean
Return the created Gson instance.
getObject() - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Return the singleton ObjectMapper.
getObject() - 类 中的方法org.springframework.jca.support.LocalConnectionFactoryBean
 
getObject() - 类 中的方法org.springframework.jca.support.ResourceAdapterFactoryBean
 
getObject() - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
 
getObject(int) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getObject(String) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getObject(int, Map<String, Class<?>>) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getObject(String, Map<String, Class<?>>) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getObject(int, Class<T>) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getObject(String, Class<T>) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getObject(int) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as an Object.
getObject(String) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as an Object.
getObject(int, Map<String, Class<?>>) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as an Object.
getObject(String, Map<String, Class<?>>) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as an Object.
getObject(int, Class<T>) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as an Object.
getObject(String, Class<T>) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as an Object.
getObject() - 类 中的方法org.springframework.jmx.access.MBeanProxyFactoryBean
 
getObject() - 类 中的方法org.springframework.jmx.support.ConnectorServerFactoryBean
 
getObject() - 类 中的方法org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
getObject() - 类 中的方法org.springframework.jmx.support.MBeanServerFactoryBean
 
getObject() - 类 中的方法org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
 
getObject() - 类 中的方法org.springframework.jndi.JndiObjectFactoryBean
Return the singleton JNDI object.
getObject() - 类 中的方法org.springframework.remoting.caucho.HessianProxyFactoryBean
 
getObject() - 类 中的方法org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
 
getObject() - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean
 
getObject() - 类 中的方法org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean
 
getObject() - 类 中的方法org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
 
getObject() - 类 中的方法org.springframework.remoting.rmi.RmiProxyFactoryBean
 
getObject() - 类 中的方法org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
getObject() - 类 中的方法org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
getObject() - 类 中的方法org.springframework.scheduling.commonj.TimerManagerFactoryBean
 
getObject() - 类 中的方法org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
 
getObject() - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
 
getObject() - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
getObject() - 类 中的方法org.springframework.scheduling.config.TaskExecutorFactoryBean
 
getObject() - 类 中的方法org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
getObject() - 类 中的方法org.springframework.scheduling.quartz.JobDetailFactoryBean
 
getObject() - 类 中的方法org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
getObject() - 类 中的方法org.springframework.scheduling.quartz.SchedulerFactoryBean
 
getObject() - 类 中的方法org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
 
getObject() - 类 中的方法org.springframework.transaction.config.JtaTransactionManagerFactoryBean
 
getObject() - 类 中的方法org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
 
getObject() - 类 中的方法org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
getObject() - 类 中的方法org.springframework.web.context.support.ServletContextAttributeFactoryBean
 
getObject() - 类 中的方法org.springframework.web.context.support.ServletContextParameterFactoryBean
 
getObjectClass(Object) - 类 中的方法org.springframework.expression.spel.ast.SpelNodeImpl
 
getObjectClass(Object) - 接口 中的方法org.springframework.expression.spel.SpelNode
Determine the class of the object passed in, unless it is already a class object.
getObjectMapper() - 类 中的方法org.springframework.http.codec.json.Jackson2CodecSupport
 
getObjectMapper() - 类 中的方法org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
Return the underlying ObjectMapper for this view.
getObjectMapper() - 类 中的方法org.springframework.web.servlet.view.json.AbstractJackson2View
Return the ObjectMapper for this view.
getObjectName(Object, String) - 类 中的方法org.springframework.jmx.export.MBeanExporter
Retrieve the ObjectName for a bean.
getObjectName() - 类 中的方法org.springframework.jmx.export.metadata.ManagedResource
Return the JMX ObjectName of this managed resource.
getObjectName(Object, String) - 类 中的方法org.springframework.jmx.export.naming.IdentityNamingStrategy
Returns an instance of ObjectName based on the identity of the managed resource.
getObjectName(Object, String) - 类 中的方法org.springframework.jmx.export.naming.KeyNamingStrategy
Attempts to retrieve the ObjectName via the given key, trying to find a mapped value in the mappings first.
getObjectName(Object, String) - 类 中的方法org.springframework.jmx.export.naming.MetadataNamingStrategy
Reads the ObjectName from the source-level metadata associated with the managed resource's Class.
getObjectName(Object, String) - 接口 中的方法org.springframework.jmx.export.naming.ObjectNamingStrategy
Obtain an ObjectName for the supplied bean.
getObjectName() - 接口 中的方法org.springframework.jmx.export.naming.SelfNaming
Return the ObjectName for the implementing object.
getObjectName() - 类 中的方法org.springframework.validation.AbstractBindingResult
 
getObjectName() - 异常错误 中的方法org.springframework.validation.BindException
 
getObjectName() - 类 中的方法org.springframework.validation.DataBinder
Return the name of the bound object.
getObjectName() - 接口 中的方法org.springframework.validation.Errors
Return the name of the bound root object.
getObjectName() - 类 中的方法org.springframework.validation.ObjectError
Return the name of the affected object.
getObjectName() - 类 中的方法org.springframework.web.bind.EscapedErrors
 
getObjectName() - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
getObjectToExport() - 类 中的方法org.springframework.remoting.rmi.RmiBasedExporter
Determine the object to export: either the service object itself or a RmiInvocationWrapper in case of a non-RMI service object.
getObjectType() - 类 中的方法org.springframework.data.redis.support.collections.RedisCollectionFactoryBean
 
getObjectType() - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
 
getObjectType() - 类 中的方法org.springframework.data.repository.core.support.RepositoryFragmentsFactoryBean
 
getObjectType() - 类 中的方法org.springframework.data.repository.init.AbstractRepositoryPopulatorFactoryBean
 
getObjectType() - 类 中的方法org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
getObjectType() - 类 中的方法org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
getObjectType() - 类 中的方法org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
 
getObjectType() - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterFactoryBean
 
getObjectType() - 类 中的方法org.springframework.format.support.FormattingConversionServiceFactoryBean
 
getObjectType() - 类 中的方法org.springframework.http.client.support.ProxyFactoryBean
 
getObjectType() - 类 中的方法org.springframework.http.converter.json.GsonFactoryBean
 
getObjectType() - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
getObjectType() - 类 中的方法org.springframework.jca.support.LocalConnectionFactoryBean
 
getObjectType() - 类 中的方法org.springframework.jca.support.ResourceAdapterFactoryBean
 
getObjectType() - 类 中的方法org.springframework.jdbc.config.SortedResourcesFactoryBean
 
getObjectType() - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
 
getObjectType() - 类 中的方法org.springframework.jmx.access.MBeanProxyFactoryBean
 
getObjectType() - 类 中的方法org.springframework.jmx.support.ConnectorServerFactoryBean
 
getObjectType() - 类 中的方法org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
getObjectType() - 类 中的方法org.springframework.jmx.support.MBeanServerFactoryBean
 
getObjectType() - 类 中的方法org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
 
getObjectType() - 类 中的方法org.springframework.jndi.JndiObjectFactoryBean
 
getObjectType() - 类 中的方法org.springframework.remoting.caucho.HessianProxyFactoryBean
 
getObjectType() - 类 中的方法org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
 
getObjectType() - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean
 
getObjectType() - 类 中的方法org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean
 
getObjectType() - 类 中的方法org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
 
getObjectType() - 类 中的方法org.springframework.remoting.rmi.RmiProxyFactoryBean
 
getObjectType() - 类 中的方法org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
getObjectType() - 类 中的方法org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
getObjectType() - 类 中的方法org.springframework.scheduling.commonj.TimerManagerFactoryBean
 
getObjectType() - 类 中的方法org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
 
getObjectType() - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
 
getObjectType() - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
getObjectType() - 类 中的方法org.springframework.scheduling.config.TaskExecutorFactoryBean
 
getObjectType() - 类 中的方法org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
getObjectType() - 类 中的方法org.springframework.scheduling.quartz.JobDetailFactoryBean
 
getObjectType() - 类 中的方法org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
getObjectType() - 类 中的方法org.springframework.scheduling.quartz.SchedulerFactoryBean
 
getObjectType() - 类 中的方法org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
 
getObjectType() - 类 中的方法org.springframework.transaction.config.JtaTransactionManagerFactoryBean
 
getObjectType() - 类 中的方法org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
 
getObjectType() - 类 中的方法org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
getObjectType() - 类 中的方法org.springframework.web.context.support.ServletContextAttributeFactoryBean
 
getObjectType() - 类 中的方法org.springframework.web.context.support.ServletContextParameterFactoryBean
 
getObjectWrapper() - 类 中的方法org.springframework.web.servlet.view.freemarker.FreeMarkerView
Return the configured FreeMarker ObjectWrapper, or the default wrapper if none specified.
getOffset() - 类 中的方法org.springframework.data.redis.connection.ReactiveStringCommands.GetBitCommand
 
getOffset() - 类 中的方法org.springframework.data.redis.connection.ReactiveStringCommands.SetBitCommand
 
getOffset() - 类 中的方法org.springframework.data.redis.connection.ReactiveStringCommands.SetRangeCommand
 
getOffset() - 类 中的方法org.springframework.data.redis.connection.RedisZSetCommands.Limit
 
getOnblur() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Get the value of the 'onblur' attribute.
getOnchange() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Get the value of the 'onchange' attribute.
getOnclick() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'onclick' attribute.
getOndblclick() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'ondblclick' attribute.
getOnfocus() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Get the value of the 'onfocus' attribute.
getOnkeydown() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'onkeydown' attribute.
getOnkeypress() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'onkeypress' attribute.
getOnkeyup() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'onkeyup' attribute.
getOnmousedown() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'onmousedown' attribute.
getOnmousemove() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'onmousemove' attribute.
getOnmouseout() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'onmouseout' attribute.
getOnmouseover() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'onmouseover' attribute.
getOnmouseup() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'onmouseup' attribute.
getOnreset() - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Get the value of the 'onreset' attribute.
getOnselect() - 类 中的方法org.springframework.web.servlet.tags.form.InputTag
Get the value of the 'onselect' attribute.
getOnselect() - 类 中的方法org.springframework.web.servlet.tags.form.TextareaTag
Get the value of the 'onselect' attribute.
getOnsubmit() - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Get the value of the 'onsubmit' attribute.
getOperationDescription(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Get the description for a particular operation.
getOperationDescription(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Retrieves the description for the supplied Method from the metadata.
getOperationInfo(Object, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Get the operation metadata for the MBean resource.
getOperationInfo(Object, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Iterate through all methods on the MBean class and gives subclasses the chance to vote on their inclusion.
getOperationParameters(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Create parameter info for the given method.
getOperationParameters(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Reads MBeanParameterInfo from the ManagedOperationParameter attributes attached to a method.
getOperations() - 接口 中的方法org.springframework.data.redis.core.BoundHashOperations
 
getOperations() - 接口 中的方法org.springframework.data.redis.core.BoundListOperations
 
getOperations() - 接口 中的方法org.springframework.data.redis.core.BoundSetOperations
 
getOperations() - 接口 中的方法org.springframework.data.redis.core.BoundValueOperations
 
getOperations() - 接口 中的方法org.springframework.data.redis.core.BoundZSetOperations
 
getOperations() - 接口 中的方法org.springframework.data.redis.core.HashOperations
 
getOperations() - 接口 中的方法org.springframework.data.redis.core.ListOperations
 
getOperations() - 接口 中的方法org.springframework.data.redis.core.SetOperations
 
getOperations() - 接口 中的方法org.springframework.data.redis.core.ValueOperations
 
getOperations() - 接口 中的方法org.springframework.data.redis.core.ZSetOperations
 
getOperations() - 类 中的方法org.springframework.data.redis.support.collections.AbstractRedisCollection
 
getOperations() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisMap
 
getOperations() - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
getOperations() - 接口 中的方法org.springframework.data.redis.support.collections.RedisStore
Returns the underlying Redis operations used by the backing implementation.
getOperatorName() - 类 中的方法org.springframework.expression.spel.ast.Operator
 
getOperatorOverloader() - 接口 中的方法org.springframework.expression.EvaluationContext
Return an operator overloader that may support mathematical operations between more than the standard set of types.
getOperatorOverloader() - 类 中的方法org.springframework.expression.spel.support.SimpleEvaluationContext
Return an instance of StandardOperatorOverloader.
getOperatorOverloader() - 类 中的方法org.springframework.expression.spel.support.StandardEvaluationContext
 
getOption() - 类 中的方法org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand
 
getOrCreateContainer(Object) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.AbstractMappingJacksonResponseBodyAdvice
Wrap the body in a MappingJacksonValue value container (for providing additional serialization instructions) or simply cast it if already wrapped.
getOrDefault(Object, V) - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap
 
getOrDefault(Object, V) - 类 中的方法org.springframework.util.LinkedCaseInsensitiveMap
 
getOrDefault(Object, T) - 接口 中的方法reactor.util.context.Context
Resolve a value given a key within the Context.
getOrder() - 类 中的方法org.springframework.data.redis.connection.DefaultSortParameters
 
getOrder() - 接口 中的方法org.springframework.data.redis.connection.SortParameters
Returns the sorting order.
getOrder() - 接口 中的方法org.springframework.data.redis.core.query.SortQuery
Returns the sorting order.
getOrder() - 类 中的方法org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
getOrder() - 类 中的方法org.springframework.scripting.support.ScriptFactoryPostProcessor
 
getOrder() - 类 中的方法org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener
Returns 5000.
getOrder() - 类 中的方法org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener
 
getOrder() - 类 中的方法org.springframework.test.context.support.AbstractTestExecutionListener
The default implementation returns Ordered.LOWEST_PRECEDENCE, thereby ensuring that custom listeners are ordered after default listeners supplied by the framework.
getOrder() - 类 中的方法org.springframework.test.context.support.DependencyInjectionTestExecutionListener
Returns 2000.
getOrder() - 类 中的方法org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener
Returns 1500.
getOrder() - 类 中的方法org.springframework.test.context.support.DirtiesContextTestExecutionListener
Returns 3000.
getOrder() - 类 中的方法org.springframework.test.context.transaction.TransactionalTestExecutionListener
Returns 4000.
getOrder() - 类 中的方法org.springframework.test.context.web.ServletTestExecutionListener
Returns 1000.
getOrder() - 类 中的方法org.springframework.transaction.event.TransactionalEventListenerFactory
 
getOrder() - 类 中的方法org.springframework.transaction.support.TransactionSynchronizationAdapter
 
getOrder() - 类 中的方法org.springframework.web.method.ControllerAdviceBean
Returns the order value extracted from the ControllerAdvice annotation, or Ordered.LOWEST_PRECEDENCE otherwise.
getOrder() - 类 中的方法org.springframework.web.servlet.config.annotation.InterceptorRegistration
Return the order position to be used.
getOrder() - 类 中的方法org.springframework.web.servlet.config.annotation.ViewResolverRegistry
 
getOrder() - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
 
getOrder() - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMapping
 
getOrder() - 类 中的方法org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
 
getOrder() - 类 中的方法org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
 
getOrder() - 类 中的方法org.springframework.web.servlet.view.BeanNameViewResolver
 
getOrder() - 类 中的方法org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
getOrder() - 类 中的方法org.springframework.web.servlet.view.ResourceBundleViewResolver
 
getOrder() - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
 
getOrder() - 类 中的方法org.springframework.web.servlet.view.ViewResolverComposite
 
getOrder() - 类 中的方法org.springframework.web.servlet.view.XmlViewResolver
 
getOrEmpty(Object) - 接口 中的方法reactor.util.context.Context
Resolve a value given a key within the Context.
getOrigin() - 类 中的方法org.springframework.http.HttpHeaders
Return the value of the Origin header.
getOriginalException() - 异常错误 中的方法org.springframework.transaction.TransactionSystemException
Return the exception that was the first to be thrown within the failed transaction: i.e. the application exception, if any, or the TransactionSystemException's own cause.
getOriginalFilename() - 类 中的方法org.springframework.mock.web.MockMultipartFile
 
getOriginalFilename() - 类 中的方法org.springframework.web.multipart.commons.CommonsMultipartFile
 
getOriginalFilename() - 接口 中的方法org.springframework.web.multipart.MultipartFile
Return the original filename in the client's filesystem.
getOriginalValue() - 类 中的方法org.springframework.expression.spel.ast.Literal
 
getOriginatingContextPath(HttpServletRequest) - 类 中的方法org.springframework.web.util.UrlPathHelper
Return the context path for the given request, detecting an include request URL if called within a RequestDispatcher include.
getOriginatingQueryString(HttpServletRequest) - 类 中的方法org.springframework.web.util.UrlPathHelper
Return the query string part of the given request's URL.
getOriginatingRequestUri(HttpServletRequest) - 类 中的方法org.springframework.web.util.UrlPathHelper
Return the request URI for the given request.
getOriginatingServletPath(HttpServletRequest) - 类 中的方法org.springframework.web.util.UrlPathHelper
Return the servlet path for the given request, detecting an include request URL if called within a RequestDispatcher include.
getOrSismember() - 类 中的方法org.springframework.data.redis.repository.query.RedisOperationChain
 
getOut() - 类 中的方法org.springframework.mock.web.MockPageContext
 
getOutcomeState() - 异常错误 中的方法org.springframework.transaction.HeuristicCompletionException
Return the outcome state of the transaction state, as one of the constants in this class.
getOutParameterNames() - 类 中的方法org.springframework.jdbc.core.metadata.CallMetaDataContext
Get a list of the out parameter names.
getOutputBufferLength() - 类 中的方法org.springframework.data.redis.core.types.RedisClientInfo
Get the output buffer length.
getOutputBufferMemoryUsage() - 类 中的方法org.springframework.data.redis.core.types.RedisClientInfo
Get output buffer memory usage.
getOutputFlashMap(HttpServletRequest) - 类 中的静态方法org.springframework.web.servlet.support.RequestContextUtils
Return "output" FlashMap to save attributes for request after redirect.
getOutputListLength() - 类 中的方法org.springframework.data.redis.core.types.RedisClientInfo
Get number queued replies in output buffer.
getOutputRecordCreator() - 类 中的方法org.springframework.jca.cci.core.CciTemplate
Return a RecordCreator that should be used for creating default output Records.
getOutputStream() - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
getOutputStream() - 类 中的方法org.springframework.web.util.ContentCachingResponseWrapper
 
getPackageName(Class<?>) - 类 中的静态方法org.springframework.util.ClassUtils
Determine the name of the package of the given class, e.g.
getPackageName(String) - 类 中的静态方法org.springframework.util.ClassUtils
Determine the name of the package of the given fully-qualified class name, e.g.
getPackagesToScan() - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
Return the packages to search for JAXB2 annotations.
getPaddingLength() - 类 中的方法org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Return the padding length for String values.
getPage(List<T>, Pageable, LongSupplier) - 类 中的静态方法org.springframework.data.repository.support.PageableExecutionUtils
Constructs a Page based on the given content, Pageable and Supplier applying optimizations.
getPage() - 类 中的方法org.springframework.mock.web.MockPageContext
 
getPageable() - 接口 中的方法org.springframework.data.repository.query.ParameterAccessor
Returns the Pageable of the parameters, if available.
getPageable() - 类 中的方法org.springframework.data.repository.query.ParametersParameterAccessor
 
getPageableIndex() - 类 中的方法org.springframework.data.repository.query.Parameters
Returns the index of the Pageable Method parameter if available.
getPageContext() - 类 中的方法org.springframework.web.servlet.support.JspAwareRequestContext
Return the underlying PageContext.
getPageParameterName() - 类 中的方法org.springframework.data.web.PageableHandlerMethodArgumentResolver
Retrieves the parameter name to be used to find the page number in the request.
getPaginationTemplateVariables(MethodParameter, UriComponents) - 类 中的方法org.springframework.data.web.HateoasPageableHandlerMethodArgumentResolver
Returns the template variable for the pagination parameters.
getParallelSyncs() - 类 中的方法org.springframework.data.redis.connection.RedisServer
 
getParamConditionGroups() - 异常错误 中的方法org.springframework.web.bind.UnsatisfiedServletRequestParameterException
Return all parameter condition groups that have been violated.
getParamConditions() - 异常错误 中的方法org.springframework.web.bind.UnsatisfiedServletRequestParameterException
Return the parameter conditions that have been violated or the first group in case of multiple groups.
getParameter(int) - 类 中的方法org.springframework.data.repository.query.Parameters
Returns the parameter with the given index.
getParameter() - 异常错误 中的方法org.springframework.data.repository.support.QueryMethodParameterConversionException
Returns the MethodParameter we tried to convert the source value for.
getParameter(ResolvableType) - 类 中的方法org.springframework.http.codec.json.Jackson2CodecSupport
 
getParameter(String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getParameter(String) - 类 中的方法org.springframework.util.MimeType
Return a generic parameter value, given a parameter name.
getParameter() - 异常错误 中的方法org.springframework.web.bind.MethodArgumentNotValidException
Return the method parameter that failed validation.
getParameter() - 异常错误 中的方法org.springframework.web.bind.MissingPathVariableException
Return the method parameter bound to the path variable.
getParameter(String) - 类 中的方法org.springframework.web.context.request.FacesWebRequest
 
getParameter(String) - 类 中的方法org.springframework.web.context.request.ServletWebRequest
 
getParameter(String) - 接口 中的方法org.springframework.web.context.request.WebRequest
Return the request parameter of the given name, or null if none.
getParameter() - 异常错误 中的方法org.springframework.web.method.annotation.MethodArgumentConversionNotSupportedException
Return the target method parameter.
getParameter() - 异常错误 中的方法org.springframework.web.method.annotation.MethodArgumentTypeMismatchException
Return the target method parameter.
getParameter(String) - 类 中的方法org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
getParameter(String) - 类 中的方法org.springframework.web.util.ContentCachingRequestWrapper
 
getParameterCount() - 类 中的方法org.springframework.data.repository.core.support.MethodLookup.InvokedMethod
 
getParameterCount() - 类 中的方法org.springframework.data.repository.query.spi.Function
Returns the number of parameters required by the underlying method.
getParameterMap() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getParameterMap() - 类 中的方法org.springframework.web.context.request.FacesWebRequest
 
getParameterMap() - 类 中的方法org.springframework.web.context.request.ServletWebRequest
 
getParameterMap() - 接口 中的方法org.springframework.web.context.request.WebRequest
Return a immutable Map of the request parameters, with parameter names as map keys and parameter values as map values.
getParameterMap() - 类 中的方法org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
getParameterMap() - 类 中的方法org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
 
getParameterMap() - 类 中的方法org.springframework.web.util.ContentCachingRequestWrapper
 
getParameterName() - 类 中的方法org.springframework.jdbc.core.metadata.CallParameterMetaData
Get the parameter name.
getParameterName() - 类 中的方法org.springframework.jdbc.core.metadata.TableParameterMetaData
Get the parameter name.
getParameterName() - 类 中的方法org.springframework.web.accept.ParameterContentNegotiationStrategy
 
getParameterName() - 异常错误 中的方法org.springframework.web.bind.MissingServletRequestParameterException
Return the name of the offending parameter.
getParameterNameDiscoverer() - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Return the ParameterNameDiscoverer to use for resolving method parameter names if needed (may be null in order to skip parameter detection).
getParameterNameProvider() - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
getParameterNames() - 类 中的方法org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource
 
getParameterNames() - 类 中的方法org.springframework.jdbc.core.namedparam.EmptySqlParameterSource
 
getParameterNames() - 类 中的方法org.springframework.jdbc.core.namedparam.MapSqlParameterSource
 
getParameterNames() - 接口 中的方法org.springframework.jdbc.core.namedparam.SqlParameterSource
Extract all available parameter names if possible.
getParameterNames() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getParameterNames() - 类 中的方法org.springframework.web.context.request.FacesWebRequest
 
getParameterNames() - 类 中的方法org.springframework.web.context.request.ServletWebRequest
 
getParameterNames() - 接口 中的方法org.springframework.web.context.request.WebRequest
Return a Iterator over request parameter names.
getParameterNames() - 类 中的方法org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
getParameterNames() - 类 中的方法org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
 
getParameterNames() - 类 中的方法org.springframework.web.util.ContentCachingRequestWrapper
 
getParameterNameToUse(String, MethodParameter) - 类 中的方法org.springframework.data.web.PageableHandlerMethodArgumentResolver
Returns the name of the request parameter to find the Pageable information in.
getParameters() - 类 中的方法org.springframework.data.repository.query.ParametersParameterAccessor
Returns the Parameters instance backing the accessor.
getParameters() - 类 中的方法org.springframework.data.repository.query.QueryMethod
Returns the Parameters wrapper to gain additional information about Method parameters.
getParameters() - 类 中的方法org.springframework.util.MimeType
Return all generic parameter values.
getParametersStartingWith(ServletRequest, String) - 类 中的静态方法org.springframework.web.util.WebUtils
Return a map containing all parameters with the given prefix.
getParameterType() - 类 中的方法org.springframework.jdbc.core.metadata.CallParameterMetaData
Get the parameter type.
getParameterType() - 异常错误 中的方法org.springframework.web.bind.MissingServletRequestParameterException
Return the expected type of the offending parameter.
getParameterTypes() - 类 中的方法org.springframework.data.repository.core.support.MethodLookup.InvokedMethod
 
getParameterTypes(Constructor<?>) - 接口 中的方法org.springframework.data.util.TypeInformation
Returns the TypeInformations for the parameters of the given Constructor.
getParameterTypes(Method) - 接口 中的方法org.springframework.data.util.TypeInformation
Returns the TypeInformations for the parameters of the given Method.
getParameterTypes() - 类 中的方法org.springframework.remoting.support.RemoteInvocation
Return the parameter types of the target method.
getParameterValues(String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getParameterValues(String) - 类 中的方法org.springframework.web.context.request.FacesWebRequest
 
getParameterValues(String) - 类 中的方法org.springframework.web.context.request.ServletWebRequest
 
getParameterValues(String) - 接口 中的方法org.springframework.web.context.request.WebRequest
Return the request parameter values for the given parameter name, or null if none.
getParameterValues(String) - 类 中的方法org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
getParameterValues(String) - 类 中的方法org.springframework.web.util.ContentCachingRequestWrapper
 
getParamName() - 类 中的方法org.springframework.web.servlet.i18n.LocaleChangeInterceptor
Return the name of the parameter that contains a locale specification in a locale change request.
getParamName() - 类 中的方法org.springframework.web.servlet.theme.ThemeChangeInterceptor
Return the name of the parameter that contains a theme specification in a theme change request.
getParamsCondition() - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo
Return the "parameters" condition of this RequestMappingInfo; or instance with 0 parameter expressions (never null).
getParamsMultiValueMap(MockHttpServletRequest) - 类 中的方法org.springframework.test.web.servlet.result.PrintingResultHandler
 
getParent() - 类 中的方法org.springframework.test.context.MergedContextConfiguration
Get the MergedContextConfiguration for the parent application context in a context hierarchy.
getParentApplicationContext() - 类 中的方法org.springframework.test.context.MergedContextConfiguration
Get the parent ApplicationContext for the context defined by this MergedContextConfiguration from the context cache.
getParentContextCount() - 接口 中的方法org.springframework.test.context.cache.ContextCache
Determine the number of parent contexts currently tracked within the cache.
getParentContextCount() - 类 中的方法org.springframework.test.context.cache.DefaultContextCache
Determine the number of parent contexts currently tracked within the cache.
getParentLogger() - 类 中的方法org.springframework.jdbc.datasource.AbstractDataSource
 
getParentLogger() - 类 中的方法org.springframework.jdbc.datasource.DelegatingDataSource
 
getParentThemeSource() - 接口 中的方法org.springframework.ui.context.HierarchicalThemeSource
Return the parent of this ThemeSource, or null if none.
getParentThemeSource() - 类 中的方法org.springframework.ui.context.support.DelegatingThemeSource
 
getParentThemeSource() - 类 中的方法org.springframework.ui.context.support.ResourceBundleThemeSource
 
getParentXPath(XPathContext) - 类 中的静态方法org.xmlunit.diff.AbstractDifferenceEngine
Returns a string representation of the given XPathContext's parent context.
getParentXPath() - 类 中的方法org.xmlunit.diff.Comparison.Detail
XPath leading to the target's parent.
getParentXPath() - 类 中的方法org.xmlunit.diff.XPathContext
Stringifies the XPath of the current node's parent.
getParsedSql(String) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
Obtain a parsed representation of the given SQL statement.
getParsedSql() - 类 中的方法org.springframework.jdbc.object.SqlOperation
Obtain a parsed representation of this operation's SQL statement.
getParser(A, Class<?>) - 接口 中的方法org.springframework.format.AnnotationFormatterFactory
Get the Parser to parse a submitted value for a field of fieldType annotated with annotation.
getParser(DateTimeFormat, Class<?>) - 类 中的方法org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
 
getParser(DateTimeFormat, Class<?>) - 类 中的方法org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
 
getParser(DateTimeFormat, Class<?>) - 类 中的方法org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory
 
getParser(NumberFormat, Class<?>) - 类 中的方法org.springframework.format.number.money.Jsr354NumberFormatAnnotationFormatterFactory
 
getParser(NumberFormat, Class<?>) - 类 中的方法org.springframework.format.number.NumberFormatAnnotationFormatterFactory
 
getPart(String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getParts() - 类 中的方法org.springframework.data.repository.query.parser.PartTree
Returns an Iterable of all parts contained in the PartTree.
getParts(Part.Type) - 类 中的方法org.springframework.data.repository.query.parser.PartTree
Returns all Parts of the PartTree of the given Part.Type.
getParts() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getPartWriters() - 类 中的方法org.springframework.http.codec.multipart.MultipartHttpMessageWriter
Return the configured part writers.
getPassword() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Returns the password used for authenticating with the Redis server.
getPassword() - 类 中的方法org.springframework.data.redis.connection.lettuce.DefaultLettucePool
已过时。
Returns the password used for authenticating with the Redis server.
getPassword() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Returns the password used for authenticating with the Redis server.
getPassword() - 类 中的方法org.springframework.data.redis.connection.RedisClusterConfiguration
Get the RedisPassword defined.
getPassword() - 类 中的方法org.springframework.data.redis.connection.RedisSentinelConfiguration
 
getPassword() - 类 中的方法org.springframework.data.redis.connection.RedisStandaloneConfiguration
 
getPassword() - 类 中的方法org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
Return the JDBC password to use for connecting through the Driver.
getPassword() - 类 中的方法org.springframework.mail.javamail.JavaMailSenderImpl
Return the password for the account at the mail host.
getPassword() - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the password to specify on the stub.
getPath() - 接口 中的方法org.springframework.data.redis.core.index.PathBasedRedisIndexDefinition
 
getPath() - 类 中的方法org.springframework.data.redis.core.index.RedisIndexDefinition
 
getPath() - 类 中的方法org.springframework.data.redis.repository.query.RedisOperationChain.PathAndValue
 
getPath() - 类 中的方法org.springframework.http.ResponseCookie
Return the cookie "Path" attribute, or null if not set.
getPath() - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpRequest
 
getPath() - 接口 中的方法org.springframework.http.server.reactive.ServerHttpRequest
Returns a structured representation of the request path including the context path + path within application portions, path segments with encoded and decoded values, and path parameters.
getPath() - 类 中的方法org.springframework.http.server.reactive.ServerHttpRequestDecorator
 
getPath() - 类 中的方法org.springframework.mock.web.MockSessionCookieConfig
 
getPath() - 类 中的方法org.springframework.web.context.support.ServletContextResource
Return the path for this resource.
getPath() - 类 中的方法org.springframework.web.servlet.support.BindStatus
Return the bean and property path for which values and errors will be resolved (e.g.
getPath() - 类 中的方法org.springframework.web.servlet.tags.BindTag
Return the path that this tag applies to.
getPath() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Get the resolved property path for the form object.
getPath() - 类 中的方法org.springframework.web.servlet.tags.NestedPathTag
Return the path that this tag applies to.
getPath() - 类 中的方法org.springframework.web.util.UriComponents
Return the path.
getPathInfo() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getPathMatchConfigurer() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Callback for building the PathMatchConfigurer.
getPathMatcher() - 类 中的方法org.springframework.web.servlet.config.annotation.PathMatchConfigurer
 
getPathMatcher() - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMapping
Return the PathMatcher implementation to use for matching URL paths against registered URL patterns.
getPathMatcher() - 类 中的方法org.springframework.web.servlet.handler.MappedInterceptor
The configured PathMatcher, or null if none.
getPathMatcher() - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
Return a custom PathMatcher to use for the PatternsRequestCondition, if any.
getPathMatcher() - 类 中的方法org.springframework.web.servlet.resource.ResourceUrlProvider
Return the configured PathMatcher.
getPathPattern() - 类 中的方法org.springframework.web.servlet.config.annotation.CorsRegistration
 
getPathPatterns() - 类 中的方法org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
Return the URL path patterns for the resource handler.
getPathPatterns() - 类 中的方法org.springframework.web.servlet.handler.MappedInterceptor
The path into the application the interceptor is mapped to.
getPathRemaining() - 类 中的方法org.springframework.web.util.pattern.PathPattern.PathRemainingMatchInfo
Return the part of a path that was not matched by a pattern.
getPathSegments() - 类 中的方法org.springframework.web.util.UriComponents
Return the list of path segments.
getPathToServlet() - 类 中的方法org.springframework.web.servlet.support.RequestContext
Return the path to URL mappings within the current servlet including the context path and the servlet path of the original request.
getPathTranslated() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getPathWithinApplication(HttpServletRequest) - 类 中的方法org.springframework.web.util.UrlPathHelper
Return the path within the web application for the given request.
getPathWithinContext() - 类 中的方法org.springframework.web.context.support.ServletContextResource
 
getPathWithinServletMapping(HttpServletRequest) - 类 中的方法org.springframework.web.util.UrlPathHelper
Return the path within the servlet mapping for the given request, i.e. the part of the request's URL beyond the part that called the servlet, or "" if the whole URL has been used to identify the servlet.
getPattern() - 类 中的方法org.springframework.data.redis.core.ScanOptions
 
getPatternComparator(String) - 类 中的方法org.springframework.util.AntPathMatcher
Given a full path, returns a Comparator suitable for sorting patterns in order of explicitness.
getPatternComparator(String) - 接口 中的方法org.springframework.util.PathMatcher
Given a full path, returns a Comparator suitable for sorting patterns in order of explicitness for that path.
getPatterns() - 接口 中的方法org.springframework.data.redis.connection.Subscription
Returns the channel patters for this subscription.
getPatterns() - 类 中的方法org.springframework.data.redis.connection.util.AbstractSubscription
 
getPatterns() - 类 中的方法org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
 
getPatternsCondition() - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo
Return the URL patterns of this RequestMappingInfo; or instance with 0 patterns (never null).
getPatternString() - 类 中的方法org.springframework.web.util.pattern.PathPattern
Return the original String that was parsed to create this PathPattern.
getPatternSubscrbtions() - 类 中的方法org.springframework.data.redis.core.types.RedisClientInfo
Get number of pattern subscriptions.
getPeerCertificates() - 接口 中的方法org.springframework.http.server.reactive.SslInfo
Return SSL certificates associated with the request, if any.
getPending() - 类 中的方法reactor.core.publisher.EmitterProcessor
Return the number of parked elements in the emitter backlog.
getPending() - 类 中的方法reactor.core.publisher.TopicProcessor
 
getPending() - 类 中的方法reactor.core.publisher.WorkQueueProcessor
 
getPendingCommands() - 类 中的方法org.springframework.data.redis.connection.RedisServer
 
getPeriod() - 类 中的方法org.springframework.scheduling.commonj.ScheduledTimerListener
Return the period between repeated task executions.
getPeriod() - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorTask
Return the period between repeated task executions.
getPeriod() - 类 中的方法org.springframework.scheduling.support.PeriodicTrigger
Return this trigger's period.
getPermissionDeniedCodes() - 类 中的方法org.springframework.jdbc.support.SQLErrorCodes
 
getPersistentEntity() - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
 
getPersistentEntity() - 接口 中的方法org.springframework.data.repository.core.support.RepositoryFactoryInformation
Returns the PersistentEntity managed by the underlying repository.
getPersistentEntity(Class<?>) - 类 中的方法org.springframework.data.repository.support.Repositories
Returns the PersistentEntity for the given domain class.
getPersistLocation() - 类 中的方法org.springframework.jmx.export.metadata.ManagedResource
 
getPersistName() - 类 中的方法org.springframework.jmx.export.metadata.ManagedResource
 
getPersistPeriod() - 类 中的方法org.springframework.jmx.export.metadata.ManagedAttribute
 
getPersistPeriod() - 类 中的方法org.springframework.jmx.export.metadata.ManagedMetric
The persist period for this metric.
getPersistPeriod() - 类 中的方法org.springframework.jmx.export.metadata.ManagedResource
 
getPersistPolicy() - 类 中的方法org.springframework.jmx.export.metadata.ManagedAttribute
 
getPersistPolicy() - 类 中的方法org.springframework.jmx.export.metadata.ManagedMetric
The persist policy for this metric.
getPersistPolicy() - 类 中的方法org.springframework.jmx.export.metadata.ManagedResource
 
getPhase() - 类 中的方法org.springframework.data.redis.listener.RedisMessageListenerContainer
 
getPhase() - 类 中的方法org.springframework.jca.endpoint.GenericMessageEndpointManager
Return the phase in which this endpoint manager will be started and stopped.
getPhase() - 类 中的方法org.springframework.scheduling.quartz.SchedulerFactoryBean
Return the phase in which this scheduler will be started and stopped.
getPhaseId() - 类 中的方法org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
 
getPipeline() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
getPipelineResult() - 异常错误 中的方法org.springframework.data.redis.connection.RedisPipelineException
Optionally returns the result of the pipeline that caused the exception.
getPivot() - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.LInsertCommand
 
getPlaceholder() - 类 中的方法org.springframework.data.repository.query.Parameter
Returns the placeholder to be used for the parameter.
getPlain() - 类 中的方法org.yaml.snakeyaml.tokens.ScalarToken
 
getPlatformLineBreak() - 枚举 中的静态方法org.yaml.snakeyaml.DumperOptions.LineBreak
 
getPoint() - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
 
getPoint() - 类 中的方法org.springframework.data.redis.core.convert.GeoIndexedPropertyValue
 
getPoint() - 类 中的方法org.springframework.data.redis.repository.query.RedisOperationChain.NearPath
 
getPointcut() - 类 中的方法org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
 
getPointcut() - 类 中的方法org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor
 
getPointcut() - 类 中的方法org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
 
getPoolConfig() - 接口 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration
 
getPoolConfig() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Returns the poolConfig.
getPoolConfig() - 类 中的方法org.springframework.data.redis.connection.lettuce.DefaultLettucePool
已过时。
 
getPoolConfig() - 接口 中的方法org.springframework.data.redis.connection.lettuce.LettucePoolingClientConfiguration
 
getPoolSize() - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Return the current pool size.
getPoolSize() - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
Return the current pool size.
getPoolSize() - 类 中的方法org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
 
getPort() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Returns the port used to connect to the Redis instance.
getPort() - 类 中的方法org.springframework.data.redis.connection.lettuce.DefaultLettucePool
已过时。
Returns the current port.
getPort() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Returns the current port.
getPort() - 类 中的方法org.springframework.data.redis.connection.RedisNode
 
getPort() - 类 中的方法org.springframework.data.redis.connection.RedisStandaloneConfiguration
 
getPort() - 类 中的方法org.springframework.mail.javamail.JavaMailSenderImpl
Return the mail server port.
getPort() - 类 中的方法org.springframework.remoting.rmi.RmiRegistryFactoryBean
Return the port of the registry for the exported RMI service.
getPort() - 类 中的方法org.springframework.web.util.UriComponents
Return the port.
getPortName() - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the name of the port.
getPortQName() - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the prepared QName for the port.
getPortStub(Service, QName) - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Obtain the port stub from the given JAX-WS Service.
getPortStub() - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the underlying JAX-WS port stub that this interceptor delegates to for each method invocation on the proxy.
getPosition() - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.LInsertCommand
 
getPosition() - 类 中的方法org.springframework.data.redis.core.ConvertingCursor
 
getPosition() - 接口 中的方法org.springframework.data.redis.core.Cursor
 
getPosition() - 类 中的方法org.springframework.data.redis.core.ScanCursor
 
getPosition() - 异常错误 中的方法org.springframework.expression.ExpressionException
Return the position in the expression string where the problem occurred.
getPosition() - 异常错误 中的方法org.springframework.web.util.pattern.PatternParseException
 
getPosition() - 异常错误 中的方法org.yaml.snakeyaml.reader.ReaderException
 
getPragma() - 类 中的方法org.springframework.http.HttpHeaders
Return the value of the Pragma header.
getPrecision(int) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getPrecision(int) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieve the precision for the indicated column.
getPrefetch() - 类 中的方法reactor.core.publisher.DirectProcessor
 
getPrefetch() - 类 中的方法reactor.core.publisher.EmitterProcessor
 
getPrefetch() - 类 中的方法reactor.core.publisher.Flux
The prefetch configuration of the Flux
getPrefetch() - 类 中的方法reactor.core.publisher.ParallelFlux
The prefetch configuration of the component
getPrefetch() - 类 中的方法reactor.core.publisher.ReplayProcessor
 
getPrefetch() - 类 中的方法reactor.core.publisher.UnicastProcessor
 
getPrefix(String) - 类 中的方法org.springframework.util.xml.SimpleNamespaceContext
 
getPrefix() - 类 中的方法org.springframework.validation.DefaultMessageCodesResolver
Return the prefix to be applied to any code built by this resolver.
getPrefix() - 类 中的方法org.springframework.web.servlet.mvc.UrlFilenameViewController
Return the prefix to prepend to the request URL filename.
getPrefix() - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
Return the prefix that gets prepended to view names when building a URL.
getPrefix() - 类 中的方法org.yaml.snakeyaml.extensions.compactnotation.CompactData
 
getPrefixes(String) - 类 中的方法org.springframework.util.xml.SimpleNamespaceContext
 
getPreparedMethod() - 类 中的方法org.springframework.util.MethodInvoker
Return the prepared Method object that will be invoked.
getPreparedStatementCreator(String, SqlParameterSource) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
Build a PreparedStatementCreator based on the given SQL and named parameters.
getPreparedStatementCreator(String, SqlParameterSource, Consumer<PreparedStatementCreatorFactory>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
Build a PreparedStatementCreator based on the given SQL and named parameters.
getPreparer(String, Request) - 类 中的方法org.springframework.web.servlet.view.tiles3.AbstractSpringPreparerFactory
 
getPreparer(String, WebApplicationContext) - 类 中的方法org.springframework.web.servlet.view.tiles3.AbstractSpringPreparerFactory
Obtain a preparer instance for the given preparer name, based on the given Spring WebApplicationContext.
getPreparer(String, WebApplicationContext) - 类 中的方法org.springframework.web.servlet.view.tiles3.SimpleSpringPreparerFactory
 
getPreparer(String, WebApplicationContext) - 类 中的方法org.springframework.web.servlet.view.tiles3.SpringBeanPreparerFactory
 
getPreviousIsolationLevel() - 类 中的方法org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
getPrincipal() - 接口 中的方法org.springframework.http.server.ServerHttpRequest
Return a Principal instance containing the name of the authenticated user.
getPrincipal() - 类 中的方法org.springframework.http.server.ServletServerHttpRequest
 
getPrincipal() - 类 中的方法org.springframework.web.server.adapter.DefaultServerWebExchange
 
getPrincipal() - 接口 中的方法org.springframework.web.server.ServerWebExchange
Return the authenticated user for the request, if any.
getPrincipal() - 类 中的方法org.springframework.web.server.ServerWebExchangeDecorator
 
getPrinter(A, Class<?>) - 接口 中的方法org.springframework.format.AnnotationFormatterFactory
Get the Printer to print the value of a field of fieldType annotated with annotation.
getPrinter(DateTimeFormat, Class<?>) - 类 中的方法org.springframework.format.datetime.DateTimeFormatAnnotationFormatterFactory
 
getPrinter(DateTimeFormat, Class<?>) - 类 中的方法org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
 
getPrinter(DateTimeFormat, Class<?>) - 类 中的方法org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory
 
getPrinter(NumberFormat, Class<?>) - 类 中的方法org.springframework.format.number.money.Jsr354NumberFormatAnnotationFormatterFactory
 
getPrinter(NumberFormat, Class<?>) - 类 中的方法org.springframework.format.number.NumberFormatAnnotationFormatterFactory
 
getPrinter() - 类 中的方法org.springframework.test.web.servlet.result.PrintingResultHandler
 
getProblem() - 异常错误 中的方法org.yaml.snakeyaml.error.MarkedYAMLException
 
getProblemMark() - 异常错误 中的方法org.yaml.snakeyaml.error.MarkedYAMLException
 
getProblems() - 类 中的方法org.xmlunit.validation.ValidationResult
Retrieves the problems that have been found.
getProcedureName() - 类 中的方法org.springframework.jdbc.core.metadata.CallMetaDataContext
Get the name of the procedure.
getProcedureName() - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
Get the name of the stored procedure.
getProcessingTimeMillis() - 类 中的方法org.springframework.web.context.support.RequestHandledEvent
Return the processing time of the request in milliseconds.
getProducesCondition() - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo
Return the "produces" condition of this RequestMappingInfo; or instance with 0 produces expressions (never null).
getProducibleMediaTypes() - 类 中的方法org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
Return the contained producible media types excluding negated expressions.
getProducibleMediaTypes(HttpServletRequest, Class<?>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
 
getProducibleMediaTypes(HttpServletRequest, Class<?>, Type) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
Returns the media types that can be produced: The producible media types specified in the request mappings, or Media types of configured converters that can write the specific return value, or MediaType.ALL
getProjectionFactory(ClassLoader, BeanFactory) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactorySupport
Returns the ProjectionFactory to be used with the repository instances created.
getPropagationBehavior() - 类 中的方法org.springframework.transaction.support.DefaultTransactionDefinition
 
getPropagationBehavior() - 类 中的方法org.springframework.transaction.support.DelegatingTransactionDefinition
 
getPropagationBehavior() - 接口 中的方法org.springframework.transaction.TransactionDefinition
Return the propagation behavior.
getProperties() - 接口 中的方法org.springframework.data.repository.query.spi.EvaluationContextExtension
Returns the properties exposed by the extension.
getProperties() - 类 中的方法org.springframework.data.repository.query.spi.EvaluationContextExtensionSupport
 
getProperties() - 类 中的方法org.yaml.snakeyaml.extensions.compactnotation.CompactData
 
getProperties(Class<? extends Object>) - 类 中的方法org.yaml.snakeyaml.introspector.PropertyUtils
 
getProperties(Class<? extends Object>, BeanAccess) - 类 中的方法org.yaml.snakeyaml.introspector.PropertyUtils
 
getProperties(Class<? extends Object>) - 类 中的方法org.yaml.snakeyaml.representer.Representer
Get JavaBean properties to be serialised.
getProperties() - 类 中的方法org.yaml.snakeyaml.TypeDescription
 
getPropertiesMap(Class<?>, BeanAccess) - 类 中的方法org.yaml.snakeyaml.introspector.PropertyUtils
 
getProperty() - 类 中的方法org.springframework.data.repository.query.parser.Part
 
getProperty(String) - 接口 中的方法org.springframework.data.util.TypeInformation
Returns the property information for the property with the given name.
getProperty(String) - 类 中的方法org.springframework.jndi.JndiPropertySource
This implementation looks up and returns the value associated with the given name from the underlying JndiLocatorDelegate.
getProperty(String) - 类 中的方法org.springframework.web.context.support.GroovyWebApplicationContext
 
getProperty(String) - 类 中的方法org.springframework.web.context.support.ServletConfigPropertySource
 
getProperty(String) - 类 中的方法org.springframework.web.context.support.ServletContextPropertySource
 
getProperty() - 类 中的方法org.springframework.web.servlet.tags.BindTag
Retrieve the property that this tag is currently bound to, or null if bound to an object rather than a specific property.
getProperty(Class<? extends Object>, String) - 类 中的方法org.yaml.snakeyaml.constructor.Constructor.ConstructMapping
 
getProperty(Class<? extends Object>, String) - 类 中的方法org.yaml.snakeyaml.introspector.PropertyUtils
 
getProperty(Class<? extends Object>, String, BeanAccess) - 类 中的方法org.yaml.snakeyaml.introspector.PropertyUtils
 
getProperty(String) - 类 中的方法org.yaml.snakeyaml.TypeDescription
 
getPropertyAccessor() - 类 中的方法org.springframework.validation.AbstractPropertyBindingResult
Provide the PropertyAccessor to work with, according to the concrete strategy of access.
getPropertyAccessor() - 类 中的方法org.springframework.validation.BeanPropertyBindingResult
Returns the BeanWrapper that this instance uses.
getPropertyAccessor() - 类 中的方法org.springframework.validation.DataBinder
Return the underlying PropertyAccessor of this binder's BindingResult.
getPropertyAccessor() - 类 中的方法org.springframework.validation.DirectFieldBindingResult
Returns the DirectFieldAccessor that this instance uses.
getPropertyAccessors() - 接口 中的方法org.springframework.expression.EvaluationContext
Return a list of accessors that will be asked in turn to read/write a property.
getPropertyAccessors() - 类 中的方法org.springframework.expression.spel.ExpressionState
 
getPropertyAccessors() - 类 中的方法org.springframework.expression.spel.support.SimpleEvaluationContext
Return the specified PropertyAccessor delegates, if any.
getPropertyAccessors() - 类 中的方法org.springframework.expression.spel.support.StandardEvaluationContext
 
getPropertyAccessorsToTry(Class<?>, List<PropertyAccessor>) - 类 中的静态方法org.springframework.expression.spel.ast.AstUtils
Determines the set of property resolvers that should be used to try and access a property on the specified target type.
getPropertyEditor() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Get the PropertyEditor, if any, in use for value bound to this tag.
getPropertyEditorRegistrars() - 类 中的方法org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Return the PropertyEditorRegistrars to be applied to every DataBinder.
getPropertyEditorRegistry() - 类 中的方法org.springframework.validation.AbstractBindingResult
This implementation returns null.
getPropertyEditorRegistry() - 类 中的方法org.springframework.validation.AbstractPropertyBindingResult
Returns the underlying PropertyAccessor.
getPropertyEditorRegistry() - 异常错误 中的方法org.springframework.validation.BindException
 
getPropertyEditorRegistry() - 接口 中的方法org.springframework.validation.BindingResult
Return the underlying PropertyEditorRegistry.
getPropertyEditorRegistry() - 类 中的方法org.springframework.validation.DataBinder
Return the underlying TypeConverter of this binder's BindingResult.
getPropertyEditorRegistry() - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
getPropertyMethodSuffix(String) - 类 中的方法org.springframework.expression.spel.support.ReflectivePropertyAccessor
Return the method suffix for a given property name.
getPropertyMethodSuffixes(String) - 类 中的方法org.springframework.expression.spel.support.ReflectivePropertyAccessor
Return the method suffixes for a given property name.
getPropertyNames() - 类 中的方法org.springframework.web.context.support.ServletConfigPropertySource
 
getPropertyNames() - 类 中的方法org.springframework.web.context.support.ServletContextPropertySource
 
getPropertyPath() - 类 中的方法org.springframework.data.redis.core.PartialUpdate.PropertyUpdate
Get the target path.
getPropertyPath() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Build the property path for this tag, including the nested path but not prefixed with the name of the form attribute.
getPropertySourceLocations() - 类 中的方法org.springframework.test.context.MergedContextConfiguration
Get the merged resource locations for test PropertySources for the test class.
getPropertySourceProperties() - 类 中的方法org.springframework.test.context.MergedContextConfiguration
Get the merged test PropertySource properties for the test class.
getPropertySpecifier(String) - 类 中的方法org.springframework.data.support.ExampleMatcherAccessor
Get the ExampleMatcher.PropertySpecifier for given path.
getPropertySpecifiers() - 类 中的方法org.springframework.data.support.ExampleMatcherAccessor
Returns the ExampleMatcher.PropertySpecifiers of the underlying ExampleMatcher.
getPropertyType() - 接口 中的方法org.springframework.expression.spel.CompilablePropertyAccessor
Return the type of the accessed property - may only be known once an access has occurred.
getPropertyType() - 类 中的方法org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
 
getPropertyUpdates() - 类 中的方法org.springframework.data.redis.core.PartialUpdate
Get the list of individual property updates.
getPropertyUtils() - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
 
getPropertyUtils() - 类 中的方法org.yaml.snakeyaml.representer.BaseRepresenter
 
getPropertyValue(String) - 类 中的方法org.springframework.data.util.DirectFieldAccessFallbackBeanWrapper
 
getProtocol() - 类 中的方法org.springframework.mail.javamail.JavaMailSenderImpl
Return the mail protocol.
getProtocol() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getProxy() - 类 中的方法org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
 
getProxyForService() - 类 中的方法org.springframework.remoting.support.RemoteExporter
Get a proxy for the given service object, implementing the specified service interface.
getPublicDeclaringClass() - 类 中的方法org.springframework.expression.spel.support.ReflectiveMethodExecutor
Find the first public class in the methods declaring class hierarchy that declares this method.
getQName(String) - 类 中的方法org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Return a QName for the given name, relative to the namespace URI of this factory, if given.
getQName(Node) - 类 中的静态方法org.xmlunit.util.Nodes
Extracts a Node's name, namespace URI (if any) and prefix as a QName.
getQualifiedMethodName(Method) - 类 中的静态方法org.springframework.util.ClassUtils
Return the qualified name of the given method, consisting of fully qualified interface/class name + "." + method name.
getQualifiedMethodName(Method, Class<?>) - 类 中的静态方法org.springframework.util.ClassUtils
Return the qualified name of the given method, consisting of fully qualified interface/class name + "." + method name.
getQualifiedName(Class<?>) - 类 中的静态方法org.springframework.util.ClassUtils
Return the qualified name of the given class: usually simply the class name, but component type class name + "[]" for arrays.
getQualifier() - 类 中的方法org.springframework.transaction.interceptor.DefaultTransactionAttribute
Return a qualifier value associated with this transaction attribute.
getQualifier() - 类 中的方法org.springframework.transaction.interceptor.DelegatingTransactionAttribute
 
getQualifier() - 接口 中的方法org.springframework.transaction.interceptor.TransactionAttribute
Return a qualifier value associated with this transaction attribute.
getQualifiers() - 类 中的方法org.springframework.data.redis.repository.cdi.CdiBean
 
getQualifiers() - 类 中的方法org.springframework.data.repository.cdi.CdiRepositoryBean
 
getQualityValue() - 类 中的方法org.springframework.http.MediaType
Return the quality factor, as indicated by a q parameter, if any.
getQuery(String) - 接口 中的方法org.springframework.data.repository.core.NamedQueries
Returns the named query with the given name.
getQuery(String) - 类 中的方法org.springframework.data.repository.core.support.PropertiesBasedNamedQueries
 
getQuery() - 类 中的方法org.springframework.web.util.UriComponents
Return the query.
getQueryLookupStrategy(QueryLookupStrategy.Key, EvaluationContextProvider) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactorySupport
getQueryLookupStrategyKey() - 类 中的方法org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
 
getQueryLookupStrategyKey() - 类 中的方法org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
getQueryLookupStrategyKey() - 接口 中的方法org.springframework.data.repository.config.RepositoryConfiguration
Returns the key to resolve a QueryLookupStrategy from eventually.
getQueryLookupStrategyKey() - 接口 中的方法org.springframework.data.repository.config.RepositoryConfigurationSource
Returns the QueryLookupStrategy.Key to define how query methods shall be resolved.
getQueryLookupStrategyKey() - 类 中的方法org.springframework.data.repository.config.XmlRepositoryConfigurationSource
 
getQueryMethod() - 接口 中的方法org.springframework.data.repository.query.RepositoryQuery
Returns the related QueryMethod.
getQueryMethods() - 接口 中的方法org.springframework.data.repository.core.RepositoryInformation
Returns all methods considered to be query methods.
getQueryMethods() - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
 
getQueryMethods() - 接口 中的方法org.springframework.data.repository.core.support.RepositoryFactoryInformation
Returns all QueryMethods declared for that repository.
getQueryMethods() - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactorySupport
 
getQueryMethodsFor(Class<?>) - 类 中的方法org.springframework.data.repository.support.Repositories
Returns the QueryMethods contained in the repository managing the given domain class.
getQueryParams() - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpRequest
 
getQueryParams() - 接口 中的方法org.springframework.http.server.reactive.ServerHttpRequest
Return a read-only map with parsed and decoded query parameter values.
getQueryParams() - 类 中的方法org.springframework.http.server.reactive.ServerHttpRequestDecorator
 
getQueryParams() - 类 中的方法org.springframework.web.util.UriComponents
Return the map of query parameters.
getQueryString() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getQueryString() - 类 中的方法org.springframework.web.servlet.support.RequestContext
Return the query string of the current request, that is, the part after the request path.
getQueryTimeout() - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
Return the query timeout for statements that this JdbcTemplate executes.
getQueueCount() - 类 中的方法org.springframework.jdbc.object.BatchSqlUpdate
Return the current number of statements or statement parameters in the queue.
getQuorum() - 类 中的方法org.springframework.data.redis.connection.RedisServer
 
getRange(byte[], long, long) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
getRange(byte[], long, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
getRange(String, long, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
getRange() - 类 中的方法org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand
 
getRange() - 类 中的方法org.springframework.data.redis.connection.ReactiveStringCommands.BitCountCommand
 
getRange(ByteBuffer, long, long) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Get a substring of value of key between start and end.
getRange(Publisher<ReactiveRedisConnection.RangeCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Get a substring of value of key between start and end.
getRange() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZCountCommand
 
getRange() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByLexCommand
 
getRange() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByScoreCommand
 
getRange() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeCommand
 
getRange() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByRankCommand
 
getRange() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByScoreCommand
 
getRange(byte[], long, long) - 接口 中的方法org.springframework.data.redis.connection.RedisStringCommands
Get a substring of value of key between start and end.
getRange(String, long, long) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get a substring of value of key between start and end.
getRange() - 类 中的方法org.springframework.http.HttpHeaders
Return the value of the Range header.
getRangeEnd(long) - 类 中的方法org.springframework.http.HttpRange
Return the end of the range (inclusive) given the total length of a representation.
getRangeStart(long) - 类 中的方法org.springframework.http.HttpRange
Return the start of the range given the total length of a representation.
getRaw() - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.PopResult
 
getRaw() - 枚举 中的方法org.springframework.data.redis.connection.RedisClusterNode.Flag
 
getRawFieldValue(String) - 类 中的方法org.springframework.validation.AbstractBindingResult
 
getRawFieldValue(String) - 异常错误 中的方法org.springframework.validation.BindException
 
getRawFieldValue(String) - 接口 中的方法org.springframework.validation.BindingResult
Extract the raw field value for the given field.
getRawFieldValue(String) - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
getRawStatusCode() - 接口 中的方法org.springframework.http.client.ClientHttpResponse
Return the HTTP status code (potentially non-standard and not resolvable through the HttpStatus enum) as an integer.
getRawStatusCode() - 接口 中的方法org.springframework.http.client.reactive.ClientHttpResponse
Return the HTTP status code (potentially non-standard and not resolvable through the HttpStatus enum) as an integer.
getRawStatusCode() - 类 中的方法org.springframework.http.client.reactive.ClientHttpResponseDecorator
 
getRawStatusCode() - 类 中的方法org.springframework.mock.http.client.MockClientHttpResponse
 
getRawStatusCode() - 类 中的方法org.springframework.mock.http.client.reactive.MockClientHttpResponse
 
getRawStatusCode() - 异常错误 中的方法org.springframework.web.client.RestClientResponseException
Return the raw HTTP status code value.
getRawTypeInformation() - 类 中的方法org.springframework.data.util.ClassTypeInformation
 
getRawTypeInformation() - 接口 中的方法org.springframework.data.util.TypeInformation
Returns a ClassTypeInformation to represent the TypeInformation of the raw type of the current instance.
getReactiveAdapterRegistry() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Return the configured reactive type registry of adapters.
getReactiveClusterConnection() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
 
getReactiveClusterConnection() - 接口 中的方法org.springframework.data.redis.connection.ReactiveRedisConnectionFactory
 
getReactiveConnection() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
 
getReactiveConnection() - 接口 中的方法org.springframework.data.redis.connection.ReactiveRedisConnectionFactory
 
getReadableMediaTypes() - 类 中的方法org.springframework.http.codec.DecoderHttpMessageReader
 
getReadableMediaTypes() - 类 中的方法org.springframework.http.codec.FormHttpMessageReader
 
getReadableMediaTypes() - 接口 中的方法org.springframework.http.codec.HttpMessageReader
Return the MediaType's that this reader supports.
getReadableMediaTypes() - 类 中的方法org.springframework.http.codec.multipart.MultipartHttpMessageReader
 
getReadableMediaTypes() - 类 中的方法org.springframework.http.codec.multipart.SynchronossPartHttpMessageReader
 
getReadableMediaTypes() - 类 中的方法org.springframework.http.codec.ServerSentEventHttpMessageReader
 
getReadablePropertyNames() - 类 中的方法org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource
Provide access to the property names of the wrapped bean.
getReadDate() - 类 中的方法org.springframework.http.ContentDisposition
Return the value of the read-date parameter, or null if not defined.
getReader() - 接口 中的方法org.springframework.data.redis.serializer.RedisSerializationContext.SerializationPair
 
getReader() - 类 中的方法org.springframework.mock.web.MockBodyContent
 
getReader() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getReader(Object, String) - 类 中的方法org.springframework.ui.freemarker.SpringTemplateLoader
 
getReader() - 类 中的方法org.springframework.web.util.ContentCachingRequestWrapper
 
getReaders() - 接口 中的方法org.springframework.http.codec.CodecConfigurer
Obtain the configured HTTP message readers.
getReadHints(ResolvableType, ResolvableType, ServerHttpRequest, ServerHttpResponse) - 类 中的方法org.springframework.http.codec.DecoderHttpMessageReader
Get additional hints for decoding for example based on the server request or annotations from controller method parameters.
getReadTimeout() - 接口 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration
 
getRealLiteral(String, int, boolean) - 类 中的静态方法org.springframework.expression.spel.ast.Literal
 
getRealNode() - 类 中的方法org.yaml.snakeyaml.nodes.AnchorNode
 
getRealPath(String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
已过时。
getRealPath(String) - 类 中的方法org.springframework.mock.web.MockServletContext
 
getRealPath(ServletContext, String) - 类 中的静态方法org.springframework.web.util.WebUtils
Return the real path of the given path within the web application, as provided by the servlet container.
getReason() - 异常错误 中的方法org.springframework.web.server.ResponseStatusException
The reason explaining the exception (potentially null or empty).
getReasonPhrase() - 枚举 中的方法org.springframework.http.HttpStatus
Return the reason phrase of this status code.
getRecordFactory() - 类 中的方法org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
getRecordFactory(ConnectionFactory) - 类 中的方法org.springframework.jca.cci.core.CciTemplate
Return a RecordFactory for the given ConnectionFactory.
getRecordName() - 类 中的方法org.springframework.jca.cci.core.support.CommAreaRecord
 
getRecordShortDescription() - 类 中的方法org.springframework.jca.cci.core.support.CommAreaRecord
 
getRedirectedUrl() - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
getRedirectHosts() - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
Return the configured application hosts for redirect purposes.
getRedirectPatterns() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ModelAndViewMethodReturnValueHandler
Return the configured redirect patterns, if any.
getRedirectPatterns() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ViewNameMethodReturnValueHandler
The configured redirect patterns, if any.
getRedirectStatus() - 类 中的方法org.springframework.web.filter.RelativeRedirectFilter
Return the configured redirect status.
getRefCursorSqlType() - 接口 中的方法org.springframework.jdbc.core.metadata.CallMetaDataProvider
Get the Types type for columns that return ResultSets as ref cursors if this feature is supported.
getRefCursorSqlType() - 类 中的方法org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
getRefCursorSqlType() - 类 中的方法org.springframework.jdbc.core.metadata.OracleCallMetaDataProvider
 
getRefCursorSqlType() - 类 中的方法org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
 
getReference() - 类 中的方法org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
getReference(Object, ConcurrentReferenceHashMap.Restructure) - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap
Return a ConcurrentReferenceHashMap.Reference to the ConcurrentReferenceHashMap.Entry for the specified key, or null if not found.
getReference(Object, int, ConcurrentReferenceHashMap.Restructure) - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap.Segment
 
getRegisteredObjectNames() - 类 中的方法org.springframework.jmx.support.MBeanRegistrationSupport
Return the ObjectNames of all registered beans.
getRegistry(String, int, RMIClientSocketFactory, RMIServerSocketFactory) - 类 中的方法org.springframework.remoting.rmi.RmiRegistryFactoryBean
Locate or create the RMI registry.
getRegistry(int, RMIClientSocketFactory, RMIServerSocketFactory) - 类 中的方法org.springframework.remoting.rmi.RmiRegistryFactoryBean
Locate or create the RMI registry.
getRegistry(int) - 类 中的方法org.springframework.remoting.rmi.RmiRegistryFactoryBean
Locate or create the RMI registry.
getRegistry(String, int, RMIClientSocketFactory, RMIServerSocketFactory) - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
Locate or create the RMI registry for this exporter.
getRegistry(int, RMIClientSocketFactory, RMIServerSocketFactory) - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
Locate or create the RMI registry for this exporter.
getRegistry(int) - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
Locate or create the RMI registry for this exporter.
getRejectedValue(String, ConstraintViolation<Object>, BindingResult) - 类 中的方法org.springframework.validation.beanvalidation.SpringValidatorAdapter
Extract the rejected value behind the given constraint violation, for exposure through the Spring errors representation.
getRejectedValue() - 类 中的方法org.springframework.validation.FieldError
Return the rejected field value.
getRemaining() - 类 中的方法org.springframework.mock.web.MockBodyContent
 
getRemaining() - 类 中的方法org.springframework.mock.web.MockJspWriter
 
getRemoteAddr() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getRemoteAddress() - 接口 中的方法org.springframework.http.server.reactive.ServerHttpRequest
Return the remote address where this request is connected to, if available.
getRemoteAddress() - 类 中的方法org.springframework.http.server.reactive.ServerHttpRequestDecorator
 
getRemoteAddress() - 接口 中的方法org.springframework.http.server.ServerHttpRequest
Return the address of the remote client.
getRemoteAddress() - 类 中的方法org.springframework.http.server.ServletServerHttpRequest
 
getRemoteAddress() - 类 中的方法org.springframework.mock.http.server.reactive.MockServerHttpRequest
 
getRemoteHost() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getRemoteInvocationExecutor() - 类 中的方法org.springframework.remoting.support.RemoteInvocationBasedExporter
Return the RemoteInvocationExecutor used by this exporter.
getRemoteInvocationFactory() - 类 中的方法org.springframework.remoting.rmi.JndiRmiClientInterceptor
Return the RemoteInvocationFactory used by this accessor.
getRemoteInvocationFactory() - 类 中的方法org.springframework.remoting.support.RemoteInvocationBasedAccessor
Return the RemoteInvocationFactory used by this accessor.
getRemotePort() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getRemoteUser() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getRemoteUser() - 类 中的方法org.springframework.web.context.request.FacesWebRequest
 
getRemoteUser() - 类 中的方法org.springframework.web.context.request.ServletWebRequest
 
getRemoteUser() - 接口 中的方法org.springframework.web.context.request.WebRequest
Return the remote user for this request, if any.
getRenderFunction() - 接口 中的方法org.springframework.web.servlet.view.script.ScriptTemplateConfig
Return the render function name (optional).
getRenderFunction() - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
 
getRenderObject() - 接口 中的方法org.springframework.web.servlet.view.script.ScriptTemplateConfig
Return the object where the render function belongs (optional).
getRenderObject() - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
 
getRepeatCount(Method) - 类 中的静态方法org.springframework.test.annotation.TestAnnotationUtils
Get the repeat count configured via the @Repeat annotation on the supplied method.
getReplyTo() - 类 中的方法org.springframework.mail.SimpleMailMessage
 
getRepositories() - 类 中的方法org.springframework.data.repository.init.RepositoriesPopulatedEvent
Returns the Repositories that were populated.
getRepository(Class<T>) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactorySupport
Returns a repository instance for the given interface.
getRepository(Class<T>, Object) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactorySupport
已过时。
since 2.0. Use RepositoryComposition.RepositoryFragments with #getRepository(Class, RepositoryFragments) to compose repositories backed by custom implementations.
getRepository(Class<T>, RepositoryComposition.RepositoryFragments) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactorySupport
Returns a repository instance for the given interface backed by an instance providing implementation logic for custom logic.
getRepositoryBaseClass() - 接口 中的方法org.springframework.data.repository.core.RepositoryInformation
Returns the base class to be used to create the proxy backing instance.
getRepositoryBaseClass(RepositoryMetadata) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactorySupport
Returns the base class backing the actual repository instance.
getRepositoryBaseClassName() - 类 中的方法org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
 
getRepositoryBaseClassName() - 类 中的方法org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
getRepositoryBaseClassName() - 接口 中的方法org.springframework.data.repository.config.RepositoryConfiguration
Returns the name of the repository base class to be used or null if the store specific defaults shall be applied.
getRepositoryBaseClassName() - 接口 中的方法org.springframework.data.repository.config.RepositoryConfigurationSource
Returns the name of the repository base class to be used or Optional.empty() if the store specific defaults shall be applied.
getRepositoryBaseClassName() - 类 中的方法org.springframework.data.repository.config.XmlRepositoryConfigurationSource
 
getRepositoryConfiguration(BeanDefinition, T) - 类 中的方法org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
Creates a actual RepositoryConfiguration instance for the given RepositoryConfigurationSource and interface name.
getRepositoryConfigurations(T, ResourceLoader) - 接口 中的方法org.springframework.data.repository.config.RepositoryConfigurationExtension
getRepositoryConfigurations(T, ResourceLoader, boolean) - 接口 中的方法org.springframework.data.repository.config.RepositoryConfigurationExtension
Returns all RepositoryConfigurations obtained through the given RepositoryConfigurationSource.
getRepositoryConfigurations(T, ResourceLoader) - 类 中的方法org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
 
getRepositoryConfigurations(T, ResourceLoader, boolean) - 类 中的方法org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
 
getRepositoryFactoryBeanClassName() - 类 中的方法org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
 
getRepositoryFactoryBeanClassName() - 类 中的方法org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
getRepositoryFactoryBeanClassName() - 接口 中的方法org.springframework.data.repository.config.RepositoryConfiguration
Returns the name of the repository factory bean class to be used.
getRepositoryFactoryBeanClassName() - 接口 中的方法org.springframework.data.repository.config.RepositoryConfigurationExtension
Returns the name of the repository factory class to be used.
getRepositoryFactoryBeanClassName() - 接口 中的方法org.springframework.data.repository.config.RepositoryConfigurationSource
Returns the name of the repository factory bean class or Optional.empty() if not defined in the source.
getRepositoryFactoryBeanClassName() - 类 中的方法org.springframework.data.repository.config.XmlRepositoryConfigurationSource
 
getRepositoryFactoryBeanName() - 类 中的方法org.springframework.data.repository.config.XmlRepositoryConfigurationSource
 
getRepositoryFor(Class<?>) - 类 中的方法org.springframework.data.repository.support.Repositories
Returns the repository managing the given domain class.
getRepositoryFragments(RepositoryMetadata) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactorySupport
Creates RepositoryComposition.RepositoryFragments based on RepositoryMetadata to add repository-specific extensions.
getRepositoryImplementationPostfix() - 接口 中的方法org.springframework.data.repository.cdi.CdiRepositoryConfiguration
Returns the configured postfix to be used for looking up custom implementation classes.
getRepositoryImplementationPostfix() - 类 中的方法org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
 
getRepositoryImplementationPostfix() - 接口 中的方法org.springframework.data.repository.config.RepositoryConfigurationSource
Returns the configured postfix to be used for looking up custom implementation classes.
getRepositoryImplementationPostfix() - 类 中的方法org.springframework.data.repository.config.XmlRepositoryConfigurationSource
 
getRepositoryInformation() - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
 
getRepositoryInformation() - 接口 中的方法org.springframework.data.repository.core.support.RepositoryFactoryInformation
Returns the RepositoryInformation to determine meta-information about the repository being used.
getRepositoryInformation(RepositoryMetadata, RepositoryComposition.RepositoryFragments) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactorySupport
getRepositoryInformation(Class<?>) - 类 中的方法org.springframework.data.repository.support.Repositories
Returns the RepositoryInformation for the given repository interface.
getRepositoryInformationFor(Class<?>) - 类 中的方法org.springframework.data.repository.support.Repositories
Returns the RepositoryInformation for the given domain class.
getRepositoryInterface() - 类 中的方法org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
getRepositoryInterface() - 接口 中的方法org.springframework.data.repository.config.RepositoryConfiguration
Returns the interface name of the repository.
getRepositoryInterface() - 接口 中的方法org.springframework.data.repository.core.RepositoryMetadata
Returns the repository interface.
getRepositoryInterface() - 类 中的方法org.springframework.data.repository.core.support.AbstractRepositoryMetadata
 
getRepositoryMetadata(Class<?>) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactorySupport
Returns the RepositoryMetadata for the given repository interface.
getRepositoryTypes() - 类 中的方法org.springframework.data.repository.cdi.CdiRepositoryExtensionSupport
Provides access to all repository types as well as their qualifiers.
getRepresentation() - 枚举 中的方法org.yaml.snakeyaml.DumperOptions.Version
 
getRequest() - 类 中的方法org.springframework.http.client.support.HttpRequestWrapper
Return the wrapped request.
getRequest() - 类 中的方法org.springframework.mock.web.MockAsyncContext
 
getRequest() - 类 中的方法org.springframework.mock.web.MockFilterChain
getRequest() - 类 中的方法org.springframework.mock.web.MockPageContext
 
getRequest() - 接口 中的方法org.springframework.test.web.servlet.MvcResult
Return the performed request.
getRequest() - 类 中的方法org.springframework.web.context.request.ServletRequestAttributes
Exposes the native HttpServletRequest that we're wrapping.
getRequest() - 类 中的方法org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
getRequest() - 类 中的方法org.springframework.web.server.adapter.DefaultServerWebExchange
 
getRequest() - 接口 中的方法org.springframework.web.server.ServerWebExchange
Return the current HTTP request.
getRequest() - 类 中的方法org.springframework.web.server.ServerWebExchangeDecorator
 
getRequest() - 类 中的方法org.springframework.web.servlet.support.RequestContext
Return the underlying HttpServletRequest.
getRequestAttributes() - 类 中的静态方法org.springframework.web.context.request.RequestContextHolder
Return the RequestAttributes currently bound to the thread.
getRequestBodyContent() - 类 中的方法org.springframework.test.web.reactive.server.ExchangeResult
Return the raw request body content written as a byte[].
getRequestCharacterEncoding() - 类 中的方法org.springframework.mock.web.MockServletContext
 
getRequestContext() - 类 中的方法org.springframework.web.servlet.tags.RequestContextAwareTag
Return the current RequestContext.
getRequestContextAttribute() - 类 中的方法org.springframework.web.servlet.view.AbstractView
Return the name of the RequestContext attribute, if any.
getRequestContextAttribute() - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
Return the name of the RequestContext attribute for all views, if any.
getRequestCount() - 类 中的方法org.springframework.test.web.client.DefaultRequestExpectation
 
getRequestDataValueProcessor() - 类 中的方法org.springframework.web.servlet.support.RequestContext
Return the RequestDataValueProcessor instance to use obtained from the WebApplicationContext under the name "requestDataValueProcessor".
getRequestDetails() - 类 中的方法org.springframework.test.web.client.AbstractRequestExpectationManager
Return details of executed requests.
getRequestDispatcher(String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getRequestDispatcher(String) - 类 中的方法org.springframework.mock.web.MockServletContext
 
getRequestDispatcher(HttpServletRequest, String) - 类 中的方法org.springframework.web.servlet.view.InternalResourceView
Obtain the RequestDispatcher to use for the forward/include.
getRequestedSessionId() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getRequestFactory() - 类 中的方法org.springframework.http.client.support.HttpAccessor
Return the request factory that this accessor uses for obtaining client request handles.
getRequestFactory() - 类 中的方法org.springframework.http.client.support.InterceptingHttpAccessor
Overridden to expose an InterceptingClientHttpRequestFactory if necessary.
getRequestHandler() - 类 中的方法org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
Return a ResourceHttpRequestHandler instance.
getRequestHeaders() - 类 中的方法org.springframework.mock.web.MockMultipartHttpServletRequest
 
getRequestHeaders() - 类 中的方法org.springframework.test.web.reactive.server.ExchangeResult
Return the request headers sent to the server.
getRequestHeaders(MockHttpServletRequest) - 类 中的方法org.springframework.test.web.servlet.result.PrintingResultHandler
 
getRequestHeaders() - 接口 中的方法org.springframework.web.multipart.MultipartHttpServletRequest
Return this request's headers as a convenient HttpHeaders instance.
getRequestHeaders() - 类 中的方法org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
getRequestMatchers() - 类 中的方法org.springframework.test.web.client.DefaultRequestExpectation
 
getRequestMethod() - 类 中的方法org.springframework.mock.web.MockMultipartHttpServletRequest
 
getRequestMethod() - 接口 中的方法org.springframework.web.multipart.MultipartHttpServletRequest
Return this request's method as a convenient HttpMethod instance.
getRequestMethod() - 类 中的方法org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
getRequestPartName() - 异常错误 中的方法org.springframework.web.multipart.support.MissingServletRequestPartException
 
getRequests() - 类 中的方法org.springframework.test.web.client.AbstractRequestExpectationManager
Return a read-only list of requests executed so far.
getRequestToExpose(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.view.AbstractView
getRequestURI() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getRequestUri() - 类 中的方法org.springframework.web.servlet.support.RequestContext
Return the request URI of the original request, that is, the invoked URL without parameters.
getRequestUri(HttpServletRequest) - 类 中的方法org.springframework.web.util.UrlPathHelper
Return the request URI for the given request, detecting an include request URL if called within a RequestDispatcher include.
getRequestURL() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getRequestUrl() - 类 中的方法org.springframework.web.context.support.ServletRequestHandledEvent
Return the URL of the request.
getRequestURL() - 异常错误 中的方法org.springframework.web.servlet.NoHandlerFoundException
 
getRequestValueForAttribute(String, NativeWebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
Obtain a value from the request that may be used to instantiate the model attribute through type conversion from String to the target type.
getRequiredActualType() - 接口 中的方法org.springframework.data.util.TypeInformation
Transparently returns the Map value type if the type is a Map, returns the component type if the type TypeInformation.isCollectionLike() or the simple type if none of this applies.
getRequiredAttribute(String) - 接口 中的方法org.springframework.web.server.ServerWebExchange
Return the request attribute value or if not present raise an IllegalArgumentException.
getRequiredAttribute(String) - 接口 中的方法org.springframework.web.server.WebSession
Return the session attribute value or if not present raise an IllegalArgumentException.
getRequiredBindingResult(Map<?, ?>, String) - 类 中的静态方法org.springframework.validation.BindingResultUtils
Find a required BindingResult for the given name in the given model.
getRequiredBooleanParameter(ServletRequest, String) - 类 中的静态方法org.springframework.web.bind.ServletRequestUtils
Get a boolean parameter, throwing an exception if it isn't found or isn't a boolean.
getRequiredBooleanParameters(ServletRequest, String) - 类 中的静态方法org.springframework.web.bind.ServletRequestUtils
Get an array of boolean parameters, throwing an exception if not found or one isn't a boolean.
getRequiredComponentType() - 接口 中的方法org.springframework.data.util.TypeInformation
Returns the component type for Collections, the key type for Maps or the single generic type if available.
getRequiredConnectionFactory() - 类 中的方法org.springframework.data.redis.core.RedisAccessor
Returns the required RedisConnectionFactory or throws IllegalStateException if the connection factory is not set.
getRequiredDoubleParameter(ServletRequest, String) - 类 中的静态方法org.springframework.web.bind.ServletRequestUtils
Get a double parameter, throwing an exception if it isn't found or isn't a number.
getRequiredDoubleParameters(ServletRequest, String) - 类 中的静态方法org.springframework.web.bind.ServletRequestUtils
Get an array of double parameters, throwing an exception if not found or one is not a number.
getRequiredField() - 类 中的方法org.springframework.data.util.AnnotationDetectionFieldCallback
Returns the field that was detected.
getRequiredFields() - 类 中的方法org.springframework.validation.DataBinder
Return the fields that are required for each binding process.
getRequiredFloatParameter(ServletRequest, String) - 类 中的静态方法org.springframework.web.bind.ServletRequestUtils
Get a float parameter, throwing an exception if it isn't found or isn't a number.
getRequiredFloatParameters(ServletRequest, String) - 类 中的静态方法org.springframework.web.bind.ServletRequestUtils
Get an array of float parameters, throwing an exception if not found or one is not a number.
getRequiredId(T) - 接口 中的方法org.springframework.data.repository.core.EntityInformation
Returns the identifier of the given entity.
getRequiredIntParameter(ServletRequest, String) - 类 中的静态方法org.springframework.web.bind.ServletRequestUtils
Get an int parameter, throwing an exception if it isn't found or isn't a number.
getRequiredIntParameters(ServletRequest, String) - 类 中的静态方法org.springframework.web.bind.ServletRequestUtils
Get an array of int parameters, throwing an exception if not found or one is not a number..
getRequiredLongParameter(ServletRequest, String) - 类 中的静态方法org.springframework.web.bind.ServletRequestUtils
Get a long parameter, throwing an exception if it isn't found or isn't a number.
getRequiredLongParameters(ServletRequest, String) - 类 中的静态方法org.springframework.web.bind.ServletRequestUtils
Get an array of long parameters, throwing an exception if not found or one is not a number.
getRequiredMapValueType() - 接口 中的方法org.springframework.data.util.TypeInformation
Will return the type of the value in case the underlying type is a Map or throw IllegalStateException if the map value type cannot be resolved.
getRequiredMethod() - 类 中的方法org.springframework.data.util.AnnotationDetectionMethodCallback
Returns the method with the configured annotation.
getRequiredPipeline() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
getRequiredProperty(String) - 接口 中的方法org.springframework.data.util.TypeInformation
Returns the property information for the property with the given name or throw IllegalArgumentException if the type information cannot be resolved.
getRequiredRepositoryInformation(Class<?>) - 类 中的方法org.springframework.data.repository.support.Repositories
Returns the RepositoryInformation for the given domain type.
getRequiredSessionAttribute(HttpServletRequest, String) - 类 中的静态方法org.springframework.web.util.WebUtils
Check the given request for a session attribute of the given name.
getRequiredStringParameter(ServletRequest, String) - 类 中的静态方法org.springframework.web.bind.ServletRequestUtils
Get a String parameter, throwing an exception if it isn't found.
getRequiredStringParameters(ServletRequest, String) - 类 中的静态方法org.springframework.web.bind.ServletRequestUtils
Get an array of String parameters, throwing an exception if not found.
getRequiredSuperTypeInformation(Class<?>) - 接口 中的方法org.springframework.data.util.TypeInformation
Returns the TypeInformation for the given raw super type.
getRequiredTransaction() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
getRequiredType() - 类 中的方法org.springframework.data.util.AnnotationDetectionFieldCallback
Returns the type of the field or throws an IllegalArgumentException if no field could be found.
getRequiredType() - 异常错误 中的方法org.springframework.jndi.TypeMismatchNamingException
Return the required type for the lookup, if available.
getRequiredWebApplicationContext(ServletContext) - 类 中的静态方法org.springframework.web.context.support.WebApplicationContextUtils
Find the root WebApplicationContext for this web app, typically loaded via ContextLoaderListener.
getRequiredWebApplicationContext(FacesContext) - 类 中的静态方法org.springframework.web.jsf.FacesContextUtils
Find the root WebApplicationContext for this web app, typically loaded via ContextLoaderListener.
getResolvableField(String, String) - 类 中的方法org.springframework.validation.beanvalidation.SpringValidatorAdapter
Build a resolvable wrapper for the specified field, allowing to resolve the field's name in a MessageSource.
getResolvableType() - 类 中的方法org.springframework.http.client.MultipartBodyBuilder.PublisherEntity
Return the element type for the Publisher body.
getResolvedException() - 接口 中的方法org.springframework.test.web.servlet.MvcResult
Return any exception raised by a handler and successfully resolved through a HandlerExceptionResolver.
getResolvedFromHandlerMethod() - 类 中的方法org.springframework.web.method.HandlerMethod
Return the HandlerMethod from which this HandlerMethod instance was resolved via HandlerMethod.createWithResolvedBean().
getResolvedObjectNames() - 类 中的方法org.springframework.jmx.support.NotificationListenerHolder
Return the list of ObjectName String representations for which the encapsulated NotificationFilter will be registered as a listener for Notifications.
getResolverChain() - 接口 中的方法org.springframework.web.servlet.resource.ResourceTransformerChain
Return the ResourceResolverChain that was used to resolve the Resource being transformed.
getResolvers() - 类 中的方法org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
Return a read-only list with the contained resolvers, or an empty list.
getResource() - 类 中的方法org.springframework.data.redis.connection.lettuce.DefaultLettucePool
已过时。
 
getResource() - 接口 中的方法org.springframework.data.redis.connection.Pool
 
getResource(String) - 类 中的方法org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
 
getResource(String) - 类 中的方法org.springframework.instrument.classloading.ShadowingClassLoader
 
getResource(String) - 类 中的方法org.springframework.mock.web.MockServletContext
 
getResource(String) - 类 中的方法org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
 
getResource() - 类 中的方法org.springframework.scripting.support.ResourceScriptSource
Return the Resource to load the script from.
getResource(Object) - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationManager
Retrieve a resource for the given key that is bound to the current thread.
getResource(String, Resource) - 类 中的方法org.springframework.web.servlet.resource.PathResourceResolver
Find the resource under the given location.
getResource(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.resource.ResourceHttpRequestHandler
 
getResource(String) - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateView
 
getResource(String) - 类 中的方法org.springframework.web.servlet.view.tiles3.SpringWildcardServletTilesApplicationContext
 
getResource(ApplicationResource, Locale) - 类 中的方法org.springframework.web.servlet.view.tiles3.SpringWildcardServletTilesApplicationContext
 
getResourceAdapter() - 类 中的方法org.springframework.jca.endpoint.GenericMessageEndpointManager
Return the JCA ResourceAdapter to manage endpoints for.
getResourceAsStream(String) - 类 中的方法org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
 
getResourceAsStream(String) - 类 中的方法org.springframework.instrument.classloading.ShadowingClassLoader
 
getResourceAsStream(String) - 类 中的方法org.springframework.mock.web.MockServletContext
 
getResourceAsStream(String) - 类 中的方法org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
 
getResourceBasePath() - 类 中的方法org.springframework.test.context.web.WebMergedContextConfiguration
Get the resource path to the root directory of the web application for the test class, configured via @WebAppConfiguration.
getResourceBundle(Locale) - 类 中的方法org.springframework.validation.beanvalidation.MessageSourceResourceBundleLocator
 
getResourceByPath(String) - 类 中的方法org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
This implementation supports file paths beneath the root of the ServletContext.
getResourceByPath(String) - 类 中的方法org.springframework.web.context.support.GenericWebApplicationContext
This implementation supports file paths beneath the root of the ServletContext.
getResourceByPath(String) - 类 中的方法org.springframework.web.context.support.ServletContextResourceLoader
This implementation supports file paths beneath the root of the web application.
getResourceByPath(String) - 类 中的方法org.springframework.web.context.support.StaticWebApplicationContext
This implementation supports file paths beneath the root of the ServletContext.
getResourceFactory() - 类 中的方法org.springframework.jca.cci.connection.CciLocalTransactionManager
 
getResourceFactory() - 类 中的方法org.springframework.jdbc.datasource.DataSourceTransactionManager
 
getResourceFactory() - 接口 中的方法org.springframework.transaction.support.ResourceTransactionManager
Return the resource factory that this transaction manager operates on, e.g. a JDBC DataSource or a JMS ConnectionFactory.
getResourceHttpMessageConverter() - 类 中的方法org.springframework.web.servlet.resource.ResourceHttpRequestHandler
Return the configured resource converter.
getResourceLoader() - 类 中的方法org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Return the Spring ResourceLoader to use for loading FreeMarker template files.
getResourceLoaderPath() - 类 中的方法org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
 
getResourceLoaderPath() - 接口 中的方法org.springframework.web.servlet.view.script.ScriptTemplateConfig
Return the resource loader path(s) via a Spring resource location.
getResourceLoaderPath() - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
 
getResourceLocation(String) - 类 中的方法org.springframework.mock.web.MockServletContext
Build a full resource location for the given path, prepending the resource base path of this MockServletContext.
getResourceMap() - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationManager
Return all resources that are bound to the current thread.
getResourcePaths(String) - 类 中的方法org.springframework.mock.web.MockServletContext
 
getResourcePatternResolver() - 类 中的方法org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
This implementation supports pattern matching in unexpanded WARs too.
getResourcePatternResolver() - 类 中的方法org.springframework.web.context.support.GenericWebApplicationContext
This implementation supports pattern matching in unexpanded WARs too.
getResourcePatternResolver() - 类 中的方法org.springframework.web.context.support.StaticWebApplicationContext
This implementation supports pattern matching in unexpanded WARs too.
getResourceReader() - 类 中的方法org.springframework.data.repository.init.AbstractRepositoryPopulatorFactoryBean
 
getResourceReader() - 类 中的方法org.springframework.data.repository.init.Jackson2RepositoryPopulatorFactoryBean
 
getResourceReader() - 类 中的方法org.springframework.data.repository.init.UnmarshallerRepositoryPopulatorFactoryBean
 
getResourceRegionHttpMessageConverter() - 类 中的方法org.springframework.web.servlet.resource.ResourceHttpRequestHandler
Return the configured resource region converter.
getResourceResolvers() - 类 中的方法org.springframework.web.servlet.config.annotation.ResourceChainRegistration
 
getResourceResolvers() - 类 中的方法org.springframework.web.servlet.resource.ResourceHttpRequestHandler
Return the list of configured resource resolvers.
getResources(String) - 类 中的方法org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
 
getResources(String) - 类 中的方法org.springframework.instrument.classloading.ShadowingClassLoader
 
getResources(String) - 类 中的方法org.springframework.web.servlet.view.tiles3.SpringWildcardServletTilesApplicationContext
 
getResourceSuffix() - 类 中的方法org.springframework.test.context.support.AbstractContextLoader
Get the suffix to append to ApplicationContext resource locations when detecting default locations.
getResourceSuffix() - 类 中的方法org.springframework.test.context.support.AnnotationConfigContextLoader
AnnotationConfigContextLoader should be used as a SmartContextLoader, not as a legacy ContextLoader.
getResourceSuffix() - 类 中的方法org.springframework.test.context.support.GenericGroovyXmlContextLoader
GenericGroovyXmlContextLoader supports both Groovy and XML resource types for detection of defaults.
getResourceSuffix() - 类 中的方法org.springframework.test.context.support.GenericPropertiesContextLoader
Returns "-context.properties".
getResourceSuffix() - 类 中的方法org.springframework.test.context.support.GenericXmlContextLoader
Returns "-context.xml" in order to support detection of a default XML config file.
getResourceSuffix() - 类 中的方法org.springframework.test.context.web.AnnotationConfigWebContextLoader
AnnotationConfigWebContextLoader should be used as a SmartContextLoader, not as a legacy ContextLoader.
getResourceSuffix() - 类 中的方法org.springframework.test.context.web.GenericGroovyXmlWebContextLoader
GenericGroovyXmlWebContextLoader supports both Groovy and XML resource types for detection of defaults.
getResourceSuffix() - 类 中的方法org.springframework.test.context.web.GenericXmlWebContextLoader
Returns "-context.xml" in order to support detection of a default XML config file.
getResourceSuffixes() - 类 中的方法org.springframework.test.context.support.AbstractContextLoader
Get the suffixes to append to ApplicationContext resource locations when detecting default locations.
getResourceSuffixes() - 类 中的方法org.springframework.test.context.support.GenericGroovyXmlContextLoader
Returns "-context.xml" and "Context.groovy" in order to support detection of a default XML config file or Groovy script.
getResourceSuffixes() - 类 中的方法org.springframework.test.context.web.GenericGroovyXmlWebContextLoader
Returns "-context.xml" and "Context.groovy" in order to support detection of a default XML config file or Groovy script.
getResourceTransformers() - 类 中的方法org.springframework.web.servlet.config.annotation.ResourceChainRegistration
 
getResourceTransformers() - 类 中的方法org.springframework.web.servlet.resource.ResourceHttpRequestHandler
Return the list of configured resource transformers.
getResourceUrlProvider() - 类 中的方法org.springframework.web.servlet.resource.ResourceTransformerSupport
Return the configured ResourceUrlProvider.
getResourceVersion(Resource) - 类 中的方法org.springframework.web.servlet.resource.ContentVersionStrategy
 
getResourceVersion(Resource) - 类 中的方法org.springframework.web.servlet.resource.FixedVersionStrategy
 
getResourceVersion(Resource) - 接口 中的方法org.springframework.web.servlet.resource.VersionStrategy
Determine the version for the given resource.
getResponse() - 类 中的方法org.springframework.mock.web.MockAsyncContext
 
getResponse() - 类 中的方法org.springframework.mock.web.MockFilterChain
getResponse() - 类 中的方法org.springframework.mock.web.MockPageContext
 
getResponse() - 类 中的方法org.springframework.mock.web.server.MockServerWebExchange
 
getResponse(WebRequest) - 类 中的方法org.springframework.test.web.servlet.htmlunit.DelegatingWebConnection
 
getResponse(WebRequest) - 类 中的方法org.springframework.test.web.servlet.htmlunit.MockMvcWebConnection
 
getResponse() - 接口 中的方法org.springframework.test.web.servlet.MvcResult
Return the resulting response.
getResponse() - 类 中的方法org.springframework.web.context.request.ServletRequestAttributes
Exposes the native HttpServletResponse that we're wrapping (if any).
getResponse() - 类 中的方法org.springframework.web.server.adapter.DefaultServerWebExchange
 
getResponse() - 接口 中的方法org.springframework.web.server.ServerWebExchange
Return the current HTTP response.
getResponse() - 类 中的方法org.springframework.web.server.ServerWebExchangeDecorator
 
getResponseBody(HttpInvokerClientConfiguration, HttpResponse) - 类 中的方法org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Extract the response body from the given executed remote invocation request.
getResponseBody() - 类 中的方法org.springframework.test.web.reactive.server.EntityExchangeResult
Return the entity extracted from the response body.
getResponseBody() - 类 中的方法org.springframework.test.web.reactive.server.FluxExchangeResult
Return the response body as a Flux<T> of decoded elements.
getResponseBody(ClientHttpResponse) - 类 中的方法org.springframework.web.client.DefaultResponseErrorHandler
Read the body of the given response (for inclusion in a status exception).
getResponseBodyAsByteArray() - 异常错误 中的方法org.springframework.web.client.RestClientResponseException
Return the response body as a byte array.
getResponseBodyAsString() - 异常错误 中的方法org.springframework.web.client.RestClientResponseException
Return the response body as a string.
getResponseBodyContent() - 类 中的方法org.springframework.test.web.reactive.server.ExchangeResult
Return the raw request body content written as a byte[].
getResponseBodyContent() - 类 中的方法org.springframework.test.web.reactive.server.FluxExchangeResult
Return the raw request body content written as a byte[].
getResponseCharacterEncoding() - 类 中的方法org.springframework.mock.web.MockServletContext
 
getResponseCookies() - 类 中的方法org.springframework.test.web.reactive.server.ExchangeResult
Return response cookies received from the server.
getResponseCreator() - 类 中的方法org.springframework.test.web.client.DefaultRequestExpectation
 
getResponseEncodedHtmlEscape() - 类 中的方法org.springframework.web.servlet.support.RequestContext
Return the default setting about use of response encoding for HTML escape setting, differentiating between no default specified and an explicit value.
getResponseEncodedHtmlEscape(ServletContext) - 类 中的静态方法org.springframework.web.util.WebUtils
Return whether response encoding should be used when HTML escaping characters, thus only escaping XML markup significant characters with UTF-* encodings.
getResponseHeaders() - 类 中的方法org.springframework.test.web.reactive.server.ExchangeResult
Return the response headers received from the server.
getResponseHeaders(MockHttpServletResponse) - 类 中的方法org.springframework.test.web.servlet.result.PrintingResultHandler
 
getResponseHeaders() - 异常错误 中的方法org.springframework.web.client.RestClientResponseException
Return the HTTP response headers.
getResponseHeaders() - 接口 中的方法org.springframework.web.servlet.resource.HttpResource
The HTTP headers to be contributed to the HTTP response that serves the current resource.
getResponseStatus() - 类 中的方法org.springframework.web.method.HandlerMethod
Return the specified response status, if any.
getResponseStatusReason() - 类 中的方法org.springframework.web.method.HandlerMethod
Return the associated response status reason, if any.
getRestOperations() - 接口 中的方法org.springframework.web.client.AsyncRestOperations
已过时。
Expose the synchronous Spring RestTemplate to allow synchronous invocation.
getRestOperations() - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
 
getRestTemplate() - 类 中的方法org.springframework.web.client.support.RestGatewaySupport
Returns the RestTemplate for the gateway.
getResult() - 类 中的方法org.springframework.web.context.request.async.DeferredResult
Return the result, or null if the result wasn't set.
getResult() - 类 中的方法org.xmlunit.diff.Difference
The result of the difference.
getResultHolder() - 类 中的方法org.springframework.data.redis.connection.FutureResult
Get the object holding the actual result.
getResultProcessor() - 类 中的方法org.springframework.data.repository.query.QueryMethod
Returns the ResultProcessor to be used with the query method.
getResultSet() - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
Return the underlying ResultSet (usually a javax.sql.rowset.CachedRowSet).
getResultSetExtractor() - 类 中的方法org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Return the ResultSetExtractor held by this parameter, if any.
getResultSetType() - 类 中的方法org.springframework.jdbc.object.RdbmsOperation
Return whether statements will return a specific type of ResultSet.
getResultSetValue(ResultSet, int, Class<?>) - 类 中的静态方法org.springframework.jdbc.support.JdbcUtils
Retrieve a JDBC column value from a ResultSet, using the specified value type.
getResultSetValue(ResultSet, int) - 类 中的静态方法org.springframework.jdbc.support.JdbcUtils
Retrieve a JDBC column value from a ResultSet, using the most appropriate value type.
getResultType() - 类 中的方法org.springframework.data.redis.core.script.DefaultRedisScript
 
getResultType() - 接口 中的方法org.springframework.data.redis.core.script.RedisScript
 
getReturnedDomainClass(Method) - 接口 中的方法org.springframework.data.repository.core.RepositoryMetadata
Returns the domain class returned by the given Method.
getReturnedDomainClass(Method) - 类 中的方法org.springframework.data.repository.core.support.AbstractRepositoryMetadata
 
getReturnedObjectType() - 类 中的方法org.springframework.data.repository.query.QueryMethod
Returns the type of the object that will be returned.
getReturnedType() - 类 中的方法org.springframework.data.repository.query.ResultProcessor
Returns the ReturnedType.
getReturnedType() - 类 中的方法org.springframework.data.repository.query.ReturnedType
Returns the type of the individual objects to return.
getReturnType(Method) - 接口 中的方法org.springframework.data.util.TypeInformation
Returns a TypeInformation for the return type of the given Method.
getReturnType() - 类 中的方法org.springframework.web.method.HandlerMethod
Return the HandlerMethod return type.
getReturnValueHandlers() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Provide access to the shared return value handlers used by the RequestMappingHandlerAdapter and the ExceptionHandlerExceptionResolver.
getReturnValueHandlers() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Return the configured handlers, or possibly null if not initialized yet via ExceptionHandlerExceptionResolver.afterPropertiesSet().
getReturnValueHandlers() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Return the configured handlers, or possibly null if not initialized yet via RequestMappingHandlerAdapter.afterPropertiesSet().
getReturnValueType(Object) - 类 中的方法org.springframework.web.method.HandlerMethod
Return the actual return value type.
getReturnValueType(Object, MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
Return the type of the value to be written to the response.
getReturnValueType(Object, MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
 
getRevisionEntityClass() - 接口 中的方法org.springframework.data.repository.history.support.RevisionEntityInformation
 
getRevisionNumberType() - 接口 中的方法org.springframework.data.repository.history.support.RevisionEntityInformation
 
getRightOperand() - 类 中的方法org.springframework.expression.spel.ast.OpDec
 
getRightOperand() - 类 中的方法org.springframework.expression.spel.ast.Operator
 
getRightOperand() - 类 中的方法org.springframework.expression.spel.ast.OpInc
 
getRightOperand() - 类 中的方法org.springframework.expression.spel.ast.OpMinus
 
getRightOperand() - 类 中的方法org.springframework.expression.spel.ast.OpPlus
 
getRoleReported() - 类 中的方法org.springframework.data.redis.connection.RedisServer
 
getRollbackRules() - 类 中的方法org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
Return the list of RollbackRuleAttribute objects (never null).
getRootApplicationContextInitializers() - 类 中的方法org.springframework.web.context.AbstractContextLoaderInitializer
Specify application context initializers to be applied to the root application context that the ContextLoaderListener is being created with.
getRootConfigClasses() - 类 中的方法org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
Specify @Configuration and/or @Component classes for the root application context.
getRootContextObject() - 类 中的方法org.springframework.expression.spel.ExpressionState
 
getRootDeclaringClass() - 类 中的方法org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
 
getRootHandler() - 类 中的方法org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Return the root handler for this handler mapping (registered for "/"), or null if none.
getRootMimeMultipart() - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Return the root MIME "multipart/mixed" object, if any.
getRootObject() - 接口 中的方法org.springframework.data.repository.query.spi.EvaluationContextExtension
Returns the root object to be exposed by the extension.
getRootObject() - 类 中的方法org.springframework.data.repository.query.spi.EvaluationContextExtensionSupport
 
getRootObject() - 接口 中的方法org.springframework.expression.EvaluationContext
Return the default root context object against which unqualified properties/methods/etc should be resolved.
getRootObject() - 类 中的方法org.springframework.expression.spel.support.SimpleEvaluationContext
Return the specified root object, if any.
getRootObject() - 类 中的方法org.springframework.expression.spel.support.StandardEvaluationContext
 
getRow() - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getRow() - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the current row number.
getRowCallbackHandler() - 类 中的方法org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Return the RowCallbackHandler held by this parameter, if any.
getRowCount() - 类 中的方法org.springframework.jdbc.core.RowCountCallbackHandler
Return the row count of this ResultSet Only valid after processing is complete
getRowMapper() - 类 中的方法org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Return the RowMapper held by this parameter, if any.
getRows() - 类 中的方法org.springframework.web.servlet.tags.form.TextareaTag
Get the value of the 'rows' attribute.
getRowsAffected() - 类 中的方法org.springframework.jdbc.object.BatchSqlUpdate
Return the number of affected rows for all already executed statements.
getRowsExpected() - 类 中的方法org.springframework.jdbc.object.SqlQuery
Get the number of rows expected.
getRunId() - 类 中的方法org.springframework.data.redis.connection.RedisServer
 
getRunnable() - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorTask
Return the Runnable to schedule as executor task.
getRunnable() - 类 中的方法org.springframework.scheduling.config.Task
Return the underlying task.
getRunnableToSchedule(ScheduledExecutorTask) - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
Determine the actual Runnable to schedule for the given task.
getSaveMethod() - 接口 中的方法org.springframework.data.repository.core.CrudMethods
Returns the method to be used for saving entities.
getSaveMethod() - 类 中的方法org.springframework.data.repository.core.support.DefaultCrudMethods
 
getSavepoint() - 类 中的方法org.springframework.transaction.support.AbstractTransactionStatus
Get the savepoint for this transaction, if any.
getSavepointManager() - 类 中的方法org.springframework.transaction.support.AbstractTransactionStatus
Return a SavepointManager for the underlying transaction, if possible.
getSavepointManager() - 类 中的方法org.springframework.transaction.support.DefaultTransactionStatus
This implementation exposes the SavepointManager interface of the underlying transaction object, if any.
getScalarOutParameterName() - 类 中的方法org.springframework.jdbc.core.metadata.CallMetaDataContext
Get the name of the single out parameter for this call.
getScalarOutParameterName() - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
Get the name of a single out parameter or return value.
getScale() - 类 中的方法org.springframework.jdbc.core.SqlParameter
Return the scale of the parameter, if any.
getScale(int) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getScale(int) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieve the scale of the indicated column.
getScheduledExecutor() - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
Return the underlying ScheduledExecutorService for native access.
getScheduledTasks() - 类 中的方法org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
Return all currently scheduled tasks, from Scheduled methods as well as from programmatic SchedulingConfigurer interaction.
getScheduledTasks() - 接口 中的方法org.springframework.scheduling.config.ScheduledTaskHolder
Return an overview of the tasks that have been scheduled by this instance.
getScheduledTasks() - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Return all locally registered tasks that have been scheduled by this registrar.
getScheduledThreadPoolExecutor() - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
Return the underlying ScheduledThreadPoolExecutor, if available.
getScheduler() - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Return the TaskScheduler instance for this registrar (may be null).
getScheduler() - 类 中的方法org.springframework.scheduling.quartz.SchedulerAccessor
Template method that determines the Scheduler to operate on.
getScheduler() - 类 中的方法org.springframework.scheduling.quartz.SchedulerAccessorBean
Return the Quartz Scheduler instance that this accessor operates on.
getScheduler() - 类 中的方法org.springframework.scheduling.quartz.SchedulerFactoryBean
 
getSchema() - 类 中的方法org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
Return the database schema to be applied to each Connection, if any.
getSchemaName() - 类 中的方法org.springframework.jdbc.core.metadata.CallMetaDataContext
Get the name of the schema.
getSchemaName() - 类 中的方法org.springframework.jdbc.core.metadata.TableMetaDataContext
Get the name of the schema for this context.
getSchemaName() - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
Get the schema name used.
getSchemaName() - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcInsert
Get the name of the schema for this insert.
getSchemaName(int) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getSchemaName(int) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieve the schema name of the table that served as the source for the specified column.
getSchemaSources() - 类 中的方法org.xmlunit.validation.Validator
Where to find the schema.
getSchemaURI() - 类 中的方法org.xmlunit.validation.ParsingValidator
The URI (or for example the System ID in case of a DTD) that identifies the schema validated or used during validation.
getScheme() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getScheme() - 类 中的方法org.springframework.web.util.UriComponents
Return the scheme.
getSchemeSpecificPart() - 类 中的方法org.springframework.web.util.UriComponents
Return the scheme specific part.
getScope() - 类 中的方法org.springframework.data.redis.repository.cdi.CdiBean
 
getScope() - 类 中的方法org.springframework.data.repository.cdi.CdiRepositoryBean
 
getScope() - 类 中的方法org.springframework.web.context.request.AbstractRequestAttributesScope
Template method that determines the actual target scope.
getScope() - 类 中的方法org.springframework.web.context.request.RequestScope
 
getScope() - 类 中的方法org.springframework.web.context.request.SessionScope
 
getScope(String) - 类 中的静态方法org.springframework.web.util.TagUtils
Determines the scope for a given input String.
getScopeMetadataResolver() - 类 中的方法org.springframework.web.context.support.AnnotationConfigWebApplicationContext
Return the custom ScopeMetadataResolver for use with AnnotatedBeanDefinitionReader and/or ClassPathBeanDefinitionScanner, if any.
getScopeRootContextObject() - 类 中的方法org.springframework.expression.spel.ExpressionState
 
getScore() - 类 中的方法org.springframework.data.redis.connection.DefaultTuple
 
getScore() - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands.Tuple
 
getScore() - 类 中的方法org.springframework.data.redis.core.DefaultTypedTuple
 
getScore() - 接口 中的方法org.springframework.data.redis.core.ZSetOperations.TypedTuple
 
getScriptAsString() - 类 中的方法org.springframework.data.redis.core.script.DefaultRedisScript
 
getScriptAsString() - 接口 中的方法org.springframework.data.redis.core.script.RedisScript
 
getScriptAsString() - 接口 中的方法org.springframework.scripting.ScriptSource
Retrieve the current script source text as String.
getScriptAsString() - 类 中的方法org.springframework.scripting.support.ResourceScriptSource
 
getScriptAsString() - 类 中的方法org.springframework.scripting.support.StaticScriptSource
 
getScriptedObject(ScriptSource, Class<?>...) - 类 中的方法org.springframework.scripting.bsh.BshScriptFactory
Load and parse the BeanShell script via BshScriptUtils.
getScriptedObject(ScriptSource, Class<?>...) - 类 中的方法org.springframework.scripting.groovy.GroovyScriptFactory
Loads and parses the Groovy script via the GroovyClassLoader.
getScriptedObject(ScriptSource, Class<?>...) - 接口 中的方法org.springframework.scripting.ScriptFactory
Factory method for creating the scripted Java object.
getScriptedObject(ScriptSource, Class<?>...) - 类 中的方法org.springframework.scripting.support.StandardScriptFactory
Load and parse the script via JSR-223's ScriptEngine.
getScriptedObjectType(ScriptSource) - 类 中的方法org.springframework.scripting.bsh.BshScriptFactory
 
getScriptedObjectType(ScriptSource) - 类 中的方法org.springframework.scripting.groovy.GroovyScriptFactory
 
getScriptedObjectType(ScriptSource) - 接口 中的方法org.springframework.scripting.ScriptFactory
Determine the type of the scripted Java object.
getScriptedObjectType(ScriptSource) - 类 中的方法org.springframework.scripting.support.StandardScriptFactory
 
getScriptEngine(ScriptSource) - 类 中的方法org.springframework.scripting.support.StandardScriptEvaluator
Obtain the JSR-223 ScriptEngine to use for the given script.
getScriptException() - 异常错误 中的方法org.springframework.scripting.support.StandardScriptEvalException
 
getScriptInterfaces() - 类 中的方法org.springframework.scripting.bsh.BshScriptFactory
 
getScriptInterfaces() - 类 中的方法org.springframework.scripting.groovy.GroovyScriptFactory
Groovy scripts determine their interfaces themselves, hence we don't need to explicitly expose interfaces here.
getScriptInterfaces() - 接口 中的方法org.springframework.scripting.ScriptFactory
Return the business interfaces that the script is supposed to implement.
getScriptInterfaces() - 类 中的方法org.springframework.scripting.support.StandardScriptFactory
 
getScripts() - 接口 中的方法org.springframework.web.servlet.view.script.ScriptTemplateConfig
Return the scripts to be loaded by the script engine (library or user provided).
getScripts() - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
 
getScriptSource() - 异常错误 中的方法org.springframework.scripting.ScriptCompilationException
Return the source for the offending script.
getScriptSource(String, String) - 类 中的方法org.springframework.scripting.support.ScriptFactoryPostProcessor
Obtain a ScriptSource for the given bean, lazily creating it if not cached already.
getScriptSourceLocator() - 类 中的方法org.springframework.scripting.bsh.BshScriptFactory
 
getScriptSourceLocator() - 类 中的方法org.springframework.scripting.groovy.GroovyScriptFactory
 
getScriptSourceLocator() - 接口 中的方法org.springframework.scripting.ScriptFactory
Return a locator that points to the source of the script.
getScriptSourceLocator() - 类 中的方法org.springframework.scripting.support.StandardScriptFactory
 
getSecond() - 类 中的方法org.springframework.data.util.Pair
Returns the second element of the Pair.
getSegment(int) - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap
 
getSegmentsSize() - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap
 
getSentDate() - 类 中的方法org.springframework.mail.SimpleMailMessage
 
getSentinelConfiguration() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
 
getSentinelConfiguration() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
 
getSentinelConnection() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
getSentinelConnection() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
getSentinelConnection(RedisNode) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
getSentinelConnection() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
 
getSentinelConnection(RedisNode) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
getSentinelConnection() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
 
getSentinelConnection() - 接口 中的方法org.springframework.data.redis.connection.RedisConnection
 
getSentinelConnection() - 接口 中的方法org.springframework.data.redis.connection.RedisConnectionFactory
Provides a suitable connection for interacting with Redis Sentinel.
getSentinels() - 类 中的方法org.springframework.data.redis.connection.RedisSentinelConfiguration
Returns an Collections.unmodifiableSet(Set) of Sentinels.
getSequencePropertyName(Class<?>) - 类 中的方法org.yaml.snakeyaml.extensions.compactnotation.CompactConstructor
Provide the name of the property which is used when the entries form a sequence.
getSequenceQuery() - 类 中的方法org.springframework.jdbc.support.incrementer.AbstractSequenceMaxValueIncrementer
Return the database-specific query to use for retrieving a sequence value.
getSequenceQuery() - 类 中的方法org.springframework.jdbc.support.incrementer.Db2LuwMaxValueIncrementer
 
getSequenceQuery() - 类 中的方法org.springframework.jdbc.support.incrementer.Db2MainframeMaxValueIncrementer
 
getSequenceQuery() - 类 中的方法org.springframework.jdbc.support.incrementer.DB2MainframeSequenceMaxValueIncrementer
已过时。
 
getSequenceQuery() - 类 中的方法org.springframework.jdbc.support.incrementer.H2SequenceMaxValueIncrementer
 
getSequenceQuery() - 类 中的方法org.springframework.jdbc.support.incrementer.HanaSequenceMaxValueIncrementer
 
getSequenceQuery() - 类 中的方法org.springframework.jdbc.support.incrementer.HsqlSequenceMaxValueIncrementer
 
getSequenceQuery() - 类 中的方法org.springframework.jdbc.support.incrementer.OracleSequenceMaxValueIncrementer
 
getSequenceQuery() - 类 中的方法org.springframework.jdbc.support.incrementer.PostgresSequenceMaxValueIncrementer
 
getSerializationContext() - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisOperations
 
getSerializationContext() - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
 
getSerializationView() - 类 中的方法org.springframework.http.converter.json.MappingJacksonValue
Return the serialization view to use.
getServer() - 类 中的方法org.springframework.jmx.support.MBeanRegistrationSupport
Return the MBeanServer that the beans will be registered with.
getServerInfo() - 类 中的方法org.springframework.mock.web.MockServletContext
 
getServerName() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getServerPort() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getService() - 类 中的方法org.springframework.remoting.support.RemoteExporter
Return the service to export.
getServiceInterface() - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the interface of the service that this factory should create a proxy for.
getServiceInterface() - 类 中的方法org.springframework.remoting.rmi.JndiRmiClientInterceptor
Return the interface of the service to access.
getServiceInterface() - 类 中的方法org.springframework.remoting.support.RemoteAccessor
Return the interface of the service to access.
getServiceInterface() - 类 中的方法org.springframework.remoting.support.RemoteExporter
Return the interface of the service to export.
getServiceName() - 类 中的方法org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Return the name of the service.
getServiceUrl() - 接口 中的方法org.springframework.remoting.httpinvoker.HttpInvokerClientConfiguration
Return the HTTP URL of the target service.
getServiceUrl() - 类 中的方法org.springframework.remoting.support.UrlBasedRemoteAccessor
Return the URL of this remote accessor's target service.
getServlet(String) - 类 中的方法org.springframework.mock.web.MockServletContext
已过时。
getServletApplicationContextInitializers() - 类 中的方法org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
Specify application context initializers to be applied to the servlet-specific application context that the DispatcherServlet is being created with.
getServletConfig() - 类 中的方法org.springframework.http.server.reactive.ServletHttpHandlerAdapter
 
getServletConfig() - 类 中的方法org.springframework.mock.web.MockPageContext
 
getServletConfig() - 接口 中的方法org.springframework.web.context.ConfigurableWebApplicationContext
Return the ServletConfig for this web application context, if any.
getServletConfig() - 类 中的方法org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
getServletConfig() - 类 中的方法org.springframework.web.context.support.GenericWebApplicationContext
 
getServletConfig() - 类 中的方法org.springframework.web.context.support.ServletContextAwareProcessor
Returns the ServletConfig to be injected or null.
getServletConfig() - 类 中的方法org.springframework.web.context.support.StaticWebApplicationContext
 
getServletConfigClasses() - 类 中的方法org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer
Specify @Configuration and/or @Component classes for the Servlet application context.
getServletContext() - 类 中的方法org.springframework.mock.web.MockFilterConfig
 
getServletContext() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
Return the ServletContext that this request is associated with.
getServletContext() - 类 中的方法org.springframework.mock.web.MockHttpSession
 
getServletContext() - 类 中的方法org.springframework.mock.web.MockPageContext
 
getServletContext() - 类 中的方法org.springframework.mock.web.MockServletConfig
 
getServletContext() - 类 中的方法org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
getServletContext() - 类 中的方法org.springframework.web.context.support.GenericWebApplicationContext
 
getServletContext() - 类 中的方法org.springframework.web.context.support.ServletContextAwareProcessor
Returns the ServletContext to be injected or null.
getServletContext() - 类 中的方法org.springframework.web.context.support.ServletContextResource
Return the ServletContext for this resource.
getServletContext() - 类 中的方法org.springframework.web.context.support.StaticWebApplicationContext
 
getServletContext() - 类 中的方法org.springframework.web.context.support.WebApplicationObjectSupport
Return the current ServletContext.
getServletContext() - 接口 中的方法org.springframework.web.context.WebApplicationContext
Return the standard Servlet API ServletContext for this application.
getServletContext() - 类 中的方法org.springframework.web.filter.GenericFilterBean
Make the ServletContext of this filter available to subclasses.
getServletContext() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Return the associated ServletContext.
getServletContext() - 类 中的方法org.springframework.web.servlet.support.RequestContext
Return the underlying ServletContext.
getServletContextAttributeName() - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Return the ServletContext attribute name for this servlet's WebApplicationContext.
getServletContextName() - 类 中的方法org.springframework.mock.web.MockServletContext
 
getServletFilters() - 类 中的方法org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
Specify filters to add and map to the DispatcherServlet.
getServletInfo() - 类 中的方法org.springframework.http.server.reactive.ServletHttpHandlerAdapter
 
getServletMapping() - 类 中的方法org.springframework.web.server.adapter.AbstractReactiveWebInitializer
Return the Servlet mapping to use.
getServletMappings() - 类 中的方法org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
Specify the servlet mapping(s) for the DispatcherServlet — for example "/", "/app", etc.
getServletName() - 类 中的方法org.springframework.mock.web.MockServletConfig
 
getServletName() - 类 中的方法org.springframework.web.context.support.ServletRequestHandledEvent
Return the name of the servlet that handled the request.
getServletName() - 类 中的方法org.springframework.web.server.adapter.AbstractReactiveWebInitializer
Return the name to use to register the ServletHttpHandlerAdapter.
getServletName() - 类 中的方法org.springframework.web.servlet.HttpServletBean
Overridden method that simply returns null when no ServletConfig set yet.
getServletName() - 类 中的方法org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
Return the name under which the DispatcherServlet will be registered.
getServletNames() - 类 中的方法org.springframework.mock.web.MockServletContext
已过时。
getServletPath() - 类 中的方法org.springframework.http.server.reactive.ServletHttpHandlerAdapter
Return the Servlet path under which the Servlet is deployed by checking the Servlet registration from ServletHttpHandlerAdapter.init(ServletConfig).
getServletPath() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getServletPath(HttpServletRequest) - 类 中的方法org.springframework.web.util.UrlPathHelper
Return the servlet path for the given request, regarding an include request URL if called within a RequestDispatcher include.
getServletRegistration(String) - 类 中的方法org.springframework.mock.web.MockServletContext
This method always returns null.
getServletRegistrations() - 类 中的方法org.springframework.mock.web.MockServletContext
This method always returns an empty map.
getServletRelativeAction() - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Get the servlet-relative value of the 'action' attribute.
getServletRequest() - 类 中的方法org.springframework.http.server.ServletServerHttpRequest
Returns the HttpServletRequest this object is based on.
getServletResponse() - 类 中的方法org.springframework.http.server.ServletServerHttpResponse
Return the HttpServletResponse this object is based on.
getServlets() - 类 中的方法org.springframework.mock.web.MockServletContext
已过时。
getSession() - 类 中的方法org.springframework.mail.javamail.JavaMailSenderImpl
Return the JavaMail Session, lazily initializing it if hasn't been specified explicitly.
getSession(boolean) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getSession() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getSession() - 类 中的方法org.springframework.mock.web.MockPageContext
 
getSession(boolean) - 类 中的方法org.springframework.web.context.request.ServletRequestAttributes
Exposes the HttpSession that we're wrapping.
getSession() - 类 中的方法org.springframework.web.server.adapter.DefaultServerWebExchange
 
getSession() - 接口 中的方法org.springframework.web.server.ServerWebExchange
Return the web session for the current request.
getSession() - 类 中的方法org.springframework.web.server.ServerWebExchangeDecorator
 
getSession(ServerWebExchange) - 类 中的方法org.springframework.web.server.session.DefaultWebSessionManager
 
getSession(ServerWebExchange) - 接口 中的方法org.springframework.web.server.session.WebSessionManager
Return the WebSession for the given exchange.
getSessionAttribute(HttpServletRequest, String) - 类 中的静态方法org.springframework.web.util.WebUtils
Check the given request for a session attribute of the given name.
getSessionAttributes(MockHttpServletRequest) - 类 中的方法org.springframework.test.web.servlet.result.PrintingResultHandler
 
getSessionBeanInstance() - 类 中的方法org.springframework.ejb.access.LocalSlsbInvokerInterceptor
Return an EJB instance to delegate the call to.
getSessionBeanInstance() - 类 中的方法org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
Return an EJB component instance to delegate the call to.
getSessionContext() - 类 中的方法org.springframework.mock.web.MockHttpSession
 
getSessionCookieConfig() - 类 中的方法org.springframework.mock.web.MockServletContext
 
getSessionId() - 接口 中的方法org.springframework.http.server.reactive.SslInfo
Return the SSL session id, if any
getSessionId() - 类 中的方法org.springframework.web.context.request.FacesRequestAttributes
 
getSessionId() - 接口 中的方法org.springframework.web.context.request.RequestAttributes
Return an id for the current underlying session.
getSessionId() - 类 中的方法org.springframework.web.context.request.ServletRequestAttributes
 
getSessionId() - 类 中的方法org.springframework.web.context.support.RequestHandledEvent
Return the id of the HTTP session, if any.
getSessionId(HttpServletRequest) - 类 中的静态方法org.springframework.web.util.WebUtils
Determine the session id of the given request, if any.
getSessionIdResolver() - 类 中的方法org.springframework.web.server.session.DefaultWebSessionManager
Return the configured WebSessionIdResolver.
getSessionManager() - 类 中的方法org.springframework.web.server.adapter.HttpWebHandlerAdapter
Return the configured WebSessionManager.
getSessionMutex() - 类 中的方法org.springframework.web.context.request.FacesRequestAttributes
 
getSessionMutex() - 接口 中的方法org.springframework.web.context.request.RequestAttributes
Expose the best available mutex for the underlying session: that is, an object to synchronize on for the underlying session.
getSessionMutex() - 类 中的方法org.springframework.web.context.request.ServletRequestAttributes
 
getSessionMutex(FacesContext) - 类 中的静态方法org.springframework.web.jsf.FacesContextUtils
Return the best available mutex for the given session: that is, an object to synchronize on for the given session.
getSessionMutex(HttpSession) - 类 中的静态方法org.springframework.web.util.WebUtils
Return the best available mutex for the given session: that is, an object to synchronize on for the given session.
getSessionStatus() - 类 中的方法org.springframework.web.method.support.ModelAndViewContainer
Return the SessionStatus instance to use that can be used to signal that session processing is complete.
getSessionStore() - 类 中的方法org.springframework.web.server.session.DefaultWebSessionManager
Return the configured WebSessionStore.
getSessionTimeout() - 类 中的方法org.springframework.mock.web.MockServletContext
 
getSet(byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
getSet(byte[], byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
getSet(String, String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
getSet(ByteBuffer, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Set value for key and return the existing value.
getSet(Publisher<ReactiveStringCommands.SetCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Set value for key and return the existing value one by one.
getSet(byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisStringCommands
Set value of key and return its old value.
getSet(String, String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Set value of key and return its old value.
getSha1() - 类 中的方法org.springframework.data.redis.core.script.DefaultRedisScript
 
getSha1() - 接口 中的方法org.springframework.data.redis.core.script.RedisScript
 
getShardInfo() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
已过时。
since 2.0.
getSharedConnection() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
 
getSharedReactiveConnection() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
 
getShareNativeConnection() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Indicates if multiple LettuceConnections should share a single native connection.
getShort(int) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getShort(String) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getShort(int) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as a short.
getShort(String) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as a short.
getShortDescription() - 类 中的方法org.springframework.web.context.support.RequestHandledEvent
Return a short description of this event, only involving the most important context data.
getShortDescription() - 类 中的方法org.springframework.web.context.support.ServletRequestHandledEvent
 
getShortLogMessage() - 类 中的方法org.springframework.web.method.HandlerMethod
Return a short representation of this handler method for log message purposes.
getShortName(String) - 类 中的静态方法org.springframework.util.ClassUtils
Get the class name without the qualified package name.
getShortName(Class<?>) - 类 中的静态方法org.springframework.util.ClassUtils
Get the class name without the qualified package name.
getShortNameAsProperty(Class<?>) - 类 中的静态方法org.springframework.util.ClassUtils
Return the short string name of a Java class in uncapitalized JavaBeans property format.
getShortString(Node, String, ComparisonType) - 类 中的方法org.xmlunit.diff.DefaultComparisonFormatter
Return a String representation for DefaultComparisonFormatter.getShortString(org.w3c.dom.Node, java.lang.String, org.xmlunit.diff.ComparisonType) that describes the "thing" that has been compared so users know how to locate it.
getShutdownTimeout() - 接口 中的方法org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration
 
getShutdownTimeout() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Returns the shutdown timeout for shutting down the RedisClient (in milliseconds).
getSignatureContributor() - 接口 中的方法org.springframework.data.repository.core.support.RepositoryFragment
 
getSignatureContributor() - 类 中的方法org.springframework.data.repository.core.support.RepositoryFragment.ImplementedRepositoryFragment
 
getSignatureContributor() - 类 中的方法org.springframework.data.repository.core.support.RepositoryFragment.StructuralRepositoryFragment
 
getSimpleMessage() - 异常错误 中的方法org.springframework.expression.ExpressionException
Return the exception simple message without including the expression that caused the failure.
getSimpleQueryForGetGeneratedKey(String, String) - 类 中的方法org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
getSimpleQueryForGetGeneratedKey(String, String) - 类 中的方法org.springframework.jdbc.core.metadata.HsqlTableMetaDataProvider
 
getSimpleQueryForGetGeneratedKey(String, String) - 类 中的方法org.springframework.jdbc.core.metadata.PostgresTableMetaDataProvider
 
getSimpleQueryForGetGeneratedKey(String, String) - 类 中的方法org.springframework.jdbc.core.metadata.TableMetaDataContext
Does this database support a simple query to retrieve generated keys when the JDBC 3.0 feature is not supported: DatabaseMetaData.supportsGetGeneratedKeys()?
getSimpleQueryForGetGeneratedKey(String, String) - 接口 中的方法org.springframework.jdbc.core.metadata.TableMetaDataProvider
Get the simple query to retrieve a generated key.
getSimpleTypeConverter() - 类 中的方法org.springframework.validation.DataBinder
Return this binder's underlying SimpleTypeConverter.
getSimulationQueryForGetGeneratedKey(String, String) - 类 中的方法org.springframework.jdbc.core.metadata.TableMetaDataContext
getSingleColumnRowMapper(Class<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
Create a new RowMapper for reading result objects from a single column.
getSingleData(Class<?>) - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
Ensure that the stream contains a single document and construct it
getSingleNode() - 类 中的方法org.yaml.snakeyaml.composer.Composer
Reads a document from a source that contains only one document.
getSingleValueTypes() - 类 中的静态方法org.springframework.data.repository.util.ReactiveWrappers
Returns a collection of single-value wrapper types.
getSismember() - 类 中的方法org.springframework.data.redis.repository.query.RedisOperationChain
 
getSize() - 类 中的方法org.springframework.http.ContentDisposition
Return the value of the size parameter, or null if not defined.
getSize() - 类 中的方法org.springframework.mock.web.MockMultipartFile
 
getSize() - 类 中的方法org.springframework.mock.web.MockPart
 
getSize() - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap.Segment
Return the size of the current references array.
getSize() - 类 中的方法org.springframework.web.multipart.commons.CommonsMultipartFile
 
getSize() - 接口 中的方法org.springframework.web.multipart.MultipartFile
Return the size of the file in bytes.
getSize() - 类 中的方法org.springframework.web.servlet.tags.form.InputTag
Get the value of the 'size' attribute.
getSize() - 类 中的方法org.springframework.web.servlet.tags.form.SelectTag
Get the value of the 'size' attribute.
getSizeParameterName() - 类 中的方法org.springframework.data.web.PageableHandlerMethodArgumentResolver
Retrieves the parameter name to be used to find the page size in the request.
getSlaves(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.core.ClusterOperations
 
getSlotRange() - 类 中的方法org.springframework.data.redis.connection.RedisClusterNode
getSlots() - 类 中的方法org.springframework.data.redis.connection.RedisClusterNode.SlotRange
 
getSlotsArray() - 类 中的方法org.springframework.data.redis.connection.RedisClusterNode.SlotRange
 
getSlotServingNodes(int) - 类 中的方法org.springframework.data.redis.connection.ClusterTopology
Get the RedisClusterNodes (master and slave) serving s specific slot.
getSoapActionUri() - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the SOAP action URI to specify on the stub.
getSort() - 接口 中的方法org.springframework.data.repository.query.ParameterAccessor
Returns the sort instance to be used for query creation.
getSort() - 类 中的方法org.springframework.data.repository.query.ParametersParameterAccessor
 
getSort() - 类 中的方法org.springframework.data.repository.query.parser.PartTree
Returns the Sort specification parsed from the source.
getSortDirection() - 类 中的方法org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
 
getSortIndex() - 类 中的方法org.springframework.data.repository.query.Parameters
Returns the index of the Sort Method parameter if available.
getSortParameter(MethodParameter) - 类 中的方法org.springframework.data.web.SortHandlerMethodArgumentResolver
Returns the sort parameter to be looked up from the request.
getSortTemplateVariables(MethodParameter, UriComponents) - 类 中的方法org.springframework.data.web.HateoasSortHandlerMethodArgumentResolver
Returns the template variables for the sort parameter.
getSource() - 类 中的方法org.springframework.data.redis.core.RedisKeyspaceEvent
 
getSource() - 类 中的方法org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
 
getSource() - 类 中的方法org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
getSource() - 接口 中的方法org.springframework.data.repository.config.RepositoryConfiguration
Returns the source of the RepositoryConfiguration.
getSource() - 接口 中的方法org.springframework.data.repository.config.RepositoryConfigurationSource
Returns the actual source object that the configuration originated from.
getSource() - 类 中的方法org.springframework.data.repository.config.XmlRepositoryConfigurationSource
 
getSource() - 类 中的方法org.springframework.data.repository.init.RepositoriesPopulatedEvent
 
getSource() - 异常错误 中的方法org.springframework.data.repository.support.QueryMethodParameterConversionException
Returns the source value that we failed converting.
getSource() - 类 中的方法org.springframework.web.bind.EscapedErrors
 
getSourceKeys() - 类 中的方法org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfMergeCommand
 
getSourceKeys() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZInterStoreCommand
 
getSourceKeys() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZUnionStoreCommand
 
getSourceStream() - 类 中的方法org.springframework.mock.web.DelegatingServletInputStream
Return the underlying source stream (never null).
getSourceTypes() - 类 中的方法org.springframework.web.servlet.view.xslt.XsltView
Return the array of Classes that are supported when converting to an XSLT Source.
getSpecificTargetClasses() - 接口 中的方法org.springframework.expression.PropertyAccessor
Return an array of classes for which this resolver should be called.
getSpecificTargetClasses() - 类 中的方法org.springframework.expression.spel.support.ReflectivePropertyAccessor
Returns null which means this is a general purpose accessor.
getSpecificTargetClasses() - 类 中的方法org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
 
getSplitLines() - 类 中的方法org.yaml.snakeyaml.DumperOptions
 
getSpringTimeout(FrameworkMethod) - 类 中的方法org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Retrieve the configured Spring-specific timeout from the @Timed annotation on the supplied test method.
getSql() - 异常错误 中的方法org.springframework.jdbc.BadSqlGrammarException
Return the SQL that caused the problem.
getSql() - 接口 中的方法org.springframework.jdbc.core.SqlProvider
Return the SQL string for this object, i.e.
getSql() - 异常错误 中的方法org.springframework.jdbc.InvalidResultSetAccessException
Return the SQL that caused the problem.
getSql() - 类 中的方法org.springframework.jdbc.object.RdbmsOperation
Subclasses can override this to supply dynamic SQL if they wish, but SQL is normally set by calling the RdbmsOperation.setSql(java.lang.String) method or in a subclass constructor.
getSql() - 异常错误 中的方法org.springframework.jdbc.UncategorizedSQLException
Return the SQL that led to the problem (if known).
getSqlErrorCodes() - 类 中的方法org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Return the error codes used by this translator.
getSQLException() - 异常错误 中的方法org.springframework.jdbc.BadSqlGrammarException
Return the wrapped SQLException.
getSQLException() - 异常错误 中的方法org.springframework.jdbc.InvalidResultSetAccessException
Return the wrapped SQLException.
getSQLException() - 异常错误 中的方法org.springframework.jdbc.UncategorizedSQLException
Return the underlying SQLException.
getSqlReturnType() - 类 中的方法org.springframework.jdbc.core.SqlOutParameter
Return the custom return type, if any.
getSqlType() - 类 中的方法org.springframework.jdbc.core.metadata.CallParameterMetaData
Get the parameter SQL type.
getSqlType() - 类 中的方法org.springframework.jdbc.core.metadata.TableParameterMetaData
Get the parameter SQL type.
getSqlType(String) - 类 中的方法org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource
Return the SQL type for the given parameter, if registered.
getSqlType(String) - 类 中的方法org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource
Derives a default SQL type from the corresponding property type.
getSqlType(String) - 类 中的方法org.springframework.jdbc.core.namedparam.EmptySqlParameterSource
 
getSqlType(String) - 接口 中的方法org.springframework.jdbc.core.namedparam.SqlParameterSource
Determine the SQL type for the specified named parameter.
getSqlType() - 类 中的方法org.springframework.jdbc.core.SqlParameter
Return the SQL type of the parameter.
getSslInfo() - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpRequest
 
getSslInfo() - 接口 中的方法org.springframework.http.server.reactive.ServerHttpRequest
Return the SSL session information if the request has been transmitted over a secure protocol including SSL certificates, if available.
getSslInfo() - 类 中的方法org.springframework.http.server.reactive.ServerHttpRequestDecorator
 
getSslParameters() - 接口 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration
 
getSslSocketFactory() - 接口 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration
 
getStandaloneConfiguration() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
 
getStandaloneConfiguration() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
 
getStart() - 类 中的方法org.springframework.data.redis.connection.SortParameters.Range
 
getStartMark() - 类 中的方法org.yaml.snakeyaml.events.Event
 
getStartMark() - 类 中的方法org.yaml.snakeyaml.nodes.Node
 
getStartMark() - 类 中的方法org.yaml.snakeyaml.tokens.Token
 
getStartPosition() - 类 中的方法org.springframework.expression.spel.ast.SpelNodeImpl
 
getStartPosition() - 接口 中的方法org.springframework.expression.spel.SpelNode
 
getStateString(int) - 异常错误 中的静态方法org.springframework.transaction.HeuristicCompletionException
 
getStaticAttributes() - 类 中的方法org.springframework.web.servlet.view.AbstractView
Return the static attributes for this view.
getStaticMethod(Class<?>, String, Class<?>...) - 类 中的静态方法org.springframework.util.ClassUtils
Return a public static method of a class.
getStatus() - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
getStatus() - 类 中的方法org.springframework.test.web.reactive.server.ExchangeResult
Return the status of the executed request.
getStatus() - 类 中的方法org.springframework.transaction.jta.ManagedTransactionAdapter
 
getStatus() - 类 中的方法org.springframework.transaction.jta.UserTransactionAdapter
 
getStatus() - 类 中的方法org.springframework.web.method.support.ModelAndViewContainer
Return the configured HTTP status, if any.
getStatus() - 异常错误 中的方法org.springframework.web.server.ResponseStatusException
The HTTP status that fits the exception (never null).
getStatus() - 类 中的方法org.springframework.web.servlet.ModelAndView
Return the configured HTTP status for the response, if any.
getStatusCode() - 类 中的方法org.springframework.http.client.AbstractClientHttpResponse
 
getStatusCode() - 接口 中的方法org.springframework.http.client.ClientHttpResponse
Return the HTTP status code of the response.
getStatusCode() - 接口 中的方法org.springframework.http.client.reactive.ClientHttpResponse
Return the HTTP status code of the response.
getStatusCode() - 类 中的方法org.springframework.http.client.reactive.ClientHttpResponseDecorator
 
getStatusCode() - 类 中的方法org.springframework.http.ResponseEntity
Return the HTTP status code of the response.
getStatusCode() - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpResponse
 
getStatusCode() - 接口 中的方法org.springframework.http.server.reactive.ServerHttpResponse
Return the HTTP status code or null if not set.
getStatusCode() - 类 中的方法org.springframework.http.server.reactive.ServerHttpResponseDecorator
 
getStatusCode() - 类 中的方法org.springframework.mock.http.client.MockClientHttpResponse
 
getStatusCode() - 类 中的方法org.springframework.mock.http.client.reactive.MockClientHttpResponse
 
getStatusCode() - 异常错误 中的方法org.springframework.web.client.HttpStatusCodeException
Return the HTTP status code.
getStatusCode() - 类 中的方法org.springframework.web.context.support.ServletRequestHandledEvent
Return the HTTP status code of the response or -1 if the status code is not available.
getStatusCode() - 类 中的方法org.springframework.web.servlet.mvc.ParameterizableViewController
Return the configured HTTP status code or null.
getStatusCode() - 类 中的方法org.springframework.web.util.ContentCachingResponseWrapper
Return the status code as specified on the response.
getStatusCodesAsMap() - 类 中的方法org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Returns the HTTP status codes provided via SimpleMappingExceptionResolver.setStatusCodes(Properties).
getStatusCodeValue() - 类 中的方法org.springframework.http.ResponseEntity
Return the HTTP status code of the response.
getStatusCodeValue() - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpResponse
Return the HTTP status code of the response.
getStatusText() - 接口 中的方法org.springframework.http.client.ClientHttpResponse
Return the HTTP status text of the response.
getStatusText() - 类 中的方法org.springframework.mock.http.client.MockClientHttpResponse
 
getStatusText() - 异常错误 中的方法org.springframework.web.client.RestClientResponseException
Return the HTTP status text.
getStereotypes() - 类 中的方法org.springframework.data.redis.repository.cdi.CdiBean
 
getStereotypes() - 类 中的方法org.springframework.data.repository.cdi.CdiRepositoryBean
 
getStorageDescription() - 类 中的方法org.springframework.web.multipart.commons.CommonsMultipartFile
Return a description for the storage location of the multipart content.
getStore() - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
 
getStore() - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
 
getStoreDist() - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
 
getStoreDist() - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
 
getStrategies() - 类 中的方法org.springframework.web.accept.ContentNegotiationManager
Return the configured content negotiation strategies.
getStrategy(Class<T>) - 类 中的方法org.springframework.web.accept.ContentNegotiationManager
Find a ContentNegotiationStrategy of the given type.
getStrategyForPath(String) - 类 中的方法org.springframework.web.servlet.resource.VersionResourceResolver
Find a VersionStrategy for the request path of the requested resource.
getStrategyMap() - 类 中的方法org.springframework.web.servlet.resource.VersionResourceResolver
Return the map with version strategies keyed by path pattern.
getStreamingMediaTypes() - 接口 中的方法org.springframework.http.codec.HttpMessageEncoder
Return "streaming" media types for which flushing should be performed automatically vs at the end of the input stream.
getStreamingMediaTypes() - 类 中的方法org.springframework.http.codec.json.AbstractJackson2Encoder
 
getString(int) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getString(String) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getString(int) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as a String.
getString(String) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as a String.
getString() - 类 中的方法org.springframework.mock.web.MockBodyContent
 
getString() - 枚举 中的方法org.yaml.snakeyaml.DumperOptions.LineBreak
 
getStringMatcher(String) - 类 中的方法org.springframework.util.AntPathMatcher
Build or retrieve an AntPathMatcher.AntPathStringMatcher for the given pattern.
getStringMatcherForPath(String) - 类 中的方法org.springframework.data.support.ExampleMatcherAccessor
Get the ExampleMatcher.StringMatcher for a given path or return the default one if none defined.
getStringParameter(ServletRequest, String) - 类 中的静态方法org.springframework.web.bind.ServletRequestUtils
Get a String parameter, or null if not present.
getStringParameter(ServletRequest, String, String) - 类 中的静态方法org.springframework.web.bind.ServletRequestUtils
Get a String parameter, with a fallback value.
getStringParameters(ServletRequest, String) - 类 中的静态方法org.springframework.web.bind.ServletRequestUtils
Get an array of String parameters, return an empty array if not found.
getStringSerializationPair() - 接口 中的方法org.springframework.data.redis.serializer.RedisSerializationContext
 
getStringSerializer() - 类 中的方法org.springframework.data.redis.core.RedisTemplate
Returns the stringSerializer.
getStub() - 类 中的方法org.springframework.remoting.rmi.JndiRmiClientInterceptor
Return the RMI stub to use.
getStub() - 类 中的方法org.springframework.remoting.rmi.RmiClientInterceptor
Return the RMI stub to use.
getStyle() - 类 中的方法org.yaml.snakeyaml.events.ScalarEvent
Style of the scalar.
getStyle() - 类 中的方法org.yaml.snakeyaml.nodes.ScalarNode
Get scalar style of this node.
getStyle() - 类 中的方法org.yaml.snakeyaml.tokens.ScalarToken
 
getStyleBoolean() - 枚举 中的方法org.yaml.snakeyaml.DumperOptions.FlowStyle
 
getStylesheetSource() - 类 中的方法org.springframework.web.servlet.view.xslt.XsltView
Get the XSLT Source for the XSLT template under the configured URL.
getSubject() - 类 中的方法org.springframework.mail.SimpleMailMessage
 
getSubmittedFileName() - 类 中的方法org.springframework.mock.web.MockPart
 
getSubscription() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
getSubscription() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
getSubscription() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
getSubscription() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
getSubscription() - 接口 中的方法org.springframework.data.redis.connection.RedisPubSubCommands
Returns the current subscription for this connection or null if the connection is not subscribed.
getSubscription() - 接口 中的方法reactor.core.publisher.Signal
Read the subscription associated with this (onSubscribe) signal.
getSubtype() - 类 中的方法org.springframework.util.MimeType
Return the subtype.
getSuffix() - 类 中的方法org.springframework.web.servlet.mvc.UrlFilenameViewController
Return the suffix to append to the request URL filename.
getSuffix() - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
Return the suffix that gets appended to view names when building a URL.
getSuffix() - 类 中的方法org.yaml.snakeyaml.tokens.TagTuple
 
getSuperTypeInformation(Class<?>) - 接口 中的方法org.springframework.data.util.TypeInformation
Returns the TypeInformation for the given raw super type.
getSupportedHttpMethods() - 异常错误 中的方法org.springframework.web.HttpRequestMethodNotSupportedException
Return the actually supported HTTP methods as HttpMethod instances, or null if not known.
getSupportedLocales() - 类 中的方法org.springframework.web.server.i18n.AcceptHeaderLocaleContextResolver
Return the configured list of supported locales.
getSupportedLocales() - 类 中的方法org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
Return the configured list of supported locales.
getSupportedMediaTypes() - 类 中的方法org.springframework.http.converter.AbstractHttpMessageConverter
 
getSupportedMediaTypes() - 类 中的方法org.springframework.http.converter.BufferedImageHttpMessageConverter
 
getSupportedMediaTypes() - 类 中的方法org.springframework.http.converter.FormHttpMessageConverter
 
getSupportedMediaTypes() - 接口 中的方法org.springframework.http.converter.HttpMessageConverter
Return the list of MediaType objects supported by this converter.
getSupportedMediaTypes() - 异常错误 中的方法org.springframework.web.HttpMediaTypeException
Return the list of supported media types.
getSupportedMediaTypes() - 异常错误 中的方法org.springframework.web.server.MediaTypeNotSupportedStatusException
Return the list of supported content types in cases when the Accept header is parsed but not supported, or an empty list otherwise.
getSupportedMediaTypes() - 异常错误 中的方法org.springframework.web.server.NotAcceptableStatusException
Return the list of supported content types in cases when the Accept header is parsed but not supported, or an empty list otherwise.
getSupportedMediaTypes() - 异常错误 中的方法org.springframework.web.server.UnsupportedMediaTypeStatusException
Return the list of supported content types in cases when the Content-Type header is parsed but not supported, or an empty list otherwise.
getSupportedMethods() - 异常错误 中的方法org.springframework.web.HttpRequestMethodNotSupportedException
Return the actually supported HTTP methods, or null if not known.
getSupportedMethods() - 异常错误 中的方法org.springframework.web.server.MethodNotAllowedException
Return the list of supported HTTP methods.
getSupportedMethods() - 类 中的方法org.springframework.web.servlet.support.WebContentGenerator
Return the HTTP methods that this content generator supports.
getSuppressedFields() - 类 中的方法org.springframework.validation.AbstractBindingResult
Return the list of fields that were suppressed during the bind process.
getSuppressedFields() - 异常错误 中的方法org.springframework.validation.BindException
 
getSuppressedFields() - 接口 中的方法org.springframework.validation.BindingResult
Return the list of fields that were suppressed during the bind process.
getSuppressedFields() - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
getSuspendedResources() - 类 中的方法org.springframework.transaction.support.DefaultTransactionStatus
Return the holder for resources that have been suspended for this transaction, if any.
getSynchronizations() - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationManager
Return an unmodifiable snapshot list of all registered synchronizations for the current thread.
getT1() - 类 中的方法reactor.util.function.Tuple2
Type-safe way to get the fist object of this Tuples.
getT2() - 类 中的方法reactor.util.function.Tuple2
Type-safe way to get the second object of this Tuples.
getT3() - 类 中的方法reactor.util.function.Tuple3
Type-safe way to get the third object of this Tuples.
getT4() - 类 中的方法reactor.util.function.Tuple4
Type-safe way to get the fourth object of this Tuples.
getT5() - 类 中的方法reactor.util.function.Tuple5
Type-safe way to get the fifth object of this Tuples.
getT6() - 类 中的方法reactor.util.function.Tuple6
Type-safe way to get the sixth object of this Tuples.
getT7() - 类 中的方法reactor.util.function.Tuple7
Type-safe way to get the seventh object of this Tuples.
getT8() - 类 中的方法reactor.util.function.Tuple8
Type-safe way to get the eighth object of this Tuples.
getTabindex() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'tabindex' attribute.
getTableColumns() - 类 中的方法org.springframework.jdbc.core.metadata.TableMetaDataContext
Get a List of the table column names.
getTableName() - 类 中的方法org.springframework.jdbc.core.metadata.TableMetaDataContext
Get the name of the table for this context.
getTableName() - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcInsert
Get the name of the table for this insert.
getTableName(int) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
getTableName(int) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Retrieve the name of the table that served as the source for the specified column.
getTableParameterMetaData() - 类 中的方法org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
getTableParameterMetaData() - 接口 中的方法org.springframework.jdbc.core.metadata.TableMetaDataProvider
Get the table parameter meta-data that is currently used.
getTag() - 类 中的方法org.yaml.snakeyaml.events.CollectionStartEvent
Tag of this collection.
getTag() - 类 中的方法org.yaml.snakeyaml.events.ScalarEvent
Tag of this scalar.
getTag() - 类 中的方法org.yaml.snakeyaml.nodes.Node
Tag of this node.
getTag() - 类 中的方法org.yaml.snakeyaml.TypeDescription
Get tag which shall be used to load or dump the type (class).
getTaglibFactory() - 接口 中的方法org.springframework.web.servlet.view.freemarker.FreeMarkerConfig
Return the TaglibFactory used to enable JSP tags to be accessed from FreeMarker templates.
getTaglibFactory() - 类 中的方法org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
Return the TaglibFactory object wrapped by this bean.
getTags() - 类 中的方法org.yaml.snakeyaml.DumperOptions
 
getTags() - 类 中的方法org.yaml.snakeyaml.events.DocumentStartEvent
Tag shorthands as defined by the %TAG directive.
getTarget() - 类 中的方法org.springframework.data.redis.core.PartialUpdate
Get the target type.
getTarget() - 类 中的方法org.springframework.jndi.JndiObjectTargetSource
 
getTarget() - 类 中的方法org.springframework.scheduling.support.ScheduledMethodRunnable
 
getTarget() - 类 中的方法org.springframework.validation.AbstractBindingResult
Return the wrapped target object.
getTarget() - 类 中的方法org.springframework.validation.BeanPropertyBindingResult
 
getTarget() - 异常错误 中的方法org.springframework.validation.BindException
 
getTarget() - 接口 中的方法org.springframework.validation.BindingResult
Return the wrapped target object, which may be a bean, an object with public fields, a Map - depending on the concrete binding strategy.
getTarget() - 类 中的方法org.springframework.validation.DataBinder
Return the wrapped target object.
getTarget() - 类 中的方法org.springframework.validation.DirectFieldBindingResult
 
getTarget() - 类 中的方法org.springframework.validation.MapBindingResult
 
getTarget() - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
getTarget() - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Get the value of the 'target' attribute.
getTarget() - 类 中的方法org.xmlunit.diff.Comparison.Detail
The actual target.
getTargetBeanName() - 类 中的方法org.springframework.web.filter.DelegatingFilterProxy
Return the name of the target bean in the Spring application context.
getTargetBeanName(FacesContext) - 类 中的方法org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Return the name of the target NavigationHandler bean in the BeanFactory.
getTargetClass(Object) - 类 中的方法org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Return the actual bean class of the given bean instance.
getTargetClass() - 类 中的方法org.springframework.jndi.JndiObjectTargetSource
 
getTargetClass() - 类 中的方法org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
Overridden to support the "targetBeanName" feature.
getTargetClass() - 类 中的方法org.springframework.util.MethodInvoker
Return the target class on which to call the target method.
getTargetClassMethod(Method) - 接口 中的方法org.springframework.data.repository.core.RepositoryInformation
Returns the target class method that is backing the given method.
getTargetConnection() - 接口 中的方法org.springframework.jdbc.datasource.ConnectionProxy
Return the target Connection of this proxy.
getTargetConnection(Connection) - 类 中的静态方法org.springframework.jdbc.datasource.DataSourceUtils
Return the innermost target Connection of the given Connection.
getTargetConnectionFactory() - 类 中的方法org.springframework.jca.cci.connection.DelegatingConnectionFactory
Return the target ConnectionFactory that this ConnectionFactory should delegate to.
getTargetDataSource() - 类 中的方法org.springframework.jdbc.datasource.DelegatingDataSource
Return the target DataSource that this DataSource should delegate to.
getTargetInterfaceName() - 接口 中的方法org.springframework.remoting.rmi.RmiInvocationHandler
Return the name of the target interface that this invoker operates on.
getTargetMap() - 类 中的方法org.springframework.validation.MapBindingResult
 
getTargetMethod() - 类 中的方法org.springframework.util.MethodInvoker
Return the name of the method to be invoked.
getTargetObject() - 类 中的方法org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
Overridden to support the "targetBeanName" feature.
getTargetObject(Object) - 类 中的静态方法org.springframework.test.util.AopTestUtils
Get the target object of the supplied candidate object.
getTargetObject() - 类 中的方法org.springframework.util.MethodInvoker
Return the target object on which to call the target method.
getTargetRepository(RepositoryInformation) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactorySupport
Create a repository instance as backing for the query proxy.
getTargetRepositoryViaReflection(RepositoryInformation, Object...) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactorySupport
Creates a repository of the repository base class defined in the given RepositoryInformation using reflection.
getTargetRepositoryViaReflection(Class<?>, Object...) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactorySupport
Creates a repository of the repository base class defined in the given RepositoryInformation using reflection.
getTargetRequestParams() - 类 中的方法org.springframework.web.servlet.FlashMap
Return the parameters identifying the target request, or an empty map.
getTargetRequestPath() - 类 中的方法org.springframework.web.servlet.FlashMap
Return the target URL path (or null if none specified).
getTargetStream() - 类 中的方法org.springframework.mock.web.DelegatingServletOutputStream
Return the underlying target stream (never null).
getTargetWriter() - 类 中的方法org.springframework.mock.web.MockJspWriter
Lazily initialize the target Writer.
getTask() - 类 中的方法org.springframework.scheduling.config.ScheduledTask
Return the underlying task (typically a CronTask, FixedRateTask or FixedDelayTask).
getTaskCount() - 类 中的方法org.springframework.util.StopWatch
Return the number of tasks timed.
getTaskExecutor() - 类 中的方法org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
 
getTaskInfo() - 类 中的方法org.springframework.util.StopWatch
Return an array of the data for tasks performed.
getTaskName() - 类 中的方法org.springframework.util.StopWatch.TaskInfo
Return the name of this task.
getTempDir() - 类 中的方法org.springframework.web.context.support.WebApplicationObjectSupport
Return the temporary directory for the current web application, as provided by the servlet container.
getTempDir(ServletContext) - 类 中的静态方法org.springframework.web.util.WebUtils
Return the temporary directory for the current web application, as provided by the servlet container.
getTemplate(Locale) - 类 中的方法org.springframework.web.servlet.view.freemarker.FreeMarkerView
Retrieve the FreeMarker template for the given locale, to be rendering by this view.
getTemplate(String, Locale) - 类 中的方法org.springframework.web.servlet.view.freemarker.FreeMarkerView
Retrieve the FreeMarker template specified by the given name, using the encoding specified by the "encoding" bean property.
getTemplate(String) - 类 中的方法org.springframework.web.servlet.view.groovy.GroovyMarkupView
Return a template compiled by the configured Groovy Markup template engine for the given view URL.
getTemplate(String) - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateView
 
getTemplateEngine() - 接口 中的方法org.springframework.web.servlet.view.groovy.GroovyMarkupConfig
Return the Groovy MarkupTemplateEngine for the current web application context.
getTemplateEngine() - 类 中的方法org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
 
getTemplateLoader() - 类 中的方法org.springframework.web.servlet.view.script.RenderingContext
Return a function that takes a template path as input and returns the template content as a String.
getTemplateLoaderForPath(String) - 类 中的方法org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Determine a FreeMarker TemplateLoader for the given path.
getTestClass() - 接口 中的方法org.springframework.test.context.BootstrapContext
Get the test class for this bootstrap context.
getTestClass() - 类 中的方法org.springframework.test.context.MergedContextConfiguration
Get the test class associated with this MergedContextConfiguration.
getTestClass() - 类 中的方法org.springframework.test.context.support.DefaultBootstrapContext
Get the test class for this bootstrap context.
getTestClass() - 类 中的方法org.springframework.test.context.support.DefaultTestContext
 
getTestClass() - 接口 中的方法org.springframework.test.context.TestContext
Get the test class for this test context.
getTestContext() - 类 中的方法org.springframework.test.context.TestContextManager
Get the TestContext managed by this TestContextManager.
getTestContextManager() - 类 中的方法org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Get the TestContextManager associated with this runner.
getTestDetails() - 类 中的方法org.xmlunit.diff.Comparison
Details of the test target.
getTestException() - 类 中的方法org.springframework.test.context.support.DefaultTestContext
 
getTestException() - 接口 中的方法org.springframework.test.context.TestContext
Get the exception that was thrown during execution of the test method.
getTestExecutionListeners() - 类 中的方法org.springframework.test.context.support.AbstractTestContextBootstrapper
 
getTestExecutionListeners() - 接口 中的方法org.springframework.test.context.TestContextBootstrapper
Get a list of newly instantiated TestExecutionListeners for the test class in the BootstrapContext associated with this bootstrapper.
getTestExecutionListeners() - 类 中的方法org.springframework.test.context.TestContextManager
Get the current TestExecutionListeners registered for this TestContextManager.
getTestInstance() - 类 中的方法org.springframework.test.context.support.DefaultTestContext
 
getTestInstance() - 接口 中的方法org.springframework.test.context.TestContext
Get the current test instance for this test context.
getTestMethod() - 类 中的方法org.springframework.test.context.support.DefaultTestContext
 
getTestMethod() - 接口 中的方法org.springframework.test.context.TestContext
Get the current test method for this test context.
getTestSource() - 类 中的方法org.xmlunit.diff.Diff
 
getText() - 类 中的方法org.springframework.mail.SimpleMailMessage
 
getTextValue(Element) - 类 中的静态方法org.springframework.util.xml.DomUtils
Extracts the text value from the given DOM element, ignoring XML comments.
getTheme(String) - 类 中的方法org.springframework.ui.context.support.DelegatingThemeSource
 
getTheme(String) - 类 中的方法org.springframework.ui.context.support.ResourceBundleThemeSource
This implementation returns a SimpleTheme instance, holding a ResourceBundle-based MessageSource whose basename corresponds to the given theme name (prefixed by the configured "basenamePrefix").
getTheme(String) - 接口 中的方法org.springframework.ui.context.ThemeSource
Return the Theme instance for the given theme name.
getTheme(String) - 类 中的方法org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
getTheme(String) - 类 中的方法org.springframework.web.context.support.GenericWebApplicationContext
 
getTheme(String) - 类 中的方法org.springframework.web.context.support.StaticWebApplicationContext
 
getTheme() - 类 中的方法org.springframework.web.servlet.support.RequestContext
Return the current theme (never null).
getTheme(HttpServletRequest) - 类 中的静态方法org.springframework.web.servlet.support.RequestContextUtils
Retrieves the current theme from the given request, using the ThemeResolver and ThemeSource bound to the request by the DispatcherServlet.
getThemeMessage(String, String) - 类 中的方法org.springframework.web.servlet.support.RequestContext
Retrieve the theme message for the given code.
getThemeMessage(String, Object[], String) - 类 中的方法org.springframework.web.servlet.support.RequestContext
Retrieve the theme message for the given code.
getThemeMessage(String, List<?>, String) - 类 中的方法org.springframework.web.servlet.support.RequestContext
Retrieve the theme message for the given code.
getThemeMessage(String) - 类 中的方法org.springframework.web.servlet.support.RequestContext
Retrieve the theme message for the given code.
getThemeMessage(String, Object[]) - 类 中的方法org.springframework.web.servlet.support.RequestContext
Retrieve the theme message for the given code.
getThemeMessage(String, List<?>) - 类 中的方法org.springframework.web.servlet.support.RequestContext
Retrieve the theme message for the given code.
getThemeMessage(MessageSourceResolvable) - 类 中的方法org.springframework.web.servlet.support.RequestContext
Retrieve the given MessageSourceResolvable in the current theme.
getThemeResolver(HttpServletRequest) - 类 中的静态方法org.springframework.web.servlet.support.RequestContextUtils
Return the ThemeResolver that has been bound to the request by the DispatcherServlet.
getThemeSource() - 类 中的方法org.springframework.web.servlet.DispatcherServlet
Return this servlet's ThemeSource, if any; else return null.
getThemeSource(HttpServletRequest) - 类 中的静态方法org.springframework.web.servlet.support.RequestContextUtils
Return the ThemeSource that has been bound to the request by the DispatcherServlet.
getThreadGroup() - 类 中的方法org.springframework.util.CustomizableThreadCreator
Return the thread group that threads should be created in (or null for the default group).
getThreadNamePrefix() - 类 中的方法org.springframework.util.CustomizableThreadCreator
Return the thread name prefix to use for the names of newly created threads.
getThreadPoolExecutor() - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Return the underlying ThreadPoolExecutor for native access.
getThreadPriority() - 类 中的方法org.springframework.util.CustomizableThreadCreator
Return the priority of the threads that this factory creates.
getThrowable() - 接口 中的方法reactor.core.publisher.Signal
Read the error associated with this (onError) signal.
getThrowawayClassLoader() - 类 中的方法org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
 
getThrowawayClassLoader() - 类 中的方法org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
This implementation always returns a SimpleThrowawayClassLoader.
getThrowawayClassLoader() - 类 中的方法org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
 
getThrowawayClassLoader() - 接口 中的方法org.springframework.instrument.classloading.LoadTimeWeaver
Return a throwaway ClassLoader, enabling classes to be loaded and inspected without affecting the parent ClassLoader.
getThrowawayClassLoader() - 类 中的方法org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
 
getThrowawayClassLoader() - 类 中的方法org.springframework.instrument.classloading.SimpleLoadTimeWeaver
This implementation builds a SimpleThrowawayClassLoader.
getThrowawayClassLoader() - 类 中的方法org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
 
getThrowawayClassLoader() - 类 中的方法org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
 
getThrowawayClassLoader() - 类 中的方法org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
 
getTime(int) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getTime(String) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getTime(int, Calendar) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getTime(String, Calendar) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getTime(int) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as a Time object.
getTime(String) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as a Time object.
getTime(int, Calendar) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as a Time object.
getTime(String, Calendar) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as a Time object.
getTimeMillis() - 类 中的方法org.springframework.util.StopWatch.TaskInfo
Return the time in milliseconds this task took.
getTimeout() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Returns the timeout.
getTimeout() - 类 中的方法org.springframework.data.redis.connection.lettuce.DefaultLettucePool
已过时。
Returns the connection timeout (in milliseconds).
getTimeout() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Returns the connection timeout (in milliseconds).
getTimeout() - 类 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands.ExpireCommand
 
getTimeout() - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.BPopCommand
 
getTimeout() - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.BRPopLPushCommand
 
getTimeout() - 类 中的方法org.springframework.mock.web.MockAsyncContext
 
getTimeout(Method) - 类 中的静态方法org.springframework.test.annotation.TestAnnotationUtils
Get the timeout configured via the @Timed annotation on the supplied method.
getTimeout() - 异常错误 中的方法org.springframework.transaction.InvalidTimeoutException
Return the invalid timeout value.
getTimeout() - 类 中的方法org.springframework.transaction.support.DefaultTransactionDefinition
 
getTimeout() - 类 中的方法org.springframework.transaction.support.DelegatingTransactionDefinition
 
getTimeout() - 接口 中的方法org.springframework.transaction.TransactionDefinition
Return the transaction timeout.
getTimeout() - 类 中的方法org.springframework.web.context.request.async.WebAsyncTask
Return the timeout value in milliseconds, or null if no timeout is set.
getTimeout() - 类 中的方法org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
 
getTimeout() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
Return the configured timeout value, if any.
getTimerListener() - 类 中的方法org.springframework.scheduling.commonj.ScheduledTimerListener
Return the TimerListener to schedule.
getTimerManager() - 类 中的方法org.springframework.scheduling.commonj.TimerManagerAccessor
Return the configured TimerManager, if any.
getTimeSeconds() - 类 中的方法org.springframework.util.StopWatch.TaskInfo
Return the time in seconds this task took.
getTimestamp(int) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getTimestamp(String) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getTimestamp(int, Calendar) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getTimestamp(String, Calendar) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
getTimestamp(int) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as a Timestamp object.
getTimestamp(String) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as a Timestamp object.
getTimestamp(int, Calendar) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as a Timestamp object.
getTimestamp(String, Calendar) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve the value of the indicated column in the current row as a Timestamp object.
getTimeToLive() - 类 中的方法org.springframework.data.redis.core.convert.KeyspaceConfiguration.KeyspaceSettings
 
getTimeToLive() - 类 中的方法org.springframework.data.redis.core.convert.RedisData
Get the time before expiration in seconds.
getTimeToLive(Object) - 接口 中的方法org.springframework.data.redis.core.TimeToLiveAccessor
 
getTimeToLiveAccessor() - 类 中的方法org.springframework.data.redis.core.mapping.BasicRedisPersistentEntity
 
getTimeToLiveAccessor() - 接口 中的方法org.springframework.data.redis.core.mapping.RedisPersistentEntity
Get the TimeToLiveAccessor associated with the entity.
getTimeToLiveInMillis() - 类 中的方法org.springframework.transaction.support.ResourceHolderSupport
Return the time to live for this object in milliseconds.
getTimeToLiveInSeconds() - 类 中的方法org.springframework.transaction.support.ResourceHolderSupport
Return the time to live for this object in seconds.
getTimeToLivePropertyName() - 类 中的方法org.springframework.data.redis.core.convert.KeyspaceConfiguration.KeyspaceSettings
 
getTimeUnit() - 类 中的方法org.springframework.data.redis.core.types.Expiration
Get the time unit for the expiration time.
getTimeUnit() - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorTask
Return the time unit for the delay and period values.
getTimeUnit() - 类 中的方法org.springframework.scheduling.support.PeriodicTrigger
Return this trigger's time unit (milliseconds by default).
getTimeZone() - 类 中的方法org.springframework.format.datetime.joda.JodaTimeContext
Return the user's time zone, if any.
getTimeZone() - 类 中的方法org.springframework.format.datetime.standard.DateTimeContext
Return the user's time zone, if any.
getTimeZone() - 类 中的方法org.springframework.web.servlet.support.RequestContext
Return the current TimeZone (or null if none derivable from the request).
getTimeZone(HttpServletRequest) - 类 中的静态方法org.springframework.web.servlet.support.RequestContextUtils
Retrieve the current time zone from the given request, using the TimeZoneAwareLocaleResolver bound to the request by the DispatcherServlet (if available), falling back to the system's default time zone.
getTimeZone() - 类 中的方法org.yaml.snakeyaml.DumperOptions
 
getTitle() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Get the value of the 'title' attribute.
getTo() - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoDistCommand
 
getTo() - 类 中的方法org.springframework.mail.SimpleMailMessage
 
getToken() - 接口 中的方法org.yaml.snakeyaml.scanner.Scanner
Returns the next token.
getToken() - 类 中的方法org.yaml.snakeyaml.scanner.ScannerImpl
Return the next token, removing it from the queue.
getTokenId() - 类 中的方法org.yaml.snakeyaml.tokens.AliasToken
 
getTokenId() - 类 中的方法org.yaml.snakeyaml.tokens.AnchorToken
 
getTokenId() - 类 中的方法org.yaml.snakeyaml.tokens.BlockEndToken
 
getTokenId() - 类 中的方法org.yaml.snakeyaml.tokens.BlockEntryToken
 
getTokenId() - 类 中的方法org.yaml.snakeyaml.tokens.BlockMappingStartToken
 
getTokenId() - 类 中的方法org.yaml.snakeyaml.tokens.BlockSequenceStartToken
 
getTokenId() - 类 中的方法org.yaml.snakeyaml.tokens.CommentToken
 
getTokenId() - 类 中的方法org.yaml.snakeyaml.tokens.DirectiveToken
 
getTokenId() - 类 中的方法org.yaml.snakeyaml.tokens.DocumentEndToken
 
getTokenId() - 类 中的方法org.yaml.snakeyaml.tokens.DocumentStartToken
 
getTokenId() - 类 中的方法org.yaml.snakeyaml.tokens.FlowEntryToken
 
getTokenId() - 类 中的方法org.yaml.snakeyaml.tokens.FlowMappingEndToken
 
getTokenId() - 类 中的方法org.yaml.snakeyaml.tokens.FlowMappingStartToken
 
getTokenId() - 类 中的方法org.yaml.snakeyaml.tokens.FlowSequenceEndToken
 
getTokenId() - 类 中的方法org.yaml.snakeyaml.tokens.FlowSequenceStartToken
 
getTokenId() - 类 中的方法org.yaml.snakeyaml.tokens.KeyToken
 
getTokenId() - 类 中的方法org.yaml.snakeyaml.tokens.ScalarToken
 
getTokenId() - 类 中的方法org.yaml.snakeyaml.tokens.StreamEndToken
 
getTokenId() - 类 中的方法org.yaml.snakeyaml.tokens.StreamStartToken
 
getTokenId() - 类 中的方法org.yaml.snakeyaml.tokens.TagToken
 
getTokenId() - 类 中的方法org.yaml.snakeyaml.tokens.Token
For error reporting.
getTokenId() - 类 中的方法org.yaml.snakeyaml.tokens.ValueToken
 
getTokenId() - 类 中的方法org.yaml.snakeyaml.tokens.WhitespaceToken
 
getTopic() - 类 中的方法org.springframework.data.redis.listener.ChannelTopic
 
getTopic() - 类 中的方法org.springframework.data.redis.listener.PatternTopic
 
getTopic() - 接口 中的方法org.springframework.data.redis.listener.Topic
Returns the topic (as a String).
getTopology() - 接口 中的方法org.springframework.data.redis.connection.ClusterTopologyProvider
Get the current known ClusterTopology.
getTopologyProvider() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
getToStringInfix() - 类 中的方法org.springframework.web.servlet.mvc.condition.AbstractRequestCondition
The notation to use when printing discrete items of content.
getToStringInfix() - 类 中的方法org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
 
getToStringInfix() - 类 中的方法org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
 
getToStringInfix() - 类 中的方法org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
 
getToStringInfix() - 类 中的方法org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
 
getToStringInfix() - 类 中的方法org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
 
getToStringInfix() - 类 中的方法org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
 
getToStringInfix() - 类 中的方法org.springframework.web.servlet.mvc.condition.RequestConditionHolder
 
getToStringInfix() - 类 中的方法org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
 
getTotalTimeMillis() - 类 中的方法org.springframework.util.StopWatch
Return the total time in milliseconds for all tasks.
getTotalTimeSeconds() - 类 中的方法org.springframework.util.StopWatch
Return the total time in seconds for all tasks.
getTransaction() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
getTransaction(TransactionDefinition) - 类 中的方法org.springframework.data.transaction.ChainedTransactionManager
 
getTransaction(TransactionDefinition) - 接口 中的方法org.springframework.transaction.PlatformTransactionManager
Return a currently active transaction or create a new one, according to the specified propagation behavior.
getTransaction(TransactionDefinition) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
This implementation handles propagation behavior.
getTransaction() - 类 中的方法org.springframework.transaction.support.DefaultTransactionStatus
Return the underlying transaction object.
getTransactionAttribute(Method, Class<?>) - 类 中的方法org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
Determine the transaction attribute for this method invocation.
getTransactionAttribute(Method, Class<?>) - 类 中的方法org.springframework.transaction.interceptor.CompositeTransactionAttributeSource
 
getTransactionAttribute(Method, Class<?>) - 类 中的方法org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
 
getTransactionAttribute(Method, Class<?>) - 类 中的方法org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
 
getTransactionAttribute(Method, Class<?>) - 类 中的方法org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
 
getTransactionAttribute() - 类 中的方法org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
getTransactionAttribute(Method, Class<?>) - 接口 中的方法org.springframework.transaction.interceptor.TransactionAttributeSource
Return the transaction attribute for the given method, or null if the method is non-transactional.
getTransactionAttributeSource() - 类 中的方法org.springframework.transaction.interceptor.TransactionAspectSupport
Return the transaction attribute source.
getTransactionAttributeSources() - 类 中的方法org.springframework.transaction.interceptor.CompositeTransactionAttributeSource
Return the TransactionAttributeSource instances that this CompositeTransactionAttributeSource combines.
getTransactionAwareConnectionProxy(Connection, ConnectionFactory) - 类 中的方法org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy
Wrap the given Connection with a proxy that delegates every method call to it but delegates close calls to ConnectionFactoryUtils.
getTransactionAwareConnectionProxy(DataSource) - 类 中的方法org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
Wraps the given Connection with a proxy that delegates every method call to it but delegates close() calls to DataSourceUtils.
getTransactionManager(TestContext, String) - 类 中的方法org.springframework.test.context.transaction.TransactionalTestExecutionListener
Get the transaction manager to use for the supplied test context and qualifier.
getTransactionManager(TestContext) - 类 中的方法org.springframework.test.context.transaction.TransactionalTestExecutionListener
Get the transaction manager to use for the supplied test context.
getTransactionManager() - 类 中的方法org.springframework.transaction.interceptor.TransactionAspectSupport
Return the default transaction manager, or null if unknown.
getTransactionManager() - 类 中的方法org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
getTransactionManager() - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Return the JTA TransactionManager that this transaction manager uses, if any.
getTransactionManager() - 类 中的方法org.springframework.transaction.jta.ManagedTransactionAdapter
Return the JTA TransactionManager that this adapter delegates to.
getTransactionManager() - 类 中的方法org.springframework.transaction.jta.UserTransactionAdapter
Return the JTA TransactionManager that this adapter delegates to.
getTransactionManager() - 类 中的方法org.springframework.transaction.support.TransactionTemplate
Return the transaction management strategy to be used.
getTransactionManagerBeanName() - 类 中的方法org.springframework.transaction.interceptor.TransactionAspectSupport
Return the name of the default transaction manager bean.
getTransactionStatus() - 类 中的方法org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
getTransactionSynchronization() - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Return if this transaction manager should activate the thread-bound transaction synchronization support.
getTransactionSynchronizationRegistry() - 类 中的方法org.springframework.jca.support.SimpleBootstrapContext
 
getTransactionSynchronizationRegistry() - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Return the JTA 1.1 TransactionSynchronizationRegistry that this transaction manager uses, if any.
getTransformerFactory() - 类 中的方法org.springframework.web.servlet.view.xslt.XsltView
Return the TransformerFactory that this XsltView uses.
getTransientDataAccessResourceCodes() - 类 中的方法org.springframework.jdbc.support.SQLErrorCodes
 
getTransport(Session) - 类 中的方法org.springframework.mail.javamail.JavaMailSenderImpl
Obtain a Transport object from the given JavaMail Session, using the configured protocol.
getTraversableResolver() - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
getTrigger() - 类 中的方法org.springframework.scheduling.config.TriggerTask
Return the associated trigger.
getTriggerTaskList() - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Get the trigger tasks as an unmodifiable list of TriggerTask objects.
getTuples() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand
 
getType() - 类 中的方法org.springframework.data.redis.connection.RedisNode
 
getType() - 接口 中的方法org.springframework.data.redis.core.BoundKeyOperations
Returns the associated Redis type.
getType() - 类 中的方法org.springframework.data.redis.core.convert.KeyspaceConfiguration.KeyspaceSettings
 
getType() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicDouble
 
getType() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicInteger
 
getType() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicLong
 
getType() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
getType() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisMap
 
getType() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisSet
 
getType() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisZSet
 
getType() - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
getType() - 类 中的方法org.springframework.data.repository.query.Parameter
Returns the type of the Parameter.
getType() - 类 中的方法org.springframework.data.repository.query.parser.Part
 
getType() - 类 中的方法org.springframework.data.util.AnnotationDetectionFieldCallback
Returns the type of the field.
getType() - 类 中的方法org.springframework.data.util.ClassTypeInformation
 
getType() - 接口 中的方法org.springframework.data.util.TypeInformation
Returns the type of the property.
getType() - 枚举 中的方法org.springframework.expression.spel.ast.TypeCode
 
getType() - 类 中的方法org.springframework.http.ContentDisposition
Return the disposition type, like for example inline, attachment, form-data, or null if not defined.
getType() - 类 中的方法org.springframework.http.RequestEntity
Return the type of the request's body.
getType(String) - 类 中的方法org.springframework.jndi.support.SimpleJndiBeanFactory
 
getType() - 类 中的方法org.springframework.util.MimeType
Return the primary type.
getType(ELContext, Object, Object) - 类 中的方法org.springframework.web.jsf.el.SpringBeanFacesELResolver
 
getType(ELContext, Object, Object) - 类 中的方法org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
 
getType() - 类 中的方法org.springframework.web.servlet.tags.form.ButtonTag
Get the value of the 'type' attribute.
getType() - 类 中的方法org.springframework.web.servlet.tags.form.InputTag
Get the value of the 'type' attribute.
getType() - 类 中的方法org.springframework.web.servlet.tags.form.PasswordInputTag
Return 'password' causing the rendered HTML 'input' element to have a 'type' of 'password'.
getType() - 类 中的方法org.xmlunit.diff.Comparison
The kind of comparison performed.
getType() - 类 中的方法org.xmlunit.diff.XPathContext.DOMNodeInfo
 
getType() - 接口 中的方法org.xmlunit.diff.XPathContext.NodeInfo
 
getType() - 类 中的方法org.xmlunit.validation.ValidationProblem
Whether this is an error or a warning.
getType() - 类 中的方法org.yaml.snakeyaml.introspector.Property
 
getType() - 类 中的方法org.yaml.snakeyaml.introspector.PropertySubstitute
 
getType() - 类 中的方法org.yaml.snakeyaml.nodes.Node
 
getType() - 类 中的方法org.yaml.snakeyaml.TypeDescription
Get represented type (class)
getType() - 接口 中的方法reactor.core.publisher.Signal
getTypeArguments() - 接口 中的方法org.springframework.data.util.TypeInformation
Returns the TypeInformation for the type arguments of the current TypeInformation.
getTypeComparator() - 接口 中的方法org.springframework.expression.EvaluationContext
Return a type comparator for comparing pairs of objects for equality.
getTypeComparator() - 类 中的方法org.springframework.expression.spel.ExpressionState
 
getTypeComparator() - 类 中的方法org.springframework.expression.spel.support.SimpleEvaluationContext
Return an instance of StandardTypeComparator.
getTypeComparator() - 类 中的方法org.springframework.expression.spel.support.StandardEvaluationContext
 
getTypeConverter() - 接口 中的方法org.springframework.expression.EvaluationContext
Return a type converter that can convert (or coerce) a value from one type to another.
getTypeConverter() - 类 中的方法org.springframework.expression.spel.ExpressionState
 
getTypeConverter() - 类 中的方法org.springframework.expression.spel.support.SimpleEvaluationContext
The configured TypeConverter.
getTypeConverter() - 类 中的方法org.springframework.expression.spel.support.StandardEvaluationContext
 
getTypeConverter() - 类 中的方法org.springframework.validation.DataBinder
Return the underlying TypeConverter of this binder's BindingResult.
getTypeDescriptor() - 类 中的方法org.springframework.expression.TypedValue
 
getTypeDifferenceWeight(List<TypeDescriptor>, List<TypeDescriptor>) - 类 中的静态方法org.springframework.expression.spel.support.ReflectionHelper
Based on MethodInvoker.getTypeDifferenceWeight(Class[], Object[]) but operates on TypeDescriptors.
getTypeDifferenceWeight(Class<?>[], Object[]) - 类 中的静态方法org.springframework.util.MethodInvoker
Algorithm that judges the match between the declared parameter types of a candidate method and a specific list of arguments that this method is supposed to be invoked with.
getTypedValue(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.SpelNodeImpl
 
getTypedValue(ExpressionState) - 接口 中的方法org.springframework.expression.spel.SpelNode
Evaluate the expression node in the context of the supplied expression state and return the typed value.
getTypedValue(SqlParameterSource, String) - 类 中的静态方法org.springframework.jdbc.core.namedparam.SqlParameterSourceUtils
Create a wrapped value if parameter has type information, plain object if not.
getTypeLocator() - 接口 中的方法org.springframework.expression.EvaluationContext
Return a type locator that can be used to find types, either by short or fully qualified name.
getTypeLocator() - 类 中的方法org.springframework.expression.spel.support.SimpleEvaluationContext
SimpleEvaluationContext does not support use of type references.
getTypeLocator() - 类 中的方法org.springframework.expression.spel.support.StandardEvaluationContext
 
getTypeName() - 类 中的方法org.springframework.jdbc.core.metadata.CallParameterMetaData
Get the parameter type name.
getTypeName(String) - 类 中的方法org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource
Return the type name for the given parameter, if registered.
getTypeName(String) - 类 中的方法org.springframework.jdbc.core.namedparam.EmptySqlParameterSource
 
getTypeName(String) - 接口 中的方法org.springframework.jdbc.core.namedparam.SqlParameterSource
Determine the type name for the specified named parameter.
getTypeName() - 类 中的方法org.springframework.jdbc.core.SqlParameter
Return the type name of the parameter, if any.
getTypes() - 类 中的方法org.springframework.data.redis.repository.cdi.CdiBean
 
getTypes() - 类 中的方法org.springframework.data.repository.cdi.CdiRepositoryBean
 
getTypeToRead() - 类 中的方法org.springframework.data.repository.query.ReturnedType
Returns the type that the query execution is supposed to pass to the underlying infrastructure.
getTypeValue(CallableStatement, int, int, String) - 接口 中的方法org.springframework.jdbc.core.SqlReturnType
Get the type value from the specific object.
getUltimateTargetObject(Object) - 类 中的静态方法org.springframework.test.util.AopTestUtils
Get the ultimate target object of the supplied candidate object, unwrapping not only a top-level proxy but also any number of nested proxies.
getUniqueDeclaredMethods(Class<?>) - 类 中的静态方法org.springframework.util.ReflectionUtils
Get the unique set of declared methods on the leaf class and all superclasses.
getUnit() - 类 中的方法org.springframework.jmx.export.metadata.ManagedMetric
The expected unit of measurement values.
getUpgrade() - 类 中的方法org.springframework.http.HttpHeaders
Return the value of the Upgrade header.
getUpsert() - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.PushCommand
 
getURI() - 接口 中的方法org.springframework.http.client.reactive.ClientHttpRequest
Return the URI of the request.
getURI() - 类 中的方法org.springframework.http.client.reactive.ClientHttpRequestDecorator
 
getURI() - 类 中的方法org.springframework.http.client.support.HttpRequestWrapper
Return the URI of the wrapped request.
getURI() - 接口 中的方法org.springframework.http.HttpRequest
Return the URI of the request (including a query string if any, but only if it is well-formed for a URI representation).
getURI() - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpRequest
 
getURI() - 类 中的方法org.springframework.http.server.reactive.ServerHttpRequestDecorator
 
getURI() - 类 中的方法org.springframework.http.server.ServletServerHttpRequest
 
getURI() - 类 中的方法org.springframework.mock.http.client.MockClientHttpRequest
 
getURI() - 类 中的方法org.springframework.mock.http.client.reactive.MockClientHttpRequest
 
getUriTemplate() - 类 中的方法org.springframework.test.web.reactive.server.ExchangeResult
Return the original URI template used to prepare the request, if any.
getUriTemplateHandler() - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
Return the configured URI template handler.
getUriTemplateHandler() - 类 中的方法org.springframework.web.client.RestTemplate
Return the configured URI template handler.
getUriTemplateVariables(NativeWebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
 
getUriVariables() - 类 中的方法org.springframework.web.util.pattern.PathPattern.PathMatchInfo
Return the extracted URI variables.
getUriVariables() - 类 中的方法org.springframework.web.util.pattern.PathPattern.PathRemainingMatchInfo
Return variables that were bound in the part of the path that was successfully matched or an empty map.
getUrl() - 类 中的方法org.springframework.http.RequestEntity
Return the URL of the request.
getUrl() - 类 中的方法org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
Return the JDBC URL to use for connecting through the Driver.
getUrl() - 类 中的方法org.springframework.test.web.reactive.server.ExchangeResult
Return the URI of the request.
getURL(String) - 类 中的静态方法org.springframework.util.ResourceUtils
Resolve the given resource location to a java.net.URL.
getURL() - 类 中的方法org.springframework.web.context.support.ServletContextResource
This implementation delegates to ServletContext.getResource, but throws a FileNotFoundException if no resource found.
getUrl() - 类 中的方法org.springframework.web.servlet.view.AbstractUrlBasedView
Return the URL of the resource that this view wraps.
getUrl() - 类 中的方法org.springframework.web.servlet.view.script.RenderingContext
Return the URL of the rendered template.
getUrlMap() - 类 中的方法org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
Allow Map access to the URL path mappings, with the option to add or override specific entries.
getUrlPath() - 类 中的方法org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration
 
getUrlPath() - 类 中的方法org.springframework.web.servlet.config.annotation.ViewControllerRegistration
 
getUrlPathHelper() - 类 中的方法org.springframework.web.servlet.config.annotation.PathMatchConfigurer
 
getUrlPathHelper() - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMapping
Return the UrlPathHelper implementation to use for resolution of lookup paths.
getUrlPathHelper() - 类 中的方法org.springframework.web.servlet.mvc.AbstractUrlViewController
Return the UrlPathHelper to use for the resolution of lookup paths.
getUrlPathHelper() - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
Return a custom UrlPathHelper to use for the PatternsRequestCondition, if any.
getUrlPathHelper() - 类 中的方法org.springframework.web.servlet.resource.PathResourceResolver
The configured UrlPathHelper.
getUrlPathHelper() - 类 中的方法org.springframework.web.servlet.resource.ResourceHttpRequestHandler
The configured UrlPathHelper.
getUrlPathHelper() - 类 中的方法org.springframework.web.servlet.resource.ResourceUrlProvider
Return the configured UrlPathHelper.
getUrlPathHelper() - 类 中的方法org.springframework.web.servlet.support.AbstractFlashMapManager
Return the UrlPathHelper implementation to use.
getUrlPathHelper() - 类 中的方法org.springframework.web.servlet.support.RequestContext
Return the UrlPathHelper used for context path and request URI decoding.
getUsePool() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Indicates the use of a connection pool.
getUserClass(Class<?>) - 类 中的静态方法org.springframework.data.util.ProxyUtils
Returns the user class for the given type.
getUserClass(Object) - 类 中的静态方法org.springframework.data.util.ProxyUtils
Returns the user class for the given source object.
getUserClass(Object) - 类 中的静态方法org.springframework.util.ClassUtils
Return the user-defined class for the given instance: usually simply the class of the given instance, but the original class in case of a CGLIB-generated subclass.
getUserClass(Class<?>) - 类 中的静态方法org.springframework.util.ClassUtils
Return the user-defined class for the given class: usually simply the given class, but the original class in case of a CGLIB-generated subclass.
getUserInfo() - 类 中的方法org.springframework.web.util.UriComponents
Return the user info.
getUserName() - 接口 中的方法org.springframework.jdbc.core.metadata.CallMetaDataProvider
Get the name of the current user.
getUserName() - 类 中的方法org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
getUsername() - 类 中的方法org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
Return the JDBC username to use for connecting through the Driver.
getUsername() - 类 中的方法org.springframework.mail.javamail.JavaMailSenderImpl
Return the username for the account at the mail host.
getUsername() - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the username to specify on the stub.
getUserName() - 类 中的方法org.springframework.web.context.support.RequestHandledEvent
Return the name of the user that was associated with the request (usually the UserPrincipal).
getUsernameForRequest(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Determine the username for the given request.
getUserPrincipal() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
getUserPrincipal() - 类 中的方法org.springframework.web.context.request.FacesWebRequest
 
getUserPrincipal() - 类 中的方法org.springframework.web.context.request.ServletWebRequest
 
getUserPrincipal() - 接口 中的方法org.springframework.web.context.request.WebRequest
Return the user principal for this request, if any.
getUserTransaction() - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Return the JTA UserTransaction that this transaction manager uses.
getUserTransaction() - 类 中的方法org.springframework.transaction.jta.JtaTransactionObject
Return the JTA UserTransaction object for the current transaction.
getUserType(Class<?>) - 接口 中的方法org.springframework.data.util.ProxyUtils.ProxyDetector
Returns the user class for the given type.
getValidateConnection() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Indicates if validation of the native Lettuce connection is enabled.
getValidationPropertyMap() - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
Allow Map access to the bean validation properties to be passed to the validation provider, with the option to add or override specific entries.
getValidator() - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
getValidator() - 类 中的方法org.springframework.validation.DataBinder
Return the primary Validator to apply after each binding step, if any.
getValidator() - 类 中的方法org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Return the Validator to apply after each binding step, if any.
getValidator() - 类 中的方法org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
getValidator() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Override this method to provide a custom Validator.
getValidator() - 接口 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Provide a custom Validator instead of the one created by default.
getValidator() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
已过时。
Provide a custom Validator instead of the one created by default.
getValidators() - 类 中的方法org.springframework.validation.DataBinder
Return the Validators to apply after data binding.
getValue() - 类 中的方法org.springframework.data.redis.connection.DefaultTuple
 
getValue() - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.LInsertCommand
 
getValue() - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.LRemCommand
 
getValue() - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.LSetCommand
 
getValue() - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.PopResult
 
getValue() - 类 中的方法org.springframework.data.redis.connection.ReactiveNumberCommands.DecrByCommand
 
getValue() - 类 中的方法org.springframework.data.redis.connection.ReactiveNumberCommands.HIncrByCommand
 
getValue() - 类 中的方法org.springframework.data.redis.connection.ReactiveNumberCommands.IncrByCommand
 
getValue() - 类 中的方法org.springframework.data.redis.connection.ReactiveSetCommands.SIsMemberCommand
 
getValue() - 类 中的方法org.springframework.data.redis.connection.ReactiveSetCommands.SMoveCommand
 
getValue() - 类 中的方法org.springframework.data.redis.connection.ReactiveStringCommands.AppendCommand
 
getValue() - 类 中的方法org.springframework.data.redis.connection.ReactiveStringCommands.SetBitCommand
 
getValue() - 类 中的方法org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand
 
getValue() - 类 中的方法org.springframework.data.redis.connection.ReactiveStringCommands.SetRangeCommand
 
getValue() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZIncrByCommand
 
getValue() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRankCommand
 
getValue() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZScoreCommand
 
getValue() - 类 中的方法org.springframework.data.redis.connection.RedisZSetCommands.Range.Boundary
 
getValue() - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands.Tuple
 
getValue() - 类 中的方法org.springframework.data.redis.core.convert.SimpleIndexedPropertyValue
Get the value to index.
getValue() - 类 中的方法org.springframework.data.redis.core.DefaultTypedTuple
 
getValue() - 类 中的方法org.springframework.data.redis.core.PartialUpdate
 
getValue() - 类 中的方法org.springframework.data.redis.core.PartialUpdate.PropertyUpdate
Get the value to set.
getValue() - 类 中的方法org.springframework.data.redis.core.RedisKeyExpiredEvent
Get the expired Object
getValue() - 接口 中的方法org.springframework.data.redis.core.ZSetOperations.TypedTuple
 
getValue(int) - 类 中的方法org.springframework.data.repository.query.ParametersParameterAccessor
Returns the value with the given index.
getValue() - 类 中的方法org.springframework.data.repository.util.NullableWrapper
Returns the backing value.
getValue(Object) - 类 中的方法org.springframework.data.util.AnnotationDetectionFieldCallback
Retrieves the value of the field by reflection.
getValue() - 类 中的方法org.springframework.expression.common.CompositeStringExpression
 
getValue(Class<T>) - 类 中的方法org.springframework.expression.common.CompositeStringExpression
 
getValue(Object) - 类 中的方法org.springframework.expression.common.CompositeStringExpression
 
getValue(Object, Class<T>) - 类 中的方法org.springframework.expression.common.CompositeStringExpression
 
getValue(EvaluationContext) - 类 中的方法org.springframework.expression.common.CompositeStringExpression
 
getValue(EvaluationContext, Class<T>) - 类 中的方法org.springframework.expression.common.CompositeStringExpression
 
getValue(EvaluationContext, Object) - 类 中的方法org.springframework.expression.common.CompositeStringExpression
 
getValue(EvaluationContext, Object, Class<T>) - 类 中的方法org.springframework.expression.common.CompositeStringExpression
 
getValue() - 类 中的方法org.springframework.expression.common.LiteralExpression
 
getValue(Class<T>) - 类 中的方法org.springframework.expression.common.LiteralExpression
 
getValue(Object) - 类 中的方法org.springframework.expression.common.LiteralExpression
 
getValue(Object, Class<T>) - 类 中的方法org.springframework.expression.common.LiteralExpression
 
getValue(EvaluationContext) - 类 中的方法org.springframework.expression.common.LiteralExpression
 
getValue(EvaluationContext, Class<T>) - 类 中的方法org.springframework.expression.common.LiteralExpression
 
getValue(EvaluationContext, Object) - 类 中的方法org.springframework.expression.common.LiteralExpression
 
getValue(EvaluationContext, Object, Class<T>) - 类 中的方法org.springframework.expression.common.LiteralExpression
 
getValue() - 接口 中的方法org.springframework.expression.Expression
Evaluate this expression in the default standard context.
getValue(Class<T>) - 接口 中的方法org.springframework.expression.Expression
Evaluate the expression in the default context.
getValue(Object) - 接口 中的方法org.springframework.expression.Expression
Evaluate this expression against the specified root object.
getValue(Object, Class<T>) - 接口 中的方法org.springframework.expression.Expression
Evaluate the expression in the default context against the specified root object.
getValue(EvaluationContext) - 接口 中的方法org.springframework.expression.Expression
Evaluate this expression in the provided context and return the result of evaluation.
getValue(EvaluationContext, Object) - 接口 中的方法org.springframework.expression.Expression
Evaluate this expression in the provided context and return the result of evaluation, but use the supplied root context as an override for any default root object specified in the context.
getValue(EvaluationContext, Class<T>) - 接口 中的方法org.springframework.expression.Expression
Evaluate the expression in a specified context which can resolve references to properties, methods, types, etc.
getValue(EvaluationContext, Object, Class<T>) - 接口 中的方法org.springframework.expression.Expression
Evaluate the expression in a specified context which can resolve references to properties, methods, types, etc.
getValue(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.SpelNodeImpl
 
getValue(ExpressionState, Class<T>) - 类 中的方法org.springframework.expression.spel.ast.SpelNodeImpl
 
getValue() - 接口 中的方法org.springframework.expression.spel.ast.ValueRef
Returns the value this ValueRef points to, it should not require expression component re-evaluation.
getValue() - 类 中的方法org.springframework.expression.spel.ast.ValueRef.NullValueRef
 
getValue() - 类 中的方法org.springframework.expression.spel.ast.ValueRef.TypedValueHolderValueRef
 
getValue(Object, EvaluationContext) - 类 中的方法org.springframework.expression.spel.CompiledExpression
Subclasses of CompiledExpression generated by SpelCompiler will provide an implementation of this method.
getValue(ExpressionState) - 接口 中的方法org.springframework.expression.spel.SpelNode
Evaluate the expression node in the context of the supplied expression state and return the value.
getValue() - 类 中的方法org.springframework.expression.spel.standard.SpelExpression
 
getValue(Class<T>) - 类 中的方法org.springframework.expression.spel.standard.SpelExpression
 
getValue(Object) - 类 中的方法org.springframework.expression.spel.standard.SpelExpression
 
getValue(Object, Class<T>) - 类 中的方法org.springframework.expression.spel.standard.SpelExpression
 
getValue(EvaluationContext) - 类 中的方法org.springframework.expression.spel.standard.SpelExpression
 
getValue(EvaluationContext, Class<T>) - 类 中的方法org.springframework.expression.spel.standard.SpelExpression
 
getValue(EvaluationContext, Object) - 类 中的方法org.springframework.expression.spel.standard.SpelExpression
 
getValue(EvaluationContext, Object, Class<T>) - 类 中的方法org.springframework.expression.spel.standard.SpelExpression
 
getValue() - 类 中的方法org.springframework.expression.TypedValue
 
getValue() - 类 中的方法org.springframework.http.converter.json.MappingJacksonValue
Return the POJO that needs to be serialized.
getValue() - 类 中的方法org.springframework.http.HttpCookie
Return the cookie value or an empty string (never null).
getValue(String) - 类 中的方法org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource
 
getValue(String) - 类 中的方法org.springframework.jdbc.core.namedparam.EmptySqlParameterSource
 
getValue(String) - 类 中的方法org.springframework.jdbc.core.namedparam.MapSqlParameterSource
 
getValue(String) - 接口 中的方法org.springframework.jdbc.core.namedparam.SqlParameterSource
Return the parameter value for the requested named parameter.
getValue() - 类 中的方法org.springframework.jdbc.core.SqlParameterValue
Return the value object that this parameter value holds.
getValue(String) - 类 中的方法org.springframework.mock.web.MockHttpSession
 
getValue() - 类 中的方法org.springframework.remoting.support.RemoteInvocationResult
Return the result value returned by a successful invocation of the target method, if any.
getValue() - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap.Entry
 
getValue(ELContext, Object, Object) - 类 中的方法org.springframework.web.jsf.el.SpringBeanFacesELResolver
 
getValue(ELContext, Object, Object) - 类 中的方法org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
 
getValue() - 接口 中的方法org.springframework.web.servlet.mvc.condition.NameValueExpression
 
getValue() - 类 中的方法org.springframework.web.servlet.support.BindStatus
Return the current value of the field, i.e. either the property value or a rejected update, or null if not field-specific.
getValue() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
Get the value of the 'value' attribute.
getValue() - 类 中的方法org.springframework.web.servlet.tags.form.ButtonTag
Get the value of the 'value' attribute.
getValue() - 类 中的方法org.springframework.web.servlet.tags.form.OptionTag
Get the 'value' attribute of the rendered HTML <option> tag.
getValue() - 类 中的方法org.springframework.web.servlet.tags.Param
Return the raw parameter value.
getValue(String) - 接口 中的方法org.springframework.web.util.UriComponents.UriTemplateVariables
Get the value for the given URI variable name.
getValue() - 类 中的方法org.xmlunit.diff.Comparison.Detail
The value for comparison found at the current target.
getValue(Object, ComparisonType) - 类 中的方法org.xmlunit.diff.DefaultComparisonFormatter
May alter the display of a comparison value for DefaultComparisonFormatter.getShortString(org.w3c.dom.Node, java.lang.String, org.xmlunit.diff.ComparisonType) based on the comparison type.
getValue() - 类 中的方法org.yaml.snakeyaml.events.ScalarEvent
String representation of the value.
getValue() - 类 中的方法org.yaml.snakeyaml.nodes.CollectionNode
Returns the elements in this sequence.
getValue() - 类 中的方法org.yaml.snakeyaml.nodes.MappingNode
Returns the entries of this map.
getValue() - 类 中的方法org.yaml.snakeyaml.nodes.ScalarNode
Value of this scalar.
getValue() - 类 中的方法org.yaml.snakeyaml.nodes.SequenceNode
Returns the elements in this sequence.
getValue() - 类 中的方法org.yaml.snakeyaml.nodes.Tag
 
getValue() - 类 中的方法org.yaml.snakeyaml.tokens.AliasToken
 
getValue() - 类 中的方法org.yaml.snakeyaml.tokens.AnchorToken
 
getValue() - 类 中的方法org.yaml.snakeyaml.tokens.DirectiveToken
 
getValue() - 类 中的方法org.yaml.snakeyaml.tokens.ScalarToken
 
getValue() - 类 中的方法org.yaml.snakeyaml.tokens.TagToken
 
getValueAsString() - 类 中的方法org.springframework.data.redis.connection.DefaultStringTuple
 
getValueAsString() - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection.StringTuple
 
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.Assign
 
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.BeanReference
 
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.CompoundExpression
Evaluates a compound expression.
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.ConstructorReference
Implements getValue() - delegating to the code for building an array or a simple type.
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.Elvis
Evaluate the condition and if not null, return it.
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.FunctionReference
 
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.Identifier
 
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.Indexer
 
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.InlineList
 
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.InlineMap
 
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.Literal
 
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.MethodReference
 
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.OpAnd
 
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.OpDec
 
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.OpDivide
 
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.OpEQ
 
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.OperatorBetween
Returns a boolean based on whether a value is in the range expressed.
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.OperatorInstanceof
Compare the left operand to see it is an instance of the type specified as the right operand.
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.OperatorMatches
Check the first operand matches the regex specified as the second operand.
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.OperatorNot
 
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.OperatorPower
 
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.OpGE
 
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.OpGT
 
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.OpInc
 
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.OpLE
 
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.OpLT
 
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.OpMinus
 
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.OpModulus
 
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.OpMultiply
Implements the multiply operator directly here for certain types of supported operands and otherwise delegates to any registered overloader for types not supported here.
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.OpNE
 
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.OpOr
 
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.OpPlus
 
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.Projection
 
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.PropertyOrFieldReference
 
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.QualifiedIdentifier
 
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.Selection
 
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.SpelNodeImpl
 
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.Ternary
Evaluate the condition and if true evaluate the first alternative, otherwise evaluate the second alternative.
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.TypeReference
 
getValueInternal(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.VariableReference
 
getValueNames() - 类 中的方法org.springframework.mock.web.MockHttpSession
 
getValueNode() - 类 中的方法org.yaml.snakeyaml.nodes.NodeTuple
Value node.
getValueRef(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.CompoundExpression
 
getValueRef(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.Indexer
 
getValueRef(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.MethodReference
 
getValueRef(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.Projection
 
getValueRef(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.PropertyOrFieldReference
 
getValueRef(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.Selection
 
getValueRef(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.SpelNodeImpl
 
getValueRef(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.VariableReference
 
getValues() - 类 中的方法org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfAddCommand
 
getValues() - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.PushCommand
 
getValues() - 类 中的方法org.springframework.data.redis.connection.ReactiveSetCommands.SAddCommand
 
getValues() - 类 中的方法org.springframework.data.redis.connection.ReactiveSetCommands.SRemCommand
 
getValues() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemCommand
 
getValues() - 类 中的方法org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Expose the current parameter values as read-only Map.
getValuesAsList(String) - 类 中的方法org.springframework.http.HttpHeaders
Return all values of a given header name, even if this header is set multiple times.
getValueSerializationPair() - 接口 中的方法org.springframework.data.redis.serializer.RedisSerializationContext
 
getValueSerializer() - 接口 中的方法org.springframework.data.redis.core.RedisOperations
 
getValueSerializer() - 类 中的方法org.springframework.data.redis.core.RedisTemplate
Returns the value serializer used by this template.
getValuesToBind(ServerWebExchange) - 类 中的方法org.springframework.web.bind.support.WebExchangeDataBinder
Protected method to obtain the values for data binding.
getValueTransformerForPath(String) - 类 中的方法org.springframework.data.support.ExampleMatcherAccessor
Get the ignore case flag for a given path or return ExampleMatcher.NoOpPropertyValueTransformer if none defined.
getValueType() - 类 中的方法org.springframework.data.repository.util.NullableWrapper
Returns the type of the contained value.
getValueType() - 类 中的方法org.springframework.expression.common.CompositeStringExpression
 
getValueType(EvaluationContext) - 类 中的方法org.springframework.expression.common.CompositeStringExpression
 
getValueType(Object) - 类 中的方法org.springframework.expression.common.CompositeStringExpression
 
getValueType(EvaluationContext, Object) - 类 中的方法org.springframework.expression.common.CompositeStringExpression
 
getValueType(EvaluationContext) - 类 中的方法org.springframework.expression.common.LiteralExpression
 
getValueType() - 类 中的方法org.springframework.expression.common.LiteralExpression
 
getValueType(Object) - 类 中的方法org.springframework.expression.common.LiteralExpression
 
getValueType(EvaluationContext, Object) - 类 中的方法org.springframework.expression.common.LiteralExpression
 
getValueType() - 接口 中的方法org.springframework.expression.Expression
Return the most general type that can be passed to a Expression.setValue(java.lang.Object, java.lang.Object) method using the default context.
getValueType(Object) - 接口 中的方法org.springframework.expression.Expression
Return the most general type that can be passed to the Expression.setValue(Object, Object) method using the default context.
getValueType(EvaluationContext) - 接口 中的方法org.springframework.expression.Expression
Return the most general type that can be passed to the Expression.setValue(EvaluationContext, Object) method for the given context.
getValueType(EvaluationContext, Object) - 接口 中的方法org.springframework.expression.Expression
Return the most general type that can be passed to the Expression.setValue(EvaluationContext, Object, Object) method for the given context.
getValueType() - 类 中的方法org.springframework.expression.spel.standard.SpelExpression
 
getValueType(Object) - 类 中的方法org.springframework.expression.spel.standard.SpelExpression
 
getValueType(EvaluationContext) - 类 中的方法org.springframework.expression.spel.standard.SpelExpression
 
getValueType(EvaluationContext, Object) - 类 中的方法org.springframework.expression.spel.standard.SpelExpression
 
getValueType() - 类 中的方法org.springframework.web.servlet.support.BindStatus
Get the 'Class' type of the field.
getValueTypeDescriptor() - 类 中的方法org.springframework.expression.common.CompositeStringExpression
 
getValueTypeDescriptor(Object) - 类 中的方法org.springframework.expression.common.CompositeStringExpression
 
getValueTypeDescriptor(EvaluationContext) - 类 中的方法org.springframework.expression.common.CompositeStringExpression
 
getValueTypeDescriptor(EvaluationContext, Object) - 类 中的方法org.springframework.expression.common.CompositeStringExpression
 
getValueTypeDescriptor() - 类 中的方法org.springframework.expression.common.LiteralExpression
 
getValueTypeDescriptor(Object) - 类 中的方法org.springframework.expression.common.LiteralExpression
 
getValueTypeDescriptor(EvaluationContext) - 类 中的方法org.springframework.expression.common.LiteralExpression
 
getValueTypeDescriptor(EvaluationContext, Object) - 类 中的方法org.springframework.expression.common.LiteralExpression
 
getValueTypeDescriptor() - 接口 中的方法org.springframework.expression.Expression
Return the most general type that can be passed to a Expression.setValue(java.lang.Object, java.lang.Object) method using the default context.
getValueTypeDescriptor(Object) - 接口 中的方法org.springframework.expression.Expression
Return the most general type that can be passed to the Expression.setValue(Object, Object) method using the default context.
getValueTypeDescriptor(EvaluationContext) - 接口 中的方法org.springframework.expression.Expression
Return the most general type that can be passed to the Expression.setValue(EvaluationContext, Object) method for the given context.
getValueTypeDescriptor(EvaluationContext, Object) - 接口 中的方法org.springframework.expression.Expression
Return the most general type that can be passed to the Expression.setValue(EvaluationContext, Object, Object) method for the given context.
getValueTypeDescriptor() - 类 中的方法org.springframework.expression.spel.standard.SpelExpression
 
getValueTypeDescriptor(Object) - 类 中的方法org.springframework.expression.spel.standard.SpelExpression
 
getValueTypeDescriptor(EvaluationContext) - 类 中的方法org.springframework.expression.spel.standard.SpelExpression
 
getValueTypeDescriptor(EvaluationContext, Object) - 类 中的方法org.springframework.expression.spel.standard.SpelExpression
 
getVariableName() - 异常错误 中的方法org.springframework.web.bind.MissingPathVariableException
Return the expected name of the path variable.
getVariableNames() - 类 中的方法org.springframework.web.util.UriTemplate
Return the names of the variables in the template, in order.
getVariableResolver() - 类 中的方法org.springframework.mock.web.MockPageContext
已过时。
getVary() - 类 中的方法org.springframework.http.HttpHeaders
Return the request header names subject to content negotiation.
getVaryByRequestHeaders() - 类 中的方法org.springframework.web.servlet.support.WebContentGenerator
Return the configured request header names for the "Vary" response header.
getVersion() - 类 中的方法org.yaml.snakeyaml.DumperOptions
 
getVersion() - 类 中的方法org.yaml.snakeyaml.events.DocumentStartEvent
YAML version the document conforms to.
getVersionPathStrategy() - 类 中的方法org.springframework.web.servlet.resource.AbstractVersionStrategy
 
getView() - 类 中的方法org.springframework.web.method.support.ModelAndViewContainer
Return the View object, or null if we using a view name to be resolved by the DispatcherServlet via a ViewResolver.
getView() - 类 中的方法org.springframework.web.servlet.ModelAndView
Return the View object, or null if we are using a view name to be resolved by the DispatcherServlet via a ViewResolver.
getView() - 类 中的方法org.springframework.web.servlet.mvc.ParameterizableViewController
Return the View object, or null if we are using a view name to be resolved by the DispatcherServlet via a ViewResolver.
getViewClass() - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
Return the view class to be used to create views.
getViewController() - 类 中的方法org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration
 
getViewController() - 类 中的方法org.springframework.web.servlet.config.annotation.ViewControllerRegistration
 
getViewerPreferences() - 类 中的方法org.springframework.web.servlet.view.document.AbstractPdfView
Return the viewer preferences for the PDF file.
getViewName() - 类 中的方法org.springframework.web.method.support.ModelAndViewContainer
Return the view name to be resolved by the DispatcherServlet via a ViewResolver, or null if a View object is set.
getViewName() - 类 中的方法org.springframework.web.servlet.ModelAndView
Return the view name to be resolved by the DispatcherServlet via a ViewResolver, or null if we are using a View object.
getViewName() - 类 中的方法org.springframework.web.servlet.mvc.ParameterizableViewController
Return the name of the view to delegate to, or null if using a View instance.
getViewName(HttpServletRequest) - 接口 中的方法org.springframework.web.servlet.RequestToViewNameTranslator
Translate the given HttpServletRequest into a view name.
getViewName(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Translates the request URI of the incoming HttpServletRequest into the view name based on the configured parameters.
getViewNameForRequest(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.mvc.AbstractUrlViewController
Return the name of the view to render for this request, based on the given lookup path.
getViewNameForRequest(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.mvc.UrlFilenameViewController
Returns view name based on the URL filename, with prefix/suffix applied when appropriate.
getViewNameForUrlPath(String) - 类 中的方法org.springframework.web.servlet.mvc.UrlFilenameViewController
Returns view name based on the URL filename, with prefix/suffix applied when appropriate.
getViewNames() - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
Return the view names (or name patterns) that can be handled by this ViewResolver.
getViewResolver() - 类 中的方法org.springframework.web.servlet.config.annotation.UrlBasedViewResolverRegistration
 
getViewResolvers() - 类 中的方法org.springframework.web.servlet.config.annotation.ViewResolverRegistry
 
getViewResolvers() - 类 中的方法org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
getViewResolvers() - 类 中的方法org.springframework.web.servlet.view.ViewResolverComposite
Return the list of view viewResolvers to delegate to.
getVirtualServerName() - 类 中的方法org.springframework.mock.web.MockServletContext
 
getWebApplicationContext() - 类 中的方法org.springframework.web.bind.support.SpringWebConstraintValidatorFactory
Retrieve the Spring WebApplicationContext to use.
getWebApplicationContext() - 类 中的方法org.springframework.web.context.support.ContextExposingHttpServletRequest
Return the WebApplicationContext that this request runs in.
getWebApplicationContext(ServletContext) - 类 中的静态方法org.springframework.web.context.support.WebApplicationContextUtils
Find the root WebApplicationContext for this web app, typically loaded via ContextLoaderListener.
getWebApplicationContext(ServletContext, String) - 类 中的静态方法org.springframework.web.context.support.WebApplicationContextUtils
Find a custom WebApplicationContext for this web app.
getWebApplicationContext() - 类 中的方法org.springframework.web.context.support.WebApplicationObjectSupport
Return the current application context as WebApplicationContext.
getWebApplicationContext(FacesContext) - 类 中的方法org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Retrieve the web application context to delegate bean name resolution to.
getWebApplicationContext(FacesContext) - 类 中的方法org.springframework.web.jsf.DelegatingPhaseListenerMulticaster
Retrieve the web application context to delegate bean name resolution to.
getWebApplicationContext(ELContext) - 类 中的方法org.springframework.web.jsf.el.SpringBeanFacesELResolver
Retrieve the web application context to delegate bean name resolution to.
getWebApplicationContext(ELContext) - 类 中的方法org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
Retrieve the WebApplicationContext reference to expose.
getWebApplicationContext(FacesContext) - 类 中的静态方法org.springframework.web.jsf.FacesContextUtils
Find the root WebApplicationContext for this web app, typically loaded via ContextLoaderListener.
getWebApplicationContext() - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Return this servlet's WebApplicationContext.
getWebApplicationContext() - 类 中的方法org.springframework.web.servlet.support.RequestContext
Return the current WebApplicationContext.
getWebBindingInitializer() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Return the configured WebBindingInitializer, or null if none.
getWebClient() - 类 中的方法org.springframework.test.web.servlet.htmlunit.webdriver.WebConnectionHtmlUnitDriver
Return the current WebClient.
getWebConnection() - 类 中的方法org.springframework.test.web.servlet.htmlunit.webdriver.WebConnectionHtmlUnitDriver
Access the current WebConnection for the WebClient.
getWebRequest() - 类 中的方法org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
getWebRequest() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ServletWebArgumentResolverAdapter
 
getWeights() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZInterStoreCommand
 
getWeights() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZUnionStoreCommand
 
getWidth() - 类 中的方法org.yaml.snakeyaml.DumperOptions
 
getWorkManager() - 类 中的方法org.springframework.jca.support.SimpleBootstrapContext
 
getWritableMediaTypes() - 类 中的方法org.springframework.http.codec.EncoderHttpMessageWriter
 
getWritableMediaTypes() - 类 中的方法org.springframework.http.codec.FormHttpMessageWriter
 
getWritableMediaTypes() - 接口 中的方法org.springframework.http.codec.HttpMessageWriter
Return the MediaType's that this writer supports.
getWritableMediaTypes() - 类 中的方法org.springframework.http.codec.multipart.MultipartHttpMessageWriter
 
getWritableMediaTypes() - 类 中的方法org.springframework.http.codec.ResourceHttpMessageWriter
 
getWritableMediaTypes() - 类 中的方法org.springframework.http.codec.ServerSentEventHttpMessageWriter
 
getWriteHints(ResolvableType, ResolvableType, MediaType, ServerHttpRequest, ServerHttpResponse) - 类 中的方法org.springframework.http.codec.EncoderHttpMessageWriter
Get additional hints for encoding for example based on the server request or annotations from controller method parameters.
getWriter() - 接口 中的方法org.springframework.data.redis.serializer.RedisSerializationContext.SerializationPair
 
getWriter() - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
getWriter() - 类 中的方法org.springframework.web.util.ContentCachingResponseWrapper
 
getWriters() - 接口 中的方法org.springframework.http.codec.CodecConfigurer
Obtain the configured HTTP message writers.
getWsdlDocumentUrl() - 类 中的方法org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Return the URL of the WSDL document that describes the service.
getXAResources(ActivationSpec[]) - 类 中的方法org.springframework.jca.context.SpringContextResourceAdapter
This implementation always returns null.
getXATerminator() - 类 中的方法org.springframework.jca.support.SimpleBootstrapContext
 
getXmlAsBinaryStream(ResultSet, String) - 类 中的方法org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
getXmlAsBinaryStream(ResultSet, int) - 类 中的方法org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
getXmlAsBinaryStream(ResultSet, String) - 接口 中的方法org.springframework.jdbc.support.xml.SqlXmlHandler
Retrieve the given column as binary stream from the given ResultSet.
getXmlAsBinaryStream(ResultSet, int) - 接口 中的方法org.springframework.jdbc.support.xml.SqlXmlHandler
Retrieve the given column as binary stream from the given ResultSet.
getXmlAsCharacterStream(ResultSet, String) - 类 中的方法org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
getXmlAsCharacterStream(ResultSet, int) - 类 中的方法org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
getXmlAsCharacterStream(ResultSet, String) - 接口 中的方法org.springframework.jdbc.support.xml.SqlXmlHandler
Retrieve the given column as character stream from the given ResultSet.
getXmlAsCharacterStream(ResultSet, int) - 接口 中的方法org.springframework.jdbc.support.xml.SqlXmlHandler
Retrieve the given column as character stream from the given ResultSet.
getXmlAsObject(ResultSet, String) - 接口 中的方法org.springframework.jdbc.support.xml.SqlXmlObjectMappingHandler
Retrieve the given column as an object marshalled from the XML data retrieved from the given ResultSet.
getXmlAsObject(ResultSet, int) - 接口 中的方法org.springframework.jdbc.support.xml.SqlXmlObjectMappingHandler
Retrieve the given column as an object marshalled from the XML data retrieved from the given ResultSet.
getXmlAsSource(ResultSet, String, Class<? extends Source>) - 类 中的方法org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
getXmlAsSource(ResultSet, int, Class<? extends Source>) - 类 中的方法org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
getXmlAsSource(ResultSet, String, Class<? extends Source>) - 接口 中的方法org.springframework.jdbc.support.xml.SqlXmlHandler
Retrieve the given column as Source implemented using the specified source class from the given ResultSet.
getXmlAsSource(ResultSet, int, Class<? extends Source>) - 接口 中的方法org.springframework.jdbc.support.xml.SqlXmlHandler
Retrieve the given column as Source implemented using the specified source class from the given ResultSet.
getXmlAsString(ResultSet, String) - 类 中的方法org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
getXmlAsString(ResultSet, int) - 类 中的方法org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
getXmlAsString(ResultSet, String) - 接口 中的方法org.springframework.jdbc.support.xml.SqlXmlHandler
Retrieve the given column as String from the given ResultSet.
getXmlAsString(ResultSet, int) - 接口 中的方法org.springframework.jdbc.support.xml.SqlXmlHandler
Retrieve the given column as String from the given ResultSet.
getXMLEventReader(Source) - 类 中的静态方法org.springframework.util.xml.StaxUtils
Return the XMLEventReader for the given StAX Source.
getXMLEventWriter(Result) - 类 中的静态方法org.springframework.util.xml.StaxUtils
Return the XMLEventWriter for the given StAX Result.
getXmlLoader() - 类 中的方法org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
Get the delegate SmartContextLoader that supports XML configuration files and/or Groovy scripts.
getXmlLoader() - 类 中的方法org.springframework.test.context.support.DelegatingSmartContextLoader
 
getXmlLoader() - 类 中的方法org.springframework.test.context.web.WebDelegatingSmartContextLoader
 
getXMLStreamReader(Source) - 类 中的静态方法org.springframework.util.xml.StaxUtils
Return the XMLStreamReader for the given StAX Source.
getXMLStreamWriter(Result) - 类 中的静态方法org.springframework.util.xml.StaxUtils
Return the XMLStreamWriter for the given StAX Result.
getXPath(XPathContext) - 类 中的静态方法org.xmlunit.diff.AbstractDifferenceEngine
Returns a string representation of the given XPathContext.
getXPath() - 类 中的方法org.xmlunit.diff.Comparison.Detail
XPath leading to the target.
getXPath() - 类 中的方法org.xmlunit.diff.XPathContext
Stringifies the XPath of the current node.
getXpathExpression() - 类 中的方法org.springframework.test.util.XpathExpectationsHelper
Return the compiled XPath expression.
getXStream() - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
Return the native XStream delegate used by this marshaller.
GlassFishLoadTimeWeaver - org.springframework.instrument.classloading.glassfish中的类
LoadTimeWeaver implementation for GlassFish's org.glassfish.api.deployment.InstrumentableClassLoader InstrumentableClassLoader.
GlassFishLoadTimeWeaver() - 类 的构造器org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
Create a new instance of the GlassFishLoadTimeWeaver class using the default class loader.
GlassFishLoadTimeWeaver(ClassLoader) - 类 的构造器org.springframework.instrument.classloading.glassfish.GlassFishLoadTimeWeaver
Create a new instance of the GlassFishLoadTimeWeaver class using the supplied ClassLoader.
GLOBAL_INITIALIZER_CLASSES_PARAM - 类 中的静态变量org.springframework.web.context.ContextLoader
Config param for global ApplicationContextInitializer classes to use for initializing all web application contexts in the current application: "globalInitializerClasses"
groovy() - 类 中的方法org.springframework.web.servlet.config.annotation.ViewResolverRegistry
Register a Groovy markup view resolver with an empty default view name prefix and a default suffix of ".tpl".
GroovyMarkupConfig - org.springframework.web.servlet.view.groovy中的接口
Interface to be implemented by objects that configure and manage a Groovy MarkupTemplateEngine for automatic lookup in a web environment.
GroovyMarkupConfigurer - org.springframework.web.servlet.view.groovy中的类
An extension of Groovy's groovy.text.markup.TemplateConfiguration and an implementation of Spring MVC's GroovyMarkupConfig for creating a MarkupTemplateEngine for use in a web application.
GroovyMarkupConfigurer() - 类 的构造器org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
 
GroovyMarkupConfigurerBeanDefinitionParser - org.springframework.web.servlet.config中的类
Parse the MVC namespace element and register a GroovyConfigurer bean
GroovyMarkupConfigurerBeanDefinitionParser() - 类 的构造器org.springframework.web.servlet.config.GroovyMarkupConfigurerBeanDefinitionParser
 
GroovyMarkupView - org.springframework.web.servlet.view.groovy中的类
An AbstractTemplateView subclass based on Groovy XML/XHTML markup templates.
GroovyMarkupView() - 类 的构造器org.springframework.web.servlet.view.groovy.GroovyMarkupView
 
GroovyMarkupViewResolver - org.springframework.web.servlet.view.groovy中的类
Convenience subclass of @link AbstractTemplateViewResolver} that supports GroovyMarkupView (i.e.
GroovyMarkupViewResolver() - 类 的构造器org.springframework.web.servlet.view.groovy.GroovyMarkupViewResolver
GroovyMarkupViewResolver(String, String) - 类 的构造器org.springframework.web.servlet.view.groovy.GroovyMarkupViewResolver
A convenience constructor that allows for specifying prefix and suffix as constructor arguments.
GroovyObjectCustomizer - org.springframework.scripting.groovy中的接口
Strategy used by GroovyScriptFactory to allow the customization of a created GroovyObject.
GroovyScriptEvaluator - org.springframework.scripting.groovy中的类
Groovy-based implementation of Spring's ScriptEvaluator strategy interface.
GroovyScriptEvaluator() - 类 的构造器org.springframework.scripting.groovy.GroovyScriptEvaluator
Construct a new GroovyScriptEvaluator.
GroovyScriptEvaluator(ClassLoader) - 类 的构造器org.springframework.scripting.groovy.GroovyScriptEvaluator
Construct a new GroovyScriptEvaluator.
GroovyScriptFactory - org.springframework.scripting.groovy中的类
ScriptFactory implementation for a Groovy script.
GroovyScriptFactory(String) - 类 的构造器org.springframework.scripting.groovy.GroovyScriptFactory
Create a new GroovyScriptFactory for the given script source.
GroovyScriptFactory(String, GroovyObjectCustomizer) - 类 的构造器org.springframework.scripting.groovy.GroovyScriptFactory
Create a new GroovyScriptFactory for the given script source, specifying a strategy interface that can create a custom MetaClass to supply missing methods and otherwise change the behavior of the object.
GroovyScriptFactory(String, CompilerConfiguration) - 类 的构造器org.springframework.scripting.groovy.GroovyScriptFactory
Create a new GroovyScriptFactory for the given script source, specifying a strategy interface that can create a custom MetaClass to supply missing methods and otherwise change the behavior of the object.
GroovyScriptFactory(String, CompilationCustomizer...) - 类 的构造器org.springframework.scripting.groovy.GroovyScriptFactory
Create a new GroovyScriptFactory for the given script source, specifying a strategy interface that can customize Groovy's compilation process within the underlying GroovyClassLoader.
GroovyWebApplicationContext - org.springframework.web.context.support中的类
WebApplicationContext implementation which takes its configuration from Groovy bean definition scripts and/or XML files, as understood by an GroovyBeanDefinitionReader.
GroovyWebApplicationContext() - 类 的构造器org.springframework.web.context.support.GroovyWebApplicationContext
 
groupBy(Function<? super T, ? extends K>) - 类 中的方法reactor.core.publisher.Flux
Divide this sequence into dynamically created Flux (or groups) for each unique key, as produced by the provided keyMapper Function.
groupBy(Function<? super T, ? extends K>, int) - 类 中的方法reactor.core.publisher.Flux
Divide this sequence into dynamically created Flux (or groups) for each unique key, as produced by the provided keyMapper Function.
groupBy(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - 类 中的方法reactor.core.publisher.Flux
Divide this sequence into dynamically created Flux (or groups) for each unique key, as produced by the provided keyMapper Function.
groupBy(Function<? super T, ? extends K>, Function<? super T, ? extends V>, int) - 类 中的方法reactor.core.publisher.Flux
Divide this sequence into dynamically created Flux (or groups) for each unique key, as produced by the provided keyMapper Function.
GroupedFlux<K,V> - reactor.core.publisher中的类
Represents a sequence of events which has an associated key.
GroupedFlux() - 类 的构造器reactor.core.publisher.GroupedFlux
 
groupJoin(Publisher<? extends TRight>, Function<? super T, ? extends Publisher<TLeftEnd>>, Function<? super TRight, ? extends Publisher<TRightEnd>>, BiFunction<? super T, ? super Flux<TRight>, ? extends R>) - 类 中的方法reactor.core.publisher.Flux
Map values from two Publishers into time windows and emit combination of values in case their windows overlap.
groups() - 类 中的方法reactor.core.publisher.ParallelFlux
Exposes the 'rails' as individual GroupedFlux instances, keyed by the rail index (zero based).
grow(int) - 类 中的方法org.springframework.util.ResizableByteArrayOutputStream
Grow the internal buffer size.
GsonBuilderUtils - org.springframework.http.converter.json中的类
A simple utility class for obtaining a Google Gson 2.x GsonBuilder which Base64-encodes byte[] properties when reading and writing JSON.
GsonBuilderUtils() - 类 的构造器org.springframework.http.converter.json.GsonBuilderUtils
 
gsonBuilderWithBase64EncodedByteArrays() - 类 中的静态方法org.springframework.http.converter.json.GsonBuilderUtils
Obtain a GsonBuilder which Base64-encodes byte[] properties when reading and writing JSON.
GsonFactoryBean - org.springframework.http.converter.json中的类
A FactoryBean for creating a Google Gson 2.x Gson instance.
GsonFactoryBean() - 类 的构造器org.springframework.http.converter.json.GsonFactoryBean
 
GsonHttpMessageConverter - org.springframework.http.converter.json中的类
Implementation of HttpMessageConverter that can read and write JSON using the Google Gson library.
GsonHttpMessageConverter() - 类 的构造器org.springframework.http.converter.json.GsonHttpMessageConverter
Construct a new GsonHttpMessageConverter with default configuration.
GsonHttpMessageConverter(Gson) - 类 的构造器org.springframework.http.converter.json.GsonHttpMessageConverter
Construct a new GsonHttpMessageConverter with the given delegate.
gt(Object) - 类 中的方法org.springframework.data.redis.connection.RedisZSetCommands.Range
Greater Than
gte(Object) - 类 中的方法org.springframework.data.redis.connection.RedisZSetCommands.Range
Greater Than Equals
GzipResourceResolver - org.springframework.web.servlet.resource中的类
A ResourceResolver that delegates to the chain to locate a resource and then attempts to find a variation with the ".gz" extension.
GzipResourceResolver() - 类 的构造器org.springframework.web.servlet.resource.GzipResourceResolver
 

H

H2SequenceMaxValueIncrementer - org.springframework.jdbc.support.incrementer中的类
DataFieldMaxValueIncrementer that retrieves the next value of a given H2 sequence.
H2SequenceMaxValueIncrementer() - 类 的构造器org.springframework.jdbc.support.incrementer.H2SequenceMaxValueIncrementer
Default constructor for bean property style usage.
H2SequenceMaxValueIncrementer(DataSource, String) - 类 的构造器org.springframework.jdbc.support.incrementer.H2SequenceMaxValueIncrementer
Convenience constructor.
HanaCallMetaDataProvider - org.springframework.jdbc.core.metadata中的类
SAP HANA specific implementation for the CallMetaDataProvider interface.
HanaCallMetaDataProvider(DatabaseMetaData) - 类 的构造器org.springframework.jdbc.core.metadata.HanaCallMetaDataProvider
 
HanaSequenceMaxValueIncrementer - org.springframework.jdbc.support.incrementer中的类
DataFieldMaxValueIncrementer that retrieves the next value of a given SAP HANA sequence.
HanaSequenceMaxValueIncrementer() - 类 的构造器org.springframework.jdbc.support.incrementer.HanaSequenceMaxValueIncrementer
Default constructor for bean property style usage.
HanaSequenceMaxValueIncrementer(DataSource, String) - 类 的构造器org.springframework.jdbc.support.incrementer.HanaSequenceMaxValueIncrementer
Convenience constructor.
handle(ServerHttpRequest, ServerHttpResponse) - 类 中的方法org.springframework.http.server.reactive.ContextPathCompositeHandler
 
handle(ServerHttpRequest, ServerHttpResponse) - 接口 中的方法org.springframework.http.server.reactive.HttpHandler
Handle the given request and write to the response.
handle(HttpExchange) - 类 中的方法org.springframework.remoting.caucho.SimpleHessianServiceExporter
Processes the incoming Hessian request and creates a Hessian response.
handle(HttpExchange) - 类 中的方法org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
Reads a remote invocation from the request, executes it, and writes the remote invocation result to the response.
handle(MvcResult) - 类 中的方法org.springframework.test.web.servlet.result.PrintingResultHandler
Print MvcResult details.
handle(MvcResult) - 接口 中的方法org.springframework.test.web.servlet.ResultHandler
Perform an action on the given result.
handle(ServerHttpRequest, ServerHttpResponse) - 类 中的方法org.springframework.web.server.adapter.HttpWebHandlerAdapter
 
handle(ServerWebExchange) - 类 中的方法org.springframework.web.server.handler.ExceptionHandlingWebHandler
 
handle(ServerWebExchange) - 类 中的方法org.springframework.web.server.handler.FilteringWebHandler
 
handle(ServerWebExchange, Throwable) - 类 中的方法org.springframework.web.server.handler.ResponseStatusExceptionHandler
 
handle(ServerWebExchange) - 类 中的方法org.springframework.web.server.handler.WebHandlerDecorator
 
handle(ServerWebExchange, Throwable) - 接口 中的方法org.springframework.web.server.WebExceptionHandler
Handle the given exception.
handle(ServerWebExchange) - 接口 中的方法org.springframework.web.server.WebHandler
Handle the web server exchange.
handle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.handler.SimpleServletHandlerAdapter
 
handle(HttpServletRequest, HttpServletResponse, Object) - 接口 中的方法org.springframework.web.servlet.HandlerAdapter
Use the given handler to handle this request.
handle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter
 
handle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
This implementation expects the handler to be an HandlerMethod.
handle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
 
handle(BiConsumer<? super T, SynchronousSink<R>>) - 类 中的方法reactor.core.publisher.Flux
Handle the items emitted by this Flux by calling a biconsumer with the output sink for each onNext.
handle(BiConsumer<? super T, SynchronousSink<R>>) - 类 中的方法reactor.core.publisher.Mono
Handle the items emitted by this Mono by calling a biconsumer with the output sink for each onNext.
handleAsyncRequestTimeoutException(AsyncRequestTimeoutException, HttpHeaders, HttpStatus, WebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for NoHandlerFoundException.
handleAsyncRequestTimeoutException(AsyncRequestTimeoutException, HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where an async request timed out.
handleBindException(BindException, HttpHeaders, HttpStatus, WebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for BindException.
handleBindException(BindException, HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where an @ModelAttribute method argument has binding or validation errors and is not followed by another method argument of type BindingResult.
handleConnectFailure(MethodInvocation, Exception) - 类 中的方法org.springframework.jmx.access.MBeanClientInterceptor
Refresh the connection and retry the MBean invocation if possible.
handleContentOverflow(int) - 类 中的方法org.springframework.web.util.ContentCachingRequestWrapper
Template method for handling a content overflow: specifically, a request body being read that exceeds the specified content cache limit.
handleConversionNotSupported(ConversionNotSupportedException, HttpHeaders, HttpStatus, WebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for ConversionNotSupportedException.
handleConversionNotSupported(ConversionNotSupportedException, HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case when a WebDataBinder conversion cannot occur.
handleEmptyBody(Object, HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - 接口 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdvice
Invoked second (and last) if the body is empty.
handleEmptyBody(Object, HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdviceAdapter
The default implementation returns the body that was passed in.
handleError(Throwable) - 接口 中的方法org.springframework.util.ErrorHandler
Handle the given error, possibly rethrowing it as a fatal exception.
handleError(ClientHttpResponse) - 类 中的方法org.springframework.web.client.DefaultResponseErrorHandler
handleError(ClientHttpResponse, HttpStatus) - 类 中的方法org.springframework.web.client.DefaultResponseErrorHandler
Handle the error in the given response with the given resolved status code.
handleError(ClientHttpResponse, HttpStatus) - 类 中的方法org.springframework.web.client.ExtractingResponseErrorHandler
 
handleError(ClientHttpResponse) - 接口 中的方法org.springframework.web.client.ResponseErrorHandler
Handle the error in the given response.
handleError(URI, HttpMethod, ClientHttpResponse) - 接口 中的方法org.springframework.web.client.ResponseErrorHandler
Alternative to ResponseErrorHandler.handleError(ClientHttpResponse) with extra information providing access to the request URL and HTTP method.
handleError(NativeWebRequest, Callable<T>, Throwable) - 接口 中的方法org.springframework.web.context.request.async.CallableProcessingInterceptor
Invoked from a container thread when an error occurred while processing the async request before the Callable task completes.
handleError(NativeWebRequest, Callable<T>, Throwable) - 类 中的方法org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
已过时。
 
handleError(NativeWebRequest, DeferredResult<T>, Throwable) - 接口 中的方法org.springframework.web.context.request.async.DeferredResultProcessingInterceptor
Invoked from a container thread when an error occurred while processing an async request before the DeferredResult has been set.
handleError(NativeWebRequest, DeferredResult<T>, Throwable) - 类 中的方法org.springframework.web.context.request.async.DeferredResultProcessingInterceptorAdapter
已过时。
This implementation returns true by default allowing other interceptors to be given a chance to handle the error.
handleException(Exception, WebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Provides handling for standard Spring MVC exceptions.
handleExceptionInternal(Exception, Object, HttpHeaders, HttpStatus, WebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
A single place to customize the response body of all Exception types.
handleHttpMediaTypeNotAcceptable(HttpMediaTypeNotAcceptableException, HttpHeaders, HttpStatus, WebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for HttpMediaTypeNotAcceptableException.
handleHttpMediaTypeNotAcceptable(HttpMediaTypeNotAcceptableException, HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where no message converters were found that were acceptable for the client (expressed via the Accept header.
handleHttpMediaTypeNotSupported(HttpMediaTypeNotSupportedException, HttpHeaders, HttpStatus, WebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for HttpMediaTypeNotSupportedException.
handleHttpMediaTypeNotSupported(HttpMediaTypeNotSupportedException, HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where no message converters were found for the PUT or POSTed content.
handleHttpMessageNotReadable(HttpMessageNotReadableException, HttpHeaders, HttpStatus, WebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for HttpMessageNotReadableException.
handleHttpMessageNotReadable(HttpMessageNotReadableException, HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where a message converter cannot read from a HTTP request.
handleHttpMessageNotWritable(HttpMessageNotWritableException, HttpHeaders, HttpStatus, WebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for HttpMessageNotWritableException.
handleHttpMessageNotWritable(HttpMessageNotWritableException, HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where a message converter cannot write to a HTTP request.
handleHttpRequestMethodNotSupported(HttpRequestMethodNotSupportedException, HttpHeaders, HttpStatus, WebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for HttpRequestMethodNotSupportedException.
handleHttpRequestMethodNotSupported(HttpRequestMethodNotSupportedException, HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where no request handler method was found for the particular HTTP request method.
handleInternal(ServerHttpRequest, ServerHttpResponse, CorsConfiguration, boolean) - 类 中的方法org.springframework.web.cors.DefaultCorsProcessor
Handle the given request.
handleInternal(ServerWebExchange, CorsConfiguration, boolean) - 类 中的方法org.springframework.web.cors.reactive.DefaultCorsProcessor
Handle the given request.
handleInternal(HttpServletRequest, HttpServletResponse, HandlerMethod) - 类 中的方法org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
Use the given handler method to handle the request.
handleInternal(HttpServletRequest, HttpServletResponse, HandlerMethod) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
handleInvocationTargetException(InvocationTargetException) - 类 中的静态方法org.springframework.util.ReflectionUtils
Handle the given invocation target exception.
handleListenerException(Throwable) - 类 中的方法org.springframework.data.redis.listener.adapter.MessageListenerAdapter
Handle the given exception that arose during listener execution.
handleListenerException(Throwable) - 类 中的方法org.springframework.data.redis.listener.RedisMessageListenerContainer
Handle the given exception that arose during listener execution.
handleMatch(String, MediaType) - 类 中的方法org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
Override to provide handling when a key is successfully resolved via MappingMediaTypeFileExtensionResolver.lookupMediaType(java.lang.String).
handleMatch(T, String, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Invoked when a matching mapping is found.
handleMatch(RequestMappingInfo, String, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
Expose URI template variables, matrix variables, and producible media types in the request.
handleMethodArgumentNotValid(MethodArgumentNotValidException, HttpHeaders, HttpStatus, WebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for MethodArgumentNotValidException.
handleMethodArgumentNotValidException(MethodArgumentNotValidException, HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where an argument annotated with @Valid such as an RequestBody or RequestPart argument fails validation.
handleMissingPathVariable(MissingPathVariableException, HttpHeaders, HttpStatus, WebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for MissingPathVariableException.
handleMissingPathVariable(MissingPathVariableException, HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case when a declared path variable does not match any extracted URI variable.
handleMissingServletRequestParameter(MissingServletRequestParameterException, HttpHeaders, HttpStatus, WebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for MissingServletRequestParameterException.
handleMissingServletRequestParameter(MissingServletRequestParameterException, HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case when a required parameter is missing.
handleMissingServletRequestPart(MissingServletRequestPartException, HttpHeaders, HttpStatus, WebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for MissingServletRequestPartException.
handleMissingServletRequestPartException(MissingServletRequestPartException, HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where an @RequestPart, a MultipartFile, or a javax.servlet.http.Part argument is required but is missing.
handleMissingValue(String, MethodParameter) - 类 中的方法org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
 
handleMissingValue(String, MethodParameter, NativeWebRequest) - 类 中的方法org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
Invoked when a named value is required, but AbstractNamedValueMethodArgumentResolver.resolveName(String, MethodParameter, NativeWebRequest) returned null and there is no default value.
handleMissingValue(String, MethodParameter) - 类 中的方法org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
Invoked when a named value is required, but AbstractNamedValueMethodArgumentResolver.resolveName(String, MethodParameter, NativeWebRequest) returned null and there is no default value.
handleMissingValue(String, MethodParameter) - 类 中的方法org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - 类 中的方法org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
 
handleMissingValue(String, MethodParameter, NativeWebRequest) - 类 中的方法org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestAttributeMethodArgumentResolver
 
handleMissingValue(String, MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.SessionAttributeMethodArgumentResolver
 
handleMultipleRowsFound() - 类 中的方法org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
Handle the case where the ResultSet contains multiple rows.
handleNavigation(FacesContext, String, String) - 类 中的方法org.springframework.web.jsf.DecoratingNavigationHandler
This implementation of the standard JSF handleNavigation method delegates to the overloaded variant, passing in constructor-injected NavigationHandler as argument.
handleNavigation(FacesContext, String, String, NavigationHandler) - 类 中的方法org.springframework.web.jsf.DecoratingNavigationHandler
Special handleNavigation variant with explicit NavigationHandler argument.
handleNavigation(FacesContext, String, String) - 类 中的方法org.springframework.web.jsf.DelegatingNavigationHandlerProxy
Handle the navigation request implied by the specified parameters, through delegating to the target bean in the Spring application context.
handleNoHandlerFoundException(NoHandlerFoundException, HttpHeaders, HttpStatus, WebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for NoHandlerFoundException.
handleNoHandlerFoundException(NoHandlerFoundException, HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case where no handler was found during the dispatch.
handleNoMatch(NativeWebRequest, String) - 类 中的方法org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
Override to provide handling when a key is not resolved via.
handleNoMatch(NativeWebRequest, String) - 类 中的方法org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy
Resolve file extension via ServletContext.getMimeType(String) and also delegate to base class for a potential MediaTypeFactory lookup.
handleNoMatch(Set<T>, String, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Invoked when no matching mapping is not found.
handleNoMatch(Set<RequestMappingInfo>, String, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
Iterate all RequestMappingInfo's once again, look if any match by URL at least and raise exceptions according to what doesn't match.
handleNoRowFound() - 类 中的方法org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
Handle the case where the ResultSet does not contain a row.
handleNotAuthorized(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor
Handle a request that is not authorized according to this interceptor.
handlePageException(Exception) - 类 中的方法org.springframework.mock.web.MockPageContext
 
handlePageException(Throwable) - 类 中的方法org.springframework.mock.web.MockPageContext
 
handleParseFailure(Throwable) - 类 中的方法org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
 
handler() - 类 中的静态方法org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to assertions for the handler that handled the request.
HANDLER_ADAPTER_BEAN_NAME - 类 中的静态变量org.springframework.web.servlet.DispatcherServlet
Well-known name for the HandlerAdapter object in the bean factory for this namespace.
HANDLER_EXCEPTION_RESOLVER_BEAN_NAME - 类 中的静态变量org.springframework.web.servlet.DispatcherServlet
Well-known name for the HandlerExceptionResolver object in the bean factory for this namespace.
HANDLER_MAPPING_BEAN_NAME - 类 中的静态变量org.springframework.web.servlet.DispatcherServlet
Well-known name for the HandlerMapping object in the bean factory for this namespace.
HandlerAdapter - org.springframework.web.servlet中的接口
MVC framework SPI, allowing parameterization of the core MVC workflow.
handleReflectionException(Exception) - 类 中的静态方法org.springframework.util.ReflectionUtils
Handle the given reflection exception.
handleRequest(HttpServerExchange) - 类 中的方法org.springframework.http.server.reactive.UndertowHttpHandlerAdapter
 
handleRequest(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.remoting.caucho.HessianServiceExporter
Processes the incoming Hessian request and creates a Hessian response.
handleRequest(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Reads a remote invocation from the request, executes it, and writes the remote invocation result to the response.
handleRequest(HttpServletRequest, HttpServletResponse) - 接口 中的方法org.springframework.web.HttpRequestHandler
Process the given request, generating a response.
handleRequest(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.mvc.AbstractController
 
handleRequest(HttpServletRequest, HttpServletResponse) - 接口 中的方法org.springframework.web.servlet.mvc.Controller
Process the request and return a ModelAndView object which the DispatcherServlet will render.
handleRequest(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
 
handleRequest(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.resource.ResourceHttpRequestHandler
Processes a resource request.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.mvc.AbstractController
Template method.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.mvc.AbstractUrlViewController
Retrieves the URL path to use for lookup and delegates to AbstractUrlViewController.getViewNameForRequest(javax.servlet.http.HttpServletRequest).
handleRequestInternal(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.mvc.ParameterizableViewController
Return a ModelAndView object with the specified view name.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.mvc.ServletForwardingController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.mvc.ServletWrappingController
Invoke the wrapped Servlet instance.
handleResolvedValue(Object, String, MethodParameter, ModelAndViewContainer, NativeWebRequest) - 类 中的方法org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
Invoked after a value is resolved.
handleResolvedValue(Object, String, MethodParameter, ModelAndViewContainer, NativeWebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
 
handleResponse(URI, HttpMethod, ClientHttpResponse) - 类 中的方法org.springframework.web.client.RestTemplate
Handle the given response, performing appropriate logging and invoking the ResponseErrorHandler if necessary.
handleResult(Object) - 接口 中的方法org.springframework.web.context.request.async.DeferredResult.DeferredResultHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - 类 中的方法org.springframework.web.method.annotation.MapMethodProcessor
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - 类 中的方法org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Add non-null return values to the ModelAndViewContainer.
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - 类 中的方法org.springframework.web.method.annotation.ModelMethodProcessor
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - 接口 中的方法org.springframework.web.method.support.HandlerMethodReturnValueHandler
Handle the given return value by adding attributes to the model and setting a view or setting the ModelAndViewContainer.setRequestHandled(boolean) flag to true to indicate the response has been handled directly.
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - 类 中的方法org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
Iterate over registered HandlerMethodReturnValueHandlers and invoke the one that supports it.
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.AsyncTaskMethodReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.CallableMethodReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.DeferredResultMethodReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.HttpHeadersReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ModelAndViewMethodReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ModelAndViewResolverMethodReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBodyReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ViewMethodReturnValueHandler
 
handleReturnValue(Object, MethodParameter, ModelAndViewContainer, NativeWebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ViewNameMethodReturnValueHandler
 
handlerExceptionResolver() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
HandlerExceptionResolver - org.springframework.web.servlet中的接口
Interface to be implemented by objects that can resolve exceptions thrown during handler mapping or execution, in the typical case to error views.
HandlerExceptionResolverComposite - org.springframework.web.servlet.handler中的类
A HandlerExceptionResolver that delegates to a list of other HandlerExceptionResolvers.
HandlerExceptionResolverComposite() - 类 的构造器org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
 
HandlerExecutionChain - org.springframework.web.servlet中的类
Handler execution chain, consisting of handler object and any handler interceptors.
HandlerExecutionChain(Object) - 类 的构造器org.springframework.web.servlet.HandlerExecutionChain
Create a new HandlerExecutionChain.
HandlerExecutionChain(Object, HandlerInterceptor...) - 类 的构造器org.springframework.web.servlet.HandlerExecutionChain
Create a new HandlerExecutionChain.
handlerInstantiator(HandlerInstantiator) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Customize the construction of Jackson handlers (JsonSerializer, JsonDeserializer, KeyDeserializer, TypeResolverBuilder and TypeIdResolver).
HandlerInterceptor - org.springframework.web.servlet中的接口
Workflow interface that allows for customized handler execution chains.
HandlerInterceptorAdapter - org.springframework.web.servlet.handler中的类
Abstract adapter class for the AsyncHandlerInterceptor interface, for simplified implementation of pre-only/post-only interceptors.
HandlerInterceptorAdapter() - 类 的构造器org.springframework.web.servlet.handler.HandlerInterceptorAdapter
 
HandlerMapping - org.springframework.web.servlet中的接口
Interface to be implemented by objects that define a mapping between requests and handler objects.
HandlerMappingIntrospector - org.springframework.web.servlet.handler中的类
Helper class to get information from the HandlerMapping that would serve a specific request.
HandlerMappingIntrospector() - 类 的构造器org.springframework.web.servlet.handler.HandlerMappingIntrospector
Constructor for use with ApplicationContextAware.
HandlerMappingIntrospector(ApplicationContext) - 类 的构造器org.springframework.web.servlet.handler.HandlerMappingIntrospector
HandlerMethod - org.springframework.web.method中的类
Encapsulates information about a handler method consisting of a method and a bean.
HandlerMethod(Object, Method) - 类 的构造器org.springframework.web.method.HandlerMethod
Create an instance from a bean instance and a method.
HandlerMethod(Object, String, Class<?>...) - 类 的构造器org.springframework.web.method.HandlerMethod
Create an instance from a bean instance, method name, and parameter types.
HandlerMethod(String, BeanFactory, Method) - 类 的构造器org.springframework.web.method.HandlerMethod
Create an instance from a bean name, a method, and a BeanFactory.
HandlerMethod(HandlerMethod) - 类 的构造器org.springframework.web.method.HandlerMethod
Copy constructor for use in subclasses.
HandlerMethod.HandlerMethodParameter - org.springframework.web.method中的类
A MethodParameter with HandlerMethod-specific behavior.
HandlerMethodArgumentResolver - org.springframework.web.method.support中的接口
Strategy interface for resolving method parameters into argument values in the context of a given request.
HandlerMethodArgumentResolverComposite - org.springframework.web.method.support中的类
Resolves method parameters by delegating to a list of registered HandlerMethodArgumentResolvers.
HandlerMethodArgumentResolverComposite() - 类 的构造器org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
 
HandlerMethodMappingNamingStrategy<T> - org.springframework.web.servlet.handler中的接口
A strategy for assigning a name to a handler method's mapping.
HandlerMethodParameter(int) - 类 的构造器org.springframework.web.method.HandlerMethod.HandlerMethodParameter
 
HandlerMethodParameter(HandlerMethod.HandlerMethodParameter) - 类 的构造器org.springframework.web.method.HandlerMethod.HandlerMethodParameter
 
HandlerMethodReturnValueHandler - org.springframework.web.method.support中的接口
Strategy interface to handle the value returned from the invocation of a handler method .
HandlerMethodReturnValueHandlerComposite - org.springframework.web.method.support中的类
Handles method return values by delegating to a list of registered HandlerMethodReturnValueHandlers.
HandlerMethodReturnValueHandlerComposite() - 类 的构造器org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
 
handlerMethodsInitialized(Map<T, HandlerMethod>) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Invoked after all handler methods have been detected.
HandlerResultMatchers - org.springframework.test.web.servlet.result中的类
Factory for assertions on the selected handler or handler method.
HandlerResultMatchers() - 类 的构造器org.springframework.test.web.servlet.result.HandlerResultMatchers
Protected constructor.
handlerStrategies(HandlerStrategies) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.RouterFunctionSpec
Configure handler strategies.
handlerType(Class<?>) - 类 中的方法org.springframework.test.web.servlet.result.HandlerResultMatchers
Assert the type of the handler that processed the request.
handleServletRequestBindingException(ServletRequestBindingException, HttpHeaders, HttpStatus, WebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for ServletRequestBindingException.
handleServletRequestBindingException(ServletRequestBindingException, HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case when an unrecoverable binding exception occurs - e.g. required header, required cookie.
handleSubscriptionException(Throwable) - 类 中的方法org.springframework.data.redis.listener.RedisMessageListenerContainer
Handle subscription task exception.
handleTimeout(NativeWebRequest, Callable<T>) - 接口 中的方法org.springframework.web.context.request.async.CallableProcessingInterceptor
Invoked from a container thread when the async request times out before the Callable task completes.
handleTimeout(NativeWebRequest, Callable<T>) - 类 中的方法org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
已过时。
 
handleTimeout(NativeWebRequest, DeferredResult<T>) - 接口 中的方法org.springframework.web.context.request.async.DeferredResultProcessingInterceptor
Invoked from a container thread when an async request times out before the DeferredResult has been set.
handleTimeout(NativeWebRequest, DeferredResult<T>) - 类 中的方法org.springframework.web.context.request.async.DeferredResultProcessingInterceptorAdapter
已过时。
This implementation returns true by default allowing other interceptors to be given a chance to handle the timeout.
handleTimeout(NativeWebRequest, Callable<T>) - 类 中的方法org.springframework.web.context.request.async.TimeoutCallableProcessingInterceptor
 
handleTimeout(NativeWebRequest, DeferredResult<T>) - 类 中的方法org.springframework.web.context.request.async.TimeoutDeferredResultProcessingInterceptor
 
handleTypeMismatch(TypeMismatchException, HttpHeaders, HttpStatus, WebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Customize the response for TypeMismatchException.
handleTypeMismatch(TypeMismatchException, HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Handle the case when a WebDataBinder conversion error occurs.
handleWarnings(Statement) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
Throw an SQLWarningException if we're not ignoring warnings, else log the warnings (at debug level).
handleWarnings(SQLWarning) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
Throw an SQLWarningException if encountering an actual warning.
has(int) - 类 中的方法org.yaml.snakeyaml.scanner.Constant
 
has(int, String) - 类 中的方法org.yaml.snakeyaml.scanner.Constant
 
hasAncestorOfType(Tag, Class<?>) - 类 中的静态方法org.springframework.web.util.TagUtils
Determine whether the supplied Tag has any ancestor tag of the supplied type.
hasAtLeastOneMethodWithName(Class<?>, String) - 类 中的静态方法org.springframework.util.ClassUtils
Does the given class or one of its superclasses at least have one or more methods with the supplied name (with any argument types)?
hasAttribute(String) - 类 中的方法org.springframework.test.context.support.DefaultTestContext
 
hasBean(Class<?>, BeanDefinitionRegistry) - 类 中的静态方法org.springframework.data.repository.config.RepositoryBeanDefinitionParser
Returns whether the given BeanDefinitionRegistry already contains a bean of the given type assuming the bean name has been autogenerated.
hasBean(Class<?>, BeanDefinitionRegistry) - 类 中的静态方法org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
Returns whether the given BeanDefinitionRegistry already contains a bean of the given type assuming the bean name has been auto-generated.
hasBeforeDeliveryBeenCalled() - 类 中的方法org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
Return whether the AbstractMessageEndpointFactory.AbstractMessageEndpoint.beforeDelivery(java.lang.reflect.Method) method of this endpoint has already been called.
hasBindableNullValue() - 接口 中的方法org.springframework.data.repository.query.ParameterAccessor
Returns whether one of the bindable parameter values is null.
hasBindableNullValue() - 类 中的方法org.springframework.data.repository.query.ParametersParameterAccessor
 
hasBody() - 类 中的方法org.springframework.http.HttpEntity
Indicates whether this entity has a body.
hasClasses() - 类 中的方法org.springframework.test.context.ContextConfigurationAttributes
Determine if this ContextConfigurationAttributes instance has class-based resources.
hasClasses() - 类 中的方法org.springframework.test.context.MergedContextConfiguration
Determine if this MergedContextConfiguration instance has class-based resources.
hasCompleted() - 类 中的方法reactor.core.publisher.FluxProcessor
Return true if terminated with onComplete
hasConcurrentResult() - 类 中的方法org.springframework.web.context.request.async.WebAsyncManager
Whether a result value exists as a result of concurrent handling.
hasConnection() - 类 中的方法org.springframework.jdbc.datasource.ConnectionHolder
Return whether this holder currently has a Connection.
hasConnectionHolder() - 类 中的方法org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
hasConstructor(Class<?>, Class<?>...) - 类 中的静态方法org.springframework.util.ClassUtils
Determine whether the given class has a public constructor with the given signature.
hasContributors() - 类 中的方法org.springframework.web.method.support.CompositeUriComponentsContributor
 
hasCustomMethod() - 接口 中的方法org.springframework.data.repository.core.RepositoryInformation
Returns if the configured repository interface has custom methods, that might have to be delegated to a custom implementation.
hasDelete() - 接口 中的方法org.springframework.data.repository.core.CrudMethods
Returns whether the repository exposes a delete method.
hasDelete() - 类 中的方法org.springframework.data.repository.core.support.DefaultCrudMethods
 
hasDeleteMethod() - 接口 中的方法org.springframework.data.repository.support.RepositoryInvocationInformation
Returns whether the repository has a method to delete objects.
hasDifferences() - 类 中的方法org.xmlunit.diff.Diff
 
hasDownstreams() - 类 中的方法reactor.core.publisher.DirectProcessor
 
hasDownstreams() - 类 中的方法reactor.core.publisher.FluxProcessor
Return true if any Subscriber is actively subscribed
hasDownstreams() - 类 中的方法reactor.core.publisher.MonoProcessor
Return true if any Subscriber is actively subscribed
hasDownstreams() - 类 中的方法reactor.core.publisher.UnicastProcessor
 
hasDynamicProjection() - 类 中的方法org.springframework.data.repository.query.Parameters
Returns whether a parameter expressing a dynamic projection exists.
hasElement(T) - 类 中的方法reactor.core.publisher.Flux
Emit a single boolean true if any of the elements of this Flux sequence is equal to the provided value.
hasElement() - 类 中的方法reactor.core.publisher.Mono
Emit a single boolean true if this Mono has an element.
hasElements() - 类 中的方法reactor.core.publisher.Flux
Emit a single boolean true if this Flux sequence has at least one element.
hasError(ClientHttpResponse) - 类 中的方法org.springframework.web.client.DefaultResponseErrorHandler
Delegates to DefaultResponseErrorHandler.hasError(HttpStatus) with the response status code.
hasError(HttpStatus) - 类 中的方法org.springframework.web.client.DefaultResponseErrorHandler
hasError(HttpStatus) - 类 中的方法org.springframework.web.client.ExtractingResponseErrorHandler
 
hasError(ClientHttpResponse) - 接口 中的方法org.springframework.web.client.ResponseErrorHandler
Indicate whether the given response has any errors.
hasError() - 类 中的方法reactor.core.publisher.FluxProcessor
Return true if terminated with onError
hasError() - 接口 中的方法reactor.core.publisher.Signal
Read whether this signal is on error and carries the cause.
hasErrors() - 类 中的方法org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the model has errors.
hasErrors() - 类 中的方法org.springframework.validation.AbstractBindingResult
 
hasErrors() - 类 中的方法org.springframework.validation.AbstractErrors
 
hasErrors() - 异常错误 中的方法org.springframework.validation.BindException
 
hasErrors() - 接口 中的方法org.springframework.validation.Errors
Return if there were any errors.
hasErrors() - 类 中的方法org.springframework.web.bind.EscapedErrors
 
hasErrors() - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
hasException() - 类 中的方法org.springframework.remoting.support.RemoteInvocationResult
Return whether this invocation result holds an exception.
hasExceptionMappings() - 类 中的方法org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
Whether the contained type has any exception mappings.
hasExplictTimeToLiveProperty() - 类 中的方法org.springframework.data.redis.core.mapping.BasicRedisPersistentEntity
 
hasExplictTimeToLiveProperty() - 接口 中的方法org.springframework.data.redis.core.mapping.RedisPersistentEntity
 
hasFieldErrors() - 类 中的方法org.springframework.validation.AbstractErrors
 
hasFieldErrors(String) - 类 中的方法org.springframework.validation.AbstractErrors
 
hasFieldErrors() - 异常错误 中的方法org.springframework.validation.BindException
 
hasFieldErrors(String) - 异常错误 中的方法org.springframework.validation.BindException
 
hasFieldErrors() - 接口 中的方法org.springframework.validation.Errors
Are there any field errors?
hasFieldErrors(String) - 接口 中的方法org.springframework.validation.Errors
Are there any errors associated with the given field?
hasFieldErrors() - 类 中的方法org.springframework.web.bind.EscapedErrors
 
hasFieldErrors(String) - 类 中的方法org.springframework.web.bind.EscapedErrors
 
hasFieldErrors() - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
hasFieldErrors(String) - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
hasFindAllMethod() - 接口 中的方法org.springframework.data.repository.core.CrudMethods
Returns whether the repository exposes a find all method at all.
hasFindAllMethod() - 类 中的方法org.springframework.data.repository.core.support.DefaultCrudMethods
 
hasFindAllMethod() - 接口 中的方法org.springframework.data.repository.support.RepositoryInvocationInformation
Returns whether the repository has a method to find all objects.
hasFindOneMethod() - 接口 中的方法org.springframework.data.repository.core.CrudMethods
Returns whether the repository exposes a find one method.
hasFindOneMethod() - 类 中的方法org.springframework.data.repository.core.support.DefaultCrudMethods
 
hasFindOneMethod() - 接口 中的方法org.springframework.data.repository.support.RepositoryInvocationInformation
Returns whether the repository has a method to find a single object.
hasFlags() - 类 中的方法org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
 
hasFoundAnnotation() - 类 中的方法org.springframework.data.util.AnnotationDetectionMethodCallback
Returns whether an annotation was found.
hasGlobalErrors() - 类 中的方法org.springframework.validation.AbstractErrors
 
hasGlobalErrors() - 异常错误 中的方法org.springframework.validation.BindException
 
hasGlobalErrors() - 接口 中的方法org.springframework.validation.Errors
Are there any global errors?
hasGlobalErrors() - 类 中的方法org.springframework.web.bind.EscapedErrors
 
hasGlobalErrors() - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
hash(M...) - 接口 中的方法org.springframework.data.redis.core.BoundGeoOperations
Get Geohash representation of the position for one or more members.
hash(K, M...) - 接口 中的方法org.springframework.data.redis.core.GeoOperations
Get Geohash representation of the position for one or more members.
hash(K, M) - 接口 中的方法org.springframework.data.redis.core.ReactiveGeoOperations
Get Geohash representation of the position for one or more members.
hash(K, M...) - 接口 中的方法org.springframework.data.redis.core.ReactiveGeoOperations
Get Geohash representation of the position for one or more members.
HASH_CODE_KEY - 类 中的静态变量org.springframework.jmx.export.naming.IdentityNamingStrategy
 
hashCode() - 类 中的方法org.springframework.data.redis.connection.DefaultTuple
 
hashCode() - 类 中的方法org.springframework.data.redis.connection.RedisNode
 
hashCode() - 类 中的方法org.springframework.data.redis.connection.util.ByteArrayWrapper
 
hashCode() - 类 中的方法org.springframework.data.redis.core.DefaultTypedTuple
 
hashCode() - 类 中的方法org.springframework.data.redis.core.index.RedisIndexDefinition
 
hashCode() - 类 中的方法org.springframework.data.redis.support.collections.AbstractRedisCollection
 
hashCode() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisMap
 
hashCode() - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
hashCode() - 类 中的方法org.springframework.data.redis.Version
已过时。
 
hashCode() - 类 中的方法org.springframework.data.repository.init.RepositoriesPopulatedEvent
 
hashCode() - 类 中的方法org.springframework.data.util.ParentTypeAwareTypeInformation
 
hashCode() - 类 中的方法org.springframework.data.util.Version
 
hashCode() - 类 中的方法org.springframework.expression.TypedValue
 
hashCode() - 类 中的方法org.springframework.http.ContentDisposition
 
hashCode() - 类 中的方法org.springframework.http.HttpCookie
 
hashCode() - 类 中的方法org.springframework.http.HttpEntity
 
hashCode() - 类 中的方法org.springframework.http.HttpHeaders
 
hashCode() - 类 中的方法org.springframework.http.RequestEntity
 
hashCode() - 类 中的方法org.springframework.http.ResponseCookie
 
hashCode() - 类 中的方法org.springframework.http.ResponseEntity
 
hashCode() - 类 中的方法org.springframework.jca.context.SpringContextResourceAdapter
 
hashCode() - 类 中的方法org.springframework.jmx.support.NotificationListenerHolder
 
hashCode() - 类 中的方法org.springframework.mail.SimpleMailMessage
 
hashCode() - 类 中的方法org.springframework.scheduling.support.CronSequenceGenerator
 
hashCode() - 类 中的方法org.springframework.scheduling.support.CronTrigger
 
hashCode() - 类 中的方法org.springframework.scheduling.support.PeriodicTrigger
 
hashCode() - 类 中的方法org.springframework.test.context.ContextConfigurationAttributes
Generate a unique hash code for all properties of this ContextConfigurationAttributes instance excluding the name.
hashCode() - 类 中的方法org.springframework.test.context.MergedContextConfiguration
Generate a unique hash code for all properties of this MergedContextConfiguration excluding the test class.
hashCode() - 类 中的方法org.springframework.test.context.web.WebMergedContextConfiguration
Generate a unique hash code for all properties of this WebMergedContextConfiguration excluding the test class.
hashCode() - 类 中的方法org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
 
hashCode() - 类 中的方法org.springframework.transaction.annotation.Ejb3TransactionAnnotationParser
 
hashCode() - 类 中的方法org.springframework.transaction.annotation.JtaTransactionAnnotationParser
 
hashCode() - 类 中的方法org.springframework.transaction.annotation.SpringTransactionAnnotationParser
 
hashCode() - 类 中的方法org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
 
hashCode() - 类 中的方法org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
 
hashCode() - 类 中的方法org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
 
hashCode() - 类 中的方法org.springframework.transaction.interceptor.RollbackRuleAttribute
 
hashCode() - 类 中的方法org.springframework.transaction.support.DefaultTransactionDefinition
This implementation returns toString()'s hash code.
hashCode() - 类 中的方法org.springframework.transaction.support.DelegatingTransactionDefinition
 
hashCode() - 类 中的方法org.springframework.util.AutoPopulatingList
 
hashCode() - 类 中的方法org.springframework.util.comparator.BooleanComparator
 
hashCode() - 类 中的方法org.springframework.util.comparator.CompoundComparator
已过时。
 
hashCode() - 类 中的方法org.springframework.util.comparator.InvertibleComparator
已过时。
 
hashCode() - 类 中的方法org.springframework.util.comparator.NullSafeComparator
 
hashCode() - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap.Entry
 
hashCode() - 类 中的方法org.springframework.util.LinkedCaseInsensitiveMap
 
hashCode() - 类 中的方法org.springframework.util.LinkedMultiValueMap
 
hashCode() - 类 中的方法org.springframework.util.MimeType
 
hashCode(boolean) - 类 中的静态方法org.springframework.util.ObjectUtils
已过时。
as of Spring Framework 5.0, in favor of the native JDK 8 variant
hashCode(double) - 类 中的静态方法org.springframework.util.ObjectUtils
已过时。
as of Spring Framework 5.0, in favor of the native JDK 8 variant
hashCode(float) - 类 中的静态方法org.springframework.util.ObjectUtils
已过时。
as of Spring Framework 5.0, in favor of the native JDK 8 variant
hashCode(long) - 类 中的静态方法org.springframework.util.ObjectUtils
已过时。
as of Spring Framework 5.0, in favor of the native JDK 8 variant
hashCode() - 类 中的方法org.springframework.validation.AbstractBindingResult
 
hashCode() - 异常错误 中的方法org.springframework.validation.BindException
 
hashCode() - 类 中的方法org.springframework.validation.FieldError
 
hashCode() - 类 中的方法org.springframework.validation.ObjectError
 
hashCode() - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
hashCode() - 类 中的方法org.springframework.web.context.support.ServletContextResource
This implementation returns the hash code of the underlying ServletContext resource location.
hashCode() - 类 中的方法org.springframework.web.method.ControllerAdviceBean
 
hashCode() - 类 中的方法org.springframework.web.method.HandlerMethod
 
hashCode() - 类 中的方法org.springframework.web.servlet.FlashMap
 
hashCode() - 类 中的方法org.springframework.web.servlet.mvc.condition.AbstractRequestCondition
 
hashCode() - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo
 
hashCode() - 类 中的方法org.springframework.web.util.pattern.PathPattern
 
hashCode() - 类 中的方法org.xmlunit.diff.AbstractDifferenceEngine.ComparisonState
 
hashCode() - 类 中的方法org.yaml.snakeyaml.events.Event
 
hashCode() - 类 中的方法org.yaml.snakeyaml.introspector.Property
 
hashCode() - 类 中的方法org.yaml.snakeyaml.nodes.Node
 
hashCode() - 类 中的方法org.yaml.snakeyaml.nodes.Tag
 
hashCode() - 类 中的方法org.yaml.snakeyaml.tokens.Token
 
hashCode() - 类 中的方法reactor.util.function.Tuple2
 
hashCode() - 类 中的方法reactor.util.function.Tuple3
 
hashCode() - 类 中的方法reactor.util.function.Tuple4
 
hashCode() - 类 中的方法reactor.util.function.Tuple5
 
hashCode() - 类 中的方法reactor.util.function.Tuple6
 
hashCode() - 类 中的方法reactor.util.function.Tuple7
 
hashCode() - 类 中的方法reactor.util.function.Tuple8
 
hashCommands() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
hashCommands() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
hashCommands() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
hashCommands() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
hashCommands() - 接口 中的方法org.springframework.data.redis.connection.ReactiveRedisClusterConnection
 
hashCommands() - 接口 中的方法org.springframework.data.redis.connection.ReactiveRedisConnection
hashCommands() - 接口 中的方法org.springframework.data.redis.connection.RedisConnection
hashKey(RedisSerializationContext.SerializationPair<?>) - 接口 中的方法org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder
hashKey(RedisElementReader<? extends Object>, RedisElementWriter<? extends Object>) - 接口 中的方法org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder
hashKey(RedisSerializer<? extends Object>) - 接口 中的方法org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder
HashMapper<T,K,V> - org.springframework.data.redis.hash中的接口
Core mapping contract between Java types and Redis hashes/maps.
HashOperations<H,HK,HV> - org.springframework.data.redis.core中的接口
Redis map specific operations working on a hash.
hashValue(RedisSerializationContext.SerializationPair<?>) - 接口 中的方法org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder
hashValue(RedisElementReader<? extends Object>, RedisElementWriter<? extends Object>) - 接口 中的方法org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder
Set the hash value RedisElementReader and RedisElementWriter.
hashValue(RedisSerializer<? extends Object>) - 接口 中的方法org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder
hasIndexFor(Serializable) - 类 中的方法org.springframework.data.redis.core.index.IndexConfiguration
 
hasIndexFor(Serializable, String) - 类 中的方法org.springframework.data.redis.core.index.IndexConfiguration
 
hasIndexFor(Serializable) - 接口 中的方法org.springframework.data.redis.core.index.IndexDefinitionProvider
Checks if an index is defined for a given keyspace.
hasIndexFor(Serializable, String) - 接口 中的方法org.springframework.data.redis.core.index.IndexDefinitionProvider
Checks if an index is defined for a given keyspace and property path.
hasInvocationTargetException() - 类 中的方法org.springframework.remoting.support.RemoteInvocationResult
Return whether this invocation result holds an InvocationTargetException, thrown by an invocation of the target method itself.
hasJsonPath(String) - 类 中的方法org.springframework.test.util.JsonPathExpectationsHelper
Evaluate the JSON path expression against the supplied content and assert that a value, possibly null, exists.
hasJsonPath() - 类 中的方法org.springframework.test.web.client.match.JsonPathRequestMatchers
Evaluate the JSON path expression against the response content and assert that a value, possibly null, exists.
hasJsonPath() - 类 中的方法org.springframework.test.web.reactive.server.JsonPathAssertions
hasJsonPath() - 类 中的方法org.springframework.test.web.servlet.result.JsonPathResultMatchers
Evaluate the JSON path expression against the response content and assert that a value, possibly null, exists.
hasKey(Object) - 接口 中的方法org.springframework.data.redis.core.BoundHashOperations
Determine if given hash key exists at the bound key.
hasKey(H, Object) - 接口 中的方法org.springframework.data.redis.core.HashOperations
Determine if given hash hashKey exists.
hasKey(H, Object) - 接口 中的方法org.springframework.data.redis.core.ReactiveHashOperations
Determine if given hash hashKey exists.
hasKey(K) - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisOperations
Determine if given key exists.
hasKey(K) - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
 
hasKey(K) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Determine if given key exists.
hasKey(K) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
hasKey(Object) - 接口 中的方法reactor.util.context.Context
Return true if a particular key resolves to a value within the Context.
hasLength(String, String) - 类 中的静态方法org.springframework.util.Assert
Assert that the given String is not empty; that is, it must not be null and not the empty String.
hasLength(String, Supplier<String>) - 类 中的静态方法org.springframework.util.Assert
Assert that the given String is not empty; that is, it must not be null and not the empty String.
hasLength(String) - 类 中的静态方法org.springframework.util.Assert
已过时。
as of 4.3.7, in favor of Assert.hasLength(String, String)
hasLength(CharSequence) - 类 中的静态方法org.springframework.util.StringUtils
Check that the given CharSequence is neither null nor of length 0.
hasLength(String) - 类 中的静态方法org.springframework.util.StringUtils
Check that the given String is neither null nor of length 0.
hasLimit() - 类 中的方法org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
 
hasLocations() - 类 中的方法org.springframework.test.context.ContextConfigurationAttributes
Determine if this ContextConfigurationAttributes instance has path-based resource locations.
hasLocations() - 类 中的方法org.springframework.test.context.MergedContextConfiguration
Determine if this MergedContextConfiguration instance has path-based context resource locations.
hasMappingForPattern(String) - 类 中的方法org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
Whether a resource handler has already been registered for the given path pattern.
hasMethod(Method) - 接口 中的方法org.springframework.data.repository.core.support.RepositoryFragment
Attempt to find the Method by name and exact parameters.
hasMethod(Class<?>, String, Class<?>...) - 类 中的静态方法org.springframework.util.ClassUtils
Determine whether the given class has a public method with the given signature.
hasMethodAnnotation(Class<T>) - 类 中的方法org.springframework.web.method.HandlerMethod.HandlerMethodParameter
 
hasMethodAnnotation(Class<A>) - 类 中的方法org.springframework.web.method.HandlerMethod
Return whether the parameter is declared with the given annotation type.
hasNext() - 类 中的方法org.springframework.data.redis.core.ConvertingCursor
 
hasNext() - 类 中的方法org.springframework.data.redis.core.ScanCursor
 
hasNext() - 类 中的方法org.springframework.util.CompositeIterator
 
hasNo(int) - 类 中的方法org.yaml.snakeyaml.scanner.Constant
 
hasNo(int, String) - 类 中的方法org.yaml.snakeyaml.scanner.Constant
 
hasNoErrors() - 类 中的方法org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the model has no errors.
hasOriginalRequestAndResponse() - 类 中的方法org.springframework.mock.web.MockAsyncContext
 
hasPageableParameter() - 类 中的方法org.springframework.data.repository.query.Parameters
Returns whether the method the Parameters was created for contains a Pageable argument.
hasParameterAt(int) - 类 中的方法org.springframework.data.repository.query.Parameters
Returns whether we have a parameter at the given position.
hasParameterOfType(Method, Class<?>) - 类 中的静态方法org.springframework.data.repository.util.ClassUtils
Returns whether the given Method has a parameter of the given type.
hasPredicate() - 类 中的方法org.springframework.data.repository.query.parser.PartTree
Returns whether the PartTree contains predicate Parts.
hasProperty(Class<?>, String) - 类 中的静态方法org.springframework.data.repository.util.ClassUtils
Returns whether the given class contains a property with the given name.
hasPropertySpecifier(String) - 类 中的方法org.springframework.data.support.ExampleMatcherAccessor
Returns whether the underlying ExampleMatcher contains a ExampleMatcher.PropertySpecifier for the given path.
hasPropertySpecifiers() - 类 中的方法org.springframework.data.support.ExampleMatcherAccessor
 
hasQuery(String) - 接口 中的方法org.springframework.data.repository.core.NamedQueries
Returns whether the map contains a named query for the given name.
hasQuery(String) - 类 中的方法org.springframework.data.repository.core.support.PropertiesBasedNamedQueries
 
hasQueryMethods() - 接口 中的方法org.springframework.data.repository.core.RepositoryInformation
 
hasRegistrations() - 类 中的方法org.springframework.web.servlet.config.annotation.ViewResolverRegistry
Whether any view resolvers have been registered.
hasRemainingCount() - 类 中的方法org.springframework.test.web.client.DefaultRequestExpectation
 
hasRemainingCount() - 类 中的方法org.springframework.test.web.client.DefaultRequestExpectation.RequestCount
 
hasRemainingCount() - 接口 中的方法org.springframework.test.web.client.RequestExpectation
Whether there is a remaining count of invocations for this expectation.
hasRepositoryFor(Class<?>) - 类 中的方法org.springframework.data.repository.support.Repositories
Returns whether we have a repository instance registered to manage instances of the given domain class.
hasResource(Object) - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationManager
Check if there is a resource for the given key bound to the current thread.
hasResources() - 类 中的方法org.springframework.test.context.ContextConfigurationAttributes
Determine if this ContextConfigurationAttributes instance has either path-based resource locations or class-based resources.
hasResources() - 类 中的方法org.springframework.test.context.MergedContextConfiguration
Determine if this MergedContextConfiguration instance has either path-based context resource locations or class-based resources.
hasResult() - 类 中的方法org.springframework.web.context.request.async.DeferredResult
Return true if the DeferredResult has been set.
hasSaveMethod() - 接口 中的方法org.springframework.data.repository.core.CrudMethods
Returns whether the repository exposes a save method at all.
hasSaveMethod() - 类 中的方法org.springframework.data.repository.core.support.DefaultCrudMethods
 
hasSaveMethod() - 接口 中的方法org.springframework.data.repository.support.RepositoryInvocationInformation
Returns whether the repository has a method to save objects.
hasSavepoint() - 类 中的方法org.springframework.transaction.support.AbstractTransactionStatus
 
hasSavepoint() - 接口 中的方法org.springframework.transaction.TransactionStatus
Return whether this transaction internally carries a savepoint, that is, has been created as nested transaction based on a savepoint.
hasSessionAttributes() - 类 中的方法org.springframework.web.method.annotation.SessionAttributesHandler
Whether the controller represented by this instance has declared any session attributes through an SessionAttributes annotation.
hasSettingsFor(Class<?>) - 类 中的方法org.springframework.data.redis.core.convert.KeyspaceConfiguration
Check if specific KeyspaceConfiguration.KeyspaceSettings are available for given type.
hasSize(int) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.ListBodySpec
Assert the extracted list of values is of the given size.
hasSortDirection() - 类 中的方法org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
 
hasSortParameter() - 类 中的方法org.springframework.data.repository.query.Parameters
Returns whether the method the Parameters was created for contains a Sort argument.
hasSpecialParameter() - 类 中的方法org.springframework.data.repository.query.Parameters
Returns whether the method signature contains one of the special parameters (Pageable, Sort).
hasSubmitParameter(ServletRequest, String) - 类 中的静态方法org.springframework.web.util.WebUtils
Check if a specific input type="submit" parameter was sent in the request, either via a button (directly with name) or via an image (name + ".x" or name + ".y").
hasTasks() - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Return whether this ScheduledTaskRegistrar has any tasks registered.
hasText(String, String) - 类 中的静态方法org.springframework.util.Assert
Assert that the given String contains valid text content; that is, it must not be null and must contain at least one non-whitespace character.
hasText(String, Supplier<String>) - 类 中的静态方法org.springframework.util.Assert
Assert that the given String contains valid text content; that is, it must not be null and must contain at least one non-whitespace character.
hasText(String) - 类 中的静态方法org.springframework.util.Assert
已过时。
as of 4.3.7, in favor of Assert.hasText(String, String)
hasText(CharSequence) - 类 中的静态方法org.springframework.util.StringUtils
Check whether the given CharSequence contains actual text.
hasText(String) - 类 中的静态方法org.springframework.util.StringUtils
Check whether the given String contains actual text.
hasTimeout() - 类 中的方法org.springframework.transaction.support.ResourceHolderSupport
Return whether this object has an associated timeout.
hasTransaction() - 类 中的方法org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
Return whether a transaction was created by this aspect, or whether we just have a placeholder to keep ThreadLocal stack integrity.
hasTransaction() - 类 中的方法org.springframework.transaction.support.DefaultTransactionStatus
Return whether there is an actual transaction active.
hasUniqueObject(Collection<?>) - 类 中的静态方法org.springframework.util.CollectionUtils
Determine whether the given Collection only contains a single unique object.
hasValue(String) - 类 中的方法org.springframework.jdbc.core.namedparam.BeanPropertySqlParameterSource
 
hasValue(String) - 类 中的方法org.springframework.jdbc.core.namedparam.EmptySqlParameterSource
 
hasValue(String) - 类 中的方法org.springframework.jdbc.core.namedparam.MapSqlParameterSource
 
hasValue(String) - 接口 中的方法org.springframework.jdbc.core.namedparam.SqlParameterSource
Determine whether there is a value for the specified named parameter.
hasValue() - 接口 中的方法reactor.core.publisher.Signal
Has this signal an item associated with it ?
hasView() - 类 中的方法org.springframework.web.servlet.ModelAndView
Indicate whether or not this ModelAndView has a view, either as a view name or as a direct View instance.
HateoasAwareSpringDataWebConfiguration - org.springframework.data.web.config中的类
HateoasAwareSpringDataWebConfiguration(ApplicationContext, ObjectFactory<ConversionService>) - 类 的构造器org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration
 
HateoasPageableHandlerMethodArgumentResolver - org.springframework.data.web中的类
Extension of PageableHandlerMethodArgumentResolver that also supports enhancing URIs using Spring HATEOAS support.
HateoasPageableHandlerMethodArgumentResolver() - 类 的构造器org.springframework.data.web.HateoasPageableHandlerMethodArgumentResolver
Constructs an instance of this resolver with a default HateoasSortHandlerMethodArgumentResolver.
HateoasPageableHandlerMethodArgumentResolver(HateoasSortHandlerMethodArgumentResolver) - 类 的构造器org.springframework.data.web.HateoasPageableHandlerMethodArgumentResolver
HateoasSortHandlerMethodArgumentResolver - org.springframework.data.web中的类
Extension of SortHandlerMethodArgumentResolver that also supports enhancing URIs using Spring HATEOAS support.
HateoasSortHandlerMethodArgumentResolver() - 类 的构造器org.springframework.data.web.HateoasSortHandlerMethodArgumentResolver
 
hDel(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
hDel(byte[], byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
hDel(String, String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
hDel(ByteBuffer, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveHashCommands
Delete given hash field.
hDel(ByteBuffer, Collection<ByteBuffer>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveHashCommands
Delete given hash fields.
hDel(Publisher<ReactiveHashCommands.HDelCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveHashCommands
Delete given hash fields.
hDel(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisHashCommands
Delete given hash fields.
hDel(String, String...) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Delete given hash fields.
head(URI) - 类 中的静态方法org.springframework.http.RequestEntity
Create an HTTP HEAD builder with the given url.
head(String, Object...) - 类 中的静态方法org.springframework.mock.http.server.reactive.MockServerHttpRequest
HTTP HEAD variant.
head() - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient
Prepare an HTTP HEAD request.
head(String, Object...) - 类 中的静态方法org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockHttpServletRequestBuilder for a HEAD request.
head(URI) - 类 中的静态方法org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockHttpServletRequestBuilder for a HEAD request.
header(String, String...) - 接口 中的方法org.springframework.http.client.MultipartBodyBuilder.PartBuilder
Add part header values.
header(String, String...) - 接口 中的方法org.springframework.http.RequestEntity.HeadersBuilder
Add the given, single header value under the given name.
header(String, String...) - 接口 中的方法org.springframework.http.ResponseEntity.HeadersBuilder
Add the given, single header value under the given name.
header(String, String) - 接口 中的方法org.springframework.http.server.reactive.ServerHttpRequest.Builder
Set or override the specified header.
header(String, String...) - 接口 中的方法org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
Add the given, single header value under the given name.
header(String, String) - 接口 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
 
header(String, Matcher<? super String>...) - 类 中的静态方法org.springframework.test.web.client.match.MockRestRequestMatchers
Assert request header values with the given Hamcrest matcher(s).
header(String, String...) - 类 中的静态方法org.springframework.test.web.client.match.MockRestRequestMatchers
Assert request header values.
header(String, String...) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
Add the given, single header value under the given name.
header(String, Object...) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Add a header to the request.
header() - 类 中的静态方法org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to response header assertions.
HEADER_CACHE_CONTROL - 类 中的静态变量org.springframework.web.servlet.support.WebContentGenerator
 
HeaderAssertions - org.springframework.test.web.reactive.server中的类
Assertions on headers of the response.
HeaderContentNegotiationStrategy - org.springframework.web.accept中的类
A ContentNegotiationStrategy that checks the 'Accept' request header.
HeaderContentNegotiationStrategy() - 类 的构造器org.springframework.web.accept.HeaderContentNegotiationStrategy
 
HeaderResultMatchers - org.springframework.test.web.servlet.result中的类
Factory for response header assertions.
HeaderResultMatchers() - 类 的构造器org.springframework.test.web.servlet.result.HeaderResultMatchers
Protected constructor.
headers(Consumer<HttpHeaders>) - 接口 中的方法org.springframework.http.client.MultipartBodyBuilder.PartBuilder
Manipulate the part headers through the given consumer.
headers() - 接口 中的方法org.springframework.http.codec.multipart.Part
Return the headers associated with the part.
headers(HttpHeaders) - 接口 中的方法org.springframework.http.ResponseEntity.HeadersBuilder
Copy the given headers into the entity's headers map.
headers(Consumer<HttpHeaders>) - 接口 中的方法org.springframework.http.server.reactive.ServerHttpRequest.Builder
Manipulate request headers.
headers(MultiValueMap<String, String>) - 接口 中的方法org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
Add the given header values.
headers(HttpHeaders) - 接口 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
 
headers() - 类 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest
 
headers(HttpHeaders) - 类 中的方法org.springframework.test.web.client.response.DefaultResponseCreator
Copy all given headers.
headers(Consumer<HttpHeaders>) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
Manipulate the request's headers with the given consumer.
headers(HttpHeaders) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Add all headers to the request.
headers(String...) - 接口 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo.Builder
Set the header conditions.
headersExtractor() - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
Returns a response extractor for HttpHeaders.
headersExtractor() - 类 中的方法org.springframework.web.client.RestTemplate
Returns a response extractor for HttpHeaders.
HeadersRequestCondition - org.springframework.web.servlet.mvc.condition中的类
A logical conjunction (' && ') request condition that matches a request against a set of header expressions with syntax defined in RequestMapping.headers().
HeadersRequestCondition(String...) - 类 的构造器org.springframework.web.servlet.mvc.condition.HeadersRequestCondition
Create a new instance from the given header expressions.
HeaderWebSessionIdResolver - org.springframework.web.server.session中的类
Request and response header-based WebSessionIdResolver.
HeaderWebSessionIdResolver() - 类 的构造器org.springframework.web.server.session.HeaderWebSessionIdResolver
 
headForHeaders(String, Object...) - 接口 中的方法org.springframework.web.client.AsyncRestOperations
已过时。
Asynchronously retrieve all headers of the resource specified by the URI template.
headForHeaders(String, Map<String, ?>) - 接口 中的方法org.springframework.web.client.AsyncRestOperations
已过时。
Asynchronously retrieve all headers of the resource specified by the URI template.
headForHeaders(URI) - 接口 中的方法org.springframework.web.client.AsyncRestOperations
已过时。
Asynchronously retrieve all headers of the resource specified by the URL.
headForHeaders(String, Object...) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
 
headForHeaders(String, Map<String, ?>) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
 
headForHeaders(URI) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
 
headForHeaders(String, Object...) - 接口 中的方法org.springframework.web.client.RestOperations
Retrieve all headers of the resource specified by the URI template.
headForHeaders(String, Map<String, ?>) - 接口 中的方法org.springframework.web.client.RestOperations
Retrieve all headers of the resource specified by the URI template.
headForHeaders(URI) - 接口 中的方法org.springframework.web.client.RestOperations
Retrieve all headers of the resource specified by the URL.
headForHeaders(String, Object...) - 类 中的方法org.springframework.web.client.RestTemplate
 
headForHeaders(String, Map<String, ?>) - 类 中的方法org.springframework.web.client.RestTemplate
 
headForHeaders(URI) - 类 中的方法org.springframework.web.client.RestTemplate
 
HessianClientInterceptor - org.springframework.remoting.caucho中的类
MethodInterceptor for accessing a Hessian service.
HessianClientInterceptor() - 类 的构造器org.springframework.remoting.caucho.HessianClientInterceptor
 
HessianExporter - org.springframework.remoting.caucho中的类
General stream-based protocol exporter for a Hessian endpoint.
HessianExporter() - 类 的构造器org.springframework.remoting.caucho.HessianExporter
 
HessianProxyFactoryBean - org.springframework.remoting.caucho中的类
FactoryBean for Hessian proxies.
HessianProxyFactoryBean() - 类 的构造器org.springframework.remoting.caucho.HessianProxyFactoryBean
 
HessianServiceExporter - org.springframework.remoting.caucho中的类
Servlet-API-based HTTP request handler that exports the specified service bean as Hessian service endpoint, accessible via a Hessian proxy.
HessianServiceExporter() - 类 的构造器org.springframework.remoting.caucho.HessianServiceExporter
 
HeuristicCompletionException - org.springframework.transaction中的异常错误
Exception that represents a transaction failure caused by a heuristic decision on the side of the transaction coordinator.
HeuristicCompletionException(int, Throwable) - 异常错误 的构造器org.springframework.transaction.HeuristicCompletionException
Constructor for HeuristicCompletionException.
hExists(byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
hExists(byte[], byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
hExists(String, String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
hExists(ByteBuffer, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveHashCommands
Determine if given hash field exists.
hExists(Publisher<ReactiveHashCommands.HExistsCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveHashCommands
Determine if given hash field exists.
hExists(byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisHashCommands
Determine if given hash field exists.
hExists(String, String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Determine if given hash field exists.
hGet(byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
hGet(byte[], byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
hGet(String, String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
hGet(ByteBuffer, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveHashCommands
Get value for given field from hash at key.
hGet(byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisHashCommands
Get value for given field from hash at key.
hGet(String, String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get value for given field from hash at key.
hGetAll(byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
hGetAll(byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
hGetAll(String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
hGetAll(ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveHashCommands
Get entire hash stored at key.
hGetAll(Publisher<ReactiveRedisConnection.KeyCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveHashCommands
Get entire hash stored at key.
hGetAll(byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisHashCommands
Get entire hash stored at key.
hGetAll(String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get entire hash stored at key.
HiddenHttpMethodFilter - org.springframework.web.filter中的类
Filter that converts posted method parameters into HTTP methods, retrievable via HttpServletRequest.getMethod().
HiddenHttpMethodFilter() - 类 的构造器org.springframework.web.filter.HiddenHttpMethodFilter
 
HiddenHttpMethodFilter - org.springframework.web.filter.reactive中的类
Reactive WebFilter that converts posted method parameters into HTTP methods, retrievable via HttpRequest.getMethod().
HiddenHttpMethodFilter() - 类 的构造器org.springframework.web.filter.reactive.HiddenHttpMethodFilter
 
HiddenInputTag - org.springframework.web.servlet.tags.form中的类
The <hidden> tag renders an HTML 'input' tag with type 'hidden' using the bound value.
HiddenInputTag() - 类 的构造器org.springframework.web.servlet.tags.form.HiddenInputTag
 
hide() - 类 中的方法reactor.core.publisher.Flux
Hides the identities of this Flux instance.
hide() - 类 中的方法reactor.core.publisher.Mono
Hides the identity of this Mono instance.
hide() - 类 中的方法reactor.core.publisher.ParallelFlux
Hides the identities of this ParallelFlux and its Subscription as well.
HierarchicalThemeSource - org.springframework.ui.context中的接口
Sub-interface of ThemeSource to be implemented by objects that can resolve theme messages hierarchically.
hIncrBy(byte[], byte[], double) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
hIncrBy(byte[], byte[], long) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
hIncrBy(byte[], byte[], long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
hIncrBy(byte[], byte[], double) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
hIncrBy(String, String, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
hIncrBy(String, String, double) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
hIncrBy(ByteBuffer, ByteBuffer, T) - 接口 中的方法org.springframework.data.redis.connection.ReactiveNumberCommands
Increment value of a hash field by the given value.
hIncrBy(Publisher<ReactiveNumberCommands.HIncrByCommand<T>>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveNumberCommands
Increment value of a hash field by the given value.
hIncrBy(byte[], byte[], long) - 接口 中的方法org.springframework.data.redis.connection.RedisHashCommands
Increment value of a hash field by the given delta.
hIncrBy(byte[], byte[], double) - 接口 中的方法org.springframework.data.redis.connection.RedisHashCommands
Increment value of a hash field by the given delta.
hIncrBy(String, String, long) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Increment value of a hash field by the given delta.
hIncrBy(String, String, double) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Increment value of a hash field by the given delta.
hKeys(byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
hKeys(byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
hKeys(String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
hKeys(ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveHashCommands
Get key set (fields) of hash at key.
hKeys(Publisher<ReactiveRedisConnection.KeyCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveHashCommands
Get key set (fields) of hash at key.
hKeys(byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisHashCommands
Get key set (fields) of hash at key.
hKeys(String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get key set (fields) of hash at key.
hLen(byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
 
hLen(byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
hLen(String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
hLen(ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveHashCommands
Get size of hash at key.
hLen(Publisher<ReactiveRedisConnection.KeyCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveHashCommands
Get size of hash at key.
hLen(byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisHashCommands
Get size of hash at key.
hLen(String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get size of hash at key.
hMGet(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
hMGet(byte[], byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
hMGet(String, String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
hMGet(ByteBuffer, Collection<ByteBuffer>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveHashCommands
Get values for given fields from hash at key.
hMGet(Publisher<ReactiveHashCommands.HGetCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveHashCommands
Get values for given fields from hash at key.
hMGet(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisHashCommands
Get values for given fields from hash at key.
hMGet(String, String...) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get values for given fields from hash at key.
hMSet(byte[], Map<byte[], byte[]>) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
hMSet(byte[], Map<byte[], byte[]>) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
hMSet(String, Map<String, String>) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
hMSet(ByteBuffer, Map<ByteBuffer, ByteBuffer>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveHashCommands
Set multiple hash fields to multiple values using data provided in fieldValueMap.
hMSet(byte[], Map<byte[], byte[]>) - 接口 中的方法org.springframework.data.redis.connection.RedisHashCommands
Set multiple hash fields to multiple values using data provided in hashes
hMSet(String, Map<String, String>) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Set multiple hash fields to multiple values using data provided in hashes
hookFinally(SignalType) - 类 中的方法reactor.core.publisher.BaseSubscriber
Optional hook executed after any of the termination events (onError, onComplete, cancel).
hookOnCancel() - 类 中的方法reactor.core.publisher.BaseSubscriber
Optional hook executed when the subscription is cancelled by calling this Subscriber's BaseSubscriber.cancel() method.
hookOnComplete() - 类 中的方法reactor.core.publisher.BaseSubscriber
Optional hook for completion processing.
hookOnError(Throwable) - 类 中的方法reactor.core.publisher.BaseSubscriber
Optional hook for error processing.
hookOnNext(T) - 类 中的方法reactor.core.publisher.BaseSubscriber
Hook for processing of onNext values.
hookOnSubscribe(Subscription) - 类 中的方法reactor.core.publisher.BaseSubscriber
Hook for further processing of onSubscribe's Subscription.
Hooks - reactor.core.publisher中的类
A push of overridable lifecycle hooks that can be used for cross-cutting added behavior on Flux/Mono operators.
HOST - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Host header field name.
host(String) - 接口 中的方法org.springframework.web.util.UriBuilder
Set the URI host which may contain URI template variables, and may also be null to clear the host of this builder.
host(String) - 类 中的方法org.springframework.web.util.UriComponentsBuilder
Set the URI host.
hostnameVerifier(HostnameVerifier) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
 
hostnameVerifier(HostnameVerifier) - 接口 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration.JedisSslClientConfigurationBuilder
 
HostRequestMatcher - org.springframework.test.web.servlet.htmlunit中的类
A WebRequestMatcher that allows matching on the host and optionally the port of WebRequest#getUrl().
HostRequestMatcher(String...) - 类 的构造器org.springframework.test.web.servlet.htmlunit.HostRequestMatcher
Create a new HostRequestMatcher for the given hosts — for example: "localhost", "example.com:443", etc.
hScan(byte[], ScanOptions) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
hScan(byte[], ScanOptions) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
hScan(String, ScanOptions) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
hScan(byte[], ScanOptions) - 接口 中的方法org.springframework.data.redis.connection.RedisHashCommands
Use a Cursor to iterate over entries in hash at key.
hScan(String, ScanOptions) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Use a Cursor to iterate over entries in hash at key.
hSet(byte[], byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
hSet(byte[], byte[], byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
hSet(String, String, String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
hSet(ByteBuffer, ByteBuffer, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveHashCommands
Set the value of a hash field.
hSet(Publisher<ReactiveHashCommands.HSetCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveHashCommands
Set the value of a hash field.
hSet(byte[], byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisHashCommands
Set the value of a hash field.
hSet(String, String, String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Set the value of a hash field.
hSetNX(byte[], byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
hSetNX(byte[], byte[], byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
hSetNX(String, String, String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
hSetNX(ByteBuffer, ByteBuffer, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveHashCommands
Set the value of a hash field.
hSetNX(byte[], byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisHashCommands
Set the value of a hash field only if field does not exist.
hSetNX(String, String, String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Set the value of a hash field only if field does not exist.
HsqlMaxValueIncrementer - org.springframework.jdbc.support.incrementer中的类
DataFieldMaxValueIncrementer that increments the maximum value of a given HSQL table with the equivalent of an auto-increment column.
HsqlMaxValueIncrementer() - 类 的构造器org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
Default constructor for bean property style usage.
HsqlMaxValueIncrementer(DataSource, String, String) - 类 的构造器org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
Convenience constructor.
HsqlSequenceMaxValueIncrementer - org.springframework.jdbc.support.incrementer中的类
DataFieldMaxValueIncrementer that retrieves the next value of a given HSQL sequence.
HsqlSequenceMaxValueIncrementer() - 类 的构造器org.springframework.jdbc.support.incrementer.HsqlSequenceMaxValueIncrementer
Default constructor for bean property style usage.
HsqlSequenceMaxValueIncrementer(DataSource, String) - 类 的构造器org.springframework.jdbc.support.incrementer.HsqlSequenceMaxValueIncrementer
Convenience constructor.
HsqlTableMetaDataProvider - org.springframework.jdbc.core.metadata中的类
The HSQL specific implementation of TableMetaDataProvider.
HsqlTableMetaDataProvider(DatabaseMetaData) - 类 的构造器org.springframework.jdbc.core.metadata.HsqlTableMetaDataProvider
 
HTML_ESCAPE_CONTEXT_PARAM - 类 中的静态变量org.springframework.web.util.WebUtils
HTML escape parameter at the servlet context level (i.e. a context-param in web.xml): "defaultHtmlEscape".
htmlEscape(String) - 类 中的方法org.springframework.web.servlet.tags.HtmlEscapingAwareTag
HTML-encodes the given String, only if the "htmlEscape" setting is enabled.
htmlEscape(String) - 类 中的静态方法org.springframework.web.util.HtmlUtils
Turn special characters into HTML character references.
htmlEscape(String, String) - 类 中的静态方法org.springframework.web.util.HtmlUtils
Turn special characters into HTML character references.
htmlEscapeDecimal(String) - 类 中的静态方法org.springframework.web.util.HtmlUtils
Turn special characters into HTML character references.
htmlEscapeDecimal(String, String) - 类 中的静态方法org.springframework.web.util.HtmlUtils
Turn special characters into HTML character references.
htmlEscapeHex(String) - 类 中的静态方法org.springframework.web.util.HtmlUtils
Turn special characters into HTML character references.
htmlEscapeHex(String, String) - 类 中的静态方法org.springframework.web.util.HtmlUtils
Turn special characters into HTML character references.
HtmlEscapeTag - org.springframework.web.servlet.tags中的类
The <htmlEscape> tag sets default HTML escape value for the current page.
HtmlEscapeTag() - 类 的构造器org.springframework.web.servlet.tags.HtmlEscapeTag
 
HtmlEscapingAwareTag - org.springframework.web.servlet.tags中的类
Superclass for tags that output content that might get HTML-escaped.
HtmlEscapingAwareTag() - 类 的构造器org.springframework.web.servlet.tags.HtmlEscapingAwareTag
 
htmlUnescape(String) - 类 中的静态方法org.springframework.web.util.HtmlUtils
Turn HTML character references into their plain text UNICODE equivalent.
HtmlUtils - org.springframework.web.util中的类
Utility class for HTML escaping.
HtmlUtils() - 类 的构造器org.springframework.web.util.HtmlUtils
 
HTTP_HEADER_ACCEPT_ENCODING - 类 中的静态变量org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
HTTP_HEADER_ACCEPT_LANGUAGE - 类 中的静态变量org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
HTTP_HEADER_CONTENT_ENCODING - 类 中的静态变量org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
HTTP_HEADER_CONTENT_LENGTH - 类 中的静态变量org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
HTTP_HEADER_CONTENT_TYPE - 类 中的静态变量org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
HTTP_METHOD_POST - 类 中的静态变量org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
HttpAccessor - org.springframework.http.client.support中的类
Base class for RestTemplate and other HTTP accessing gateway helpers, defining common properties such as the ClientHttpRequestFactory to operate on.
HttpAccessor() - 类 的构造器org.springframework.http.client.support.HttpAccessor
 
HttpClientErrorException - org.springframework.web.client中的异常错误
Exception thrown when an HTTP 4xx is received.
HttpClientErrorException(HttpStatus) - 异常错误 的构造器org.springframework.web.client.HttpClientErrorException
Construct a new instance of HttpClientErrorException based on an HttpStatus.
HttpClientErrorException(HttpStatus, String) - 异常错误 的构造器org.springframework.web.client.HttpClientErrorException
Construct a new instance of HttpClientErrorException based on an HttpStatus and status text.
HttpClientErrorException(HttpStatus, String, byte[], Charset) - 异常错误 的构造器org.springframework.web.client.HttpClientErrorException
Construct a new instance of HttpClientErrorException based on an HttpStatus, status text, and response body content.
HttpClientErrorException(HttpStatus, String, HttpHeaders, byte[], Charset) - 异常错误 的构造器org.springframework.web.client.HttpClientErrorException
Construct a new instance of HttpClientErrorException based on an HttpStatus, status text, and response body content.
HttpComponentsAsyncClientHttpRequestFactory - org.springframework.http.client中的类
已过时。
as of Spring 5.0, with no direct replacement
HttpComponentsAsyncClientHttpRequestFactory() - 类 的构造器org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
已过时。
Create a new instance of the HttpComponentsAsyncClientHttpRequestFactory with a default HttpAsyncClient and HttpClient.
HttpComponentsAsyncClientHttpRequestFactory(HttpAsyncClient) - 类 的构造器org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
已过时。
Create a new instance of the HttpComponentsAsyncClientHttpRequestFactory with the given HttpAsyncClient instance and a default HttpClient.
HttpComponentsAsyncClientHttpRequestFactory(CloseableHttpAsyncClient) - 类 的构造器org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
已过时。
Create a new instance of the HttpComponentsAsyncClientHttpRequestFactory with the given CloseableHttpAsyncClient instance and a default HttpClient.
HttpComponentsAsyncClientHttpRequestFactory(HttpClient, HttpAsyncClient) - 类 的构造器org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
已过时。
Create a new instance of the HttpComponentsAsyncClientHttpRequestFactory with the given HttpClient and HttpAsyncClient instances.
HttpComponentsAsyncClientHttpRequestFactory(CloseableHttpClient, CloseableHttpAsyncClient) - 类 的构造器org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
已过时。
Create a new instance of the HttpComponentsAsyncClientHttpRequestFactory with the given CloseableHttpClient and CloseableHttpAsyncClient instances.
HttpComponentsClientHttpRequestFactory - org.springframework.http.client中的类
ClientHttpRequestFactory implementation that uses Apache HttpComponents HttpClient to create requests.
HttpComponentsClientHttpRequestFactory() - 类 的构造器org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Create a new instance of the HttpComponentsClientHttpRequestFactory with a default HttpClient.
HttpComponentsClientHttpRequestFactory(HttpClient) - 类 的构造器org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Create a new instance of the HttpComponentsClientHttpRequestFactory with the given HttpClient instance.
HttpComponentsHttpInvokerRequestExecutor - org.springframework.remoting.httpinvoker中的类
HttpInvokerRequestExecutor implementation that uses Apache HttpComponents HttpClient to execute POST requests.
HttpComponentsHttpInvokerRequestExecutor() - 类 的构造器org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Create a new instance of the HttpComponentsHttpInvokerRequestExecutor with a default HttpClient that uses a default org.apache.http.impl.conn.PoolingClientConnectionManager.
HttpComponentsHttpInvokerRequestExecutor(HttpClient) - 类 的构造器org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Create a new instance of the HttpComponentsClientHttpRequestFactory with the given HttpClient instance.
HttpCookie - org.springframework.http中的类
Represents an HTTP cookie as a name-value pair consistent with the content of the "Cookie" request header.
HttpCookie(String, String) - 类 的构造器org.springframework.http.HttpCookie
 
HttpEntity<T> - org.springframework.http中的类
Represents an HTTP request or response entity, consisting of headers and body.
HttpEntity() - 类 的构造器org.springframework.http.HttpEntity
Create a new, empty HttpEntity.
HttpEntity(T) - 类 的构造器org.springframework.http.HttpEntity
Create a new HttpEntity with the given body and no headers.
HttpEntity(MultiValueMap<String, String>) - 类 的构造器org.springframework.http.HttpEntity
Create a new HttpEntity with the given headers and no body.
HttpEntity(T, MultiValueMap<String, String>) - 类 的构造器org.springframework.http.HttpEntity
Create a new HttpEntity with the given body and headers.
httpEntityCallback(HttpEntity<T>) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
Returns a request callback implementation that writes the given object to the request stream.
httpEntityCallback(HttpEntity<T>, Type) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
Returns a request callback implementation that writes the given object to the request stream.
httpEntityCallback(Object) - 类 中的方法org.springframework.web.client.RestTemplate
Returns a request callback implementation that writes the given object to the request stream.
httpEntityCallback(Object, Type) - 类 中的方法org.springframework.web.client.RestTemplate
Returns a request callback implementation that writes the given object to the request stream.
HttpEntityMethodProcessor - org.springframework.web.servlet.mvc.method.annotation中的类
Resolves HttpEntity and RequestEntity method argument values and also handles HttpEntity and ResponseEntity return values.
HttpEntityMethodProcessor(List<HttpMessageConverter<?>>) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
Basic constructor with converters only.
HttpEntityMethodProcessor(List<HttpMessageConverter<?>>, ContentNegotiationManager) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
Basic constructor with converters and ContentNegotiationManager.
HttpEntityMethodProcessor(List<HttpMessageConverter<?>>, List<Object>) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
Complete constructor for resolving HttpEntity method arguments.
HttpEntityMethodProcessor(List<HttpMessageConverter<?>>, ContentNegotiationManager, List<Object>) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
Complete constructor for resolving HttpEntity and handling ResponseEntity.
HttpHandler - org.springframework.http.server.reactive中的接口
Lowest level contract for reactive HTTP request handling that serves as a common denominator across different runtimes.
HttpHandlerConnector - org.springframework.test.web.reactive.server中的类
Connector that handles requests by invoking an HttpHandler rather than making actual requests to a network socket.
HttpHandlerConnector(HttpHandler) - 类 的构造器org.springframework.test.web.reactive.server.HttpHandlerConnector
Constructor with the HttpHandler to handle requests with.
HttpHeaders - org.springframework.http中的类
Represents HTTP request and response headers, mapping string header names to a list of string values.
HttpHeaders() - 类 的构造器org.springframework.http.HttpHeaders
Constructs a new, empty instance of the HttpHeaders object.
HttpHeadersReturnValueHandler - org.springframework.web.servlet.mvc.method.annotation中的类
Handles HttpHeaders return values.
HttpHeadersReturnValueHandler() - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.HttpHeadersReturnValueHandler
 
HttpHeadResponseDecorator - org.springframework.http.server.reactive中的类
ServerHttpResponse decorator for HTTP HEAD requests.
HttpHeadResponseDecorator(ServerHttpResponse) - 类 的构造器org.springframework.http.server.reactive.HttpHeadResponseDecorator
 
HttpInputMessage - org.springframework.http中的接口
Represents an HTTP input message, consisting of headers and a readable body.
HttpInvokerClientConfiguration - org.springframework.remoting.httpinvoker中的接口
Configuration interface for executing HTTP invoker requests.
HttpInvokerClientInterceptor - org.springframework.remoting.httpinvoker中的类
MethodInterceptor for accessing an HTTP invoker service.
HttpInvokerClientInterceptor() - 类 的构造器org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
 
HttpInvokerProxyFactoryBean - org.springframework.remoting.httpinvoker中的类
FactoryBean for HTTP invoker proxies.
HttpInvokerProxyFactoryBean() - 类 的构造器org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
 
HttpInvokerRequestExecutor - org.springframework.remoting.httpinvoker中的接口
Strategy interface for actual execution of an HTTP invoker request.
HttpInvokerServiceExporter - org.springframework.remoting.httpinvoker中的类
Servlet-API-based HTTP request handler that exports the specified service bean as HTTP invoker service endpoint, accessible via an HTTP invoker proxy.
HttpInvokerServiceExporter() - 类 的构造器org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
 
HttpMediaTypeException - org.springframework.web中的异常错误
Abstract base for exceptions related to media types.
HttpMediaTypeException(String) - 异常错误 的构造器org.springframework.web.HttpMediaTypeException
Create a new HttpMediaTypeException.
HttpMediaTypeException(String, List<MediaType>) - 异常错误 的构造器org.springframework.web.HttpMediaTypeException
Create a new HttpMediaTypeException with a list of supported media types.
HttpMediaTypeNotAcceptableException - org.springframework.web中的异常错误
Exception thrown when the request handler cannot generate a response that is acceptable by the client.
HttpMediaTypeNotAcceptableException(String) - 异常错误 的构造器org.springframework.web.HttpMediaTypeNotAcceptableException
Create a new HttpMediaTypeNotAcceptableException.
HttpMediaTypeNotAcceptableException(List<MediaType>) - 异常错误 的构造器org.springframework.web.HttpMediaTypeNotAcceptableException
Create a new HttpMediaTypeNotSupportedException.
HttpMediaTypeNotSupportedException - org.springframework.web中的异常错误
Exception thrown when a client POSTs, PUTs, or PATCHes content of a type not supported by request handler.
HttpMediaTypeNotSupportedException(String) - 异常错误 的构造器org.springframework.web.HttpMediaTypeNotSupportedException
Create a new HttpMediaTypeNotSupportedException.
HttpMediaTypeNotSupportedException(MediaType, List<MediaType>) - 异常错误 的构造器org.springframework.web.HttpMediaTypeNotSupportedException
Create a new HttpMediaTypeNotSupportedException.
HttpMediaTypeNotSupportedException(MediaType, List<MediaType>, String) - 异常错误 的构造器org.springframework.web.HttpMediaTypeNotSupportedException
Create a new HttpMediaTypeNotSupportedException.
HttpMessage - org.springframework.http中的接口
Represents the base interface for HTTP request and response messages.
httpMessageCodecs(Consumer<ServerCodecConfigurer>) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.ControllerSpec
Configure custom HTTP message readers and writers or override built-in ones.
HttpMessageConversionException - org.springframework.http.converter中的异常错误
Thrown by HttpMessageConverter implementations when a conversion attempt fails.
HttpMessageConversionException(String) - 异常错误 的构造器org.springframework.http.converter.HttpMessageConversionException
Create a new HttpMessageConversionException.
HttpMessageConversionException(String, Throwable) - 异常错误 的构造器org.springframework.http.converter.HttpMessageConversionException
Create a new HttpMessageConversionException.
HttpMessageConverter<T> - org.springframework.http.converter中的接口
Strategy interface that specifies a converter that can convert from and to HTTP requests and responses.
HttpMessageConverterExtractor<T> - org.springframework.web.client中的类
Response extractor that uses the given entity converters to convert the response into a type T.
HttpMessageConverterExtractor(Class<T>, List<HttpMessageConverter<?>>) - 类 的构造器org.springframework.web.client.HttpMessageConverterExtractor
Create a new instance of the HttpMessageConverterExtractor with the given response type and message converters.
HttpMessageConverterExtractor(Type, List<HttpMessageConverter<?>>) - 类 的构造器org.springframework.web.client.HttpMessageConverterExtractor
Creates a new instance of the HttpMessageConverterExtractor with the given response type and message converters.
HttpMessageDecoder<T> - org.springframework.http.codec中的接口
Extension of Decoder exposing extra methods relevant in the context of HTTP request or response body decoding.
HttpMessageEncoder<T> - org.springframework.http.codec中的接口
Extension of Encoder exposing extra methods relevant in the context of HTTP request or response body encoding.
HttpMessageNotReadableException - org.springframework.http.converter中的异常错误
HttpMessageNotReadableException(String) - 异常错误 的构造器org.springframework.http.converter.HttpMessageNotReadableException
Create a new HttpMessageNotReadableException.
HttpMessageNotReadableException(String, Throwable) - 异常错误 的构造器org.springframework.http.converter.HttpMessageNotReadableException
Create a new HttpMessageNotReadableException.
HttpMessageNotWritableException - org.springframework.http.converter中的异常错误
HttpMessageNotWritableException(String) - 异常错误 的构造器org.springframework.http.converter.HttpMessageNotWritableException
Create a new HttpMessageNotWritableException.
HttpMessageNotWritableException(String, Throwable) - 异常错误 的构造器org.springframework.http.converter.HttpMessageNotWritableException
Create a new HttpMessageNotWritableException.
HttpMessageReader<T> - org.springframework.http.codec中的接口
Strategy for reading from a ReactiveHttpInputMessage and decoding the stream of bytes to Objects of type <T>.
HttpMessageWriter<T> - org.springframework.http.codec中的接口
Strategy for encoding a stream of objects of type <T> and writing the encoded stream of bytes to an ReactiveHttpOutputMessage.
HttpMethod - org.springframework.http中的枚举
Java 5 enumeration of HTTP request methods.
httpOnly(boolean) - 接口 中的方法org.springframework.http.ResponseCookie.ResponseCookieBuilder
Add the "HttpOnly" attribute to the cookie.
httpOnly(String, boolean) - 类 中的方法org.springframework.test.web.servlet.result.CookieResultMatchers
Assert whether the cookie must be HTTP only.
HttpOutputMessage - org.springframework.http中的接口
Represents an HTTP output message, consisting of headers and a writable body.
HttpPutFormContentFilter - org.springframework.web.filter中的类
Filter that makes form encoded data available through the ServletRequest.getParameter*() family of methods during HTTP PUT or PATCH requests.
HttpPutFormContentFilter() - 类 的构造器org.springframework.web.filter.HttpPutFormContentFilter
 
HttpRange - org.springframework.http中的类
Represents an HTTP (byte) range for use with the HTTP "Range" header.
HttpRange() - 类 的构造器org.springframework.http.HttpRange
 
HttpRequest - org.springframework.http中的接口
Represents an HTTP request message, consisting of method and uri.
HttpRequestHandler - org.springframework.web中的接口
Plain handler interface for components that process HTTP requests, analogous to a Servlet.
httpRequestHandlerAdapter() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Returns a HttpRequestHandlerAdapter for processing requests with HttpRequestHandlers.
HttpRequestHandlerAdapter - org.springframework.web.servlet.mvc中的类
Adapter to use the plain HttpRequestHandler interface with the generic DispatcherServlet.
HttpRequestHandlerAdapter() - 类 的构造器org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter
 
HttpRequestHandlerServlet - org.springframework.web.context.support中的类
Simple HttpServlet that delegates to an HttpRequestHandler bean defined in Spring's root web application context.
HttpRequestHandlerServlet() - 类 的构造器org.springframework.web.context.support.HttpRequestHandlerServlet
 
HttpRequestMethodNotSupportedException - org.springframework.web中的异常错误
Exception thrown when a request handler does not support a specific request method.
HttpRequestMethodNotSupportedException(String) - 异常错误 的构造器org.springframework.web.HttpRequestMethodNotSupportedException
Create a new HttpRequestMethodNotSupportedException.
HttpRequestMethodNotSupportedException(String, String) - 异常错误 的构造器org.springframework.web.HttpRequestMethodNotSupportedException
Create a new HttpRequestMethodNotSupportedException.
HttpRequestMethodNotSupportedException(String, Collection<String>) - 异常错误 的构造器org.springframework.web.HttpRequestMethodNotSupportedException
Create a new HttpRequestMethodNotSupportedException.
HttpRequestMethodNotSupportedException(String, String[]) - 异常错误 的构造器org.springframework.web.HttpRequestMethodNotSupportedException
Create a new HttpRequestMethodNotSupportedException.
HttpRequestMethodNotSupportedException(String, String[], String) - 异常错误 的构造器org.springframework.web.HttpRequestMethodNotSupportedException
Create a new HttpRequestMethodNotSupportedException.
HttpRequestWrapper - org.springframework.http.client.support中的类
Provides a convenient implementation of the HttpRequest interface that can be overridden to adapt the request.
HttpRequestWrapper(HttpRequest) - 类 的构造器org.springframework.http.client.support.HttpRequestWrapper
Create a new HttpRequest wrapping the given request object.
HttpResource - org.springframework.web.servlet.resource中的接口
Extended interface for a Resource to be written to an HTTP response.
HttpServerErrorException - org.springframework.web.client中的异常错误
Exception thrown when an HTTP 5xx is received.
HttpServerErrorException(HttpStatus) - 异常错误 的构造器org.springframework.web.client.HttpServerErrorException
Construct a new instance of HttpServerErrorException based on an HttpStatus.
HttpServerErrorException(HttpStatus, String) - 异常错误 的构造器org.springframework.web.client.HttpServerErrorException
Construct a new instance of HttpServerErrorException based on an HttpStatus and status text.
HttpServerErrorException(HttpStatus, String, byte[], Charset) - 异常错误 的构造器org.springframework.web.client.HttpServerErrorException
Construct a new instance of HttpServerErrorException based on an HttpStatus, status text, and response body content.
HttpServerErrorException(HttpStatus, String, HttpHeaders, byte[], Charset) - 异常错误 的构造器org.springframework.web.client.HttpServerErrorException
Construct a new instance of HttpServerErrorException based on an HttpStatus, status text, and response body content.
HttpServletBean - org.springframework.web.servlet中的类
Simple extension of HttpServlet which treats its config parameters (init-param entries within the servlet tag in web.xml) as bean properties.
HttpServletBean() - 类 的构造器org.springframework.web.servlet.HttpServletBean
 
HttpSessionMutexListener - org.springframework.web.util中的类
Servlet HttpSessionListener that automatically exposes the session mutex when an HttpSession gets created.
HttpSessionMutexListener() - 类 的构造器org.springframework.web.util.HttpSessionMutexListener
 
HttpSessionRequiredException - org.springframework.web中的异常错误
Exception thrown when an HTTP request handler requires a pre-existing session.
HttpSessionRequiredException(String) - 异常错误 的构造器org.springframework.web.HttpSessionRequiredException
Create a new HttpSessionRequiredException.
HttpSessionRequiredException(String, String) - 异常错误 的构造器org.springframework.web.HttpSessionRequiredException
Create a new HttpSessionRequiredException.
HttpStatus - org.springframework.http中的枚举
Enumeration of HTTP status codes.
HttpStatus.Series - org.springframework.http中的枚举
Enumeration of HTTP status series.
HttpStatusCodeException - org.springframework.web.client中的异常错误
Abstract base class for exceptions based on an HttpStatus.
HttpStatusCodeException(HttpStatus) - 异常错误 的构造器org.springframework.web.client.HttpStatusCodeException
Construct a new instance with an HttpStatus.
HttpStatusCodeException(HttpStatus, String) - 异常错误 的构造器org.springframework.web.client.HttpStatusCodeException
Construct a new instance with an HttpStatus and status text.
HttpStatusCodeException(HttpStatus, String, byte[], Charset) - 异常错误 的构造器org.springframework.web.client.HttpStatusCodeException
Construct instance with an HttpStatus, status text, and content.
HttpStatusCodeException(HttpStatus, String, HttpHeaders, byte[], Charset) - 异常错误 的构造器org.springframework.web.client.HttpStatusCodeException
Construct instance with an HttpStatus, status text, content, and a response charset.
HttpWebHandlerAdapter - org.springframework.web.server.adapter中的类
Default adapter of WebHandler to the HttpHandler contract.
HttpWebHandlerAdapter(WebHandler) - 类 的构造器org.springframework.web.server.adapter.HttpWebHandlerAdapter
 
hVals(byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
hVals(byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
hVals(String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
hVals(ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveHashCommands
Get entry set (values) of hash at key.
hVals(Publisher<ReactiveRedisConnection.KeyCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveHashCommands
Get entry set (values) of hash at key.
hVals(byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisHashCommands
Get entry set (values) of hash at field.
hVals(String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get entry set (values) of hash at field.
hyperLogLogCommands() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
hyperLogLogCommands() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
hyperLogLogCommands() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
hyperLogLogCommands() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
hyperLogLogCommands() - 接口 中的方法org.springframework.data.redis.connection.ReactiveRedisClusterConnection
 
hyperLogLogCommands() - 接口 中的方法org.springframework.data.redis.connection.ReactiveRedisConnection
hyperLogLogCommands() - 接口 中的方法org.springframework.data.redis.connection.RedisConnection
HyperLogLogOperations<K,V> - org.springframework.data.redis.core中的接口
 

I

id(String) - 接口 中的方法org.springframework.http.codec.ServerSentEvent.Builder
Set the value of the id field.
id() - 类 中的方法org.springframework.http.codec.ServerSentEvent
Return the id field of this event, if available.
id(String) - 接口 中的方法org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilder
Add an SSE "id" line.
Identifier - org.springframework.expression.spel.ast中的类
 
Identifier(String, int) - 类 的构造器org.springframework.expression.spel.ast.Identifier
 
IDENTITY_OBJECT_NAME_KEY - 类 中的静态变量org.springframework.jmx.support.JmxUtils
The key used when extending an existing ObjectName with the identity hash code of its corresponding managed resource.
IdentityNamingStrategy - org.springframework.jmx.export.naming中的类
An implementation of the ObjectNamingStrategy interface that creates a name based on the identity of a given instance.
IdentityNamingStrategy() - 类 的构造器org.springframework.jmx.export.naming.IdentityNamingStrategy
 
identityToString(Object) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a String representation of an object's overall identity.
IdGenerator - org.springframework.util中的接口
Contract for generating universally unique identifiers (UUIDs).
IF_MATCH - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP If-Match header field name.
IF_MODIFIED_SINCE - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP If-Modified-Since header field name.
IF_NONE_MATCH - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP If-None-Match header field name.
IF_RANGE - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP If-Range header field name.
IF_UNMODIFIED_SINCE - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP If-Unmodified-Since header field name.
ifAbsent() - 枚举 中的静态方法org.springframework.data.redis.connection.RedisStringCommands.SetOption
NX
ifAllPresent(Optional<T>, Optional<S>, BiConsumer<T, S>) - 接口 中的静态方法org.springframework.data.util.Optionals
Invokes the given BiConsumer if all given Optional are present.
ifExists() - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.PushCommand
Disable upsert.
ifModifiedSince(long) - 接口 中的方法org.springframework.http.RequestEntity.HeadersBuilder
Set the value of the If-Modified-Since header.
ifModifiedSince(long) - 接口 中的方法org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
Set the value of the If-Modified-Since header.
ifModifiedSince(ZonedDateTime) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
Set the value of the If-Modified-Since header.
ifNoneMatch(String...) - 接口 中的方法org.springframework.http.RequestEntity.HeadersBuilder
Set the values of the If-None-Match header.
ifNoneMatch(String...) - 接口 中的方法org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
Set the values of the If-None-Match header.
ifNoneMatch(String...) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
Set the values of the If-None-Match header.
ifPresent() - 枚举 中的静态方法org.springframework.data.redis.connection.RedisStringCommands.SetOption
XX
ifPresentOrElse(Optional<T>, Consumer<? super T>, Runnable) - 接口 中的静态方法org.springframework.data.util.Optionals
Invokes the given Consumer if the Optional is present or the Runnable if not.
IfProfileValue - org.springframework.test.annotation中的注释类型
Test annotation to indicate whether a test is enabled or disabled for a specific testing profile.
ifUnmodifiedSince(long) - 接口 中的方法org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
Set the (new) value of the If-Unmodified-Since header.
ifValueNotExists() - 类 中的方法org.springframework.data.redis.connection.ReactiveHashCommands.HSetCommand
Disable upsert.
IGNORE_GETPARAMETERTYPE_PROPERTY_NAME - 类 中的静态变量org.springframework.jdbc.core.StatementCreatorUtils
System property that instructs Spring to ignore ParameterMetaData.getParameterType(int) completely, i.e. to never even attempt to retrieve PreparedStatement.getParameterMetaData() for StatementCreatorUtils.setNull(java.sql.PreparedStatement, int, int, java.lang.String) calls.
IGNORE_JNDI_PROPERTY_NAME - 类 中的静态变量org.springframework.jndi.JndiLocatorDelegate
System property that instructs Spring to ignore a default JNDI environment, i.e.
IGNORE_OBJENESIS_PROPERTY_NAME - 类 中的静态变量org.springframework.objenesis.SpringObjenesis
System property that instructs Spring to ignore Objenesis, not even attempting to use it.
ignoreAcceptHeader(boolean) - 类 中的方法org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
Whether to disable checking the 'Accept' request header.
ignoreComments() - 类 中的方法org.xmlunit.builder.DiffBuilder
Will remove all comment-Tags "<!
ignoreCommentsUsingXSLTVersion(String) - 类 中的方法org.xmlunit.builder.DiffBuilder
Will remove all comment-Tags "<!
ignoreElement() - 类 中的方法reactor.core.publisher.Mono
Ignores onNext signal (dropping it) and only propagates termination events.
ignoreElements() - 类 中的方法reactor.core.publisher.Flux
Ignores onNext signals (dropping them) and only propagate termination events.
ignoreElements(Publisher<T>) - 类 中的静态方法reactor.core.publisher.Mono
Create a new Mono that ignores elements from the source (dropping them), but completes when the source completes.
ignoreExpectOrder(boolean) - 接口 中的方法org.springframework.test.web.client.MockRestServiceServer.MockRestServiceServerBuilder
Whether to allow expected requests to be executed in any order not necessarily matching the order of declaration.
ignoreFailedDrops(boolean) - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Specify that a failed SQL DROP statement within an executed script can be ignored.
ignorePrologDifferences() - 类 中的静态方法org.xmlunit.diff.DifferenceEvaluators
Ignore any differences that are part of the XML prolog.
ignorePrologDifferencesExceptDoctype() - 类 中的静态方法org.xmlunit.diff.DifferenceEvaluators
Ignore any differences except differences inside the doctype declaration that are part of the XML prolog.
ignoreUnknownPathExtensions(boolean) - 类 中的方法org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
Whether to ignore requests with path extension that cannot be resolved to any media type.
ignoreWhitespace() - 类 中的方法org.xmlunit.builder.DiffBuilder
Ignore whitespace by removing all empty text nodes and trimming the non-empty ones.
IllegalTransactionStateException - org.springframework.transaction中的异常错误
Exception thrown when the existence or non-existence of a transaction amounts to an illegal state according to the transaction propagation behavior that applies.
IllegalTransactionStateException(String) - 异常错误 的构造器org.springframework.transaction.IllegalTransactionStateException
Constructor for IllegalTransactionStateException.
IllegalTransactionStateException(String, Throwable) - 异常错误 的构造器org.springframework.transaction.IllegalTransactionStateException
Constructor for IllegalTransactionStateException.
IMAGE_GIF - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for image/gif.
IMAGE_GIF - 类 中的静态变量org.springframework.util.MimeTypeUtils
Public constant mime type for image/gif.
IMAGE_GIF_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.IMAGE_GIF.
IMAGE_GIF_VALUE - 类 中的静态变量org.springframework.util.MimeTypeUtils
A String equivalent of MimeTypeUtils.IMAGE_GIF.
IMAGE_JPEG - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for image/jpeg.
IMAGE_JPEG - 类 中的静态变量org.springframework.util.MimeTypeUtils
Public constant mime type for image/jpeg.
IMAGE_JPEG_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.IMAGE_JPEG.
IMAGE_JPEG_VALUE - 类 中的静态变量org.springframework.util.MimeTypeUtils
A String equivalent of MimeTypeUtils.IMAGE_JPEG.
IMAGE_PNG - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for image/png.
IMAGE_PNG - 类 中的静态变量org.springframework.util.MimeTypeUtils
Public constant mime type for image/png.
IMAGE_PNG_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.IMAGE_PNG.
IMAGE_PNG_VALUE - 类 中的静态变量org.springframework.util.MimeTypeUtils
A String equivalent of MimeTypeUtils.IMAGE_PNG.
immediate() - 类 中的静态方法reactor.core.scheduler.Schedulers
Executes tasks on the caller's thread immediately.
immutableValueTypes - 类 中的静态变量org.springframework.web.context.request.ServletRequestAttributes
 
ImplementationMethodExecutionInterceptor() - 类 的构造器org.springframework.data.repository.core.support.RepositoryFactorySupport.ImplementationMethodExecutionInterceptor
 
implemented(T) - 接口 中的静态方法org.springframework.data.repository.core.support.RepositoryFragment
Create an implemented RepositoryFragment backed by the implementation object.
implemented(Class<T>, T) - 接口 中的静态方法org.springframework.data.repository.core.support.RepositoryFragment
Create an implemented RepositoryFragment from a interfaceClass backed by the implementation object.
ImplementedRepositoryFragment(Optional<Class<T>>, T) - 类 的构造器org.springframework.data.repository.core.support.RepositoryFragment.ImplementedRepositoryFragment
Creates a new RepositoryFragment.ImplementedRepositoryFragment for the given interface class and implementation.
ImplicitTuple - org.yaml.snakeyaml.events中的类
The implicit flag of a scalar event is a pair of boolean values that indicate if the tag may be omitted when the scalar is emitted in a plain and non-plain style correspondingly.
ImplicitTuple(boolean, boolean) - 类 的构造器org.yaml.snakeyaml.events.ImplicitTuple
 
in(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveHashCommands.HExistsCommand
Applies the hash key.
include(String) - 类 中的方法org.springframework.mock.web.MockPageContext
 
include(String, boolean) - 类 中的方法org.springframework.mock.web.MockPageContext
 
include(ServletRequest, ServletResponse) - 类 中的方法org.springframework.mock.web.MockRequestDispatcher
 
INCLUDE_CONTEXT_PATH_ATTRIBUTE - 类 中的静态变量org.springframework.web.util.WebUtils
 
INCLUDE_PATH_INFO_ATTRIBUTE - 类 中的静态变量org.springframework.web.util.WebUtils
 
INCLUDE_QUERY_STRING_ATTRIBUTE - 类 中的静态变量org.springframework.web.util.WebUtils
 
INCLUDE_REQUEST_URI_ATTRIBUTE - 类 中的静态变量org.springframework.web.util.WebUtils
Standard Servlet 2.3+ spec request attributes for include URI and paths.
INCLUDE_SERVLET_PATH_ATTRIBUTE - 类 中的静态变量org.springframework.web.util.WebUtils
 
includeBean(Class<?>, String) - 接口 中的方法org.springframework.jmx.export.assembler.AutodetectCapableMBeanInfoAssembler
Indicate whether a particular bean should be included in the registration process, if it is not specified in the beans map of the MBeanExporter.
includeBean(Class<?>, String) - 类 中的方法org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Used for autodetection of beans.
includeCoordinates() - 类 中的方法org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
Sets the RedisGeoCommands.GeoRadiusCommandArgs.Flag.WITHCOORD flag to also return the longitude, latitude coordinates of the matching items.
includeDistance() - 类 中的方法org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
Sets the RedisGeoCommands.GeoRadiusCommandArgs.Flag.WITHDIST flag to also return the distance of the returned items from the specified center.
includeOperation(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Allows subclasses to vote on the inclusion of a particular operation.
includeOperation(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
Check to see if the Method is declared in one of the configured interfaces and that it is public.
includeOperation(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Votes on the inclusion of an operation.
includeOperation(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
 
includeOperation(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
 
includeOperation(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
Always returns true.
includeReadAttribute(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Allows subclasses to vote on the inclusion of a particular attribute accessor.
includeReadAttribute(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
Check to see if the Method is declared in one of the configured interfaces and that it is public.
includeReadAttribute(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Vote on the inclusion of an attribute accessor.
includeReadAttribute(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
 
includeReadAttribute(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
 
includeReadAttribute(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
Always returns true.
includes(MediaType) - 类 中的方法org.springframework.http.MediaType
Indicate whether this MediaType includes the given media type.
includes(MimeType) - 类 中的方法org.springframework.util.MimeType
Indicate whether this MIME Type includes the given MIME Type.
includes - 类 中的变量org.yaml.snakeyaml.TypeDescription
 
includeSynonymsForTableColumnMetaData() - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
includeSynonymsForTableColumnMetaData() - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Include synonyms for the column meta-data lookups via JDBC.
includeWriteAttribute(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Allows subclasses to vote on the inclusion of a particular attribute mutator.
includeWriteAttribute(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
Check to see if the Method is declared in one of the configured interfaces and that it is public.
includeWriteAttribute(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Votes on the inclusion of an attribute mutator.
includeWriteAttribute(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
 
includeWriteAttribute(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
 
includeWriteAttribute(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
Always returns true.
IncorrectResultSetColumnCountException - org.springframework.jdbc中的异常错误
Data access exception thrown when a result set did not have the correct column count, for example when expecting a single column but getting 0 or more than 1 columns.
IncorrectResultSetColumnCountException(int, int) - 异常错误 的构造器org.springframework.jdbc.IncorrectResultSetColumnCountException
Constructor for IncorrectResultSetColumnCountException.
IncorrectResultSetColumnCountException(String, int, int) - 异常错误 的构造器org.springframework.jdbc.IncorrectResultSetColumnCountException
Constructor for IncorrectResultCountDataAccessException.
incr(byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
incr(byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
incr(String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
incr(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveNumberCommands.HIncrByCommand
incr(ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveNumberCommands
Increment value of key by 1.
incr(Publisher<ReactiveRedisConnection.KeyCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveNumberCommands
Increment value of key by 1.
incr(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveNumberCommands.IncrByCommand
incr() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand
Applies incr mode (When this option is specified ZADD acts like ZINCRBY).
incr(byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisStringCommands
Increment an integer value stored as string value of key by 1.
incr(String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Increment an integer value stored as string value of key by 1.
incrBy(byte[], double) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
incrBy(byte[], long) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
incrBy(byte[], long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
incrBy(byte[], double) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
incrBy(String, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
incrBy(String, double) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
incrBy(ByteBuffer, T) - 接口 中的方法org.springframework.data.redis.connection.ReactiveNumberCommands
Increment value of key by value.
incrBy(Publisher<ReactiveNumberCommands.IncrByCommand<T>>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveNumberCommands
Increment value of key by value.
incrBy(byte[], long) - 接口 中的方法org.springframework.data.redis.connection.RedisStringCommands
Increment an integer value stored of key by delta.
incrBy(byte[], double) - 接口 中的方法org.springframework.data.redis.connection.RedisStringCommands
Increment a floating point number value of key by delta.
incrBy(String, long) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Increment an integer value stored of key by delta.
incrBy(String, double) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Increment a floating point number value of key by delta.
increment(HK, long) - 接口 中的方法org.springframework.data.redis.core.BoundHashOperations
Increment value of a hash key by the given delta at the bound key.
increment(HK, double) - 接口 中的方法org.springframework.data.redis.core.BoundHashOperations
Increment value of a hash key by the given delta at the bound key.
increment(long) - 接口 中的方法org.springframework.data.redis.core.BoundValueOperations
Increment an integer value stored as string value under the bound key by delta.
increment(double) - 接口 中的方法org.springframework.data.redis.core.BoundValueOperations
Increment a floating point number value stored as string value under the bound key by delta.
increment(H, HK, long) - 接口 中的方法org.springframework.data.redis.core.HashOperations
Increment value of a hash hashKey by the given delta.
increment(H, HK, double) - 接口 中的方法org.springframework.data.redis.core.HashOperations
Increment value of a hash hashKey by the given delta.
increment(H, HK, long) - 接口 中的方法org.springframework.data.redis.core.ReactiveHashOperations
Increment value of a hash hashKey by the given delta.
increment(H, HK, double) - 接口 中的方法org.springframework.data.redis.core.ReactiveHashOperations
Increment value of a hash hashKey by the given delta.
increment(K, long) - 接口 中的方法org.springframework.data.redis.core.ValueOperations
Increment an integer value stored as string value under key by delta.
increment(K, double) - 接口 中的方法org.springframework.data.redis.core.ValueOperations
Increment a floating point number value stored as string value under key by delta.
increment(K, long) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisMap
 
increment(K, double) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisMap
 
increment(K, long) - 接口 中的方法org.springframework.data.redis.support.collections.RedisMap
 
increment(K, double) - 接口 中的方法org.springframework.data.redis.support.collections.RedisMap
 
increment(Object, long) - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
increment(Object, double) - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
incrementAndGet() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicDouble
Atomically increments by one the current value.
incrementAndGet() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicInteger
Atomically increment by one the current value.
incrementAndGet() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicLong
Atomically increments by one the current value.
incrementAndValidate() - 类 中的方法org.springframework.test.web.client.DefaultRequestExpectation
 
incrementAndValidate() - 类 中的方法org.springframework.test.web.client.DefaultRequestExpectation.RequestCount
 
incrementAndValidate() - 接口 中的方法org.springframework.test.web.client.RequestExpectation
Increase the matched request count and check we haven't passed the max count.
incrementScore(V, double) - 接口 中的方法org.springframework.data.redis.core.BoundZSetOperations
Increment the score of element with value in sorted set by increment.
incrementScore(K, V, double) - 接口 中的方法org.springframework.data.redis.core.ReactiveZSetOperations
Increment the score of element with value in sorted set by increment.
incrementScore(K, V, double) - 接口 中的方法org.springframework.data.redis.core.ZSetOperations
Increment the score of element with value in sorted set by increment.
indentOutput(boolean) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Shortcut for SerializationFeature.INDENT_OUTPUT option.
index(long) - 接口 中的方法org.springframework.data.redis.core.BoundListOperations
Get element at index form list at the bound key.
index(K, long) - 接口 中的方法org.springframework.data.redis.core.ListOperations
Get element at index form list at key.
index(K, long) - 接口 中的方法org.springframework.data.redis.core.ReactiveListOperations
Get element at index form list at key.
index() - 类 中的方法reactor.core.publisher.Flux
Keep information about the order in which source values were received by indexing them with a 0-based incrementing long, returning a Flux of Tuple2<(index, value)>.
index(BiFunction<? super Long, ? super T, ? extends I>) - 类 中的方法reactor.core.publisher.Flux
Keep information about the order in which source values were received by indexing them internally with a 0-based incrementing long then combining this information with the source value into a I using the provided BiFunction, returning a Flux<I>.
IndexConfiguration - org.springframework.data.redis.core.index中的类
IndexConfiguration allows programmatic setup of indexes.
IndexConfiguration() - 类 的构造器org.springframework.data.redis.core.index.IndexConfiguration
Creates new empty IndexConfiguration.
IndexDefinition - org.springframework.data.redis.core.index中的接口
IndexDefinition allow to set up a blueprint for creating secondary index structures in Redis.
IndexDefinition.Condition<T> - org.springframework.data.redis.core.index中的接口
 
IndexDefinition.IndexingContext - org.springframework.data.redis.core.index中的类
Context in which a particular value is about to get indexed.
IndexDefinitionProvider - org.springframework.data.redis.core.index中的接口
IndexDefinitionProvider give access to IndexDefinitions for creating secondary index structures.
IndexDefinitionRegistry - org.springframework.data.redis.core.index中的接口
Registry that allows adding IndexDefinition.
Indexed - org.springframework.data.redis.core.index中的注释类型
Mark properties value to be included in a secondary index.
Indexed - org.springframework.stereotype中的注释类型
Indicate that the annotated element represents a stereotype for the index.
IndexedData - org.springframework.data.redis.core.convert中的接口
IndexedData represents a secondary index for a property path in a given keyspace.
Indexer - org.springframework.expression.spel.ast中的类
An Indexer can index into some proceeding structure to access a particular piece of it.
Indexer(int, SpelNodeImpl) - 类 的构造器org.springframework.expression.spel.ast.Indexer
 
IndexingContext() - 类 的构造器org.springframework.data.redis.core.index.IndexDefinition.IndexingContext
 
indexOf(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRankCommand
Creates a new ReactiveZSetCommands.ZRankCommand given a member to obtain its rank (ordering low to high).
indexOf(Object) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
indexOf(byte[], byte) - 类 中的静态方法org.springframework.data.redis.util.ByteUtils
Searches the specified array of bytes for the specified value.
indexOf(Object) - 类 中的方法org.springframework.util.AutoPopulatingList
 
IndexResolver - org.springframework.data.redis.core.convert中的接口
IndexResolver extracts secondary index structures to be applied on a given path, PersistentProperty and value.
IndexValueTransformer - org.springframework.data.redis.core.index中的接口
Converter implementation that is used to transform values for usage in a particular secondary index.
info(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisClusterConnection
已过时。
info(RedisClusterNode, String) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisClusterConnection
已过时。
info() - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
info(String) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
info() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
info(String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
info(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.ReactiveClusterServerCommands
Load default server information like memory cpu utilization replication
info(RedisClusterNode, String) - 接口 中的方法org.springframework.data.redis.connection.ReactiveClusterServerCommands
Load server information for given selection.
info() - 接口 中的方法org.springframework.data.redis.connection.ReactiveServerCommands
Load default server information like memory cpu utilization replication
info(String) - 接口 中的方法org.springframework.data.redis.connection.ReactiveServerCommands
Load server information for given selection.
info(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.RedisClusterServerCommands
 
info(RedisClusterNode, String) - 接口 中的方法org.springframework.data.redis.connection.RedisClusterServerCommands
 
info() - 接口 中的方法org.springframework.data.redis.connection.RedisServerCommands
Load default server information like memory cpu utilization replication
info(String) - 接口 中的方法org.springframework.data.redis.connection.RedisServerCommands
Load server information for given selection.
info(String) - 接口 中的方法reactor.util.Logger
Log a message at the INFO level.
info(String, Object...) - 接口 中的方法reactor.util.Logger
Log a message at the INFO level according to the specified format and arguments.
info(String, Throwable) - 接口 中的方法reactor.util.Logger
Log an exception (throwable) at the INFO level with an accompanying message.
init() - 类 中的方法org.springframework.data.redis.listener.KeyspaceEventMessageListener
Initialize the message listener by writing requried redis config for notify-keyspace-events and registering the listener within the container.
init() - 类 中的方法org.springframework.data.repository.config.RepositoryNameSpaceHandler
 
init() - 类 中的方法org.springframework.ejb.config.JeeNamespaceHandler
 
init(ServletConfig) - 类 中的方法org.springframework.http.server.reactive.ServletHttpHandlerAdapter
 
init() - 类 中的方法org.springframework.jdbc.config.JdbcNamespaceHandler
 
init() - 类 中的方法org.springframework.oxm.config.OxmNamespaceHandler
 
init() - 类 中的方法org.springframework.scheduling.config.TaskNamespaceHandler
 
init() - 类 中的方法org.springframework.scripting.config.LangNamespaceHandler
 
init() - 类 中的方法org.springframework.transaction.config.TxNamespaceHandler
 
init() - 类 中的方法org.springframework.web.context.support.HttpRequestHandlerServlet
 
init() - 类 中的方法org.springframework.web.context.support.LiveBeansViewServlet
 
init(FilterConfig) - 类 中的方法org.springframework.web.filter.CompositeFilter
Initialize all the filters, calling each one's init method in turn in the order supplied.
init(FilterConfig) - 类 中的方法org.springframework.web.filter.GenericFilterBean
Standard way of initializing this filter.
init() - 类 中的方法org.springframework.web.servlet.config.MvcNamespaceHandler
 
init() - 类 中的方法org.springframework.web.servlet.HttpServletBean
Map config parameters onto bean properties of this servlet, and invoke subclass initialization.
init() - 类 中的方法org.yaml.snakeyaml.reader.UnicodeReader
Read-ahead four bytes and check for BOM marks.
INIT_BINDER_METHODS - 类 中的静态变量org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
MethodFilter that matches @InitBinder methods.
initAllowedLocations() - 类 中的方法org.springframework.web.servlet.resource.ResourceHttpRequestHandler
Look for a PathResourceResolver among the configured resource resolvers and set its allowedLocations property (if empty) to match the locations configured on this class.
initApplicationContext(ApplicationContext) - 类 中的方法org.springframework.web.context.support.WebApplicationObjectSupport
initApplicationContext() - 类 中的方法org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping
Calls the AbstractDetectingUrlHandlerMapping.detectHandlers() method in addition to the superclass's initialization.
initApplicationContext() - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMapping
Initializes the interceptors.
initApplicationContext() - 类 中的方法org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
Calls the SimpleUrlHandlerMapping.registerHandlers(java.util.Map<java.lang.String, java.lang.Object>) method in addition to the superclass's initialization.
initApplicationContext(ApplicationContext) - 类 中的方法org.springframework.web.servlet.view.groovy.GroovyMarkupView
Invoked at startup.
initApplicationContext(ApplicationContext) - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateView
 
initApplicationContext() - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
 
initApplicationContext() - 类 中的方法org.springframework.web.servlet.view.xml.MarshallingView
 
initApplicationContext() - 类 中的方法org.springframework.web.servlet.view.xslt.XsltView
Initialize this XsltView's TransformerFactory.
initApplicationException(Throwable) - 异常错误 中的方法org.springframework.transaction.TransactionSystemException
Set an application exception that was thrown before this transaction exception, preserving the original exception despite the overriding TransactionSystemException.
initBeanDefinitionReader(GroovyBeanDefinitionReader) - 类 中的方法org.springframework.web.context.support.GroovyWebApplicationContext
Initialize the bean definition reader used for loading the bean definitions of this context.
initBeanDefinitionReader(XmlBeanDefinitionReader) - 类 中的方法org.springframework.web.context.support.XmlWebApplicationContext
Initialize the bean definition reader used for loading the bean definitions of this context.
initBeanPropertyAccess() - 类 中的方法org.springframework.validation.DataBinder
Initialize standard JavaBean property access for this DataBinder.
initBeanWrapper(BeanWrapper) - 类 中的方法org.springframework.jdbc.core.BeanPropertyRowMapper
Initialize the given BeanWrapper to be used for row mapping.
initBeanWrapper(BeanWrapper) - 类 中的方法org.springframework.web.filter.GenericFilterBean
Initialize the BeanWrapper for this GenericFilterBean, possibly with custom editors.
initBeanWrapper(BeanWrapper) - 类 中的方法org.springframework.web.servlet.HttpServletBean
Initialize the BeanWrapper for this HttpServletBean, possibly with custom editors.
InitBinder - org.springframework.web.bind.annotation中的注释类型
Annotation that identifies methods which initialize the WebDataBinder which will be used for populating command and form object arguments of annotated handler methods.
initBinder(WebDataBinder) - 类 中的方法org.springframework.web.bind.support.ConfigurableWebBindingInitializer
 
initBinder(WebDataBinder, NativeWebRequest) - 类 中的方法org.springframework.web.bind.support.DefaultDataBinderFactory
Extension point to further initialize the created data binder instance (e.g. with @InitBinder methods) after "global" initialization via WebBindingInitializer.
initBinder(WebDataBinder) - 接口 中的方法org.springframework.web.bind.support.WebBindingInitializer
Initialize the given DataBinder.
initBinder(WebDataBinder, WebRequest) - 接口 中的方法org.springframework.web.bind.support.WebBindingInitializer
已过时。
initBinder(WebDataBinder, NativeWebRequest) - 类 中的方法org.springframework.web.method.annotation.InitBinderDataBinderFactory
Initialize a WebDataBinder with @InitBinder methods.
InitBinderDataBinderFactory - org.springframework.web.method.annotation中的类
Adds initialization to a WebDataBinder via @InitBinder methods.
InitBinderDataBinderFactory(List<InvocableHandlerMethod>, WebBindingInitializer) - 类 的构造器org.springframework.web.method.annotation.InitBinderDataBinderFactory
Create a new InitBinderDataBinderFactory instance.
initConnection() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Initialize the shared connection if native connection sharing is enabled and reset any previously existing connection.
initConnection() - 类 中的方法org.springframework.jca.cci.connection.SingleConnectionFactory
Initialize the single underlying Connection.
initConnection() - 类 中的方法org.springframework.jdbc.datasource.SingleConnectionDataSource
Initialize the underlying Connection via the DriverManager.
initContentNegotiationStrategy() - 类 中的方法org.springframework.web.servlet.resource.ResourceHttpRequestHandler
Initialize the content negotiation strategy depending on the ContentNegotiationManager setup and the availability of a ServletContext.
initConversion(ConversionService) - 类 中的方法org.springframework.validation.AbstractPropertyBindingResult
 
initCookies() - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpRequest
Obtain the cookies from the underlying "native" request and adapt those to an HttpCookie map.
initCookies() - 类 中的方法org.springframework.mock.http.server.reactive.MockServerHttpRequest
 
initCorsConfiguration(Object, Method, T) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Extract and return the CORS configuration for the mapping.
initCorsConfiguration(Object, Method, RequestMappingInfo) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
 
initDatabase() - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
Hook to initialize the embedded database.
initDefaultStrategies() - 类 中的方法org.springframework.data.redis.listener.adapter.MessageListenerAdapter
Initialize the default implementations for the adapter's strategies.
initDelegate(WebApplicationContext) - 类 中的方法org.springframework.web.filter.DelegatingFilterProxy
Initialize the Filter delegate, defined as bean the given Spring application context.
initDirectFieldAccess() - 类 中的方法org.springframework.validation.DataBinder
Initialize direct field access for this DataBinder, as alternative to the default bean property access.
initFactory(Locale) - 类 中的方法org.springframework.web.servlet.view.ResourceBundleViewResolver
Initialize the View BeanFactory from the ResourceBundle, for the given locale.
initFactory() - 类 中的方法org.springframework.web.servlet.view.XmlViewResolver
Initialize the view bean factory from the XML file.
initFilterBean() - 类 中的方法org.springframework.web.filter.DelegatingFilterProxy
 
initFilterBean() - 类 中的方法org.springframework.web.filter.GenericFilterBean
Subclasses may override this to perform custom initialization.
initFrameworkServlet() - 类 中的方法org.springframework.web.servlet.FrameworkServlet
This method will be invoked after any bean properties have been set and the WebApplicationContext has been loaded.
initHandlerMethods() - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Scan beans in the ApplicationContext, detect and register handler methods.
initialConfiguration() - 类 中的方法org.springframework.data.redis.core.convert.KeyspaceConfiguration
Customization hook.
initialConfiguration() - 类 中的方法org.springframework.data.redis.core.index.IndexConfiguration
Customization hook.
initialize() - 类 中的方法org.springframework.data.redis.repository.cdi.CdiBean
Forces the initialization of bean target.
initialize() - 类 中的方法org.springframework.data.repository.cdi.CdiRepositoryBean
Forces the initialization of bean target.
initialize(Class<T>) - 类 中的方法org.springframework.jdbc.core.BeanPropertyRowMapper
Initialize the mapping meta-data for the given class.
initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - 类 中的方法org.springframework.mock.web.MockPageContext
 
initialize() - 类 中的方法org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
Set up the ExecutorService.
initialize(ClassLoadHelper, SchedulerSignaler) - 类 中的方法org.springframework.scheduling.quartz.LocalDataSourceJobStore
 
initialize() - 类 中的方法org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
 
initialize() - 类 中的方法org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
 
initializeExecutor(ThreadFactory, RejectedExecutionHandler) - 类 中的方法org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
Create the target ExecutorService instance.
initializeExecutor(ThreadFactory, RejectedExecutionHandler) - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
 
initializeExecutor(ThreadFactory, RejectedExecutionHandler) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
initializeExecutor(ThreadFactory, RejectedExecutionHandler) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Note: This method exposes an ExecutorService to its base class but stores the actual ThreadPoolExecutor handle internally.
initializeExecutor(ThreadFactory, RejectedExecutionHandler) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
initializeExtensionRegistry(ExtensionRegistry) - 接口 中的方法org.springframework.http.converter.protobuf.ExtensionRegistryInitializer
Initializes the ExtensionRegistry with Protocol Message extensions
initializeMetaData(DataSource) - 类 中的方法org.springframework.jdbc.core.metadata.CallMetaDataContext
Initialize this class with meta-data from the database.
initializeMultipart() - 类 中的方法org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
Lazily initialize the multipart request, if possible.
initializeMultipart() - 类 中的方法org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
 
initializeWithMetaData(DatabaseMetaData) - 接口 中的方法org.springframework.jdbc.core.metadata.CallMetaDataProvider
Initialize using the provided DatabaseMetData.
initializeWithMetaData(DatabaseMetaData) - 类 中的方法org.springframework.jdbc.core.metadata.Db2CallMetaDataProvider
 
initializeWithMetaData(DatabaseMetaData) - 类 中的方法org.springframework.jdbc.core.metadata.DerbyTableMetaDataProvider
 
initializeWithMetaData(DatabaseMetaData) - 类 中的方法org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
initializeWithMetaData(DatabaseMetaData) - 类 中的方法org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
initializeWithMetaData(DatabaseMetaData) - 类 中的方法org.springframework.jdbc.core.metadata.HanaCallMetaDataProvider
 
initializeWithMetaData(DatabaseMetaData) - 接口 中的方法org.springframework.jdbc.core.metadata.TableMetaDataProvider
Initialize using the database meta-data provided.
initializeWithProcedureColumnMetaData(DatabaseMetaData, String, String, String) - 接口 中的方法org.springframework.jdbc.core.metadata.CallMetaDataProvider
Initialize the database specific management of procedure column meta-data.
initializeWithProcedureColumnMetaData(DatabaseMetaData, String, String, String) - 类 中的方法org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
initializeWithTableColumnMetaData(DatabaseMetaData, String, String, String) - 类 中的方法org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
initializeWithTableColumnMetaData(DatabaseMetaData, String, String, String) - 类 中的方法org.springframework.jdbc.core.metadata.OracleTableMetaDataProvider
 
initializeWithTableColumnMetaData(DatabaseMetaData, String, String, String) - 接口 中的方法org.springframework.jdbc.core.metadata.TableMetaDataProvider
Initialize using provided database meta-data, table and column information.
initInterceptors() - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMapping
Initialize the specified interceptors, checking for MappedInterceptors and adapting HandlerInterceptors and WebRequestInterceptors if necessary.
initJaxbMarshaller(Marshaller) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
Template method that can be overridden by concrete JAXB marshallers for custom initialization behavior.
initJaxbUnmarshaller(Unmarshaller) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
Template method that can be overridden by concrete JAXB marshallers for custom initialization behavior.
initMethodMap(Map<String, TransactionAttribute>) - 类 中的方法org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Initialize the specified "methodMap", if any.
initModel(NativeWebRequest, ModelAndViewContainer, HandlerMethod) - 类 中的方法org.springframework.web.method.annotation.ModelFactory
Populate the model in the following order: Retrieve "known" session attributes listed as @SessionAttributes.
initParent(Theme) - 类 中的方法org.springframework.ui.context.support.ResourceBundleThemeSource
Initialize the MessageSource of the given theme with the one from the corresponding parent of this ThemeSource.
initPropertySources(ServletContext, ServletConfig) - 接口 中的方法org.springframework.web.context.ConfigurableWebEnvironment
Replace any stub property source instances acting as placeholders with real servlet context/config property sources using the given parameters.
initPropertySources() - 类 中的方法org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
Replace any stub property sources with actual instances.
initPropertySources() - 类 中的方法org.springframework.web.context.support.GenericWebApplicationContext
Replace any stub property sources with actual instances.
initPropertySources(ServletContext, ServletConfig) - 类 中的方法org.springframework.web.context.support.StandardServletEnvironment
 
initPropertySources() - 类 中的方法org.springframework.web.context.support.StaticWebApplicationContext
 
initQueryParams() - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpRequest
A method for parsing of the query into name-value pairs.
initServletBean() - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Overridden method of HttpServletBean, invoked after any bean properties have been set.
initServletBean() - 类 中的方法org.springframework.web.servlet.HttpServletBean
Subclasses may override this to perform custom initialization.
initServletContext(ServletContext) - 类 中的方法org.springframework.web.context.support.WebApplicationObjectSupport
Subclasses may override this for custom initialization based on the ServletContext that this application object runs in.
initServletContext(ServletContext) - 类 中的方法org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
initServletContext(ServletContext) - 类 中的方法org.springframework.web.servlet.view.freemarker.FreeMarkerView
Invoked on startup.
initServletContext(ServletContext) - 类 中的方法org.springframework.web.servlet.view.JstlView
Wraps the MessageSource with a JSTL-aware MessageSource that is aware of JSTL's javax.servlet.jsp.jstl.fmt.localizationContext context-param.
initServletPropertySources(MutablePropertySources, ServletContext) - 类 中的静态方法org.springframework.web.context.support.WebApplicationContextUtils
Convenient variant of WebApplicationContextUtils.initServletPropertySources(MutablePropertySources, ServletContext, ServletConfig) that always provides null for the ServletConfig parameter.
initServletPropertySources(MutablePropertySources, ServletContext, ServletConfig) - 类 中的静态方法org.springframework.web.context.support.WebApplicationContextUtils
Replace Servlet-based stub property sources with actual instances populated with the given servletContext and servletConfig objects.
initSslInfo() - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpRequest
Obtain SSL session information from the underlying "native" request.
initSslInfo() - 类 中的方法org.springframework.mock.http.server.reactive.MockServerHttpRequest
 
initStrategies(ApplicationContext) - 类 中的方法org.springframework.web.servlet.DispatcherServlet
Initialize the strategy objects that this servlet uses.
initSynchronization() - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationManager
Activate transaction synchronization for the current thread.
initTemplateConfig() - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcDaoSupport
Create a NamedParameterJdbcTemplate based on the configured JdbcTemplate.
initTemplateConfig() - 类 中的方法org.springframework.jdbc.core.support.JdbcDaoSupport
Initialize the template-based configuration of this DAO.
initThemeSource(ApplicationContext) - 类 中的静态方法org.springframework.ui.context.support.UiApplicationContextUtils
Initialize the ThemeSource for the given application context, autodetecting a bean with the name "themeSource".
initTransactionSynchronizationRegistry() - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Initialize the JTA 1.1 TransactionSynchronizationRegistry, if available.
initUriComponentsBuilder(String) - 类 中的方法org.springframework.web.util.DefaultUriTemplateHandler
已过时。
Create a UriComponentsBuilder from the URI template string.
initUserTransactionAndTransactionManager() - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Initialize the UserTransaction as well as the TransactionManager handle.
initWebAppContext() - 类 中的方法org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
A method to obtain the WebApplicationContext to be passed to the DispatcherServlet.
initWebAppContext() - 类 中的方法org.springframework.test.web.servlet.setup.DefaultMockMvcBuilder
 
initWebAppContext() - 类 中的方法org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
 
initWebApplicationContext(ServletContext) - 类 中的方法org.springframework.web.context.ContextLoader
Initialize Spring's web application context for the given servlet context, using the application context provided at construction time, or creating a new one according to the "contextClass" and "contextConfigLocation" context-params.
initWebApplicationContext() - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Initialize and publish the WebApplicationContext for this servlet.
injectDependencies(TestContext) - 类 中的方法org.springframework.test.context.support.DependencyInjectionTestExecutionListener
Performs dependency injection and bean initialization for the supplied TestContext as described in prepareTestInstance().
INLINE_SCRIPT_PREFIX - 类 中的静态变量org.springframework.scripting.support.ScriptFactoryPostProcessor
The Resource-style prefix that denotes an inline script.
INLINED_PROPERTIES_PROPERTY_SOURCE_NAME - 类 中的静态变量org.springframework.test.context.support.TestPropertySourceUtils
The name of the MapPropertySource created from inlined properties.
InlineList - org.springframework.expression.spel.ast中的类
Represent a list in an expression, e.g. '{1,2,3}'
InlineList(int, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.InlineList
 
InlineMap - org.springframework.expression.spel.ast中的类
Represent a map in an expression, e.g.
InlineMap(int, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.InlineMap
 
InMemoryWebSessionStore - org.springframework.web.server.session中的类
Simple Map-based storage for WebSession instances.
InMemoryWebSessionStore() - 类 的构造器org.springframework.web.server.session.InMemoryWebSessionStore
 
inners() - 类 中的方法reactor.core.publisher.DirectProcessor
 
inners() - 类 中的方法reactor.core.publisher.EmitterProcessor
 
inners() - 类 中的方法reactor.core.publisher.FluxProcessor
 
inners() - 类 中的方法reactor.core.publisher.ReplayProcessor
 
inners() - 接口 中的方法reactor.core.Scannable
Return a Stream of referenced inners (flatmap, multicast etc)
Input - org.xmlunit.builder中的类
Fluent API to create Source instances.
Input.Builder - org.xmlunit.builder中的接口
Interface for fluent builders of Sources.
Input.TransformationBuilder - org.xmlunit.builder中的接口
Builds Sources by transforming other sources.
INPUT_FLASH_MAP_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.DispatcherServlet
Name of request attribute that holds a read-only {@code Map
InputTag - org.springframework.web.servlet.tags.form中的类
The <input> tag renders an HTML 'input' tag with type 'text' using the bound value.
InputTag() - 类 的构造器org.springframework.web.servlet.tags.form.InputTag
 
insert(Object, Object) - 类 中的方法org.springframework.data.redis.core.RedisKeyValueTemplate
 
insertAnyNecessaryTypeConversionBytecodes(MethodVisitor, char, String) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
Insert any necessary numeric conversion bytecodes based upon what is on the stack and the desired target type.
insertArrayStore(MethodVisitor, String) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
Produce appropriate bytecode to store a stack item in an array.
insertBoxIfNecessary(MethodVisitor, String) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
Determine the appropriate boxing instruction for a specific type (if it needs boxing) and insert the instruction into the supplied visitor.
insertBoxIfNecessary(MethodVisitor, char) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
Determine the appropriate boxing instruction for a specific type (if it needs boxing) and insert the instruction into the supplied visitor.
insertCheckCast(MethodVisitor, String) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
Insert the appropriate CHECKCAST instruction for the supplied descriptor.
insertNewArrayCode(MethodVisitor, int, String) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
Produce the correct bytecode to build an array.
insertNumericUnboxOrPrimitiveTypeCoercion(MethodVisitor, String, char) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
For use in mathematical operators, handles converting from a (possibly boxed) number on the stack to a primitive numeric type.
insertOptimalLoad(MethodVisitor, int) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
Create the optimal instruction for loading a number on the stack.
insertUnboxInsns(MethodVisitor, char, String) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
Insert any necessary cast and value call to convert from a boxed type to a primitive value.
insertUnboxNumberInsns(MethodVisitor, char, String) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
For numbers, use the appropriate method on the number to convert it to the primitive type requested.
INSTANCE - 类 中的静态变量org.springframework.jdbc.core.namedparam.EmptySqlParameterSource
A shared instance of EmptySqlParameterSource.
INSTANCE - 类 中的静态变量org.springframework.util.comparator.ComparableComparator
A shared instance of this default comparator
InstanceComparator<T> - org.springframework.util.comparator中的类
Compares objects based on an arbitrary class order.
InstanceComparator(Class<?>...) - 类 的构造器org.springframework.util.comparator.InstanceComparator
Create a new InstanceComparator instance.
InstanceFilter<T> - org.springframework.util中的类
A simple instance filter that checks if a given instance match based on a collection of includes and excludes element.
InstanceFilter(Collection<? extends T>, Collection<? extends T>, boolean) - 类 的构造器org.springframework.util.InstanceFilter
Create a new instance based on includes/excludes collections.
InstantFormatter - org.springframework.format.datetime.standard中的类
Formatter implementation for a JSR-310 Instant, following JSR-310's parsing rules for an Instant (that is, not using a configurable DateTimeFormatter): accepting the default ISO_INSTANT format as well as RFC_1123_DATE_TIME (which is commonly used for HTTP date header values), as of Spring 4.3.
InstantFormatter() - 类 的构造器org.springframework.format.datetime.standard.InstantFormatter
 
InstrumentationLoadTimeWeaver - org.springframework.instrument.classloading中的类
InstrumentationLoadTimeWeaver() - 类 的构造器org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
Create a new InstrumentationLoadTimeWeaver for the default ClassLoader.
InstrumentationLoadTimeWeaver(ClassLoader) - 类 的构造器org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
Create a new InstrumentationLoadTimeWeaver for the given ClassLoader.
INT - 类 中的静态变量org.yaml.snakeyaml.nodes.Tag
 
INT - 类 中的静态变量org.yaml.snakeyaml.resolver.Resolver
 
InteractionCallback<T> - org.springframework.jca.cci.core中的接口
Generic callback interface for code that operates on a CCI Interaction.
intercept(HttpRequest, byte[], AsyncClientHttpRequestExecution) - 接口 中的方法org.springframework.http.client.AsyncClientHttpRequestInterceptor
已过时。
Intercept the given request, and return a response future.
intercept(HttpRequest, byte[], ClientHttpRequestExecution) - 接口 中的方法org.springframework.http.client.ClientHttpRequestInterceptor
Intercept the given request, and return a response.
intercept(HttpRequest, byte[], ClientHttpRequestExecution) - 类 中的方法org.springframework.http.client.support.BasicAuthorizationInterceptor
 
InterceptingAsyncClientHttpRequestFactory - org.springframework.http.client中的类
已过时。
as of Spring 5.0, with no direct replacement
InterceptingAsyncClientHttpRequestFactory(AsyncClientHttpRequestFactory, List<AsyncClientHttpRequestInterceptor>) - 类 的构造器org.springframework.http.client.InterceptingAsyncClientHttpRequestFactory
已过时。
Create new instance of InterceptingAsyncClientHttpRequestFactory with delegated request factory and list of interceptors.
InterceptingAsyncHttpAccessor - org.springframework.http.client.support中的类
已过时。
as of Spring 5.0, with no direct replacement
InterceptingAsyncHttpAccessor() - 类 的构造器org.springframework.http.client.support.InterceptingAsyncHttpAccessor
已过时。
 
InterceptingClientHttpRequestFactory - org.springframework.http.client中的类
InterceptingClientHttpRequestFactory(ClientHttpRequestFactory, List<ClientHttpRequestInterceptor>) - 类 的构造器org.springframework.http.client.InterceptingClientHttpRequestFactory
Create a new instance of the InterceptingClientHttpRequestFactory with the given parameters.
InterceptingHttpAccessor - org.springframework.http.client.support中的类
Base class for RestTemplate and other HTTP accessing gateway helpers, adding interceptor-related properties to HttpAccessor's common properties.
InterceptingHttpAccessor() - 类 的构造器org.springframework.http.client.support.InterceptingHttpAccessor
 
InterceptorRegistration - org.springframework.web.servlet.config.annotation中的类
Assists with the creation of a MappedInterceptor.
InterceptorRegistration(HandlerInterceptor) - 类 的构造器org.springframework.web.servlet.config.annotation.InterceptorRegistration
Create an InterceptorRegistration instance.
InterceptorRegistry - org.springframework.web.servlet.config.annotation中的类
Helps with configuring a list of mapped interceptors.
InterceptorRegistry() - 类 的构造器org.springframework.web.servlet.config.annotation.InterceptorRegistry
 
InterfaceBasedMBeanInfoAssembler - org.springframework.jmx.export.assembler中的类
Subclass of AbstractReflectiveMBeanInfoAssembler that allows for the management interface of a bean to be defined using arbitrary interfaces.
InterfaceBasedMBeanInfoAssembler() - 类 的构造器org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
 
InternalParseException - org.springframework.expression.spel中的异常错误
Wraps a real parse exception.
InternalParseException(SpelParseException) - 异常错误 的构造器org.springframework.expression.spel.InternalParseException
 
InternalResourceException(ResourceException) - 异常错误 的构造器org.springframework.jca.endpoint.GenericMessageEndpointFactory.InternalResourceException
 
InternalResourceView - org.springframework.web.servlet.view中的类
Wrapper for a JSP or other resource within the same web application.
InternalResourceView() - 类 的构造器org.springframework.web.servlet.view.InternalResourceView
Constructor for use as a bean.
InternalResourceView(String) - 类 的构造器org.springframework.web.servlet.view.InternalResourceView
Create a new InternalResourceView with the given URL.
InternalResourceView(String, boolean) - 类 的构造器org.springframework.web.servlet.view.InternalResourceView
Create a new InternalResourceView with the given URL.
InternalResourceViewResolver - org.springframework.web.servlet.view中的类
Convenient subclass of UrlBasedViewResolver that supports InternalResourceView (i.e.
InternalResourceViewResolver() - 类 的构造器org.springframework.web.servlet.view.InternalResourceViewResolver
Sets the default view class to InternalResourceViewResolver.requiredViewClass(): by default InternalResourceView, or JstlView if the JSTL API is present.
InternalResourceViewResolver(String, String) - 类 的构造器org.springframework.web.servlet.view.InternalResourceViewResolver
A convenience constructor that allows for specifying prefix and suffix as constructor arguments.
InternetAddressEditor - org.springframework.mail.javamail中的类
Editor for java.mail.internet.InternetAddress, to directly populate an InternetAddress property.
InternetAddressEditor() - 类 的构造器org.springframework.mail.javamail.InternetAddressEditor
 
interpolate(String, MessageInterpolator.Context) - 类 中的方法org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator
 
interpolate(String, MessageInterpolator.Context, Locale) - 类 中的方法org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator
 
InterruptibleBatchPreparedStatementSetter - org.springframework.jdbc.core中的接口
Extension of the BatchPreparedStatementSetter interface, adding a batch exhaustion check.
interruptTask() - 类 中的方法org.springframework.util.concurrent.SettableListenableFuture
Subclasses can override this method to implement interruption of the future's computation.
intersect(K) - 接口 中的方法org.springframework.data.redis.core.BoundSetOperations
Returns the members intersecting all given sets at the bound key and key.
intersect(Collection<K>) - 接口 中的方法org.springframework.data.redis.core.BoundSetOperations
Returns the members intersecting all given sets at the bound key and keys.
intersect(K, K) - 接口 中的方法org.springframework.data.redis.core.ReactiveSetOperations
Returns the members intersecting all given sets at key and otherKey.
intersect(K, Collection<K>) - 接口 中的方法org.springframework.data.redis.core.ReactiveSetOperations
Returns the members intersecting all given sets at key and otherKeys.
intersect(K, K) - 接口 中的方法org.springframework.data.redis.core.SetOperations
Returns the members intersecting all given sets at key and otherKey.
intersect(K, Collection<K>) - 接口 中的方法org.springframework.data.redis.core.SetOperations
Returns the members intersecting all given sets at key and otherKeys.
intersect(RedisSet<?>) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisSet
 
intersect(Collection<? extends RedisSet<?>>) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisSet
 
intersect(RedisSet<?>) - 接口 中的方法org.springframework.data.redis.support.collections.RedisSet
 
intersect(Collection<? extends RedisSet<?>>) - 接口 中的方法org.springframework.data.redis.support.collections.RedisSet
 
intersectAndStore(K, K) - 接口 中的方法org.springframework.data.redis.core.BoundSetOperations
Intersect all given sets at the bound key and key and store result in destKey.
intersectAndStore(Collection<K>, K) - 接口 中的方法org.springframework.data.redis.core.BoundSetOperations
Intersect all given sets at the bound key and keys and store result in destKey.
intersectAndStore(K, K) - 接口 中的方法org.springframework.data.redis.core.BoundZSetOperations
Intersect sorted sets at the bound key and otherKey and store result in destination destKey.
intersectAndStore(Collection<K>, K) - 接口 中的方法org.springframework.data.redis.core.BoundZSetOperations
Intersect sorted sets at the bound key and otherKeys and store result in destination destKey.
intersectAndStore(K, K, K) - 接口 中的方法org.springframework.data.redis.core.ReactiveSetOperations
Intersect all given sets at key and otherKey and store result in destKey.
intersectAndStore(K, Collection<K>, K) - 接口 中的方法org.springframework.data.redis.core.ReactiveSetOperations
Intersect all given sets at key and otherKeys and store result in destKey.
intersectAndStore(K, K, K) - 接口 中的方法org.springframework.data.redis.core.ReactiveZSetOperations
Intersect sorted sets at key and otherKey and store result in destination destKey.
intersectAndStore(K, Collection<K>, K) - 接口 中的方法org.springframework.data.redis.core.ReactiveZSetOperations
Intersect sorted sets at key and otherKeys and store result in destination destKey.
intersectAndStore(K, K, K) - 接口 中的方法org.springframework.data.redis.core.SetOperations
Intersect all given sets at key and otherKey and store result in destKey.
intersectAndStore(K, Collection<K>, K) - 接口 中的方法org.springframework.data.redis.core.SetOperations
Intersect all given sets at key and otherKeys and store result in destKey.
intersectAndStore(K, K, K) - 接口 中的方法org.springframework.data.redis.core.ZSetOperations
Intersect sorted sets at key and otherKey and store result in destination destKey.
intersectAndStore(K, Collection<K>, K) - 接口 中的方法org.springframework.data.redis.core.ZSetOperations
Intersect sorted sets at key and otherKeys and store result in destination destKey.
intersectAndStore(RedisSet<?>, String) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisSet
 
intersectAndStore(Collection<? extends RedisSet<?>>, String) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisSet
 
intersectAndStore(RedisZSet<?>, String) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisZSet
 
intersectAndStore(Collection<? extends RedisZSet<?>>, String) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisZSet
 
intersectAndStore(RedisSet<?>, String) - 接口 中的方法org.springframework.data.redis.support.collections.RedisSet
 
intersectAndStore(Collection<? extends RedisSet<?>>, String) - 接口 中的方法org.springframework.data.redis.support.collections.RedisSet
 
intersectAndStore(RedisZSet<?>, String) - 接口 中的方法org.springframework.data.redis.support.collections.RedisZSet
 
intersectAndStore(Collection<? extends RedisZSet<?>>, String) - 接口 中的方法org.springframework.data.redis.support.collections.RedisZSet
 
interval(Duration) - 类 中的静态方法reactor.core.publisher.Flux
Create a Flux that emits long values starting with 0 and incrementing at specified time intervals on the global timer.
interval(Duration, Duration) - 类 中的静态方法reactor.core.publisher.Flux
Create a Flux that emits long values starting with 0 and incrementing at specified time intervals, after an initial delay, on the global timer.
interval(Duration, Scheduler) - 类 中的静态方法reactor.core.publisher.Flux
Create a Flux that emits long values starting with 0 and incrementing at specified time intervals, on the specified Scheduler.
interval(Duration, Duration, Scheduler) - 类 中的静态方法reactor.core.publisher.Flux
Create a Flux that emits long values starting with 0 and incrementing at specified time intervals, after an initial delay, on the specified Scheduler.
IntervalTask - org.springframework.scheduling.config中的类
Task implementation defining a Runnable to be executed at a given millisecond interval which may be treated as fixed-rate or fixed-delay depending on context.
IntervalTask(Runnable, long, long) - 类 的构造器org.springframework.scheduling.config.IntervalTask
Create a new IntervalTask.
IntervalTask(Runnable, long) - 类 的构造器org.springframework.scheduling.config.IntervalTask
Create a new IntervalTask with no initial delay.
IntLiteral - org.springframework.expression.spel.ast中的类
Expression language AST node that represents an integer literal.
IntLiteral(String, int, int) - 类 的构造器org.springframework.expression.spel.ast.IntLiteral
 
into(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfMergeCommand
Applies the destinationKey.
INTROSPECT_TYPE_LEVEL_MAPPING - 接口 中的静态变量org.springframework.web.servlet.HandlerMapping
Name of the boolean HttpServletRequest attribute that indicates whether type-level mappings should be inspected.
IntrospectorCleanupListener - org.springframework.web.util中的类
Listener that flushes the JDK's JavaBeans Introspector cache on web app shutdown.
IntrospectorCleanupListener() - 类 的构造器org.springframework.web.util.IntrospectorCleanupListener
 
intValue() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicDouble
 
intValue() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicInteger
 
intValue() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicLong
 
invalidate() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
Invalidate this request, clearing its state.
invalidate() - 类 中的方法org.springframework.mock.web.MockHttpSession
Invalidates this session then unbinds any objects bound to it.
invalidate() - 接口 中的方法org.springframework.web.server.WebSession
Invalidate the current session and clear session storage.
InvalidInvocationException - org.springframework.jmx.access中的异常错误
Thrown when trying to invoke an operation on a proxy that is not exposed by the proxied MBean resource's management interface.
InvalidInvocationException(String) - 异常错误 的构造器org.springframework.jmx.access.InvalidInvocationException
Create a new InvalidInvocationException with the supplied error message.
InvalidIsolationLevelException - org.springframework.transaction中的异常错误
Exception that gets thrown when an invalid isolation level is specified, i.e. an isolation level that the transaction manager implementation doesn't support.
InvalidIsolationLevelException(String) - 异常错误 的构造器org.springframework.transaction.InvalidIsolationLevelException
Constructor for InvalidIsolationLevelException.
InvalidMediaTypeException - org.springframework.http中的异常错误
Exception thrown from MediaType.parseMediaType(String) in case of encountering an invalid media type specification String.
InvalidMediaTypeException(String, String) - 异常错误 的构造器org.springframework.http.InvalidMediaTypeException
Create a new InvalidMediaTypeException for the given media type.
InvalidMetadataException - org.springframework.jmx.export.metadata中的异常错误
Thrown by the JmxAttributeSource when it encounters incorrect metadata on a managed resource or one of its methods.
InvalidMetadataException(String) - 异常错误 的构造器org.springframework.jmx.export.metadata.InvalidMetadataException
Create a new InvalidMetadataException with the supplied error message.
InvalidMimeTypeException - org.springframework.util中的异常错误
Exception thrown from MimeTypeUtils.parseMimeType(String) in case of encountering an invalid content type specification String.
InvalidMimeTypeException(String, String) - 异常错误 的构造器org.springframework.util.InvalidMimeTypeException
Create a new InvalidContentTypeException for the given content type.
invalidProperty(QueryMethod, String) - 异常错误 中的静态方法org.springframework.data.repository.query.QueryCreationException
Rejects the given domain class property.
InvalidResultSetAccessException - org.springframework.jca.cci中的异常错误
Exception thrown when a ResultSet has been accessed in an invalid fashion.
InvalidResultSetAccessException(String, SQLException) - 异常错误 的构造器org.springframework.jca.cci.InvalidResultSetAccessException
Constructor for InvalidResultSetAccessException.
InvalidResultSetAccessException - org.springframework.jdbc中的异常错误
Exception thrown when a ResultSet has been accessed in an invalid fashion.
InvalidResultSetAccessException(String, String, SQLException) - 异常错误 的构造器org.springframework.jdbc.InvalidResultSetAccessException
Constructor for InvalidResultSetAccessException.
InvalidResultSetAccessException(SQLException) - 异常错误 的构造器org.springframework.jdbc.InvalidResultSetAccessException
Constructor for InvalidResultSetAccessException.
InvalidTimeoutException - org.springframework.transaction中的异常错误
Exception that gets thrown when an invalid timeout is specified, that is, the specified timeout valid is out of range or the transaction manager implementation doesn't support timeouts.
InvalidTimeoutException(String, int) - 异常错误 的构造器org.springframework.transaction.InvalidTimeoutException
Constructor for InvalidTimeoutException.
InvertibleComparator<T> - org.springframework.util.comparator中的类
已过时。
as of Spring Framework 5.0, in favor of the standard JDK 8 Comparator.reversed()
InvertibleComparator(Comparator<T>) - 类 的构造器org.springframework.util.comparator.InvertibleComparator
已过时。
Create an InvertibleComparator that sorts ascending by default.
InvertibleComparator(Comparator<T>, boolean) - 类 的构造器org.springframework.util.comparator.InvertibleComparator
已过时。
Create an InvertibleComparator that sorts based on the provided order.
invertOrder() - 类 中的方法org.springframework.util.comparator.CompoundComparator
已过时。
Invert the sort order of each sort definition contained by this compound comparator.
invertOrder(int) - 类 中的方法org.springframework.util.comparator.CompoundComparator
已过时。
Invert the sort order of the sort definition at the specified index.
invertOrder() - 类 中的方法org.springframework.util.comparator.InvertibleComparator
已过时。
Invert the sort order: ascending -> descending or descending -> ascending.
InvocableHandlerMethod - org.springframework.web.method.support中的类
Provides a method for invoking the handler method for a given request after resolving its method argument values through registered HandlerMethodArgumentResolvers.
InvocableHandlerMethod(HandlerMethod) - 类 的构造器org.springframework.web.method.support.InvocableHandlerMethod
Create an instance from a HandlerMethod.
InvocableHandlerMethod(Object, Method) - 类 的构造器org.springframework.web.method.support.InvocableHandlerMethod
Create an instance from a bean instance and a method.
InvocableHandlerMethod(Object, String, Class<?>...) - 类 的构造器org.springframework.web.method.support.InvocableHandlerMethod
Construct a new handler method with the given bean instance, method name and parameters.
InvocationFailureException - org.springframework.jmx.access中的异常错误
Thrown when an invocation on an MBean resource failed with an exception (either a reflection exception or an exception thrown by the target method itself).
InvocationFailureException(String) - 异常错误 的构造器org.springframework.jmx.access.InvocationFailureException
Create a new InvocationFailureException with the supplied error message.
InvocationFailureException(String, Throwable) - 异常错误 的构造器org.springframework.jmx.access.InvocationFailureException
Create a new InvocationFailureException with the specified error message and root cause.
invoke(MethodInvocation) - 类 中的方法org.springframework.data.repository.core.support.MethodInvocationValidator
 
invoke(Method, Object...) - 类 中的方法org.springframework.data.repository.core.support.RepositoryComposition
Invoke a method on the repository by routing the invocation to the appropriate RepositoryFragment.
invoke(Method, Object[]) - 类 中的方法org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragments
Invoke Method by resolving the
invoke(MethodInvocation) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactorySupport.ImplementationMethodExecutionInterceptor
 
invoke(MethodInvocation) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactorySupport.QueryExecutorMethodInterceptor
 
invoke(MethodInvocation) - 枚举 中的方法org.springframework.data.repository.core.support.SurroundingTransactionDetectorMethodInterceptor
 
invoke(Object[]) - 类 中的方法org.springframework.data.repository.query.spi.Function
Invokes the function with the given arguments.
invoke(MethodInvocation) - 类 中的方法org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
invoke(MethodInvocation) - 类 中的方法org.springframework.jmx.access.MBeanClientInterceptor
Route the invocation to the configured managed resource..
invoke(String, Object[], String[]) - 类 中的方法org.springframework.jmx.export.SpringModelMBean
Switches the context ClassLoader for the managed resources ClassLoader before allowing the invocation to occur.
invoke(MethodInvocation) - 类 中的方法org.springframework.remoting.caucho.HessianClientInterceptor
 
invoke(InputStream, OutputStream) - 类 中的方法org.springframework.remoting.caucho.HessianExporter
Perform an invocation on the exported object.
invoke(MethodInvocation) - 类 中的方法org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
 
invoke(MethodInvocation) - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
invoke(MethodInvocation) - 类 中的方法org.springframework.remoting.rmi.JndiRmiClientInterceptor
invoke(RemoteInvocation, Object) - 类 中的方法org.springframework.remoting.rmi.RmiBasedExporter
Redefined here to be visible to RmiInvocationWrapper.
invoke(MethodInvocation) - 类 中的方法org.springframework.remoting.rmi.RmiClientInterceptor
Fetches an RMI stub and delegates to doInvoke.
invoke(RemoteInvocation) - 接口 中的方法org.springframework.remoting.rmi.RmiInvocationHandler
Apply the given invocation to the target object.
invoke(RemoteInvocation, Object) - 类 中的方法org.springframework.remoting.support.DefaultRemoteInvocationExecutor
 
invoke(Object) - 类 中的方法org.springframework.remoting.support.RemoteInvocation
Perform this invocation on the given target object.
invoke(RemoteInvocation, Object) - 类 中的方法org.springframework.remoting.support.RemoteInvocationBasedExporter
Apply the given remote invocation to the given target object.
invoke(RemoteInvocation, Object) - 接口 中的方法org.springframework.remoting.support.RemoteInvocationExecutor
Perform this invocation on the given target object.
invoke(MethodInvocation) - 类 中的方法org.springframework.remoting.support.RemoteInvocationTraceInterceptor
 
invoke(MethodInvocation) - 类 中的方法org.springframework.transaction.interceptor.TransactionInterceptor
 
invoke() - 类 中的方法org.springframework.util.MethodInvoker
Invoke the specified method.
invoke(MethodInvocation) - 类 中的方法org.springframework.validation.beanvalidation.MethodValidationInterceptor
 
invokeAfterCommit(List<TransactionSynchronization>) - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationUtils
Actually invoke the afterCommit methods of the given Spring TransactionSynchronization objects.
invokeAfterCompletion(List<TransactionSynchronization>, int) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Actually invoke the afterCompletion methods of the given Spring TransactionSynchronization objects.
invokeAfterCompletion(List<TransactionSynchronization>, int) - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationUtils
Actually invoke the afterCompletion methods of the given Spring TransactionSynchronization objects.
invokeAndCreateResult(RemoteInvocation, Object) - 类 中的方法org.springframework.remoting.support.RemoteInvocationBasedExporter
Apply the given remote invocation to the given target object, wrapping the invocation result in a serializable RemoteInvocationResult object.
invokeAndHandle(ServletWebRequest, ModelAndViewContainer, Object...) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
Invoke the method and handle the return value through one of the configured HandlerMethodReturnValueHandlers.
invokeDelegate(Filter, ServletRequest, ServletResponse, FilterChain) - 类 中的方法org.springframework.web.filter.DelegatingFilterProxy
Actually invoke the delegate Filter with the given request and response.
invokeDeleteById(Object) - 接口 中的方法org.springframework.data.repository.support.RepositoryInvoker
Invokes the method equivalent to CrudRepository.deleteById(Object).
InvokedMethod() - 类 的构造器org.springframework.data.repository.core.support.MethodLookup.InvokedMethod
 
invokeErrorHandler(Throwable) - 类 中的方法org.springframework.data.redis.listener.RedisMessageListenerContainer
Invoke the registered ErrorHandler, if any.
invokeFindAll(Pageable) - 接口 中的方法org.springframework.data.repository.support.RepositoryInvoker
Invokes the find-all method of the underlying repository using the method taking a Pageable as parameter if available (i.e. the equivalent to PagingAndSortingRepository.findAll(Pageable)), using the method taking a Sort if available (i.e. the equivalent to PagingAndSortingRepository.findAll(Sort) by extracting the Sort contained in the given Pageable) or the plain equivalent to CrudRepository.findAll().
invokeFindAll(Sort) - 接口 中的方法org.springframework.data.repository.support.RepositoryInvoker
Invokes the find-all method of the underlying repository using the method taking a Sort as parameter if available (i.e. the equivalent to PagingAndSortingRepository.findAll(Sort)) or the plain equivalent to CrudRepository.findAll().
invokeFindById(Object) - 接口 中的方法org.springframework.data.repository.support.RepositoryInvoker
Invokes the method equivalent to CrudRepository.findById(Object).
invokeForRequest(NativeWebRequest, ModelAndViewContainer, Object...) - 类 中的方法org.springframework.web.method.support.InvocableHandlerMethod
Invoke the method after resolving its argument values in the context of the given request.
invokeGetterMethod(Object, String) - 类 中的静态方法org.springframework.test.util.ReflectionTestUtils
Invoke the getter method with the given name on the supplied target object with the supplied value.
invokeHandlerMethod(HttpServletRequest, HttpServletResponse, HandlerMethod) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Invoke the RequestMapping handler method preparing a ModelAndView if view resolution is required.
invokeInContext(MethodInvocation) - 类 中的方法org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Fetches an EJB home object and delegates to doInvoke.
invokeInContext(MethodInvocation) - 类 中的方法org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Perform the given invocation on the current EJB home, within the thread context being prepared accordingly.
invokeInContext(MethodInvocation) - 类 中的方法org.springframework.ejb.access.LocalSlsbInvokerInterceptor
This implementation "creates" a new EJB instance for each invocation.
invokeJdbcMethod(Method, Object) - 类 中的静态方法org.springframework.util.ReflectionUtils
Invoke the specified JDBC API Method against the supplied target object with no arguments.
invokeJdbcMethod(Method, Object, Object...) - 类 中的静态方法org.springframework.util.ReflectionUtils
Invoke the specified JDBC API Method against the supplied target object with the supplied arguments.
invokeListenerMethod(String, Object[]) - 类 中的方法org.springframework.data.redis.listener.adapter.MessageListenerAdapter
Invoke the specified listener method.
invokeMethod(Object, String, Object...) - 类 中的静态方法org.springframework.test.util.ReflectionTestUtils
Invoke the method with the given name on the supplied target object with the supplied arguments.
invokeMethod(Method, Object) - 类 中的静态方法org.springframework.util.ReflectionUtils
Invoke the specified Method against the supplied target object with no arguments.
invokeMethod(Method, Object, Object...) - 类 中的静态方法org.springframework.util.ReflectionUtils
Invoke the specified Method against the supplied target object with the supplied arguments.
invokeMethod(String, Object) - 类 中的方法org.springframework.web.context.support.GroovyWebApplicationContext
 
invokeQueryMethod(Method, MultiValueMap<String, ? extends Object>, Pageable, Sort) - 接口 中的方法org.springframework.data.repository.support.RepositoryInvoker
Invokes the query method backed by the given Method using the given parameters, Pageable and Sort.
invokeRemoteMethod(MethodInvocation, Object) - 类 中的静态方法org.springframework.remoting.rmi.RmiClientInterceptorUtils
Perform a raw method invocation on the given RMI stub, letting reflection exceptions through as-is.
invokeSave(T) - 接口 中的方法org.springframework.data.repository.support.RepositoryInvoker
Invokes the method equivalent to CrudRepository.save(Object) on the repository.
invokeSetterMethod(Object, String, Object) - 类 中的静态方法org.springframework.test.util.ReflectionTestUtils
Invoke the setter method with the given name on the supplied target object with the supplied value.
invokeSetterMethod(Object, String, Object, Class<?>) - 类 中的静态方法org.springframework.test.util.ReflectionTestUtils
Invoke the setter method with the given name on the supplied target object with the supplied value.
invokeValidator(Validator, Object, Errors) - 类 中的静态方法org.springframework.validation.ValidationUtils
Invoke the given Validator for the supplied object and Errors instance.
invokeValidator(Validator, Object, Errors, Object...) - 类 中的静态方法org.springframework.validation.ValidationUtils
Invoke the given Validator/SmartValidator for the supplied object and Errors instance.
invokeWithinTransaction(Method, Class<?>, TransactionAspectSupport.InvocationCallback) - 类 中的方法org.springframework.transaction.interceptor.TransactionAspectSupport
General delegate for around-advice-based subclasses, delegating to several other template methods on this class.
is(Version) - 类 中的方法org.springframework.data.util.Version
Returns whether the current Version is the same as the given one.
is(Matcher<Integer>) - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code with the given Hamcrest Matcher.
is(int) - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is equal to an integer value.
is(Event.ID) - 类 中的方法org.yaml.snakeyaml.events.AliasEvent
 
is(Event.ID) - 类 中的方法org.yaml.snakeyaml.events.DocumentEndEvent
 
is(Event.ID) - 类 中的方法org.yaml.snakeyaml.events.DocumentStartEvent
 
is(Event.ID) - 类 中的方法org.yaml.snakeyaml.events.Event
 
is(Event.ID) - 类 中的方法org.yaml.snakeyaml.events.MappingEndEvent
 
is(Event.ID) - 类 中的方法org.yaml.snakeyaml.events.MappingStartEvent
 
is(Event.ID) - 类 中的方法org.yaml.snakeyaml.events.ScalarEvent
 
is(Event.ID) - 类 中的方法org.yaml.snakeyaml.events.SequenceEndEvent
 
is(Event.ID) - 类 中的方法org.yaml.snakeyaml.events.SequenceStartEvent
 
is(Event.ID) - 类 中的方法org.yaml.snakeyaml.events.StreamEndEvent
 
is(Event.ID) - 类 中的方法org.yaml.snakeyaml.events.StreamStartEvent
 
is1xxInformational() - 枚举 中的方法org.springframework.http.HttpStatus
Whether this status code is in the HTTP series HttpStatus.Series.INFORMATIONAL.
is1xxInformational() - 类 中的方法org.springframework.test.web.reactive.server.StatusAssertions
Assert the response status code is in the 1xx range.
is1xxInformational() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is in the 1xx range.
is2xxSuccessful() - 枚举 中的方法org.springframework.http.HttpStatus
Whether this status code is in the HTTP series HttpStatus.Series.SUCCESSFUL.
is2xxSuccessful() - 类 中的方法org.springframework.test.web.reactive.server.StatusAssertions
Assert the response status code is in the 2xx range.
is2xxSuccessful() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is in the 2xx range.
is3xxRedirection() - 枚举 中的方法org.springframework.http.HttpStatus
Whether this status code is in the HTTP series HttpStatus.Series.REDIRECTION.
is3xxRedirection() - 类 中的方法org.springframework.test.web.reactive.server.StatusAssertions
Assert the response status code is in the 3xx range.
is3xxRedirection() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is in the 3xx range.
is4xxClientError() - 枚举 中的方法org.springframework.http.HttpStatus
Whether this status code is in the HTTP series HttpStatus.Series.CLIENT_ERROR.
is4xxClientError() - 类 中的方法org.springframework.test.web.reactive.server.StatusAssertions
Assert the response status code is in the 4xx range.
is4xxClientError() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is in the 4xx range.
is5xxServerError() - 枚举 中的方法org.springframework.http.HttpStatus
Whether this status code is in the HTTP series HttpStatus.Series.SERVER_ERROR.
is5xxServerError() - 类 中的方法org.springframework.test.web.reactive.server.StatusAssertions
Assert the response status code is in the 5xx range.
is5xxServerError() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is in the 5xx range.
isAccepted() - 类 中的方法org.springframework.test.web.reactive.server.StatusAssertions
Assert the response status code is HttpStatus.ACCEPTED (202).
isAccepted() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.ACCEPTED (202).
isAcceptGzipEncoding() - 类 中的方法org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Return whether to accept GZIP encoding, that is, whether to send the HTTP "Accept-Encoding" header with "gzip" as value.
isAcceptProxyClasses() - 类 中的方法org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Return whether to accept deserialization of proxy classes.
isAccessCallParameterMetaData() - 类 中的方法org.springframework.jdbc.core.metadata.CallMetaDataContext
Check whether call parameter meta-data should be accessed.
isAccessTableColumnMetaData() - 类 中的方法org.springframework.jdbc.core.metadata.TableMetaDataContext
Are we accessing table meta-data?
isActive(RedisNode) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
isActive(RedisNode) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
isActive() - 类 中的方法org.springframework.data.redis.listener.RedisMessageListenerContainer
Return whether this container is currently active, that is, whether it has been set up but not shut down yet.
isActive() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
Return whether this request is still active (that is, not completed yet).
isActive() - 类 中的静态方法org.springframework.test.context.transaction.TestTransaction
Determine whether a test-managed transaction is currently active.
isActualTransactionActive() - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationManager
Return whether there currently is an actual transaction active.
isAfterLast() - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
isAfterLast() - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve whether the cursor is after the last row of this row set.
isAlert(Throwable) - 类 中的静态方法reactor.util.concurrent.WaitStrategy
Test if exception is alert
isAlive() - 接口 中的方法org.springframework.data.redis.connection.Subscription
Indicates whether this subscription is still 'alive' or not.
isAlive() - 类 中的方法org.springframework.data.redis.connection.util.AbstractSubscription
 
isAllowDuplicateKeys() - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
 
isAllowDuplicateKeys() - 类 中的方法org.yaml.snakeyaml.LoaderOptions
 
isAllowed(String) - 类 中的方法org.springframework.validation.DataBinder
Return if the given field is allowed for binding.
isAllowReadOnlyProperties() - 类 中的方法org.yaml.snakeyaml.DumperOptions
Report whether read-only JavaBean properties (the ones without setters) should be included in the YAML document
isAllowReadOnlyProperties() - 类 中的方法org.yaml.snakeyaml.introspector.PropertyUtils
 
isAllowUnicode() - 类 中的方法org.yaml.snakeyaml.DumperOptions
 
isAlphabetic() - 类 中的方法org.springframework.data.redis.connection.DefaultSortParameters
 
isAlphabetic() - 接口 中的方法org.springframework.data.redis.connection.SortParameters
Indicates if the sorting is numeric (default) or alphabetical (lexicographical).
isAlphabetic() - 接口 中的方法org.springframework.data.redis.core.query.SortQuery
Indicates if the sorting is numeric (default) or alphabetical (lexicographical).
isAlreadyReported() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.ALREADY_REPORTED (208).
isAlternative() - 类 中的方法org.springframework.data.redis.repository.cdi.CdiBean
 
isAlternative() - 类 中的方法org.springframework.data.repository.cdi.CdiRepositoryBean
 
isAlwaysMustRevalidate() - 类 中的方法org.springframework.web.servlet.support.WebContentGenerator
已过时。
isAnyPresent(Optional<?>...) - 接口 中的静态方法org.springframework.data.util.Optionals
Returns whether any of the given Optionals is present.
isApplicableToBeanType(Class<?>) - 类 中的方法org.springframework.web.method.ControllerAdviceBean
Check whether the given bean type should be assisted by this @ControllerAdvice instance.
isArray() - 类 中的方法org.springframework.test.web.client.match.JsonPathRequestMatchers
Evaluate the JSON path expression against the request content and assert that the result is an array.
isArray() - 类 中的方法org.springframework.test.web.reactive.server.JsonPathAssertions
isArray() - 类 中的方法org.springframework.test.web.servlet.result.JsonPathResultMatchers
Evaluate the JSON path expression against the response content and assert that the result is an array.
isArray(Object) - 类 中的静态方法org.springframework.util.ObjectUtils
Determine whether the given object is an array: either an Object array or a primitive array.
isAscending() - 类 中的方法org.springframework.util.comparator.InvertibleComparator
已过时。
Return the sort order: ascending (true) or descending (false).
isAssignable(Class<?>, Class<?>, String) - 类 中的静态方法org.springframework.util.Assert
Assert that superType.isAssignableFrom(subType) is true.
isAssignable(Class<?>, Class<?>, Supplier<String>) - 类 中的静态方法org.springframework.util.Assert
Assert that superType.isAssignableFrom(subType) is true.
isAssignable(Class<?>, Class<?>) - 类 中的静态方法org.springframework.util.Assert
Assert that superType.isAssignableFrom(subType) is true.
isAssignable(Class<?>, Class<?>) - 类 中的静态方法org.springframework.util.ClassUtils
Check if the right-hand side type may be assigned to the left-hand side type, assuming setting by reflection.
isAssignable(Type, Type) - 类 中的静态方法org.springframework.util.TypeUtils
Check if the right-hand side type may be assigned to the left-hand side type following the Java generics rules.
isAssignableBound(Type, Type) - 类 中的静态方法org.springframework.util.TypeUtils
 
isAssignableFrom(TypeInformation<?>) - 类 中的方法org.springframework.data.util.ClassTypeInformation
 
isAssignableFrom(TypeInformation<?>) - 接口 中的方法org.springframework.data.util.TypeInformation
Returns if the current TypeInformation can be safely assigned to the given one.
isAssignableValue(Class<?>, Object) - 类 中的静态方法org.springframework.util.ClassUtils
Determine if the given type is assignable from the given value, assuming setting by reflection.
isAsync(RedisConnectionFactory) - 类 中的静态方法org.springframework.data.redis.connection.ConnectionUtils
 
isAsyncComplete() - 接口 中的方法org.springframework.web.context.request.async.AsyncWebRequest
Whether asynchronous processing has completed.
isAsyncComplete() - 类 中的方法org.springframework.web.context.request.async.StandardServletAsyncWebRequest
Whether async request processing has completed.
isAsyncDispatch(HttpServletRequest) - 类 中的方法org.springframework.web.filter.OncePerRequestFilter
The dispatcher type javax.servlet.DispatcherType.ASYNC introduced in Servlet 3.0 means a filter can be invoked in more than one thread over the course of a single request.
isAsyncReturnValue(Object, MethodParameter) - 接口 中的方法org.springframework.web.method.support.AsyncHandlerMethodReturnValueHandler
Whether the given return value represents asynchronous computation.
isAsyncStarted() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
isAsyncStarted() - 接口 中的方法org.springframework.web.context.request.async.AsyncWebRequest
Whether the request is in async mode following a call to AsyncWebRequest.startAsync().
isAsyncStarted() - 类 中的方法org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
isAsyncStarted(HttpServletRequest) - 类 中的方法org.springframework.web.filter.OncePerRequestFilter
Whether request processing is in asynchronous mode meaning that the response will not be committed after the current thread is exited.
isAsyncSupported() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
isAsyncSupported() - 类 中的方法org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
A single place to control the asyncSupported flag for the DispatcherServlet and all filters added via AbstractDispatcherServletInitializer.getServletFilters().
isAutodetect() - 类 中的方法org.springframework.web.servlet.resource.ResourceUrlProvider
Return false if resource mappings were manually configured, true otherwise.
isAutoGrowCollections() - 类 中的方法org.springframework.expression.spel.SpelParserConfiguration
Return true if collections should be automatically grown.
isAutoGrowNestedPaths() - 类 中的方法org.springframework.validation.DataBinder
Return whether "auto-growing" of nested paths has been activated.
isAutoGrowNestedPaths() - 类 中的方法org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Return whether a binder should attempt to "auto-grow" a nested path that contains a null value.
isAutoGrowNullReferences() - 类 中的方法org.springframework.expression.spel.SpelParserConfiguration
Return true if null references should be automatically grown.
isAutoStartup() - 类 中的方法org.springframework.data.redis.listener.RedisMessageListenerContainer
 
isAutoStartup() - 类 中的方法org.springframework.jca.endpoint.GenericMessageEndpointManager
Return the value for the 'autoStartup' property.
isAutoStartup() - 类 中的方法org.springframework.scheduling.quartz.SchedulerFactoryBean
Return whether this scheduler is configured for auto-startup.
isAvailable() - 类 中的静态方法org.springframework.data.repository.util.ReactiveWrappers
Returns true if reactive support is available.
isAvailable(ReactiveWrappers.ReactiveLibrary) - 类 中的静态方法org.springframework.data.repository.util.ReactiveWrappers
Returns true if the ReactiveLibrary is available.
isAvailable() - 类 中的方法org.springframework.web.multipart.commons.CommonsMultipartFile
Determine whether the multipart content is still available.
isBadGateway() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.BAD_GATEWAY (502).
isBadRequest() - 类 中的方法org.springframework.test.web.reactive.server.StatusAssertions
Assert the response status code is HttpStatus.BAD_REQUEST (400).
isBadRequest() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.BAD_REQUEST (400).
isBandwidthLimitExceeded() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.BANDWIDTH_LIMIT_EXCEEDED (509).
isBaseClassMethod(Method) - 接口 中的方法org.springframework.data.repository.core.RepositoryInformation
Returns whether the given method is logically a base class method.
isBatchExhausted(int) - 接口 中的方法org.springframework.jdbc.core.InterruptibleBatchPreparedStatementSetter
Return whether the batch is complete, that is, whether there were no additional values added during the last setValues call.
isBatchExhausted(int) - 类 中的方法org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
This implementation return this instance's current exhaustion flag.
isBeanDefinitionLazyInit(ListableBeanFactory, String) - 类 中的方法org.springframework.jmx.export.MBeanExporter
Return whether the specified bean definition should be considered as lazy-init.
isBeforeFirst() - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
isBeforeFirst() - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve whether the cursor is before the first row of this row set.
isBindable() - 类 中的方法org.springframework.data.repository.query.Parameter
Returns whether the Parameter is to be bound to a query.
isBindable(Class<?>) - 类 中的静态方法org.springframework.data.repository.query.Parameters
Returns whether the given type is a bindable parameter.
isBindEmptyMultipartFiles() - 类 中的方法org.springframework.web.bind.WebDataBinder
Return whether to bind empty MultipartFile parameters.
isBinderMethodApplicable(HandlerMethod, WebDataBinder) - 类 中的方法org.springframework.web.method.annotation.InitBinderDataBinderFactory
Whether the given @InitBinder method should be used to initialize the given WebDataBinder instance.
isBindExceptionRequired(WebDataBinder, MethodParameter) - 类 中的方法org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Whether to raise a fatal bind exception on validation errors.
isBindExceptionRequired(MethodParameter) - 类 中的方法org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Whether to raise a fatal bind exception on validation errors.
isBindExceptionRequired(WebDataBinder, MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
Whether to raise a fatal bind exception on validation errors.
isBindingDisabled(String) - 类 中的方法org.springframework.web.method.support.ModelAndViewContainer
Whether binding is disabled for the given model attribute.
isBindingFailure() - 类 中的方法org.springframework.validation.FieldError
Return whether this error represents a binding failure (like a type mismatch); otherwise it is a validation failure.
isBoolean() - 类 中的方法org.springframework.test.web.client.match.JsonPathRequestMatchers
Evaluate the JSON path expression against the request content and assert that the result is a Boolean.
isBoolean() - 类 中的方法org.springframework.test.web.reactive.server.JsonPathAssertions
isBoolean() - 类 中的方法org.springframework.test.web.servlet.result.JsonPathResultMatchers
Evaluate the JSON path expression against the response content and assert that the result is a Boolean.
isBooleanCompatible(String) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
 
isBubbling(Throwable) - 类 中的静态方法reactor.core.Exceptions
Check if the given exception is a bubbled wrapped exception.
isCache() - 类 中的方法org.springframework.web.servlet.view.AbstractCachingViewResolver
Return if caching is enabled.
isCacheSafe(Class<?>, ClassLoader) - 类 中的静态方法org.springframework.util.ClassUtils
Check whether the given class is cache-safe in the given context, i.e. whether it is loaded by the given ClassLoader or a parent of it.
isCacheUnresolved() - 类 中的方法org.springframework.web.servlet.view.AbstractCachingViewResolver
Return if caching of unresolved views is enabled.
isCancel(Throwable) - 类 中的静态方法reactor.core.Exceptions
Check if the given error is a cancel signal.
isCancelled() - 类 中的方法org.springframework.scheduling.annotation.AsyncResult
 
isCancelled() - 类 中的方法org.springframework.util.concurrent.CompletableToListenableFutureAdapter
 
isCancelled() - 类 中的方法org.springframework.util.concurrent.FutureAdapter
 
isCancelled() - 类 中的方法org.springframework.util.concurrent.SettableListenableFuture
 
isCancelled() - 类 中的方法reactor.core.publisher.EmitterProcessor
 
isCancelled() - 接口 中的方法reactor.core.publisher.FluxSink
Returns true if the downstream cancelled the sequence.
isCancelled() - 类 中的方法reactor.core.publisher.MonoProcessor
Indicates whether this MonoProcessor has been interrupted via cancellation.
isCancelled() - 类 中的方法reactor.core.publisher.Operators.DeferredSubscription
 
isCancelled() - 类 中的方法reactor.core.publisher.Operators.MonoSubscriber
Returns true if this Subscription has been cancelled.
isCandidateForInvocation(Method, Class<?>) - 类 中的方法org.springframework.expression.spel.support.DataBindingMethodResolver
 
isCandidateForInvocation(Method, Class<?>) - 类 中的方法org.springframework.expression.spel.support.ReflectiveMethodResolver
Determine whether the given Method is a candidate for method resolution on an instance of the given target class.
isCandidateForProperty(Method, Class<?>) - 类 中的方法org.springframework.expression.spel.support.DataBindingPropertyAccessor
 
isCandidateForProperty(Method, Class<?>) - 类 中的方法org.springframework.expression.spel.support.ReflectivePropertyAccessor
Determine whether the given Method is a candidate for property access on an instance of the given target class.
isCanonical() - 类 中的方法org.yaml.snakeyaml.DumperOptions
 
isCaseSensitive(int) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
isCaseSensitive(int) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Indicate whether the case of the designated column is significant.
isCaseSensitive() - 类 中的方法org.springframework.web.util.pattern.PathPatternParser
Whether case-sensitive pattern matching is enabled.
isCglibProxy(Object) - 类 中的静态方法org.springframework.util.ClassUtils
Check whether the given object is a CGLIB proxy.
isCglibProxyClass(Class<?>) - 类 中的静态方法org.springframework.util.ClassUtils
Check whether the specified class is a CGLIB-generated class.
isCglibProxyClassName(String) - 类 中的静态方法org.springframework.util.ClassUtils
Check whether the specified class name is a CGLIB-generated class.
isCglibRenamedMethod(Method) - 类 中的静态方法org.springframework.util.ReflectionUtils
Determine whether the given method is a CGLIB 'renamed' method, following the pattern "CGLIB$methodName$0".
isCharset() - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
Return whether the character encoding has been set.
isCheckedException(Throwable) - 类 中的静态方法org.springframework.util.ObjectUtils
Return whether the given throwable is a checked exception: that is, neither a RuntimeException nor an Error.
isCheckFullyPopulated() - 类 中的方法org.springframework.jdbc.core.BeanPropertyRowMapper
Return whether we're strictly validating that all bean properties have been mapped from corresponding database fields.
isCheckpoint() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.CHECKPOINT (103).
isClosed() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
isClosed() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
isClosed() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
isClosed() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
isClosed() - 接口 中的方法org.springframework.data.redis.connection.RedisConnection
Indicates whether the underlying connection is closed or not.
isClosed() - 类 中的方法org.springframework.data.redis.core.ConvertingCursor
 
isClosed() - 接口 中的方法org.springframework.data.redis.core.Cursor
 
isClosed() - 类 中的方法org.springframework.data.redis.core.ScanCursor
 
isClusterAware() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
 
isCollectionLike() - 接口 中的方法org.springframework.data.util.TypeInformation
Returns whether the type can be considered a collection, which means it's a container of elements, e.g. a Collection and Array or anything implementing Iterable.
isCollectionQuery() - 类 中的方法org.springframework.data.repository.query.QueryMethod
Returns whether the finder will actually return a collection of entities or a single one.
isCommitted() - 类 中的方法org.springframework.http.client.reactive.AbstractClientHttpRequest
 
isCommitted() - 类 中的方法org.springframework.http.client.reactive.ClientHttpRequestDecorator
 
isCommitted() - 接口 中的方法org.springframework.http.ReactiveHttpOutputMessage
Whether the HttpOutputMessage is committed.
isCommitted() - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpResponse
 
isCommitted() - 类 中的方法org.springframework.http.server.reactive.ServerHttpResponseDecorator
 
isCommitted() - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
isCompatible(Class<?>) - 类 中的方法org.yaml.snakeyaml.nodes.Tag
Java has more then 1 class compatible with a language-independent tag (!!
isCompatibleWith(MediaType) - 类 中的方法org.springframework.http.MediaType
Indicate whether this MediaType is compatible with the given media type.
isCompatibleWith(MimeType) - 类 中的方法org.springframework.util.MimeType
Indicate whether this MIME Type is compatible with the given MIME Type.
isCompatibleWithThrowsClause(Throwable, Class<?>...) - 类 中的静态方法org.springframework.util.ObjectUtils
Check whether the given exception is compatible with the specified exception types, as declared in a throws clause.
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.BooleanLiteral
 
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.CompoundExpression
 
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.ConstructorReference
 
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.Elvis
 
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.FloatLiteral
 
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.FunctionReference
 
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.Indexer
 
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.InlineList
 
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.IntLiteral
 
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.LongLiteral
 
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.MethodReference
A method reference is compilable if it has been resolved to a reflectively accessible method and the child nodes (arguments to the method) are also compilable.
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.NullLiteral
 
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.OpAnd
 
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.OpDivide
 
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.OpEQ
 
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.OperatorInstanceof
 
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.OperatorNot
 
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.OpGE
 
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.OpGT
 
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.OpLE
 
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.OpLT
 
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.OpMinus
 
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.OpModulus
 
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.OpMultiply
 
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.OpNE
 
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.OpOr
 
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.OpPlus
 
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.PropertyOrFieldReference
 
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.RealLiteral
 
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.SpelNodeImpl
Check whether a node can be compiled to bytecode.
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.StringLiteral
 
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.Ternary
 
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.TypeReference
 
isCompilable() - 类 中的方法org.springframework.expression.spel.ast.VariableReference
 
isCompilable() - 接口 中的方法org.springframework.expression.spel.CompilablePropertyAccessor
Return true if this property accessor is currently suitable for compilation.
isCompilable() - 类 中的方法org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
 
isCompilableOperatorUsingNumerics() - 类 中的方法org.springframework.expression.spel.ast.Operator
 
isCompiled() - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
Is this operation "compiled"?
isCompiled() - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcInsert
Is this operation "compiled"?
isCompiled() - 类 中的方法org.springframework.jdbc.object.RdbmsOperation
Is this operation "compiled"?
isComplete() - 接口 中的方法org.springframework.web.bind.support.SessionStatus
Return whether the current handler's session processing has been marked as complete.
isComplete() - 类 中的方法org.springframework.web.bind.support.SimpleSessionStatus
 
isComplete(Object) - 接口 中的静态方法reactor.core.publisher.Signal
Check if an arbitrary Object represents a COMPLETE Signal.
isCompleted() - 接口 中的方法org.springframework.http.server.ServerHttpAsyncRequestControl
Return whether asynchronous request processing has been completed.
isCompleted() - 类 中的方法org.springframework.http.server.ServletServerHttpAsyncRequestControl
 
isCompleted() - 类 中的方法org.springframework.transaction.support.AbstractTransactionStatus
 
isCompleted() - 接口 中的方法org.springframework.transaction.TransactionStatus
Return whether this transaction is completed, that is, whether it has already been committed or rolled back.
isConcrete() - 类 中的方法org.springframework.util.MimeType
Indicates whether this MIME Type is concrete, i.e. whether neither the type nor the subtype is a wildcard character *.
isConcurrentHandlingStarted() - 类 中的方法org.springframework.web.context.request.async.WebAsyncManager
Whether the selected handler for the current request chose to handle the request asynchronously.
isConflict() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.CONFLICT (409).
isConnected() - 类 中的方法org.springframework.data.redis.connection.RedisClusterNode
 
isConnectFailure(RemoteException) - 类 中的方法org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Determine whether the given RMI exception indicates a connect failure.
isConnectFailure(RemoteException) - 类 中的方法org.springframework.remoting.rmi.JndiRmiClientInterceptor
Determine whether the given RMI exception indicates a connect failure.
isConnectFailure(RemoteException) - 类 中的方法org.springframework.remoting.rmi.RmiClientInterceptor
Determine whether the given RMI exception indicates a connect failure.
isConnectFailure(RemoteException) - 类 中的静态方法org.springframework.remoting.rmi.RmiClientInterceptorUtils
Determine whether the given RMI exception indicates a connect failure.
isConnectionTransactional(RedisConnection, RedisConnectionFactory) - 类 中的静态方法org.springframework.data.redis.core.RedisConnectionUtils
Return whether the given Redis connection is transactional, that is, bound to the current thread by Spring's transaction facilities.
isConnectionTransactional(Connection, ConnectionFactory) - 类 中的静态方法org.springframework.jca.cci.connection.ConnectionFactoryUtils
Determine whether the given JCA CCI Connection is transactional, that is, bound to the current thread by Spring's transaction facilities.
isConnectionTransactional(Connection, DataSource) - 类 中的静态方法org.springframework.jdbc.datasource.DataSourceUtils
Determine whether the given JDBC Connection is transactional, that is, bound to the current thread by Spring's transaction facilities.
isConstant() - 类 中的方法org.springframework.expression.spel.ast.InlineList
Return whether this list is a constant value.
isConstant() - 类 中的方法org.springframework.expression.spel.ast.InlineMap
Return whether this list is a constant value.
isContextRequired() - 类 中的方法org.springframework.web.context.support.WebApplicationObjectSupport
Overrides the base class behavior to enforce running in an ApplicationContext.
isContextRequired() - 类 中的方法org.springframework.web.servlet.view.InternalResourceView
An ApplicationContext is not strictly required for InternalResourceView.
isContextRequired() - 类 中的方法org.springframework.web.servlet.view.RedirectView
An ApplicationContext is not strictly required for RedirectView.
isContextSupported(Class<? extends WorkContext>) - 类 中的方法org.springframework.jca.support.SimpleBootstrapContext
 
isContinue() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.CONTINUE (100).
isCookieHttpOnly() - 类 中的方法org.springframework.web.util.CookieGenerator
Return whether the cookie is supposed to be marked with the "HttpOnly" attribute.
isCookieSecure() - 类 中的方法org.springframework.web.util.CookieGenerator
Return whether the cookie should only be sent using a secure protocol, such as HTTPS (SSL).
isCorsRequest(HttpServletRequest) - 类 中的静态方法org.springframework.web.cors.CorsUtils
Returns true if the request is a valid CORS one.
isCorsRequest(ServerHttpRequest) - 类 中的静态方法org.springframework.web.cors.reactive.CorsUtils
Returns true if the request is a valid CORS one.
isCountProjection() - 类 中的方法org.springframework.data.repository.query.parser.PartTree
Returns whether a count projection shall be applied.
isCreated() - 类 中的方法org.springframework.test.web.reactive.server.StatusAssertions
Assert the response status code is HttpStatus.CREATED (201).
isCreated() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.CREATED (201).
isCurrency(int) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
isCurrency(int) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Indicate whether the designated column contains a currency value.
isCurrentTransactionReadOnly() - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationManager
Return whether the current transaction is marked as read-only.
isCustomMethod(Method) - 接口 中的方法org.springframework.data.repository.core.RepositoryInformation
Returns whether the given method is a custom repository method.
isDaemon() - 类 中的方法org.springframework.scheduling.commonj.DelegatingWork
This implementation delegates to SchedulingAwareRunnable.isLongLived(), if available.
isDaemon() - 类 中的方法org.springframework.util.CustomizableThreadCreator
Return whether this factory should create daemon threads.
isDataEmpty(T) - 类 中的方法org.springframework.http.server.reactive.AbstractListenerWriteProcessor
Whether the given data item has any content to write.
isDebug() - 类 中的方法org.springframework.transaction.support.DefaultTransactionStatus
Return whether the progress of this transaction is debugged.
isDebugEnabled() - 接口 中的方法reactor.util.Logger
Is the logger instance enabled for the DEBUG level?
isDefaultHtmlEscape() - 类 中的方法org.springframework.web.servlet.support.RequestContext
Is default HTML escaping active?
isDefaultHtmlEscape() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractFormTag
Overridden to default to true in case of no explicit default given.
isDefaultHtmlEscape() - 类 中的方法org.springframework.web.servlet.tags.HtmlEscapingAwareTag
Return the applicable default HTML escape setting for this tag.
isDefaultJndiEnvironmentAvailable() - 类 中的静态方法org.springframework.jndi.JndiLocatorDelegate
Check whether a default JNDI environment, as in a Java EE environment, is available on this JVM.
isDefaultRevisionEntity() - 接口 中的方法org.springframework.data.repository.history.support.RevisionEntityInformation
 
isDefaultRollback(TestContext) - 类 中的方法org.springframework.test.context.transaction.TransactionalTestExecutionListener
Determine whether or not to rollback transactions by default for the supplied test context.
isDelete() - 类 中的方法org.springframework.data.repository.query.parser.PartTree
return true if the created PartTree is meant to be used for delete operation.
isDeleteSpecificValues() - 类 中的方法org.springframework.jdbc.support.incrementer.AbstractIdentityColumnMaxValueIncrementer
Return whether to delete the entire range below the current maximum key value (false - the default), or the specifically generated values (true).
isDeliveryTransacted(Method) - 类 中的方法org.springframework.jca.endpoint.AbstractMessageEndpointFactory
This implementation returns true if a transaction manager has been specified; false otherwise.
isDestinationLocked() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
已过时。
matching the deprecation of HttpStatus.DESTINATION_LOCKED
isDirectFieldAccess() - 类 中的方法org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Return whether to use direct field access instead of bean property access.
isDisabled() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Get the value of the 'disabled' attribute.
isDisabled() - 类 中的方法org.springframework.web.servlet.tags.form.ButtonTag
Get the value of the 'disabled' attribute.
isDisabled() - 类 中的方法org.springframework.web.servlet.tags.form.HiddenInputTag
Get the value of the 'disabled' attribute.
isDisabled() - 类 中的方法org.springframework.web.servlet.tags.form.OptionsTag
Get the value of the 'disabled' attribute.
isDisabled() - 类 中的方法org.springframework.web.servlet.tags.form.OptionTag
Get the value of the 'disabled' attribute.
isDisposed() - 接口 中的方法reactor.core.Disposable.Composite
Indicates if the container has already been disposed.
isDisposed() - 接口 中的方法reactor.core.Disposable
Optionally return true when the resource or task is disposed.
isDisposed() - 类 中的方法reactor.core.publisher.BaseSubscriber
 
isDisposed() - 类 中的方法reactor.core.publisher.MonoProcessor
 
isDisposed() - 类 中的方法reactor.core.publisher.UnicastProcessor
 
isDistinct() - 类 中的方法org.springframework.data.repository.query.parser.PartTree
Returns whether we indicate distinct lookup of entities.
isDone() - 类 中的方法org.springframework.scheduling.annotation.AsyncResult
 
isDone() - 类 中的方法org.springframework.util.concurrent.CompletableToListenableFutureAdapter
 
isDone() - 类 中的方法org.springframework.util.concurrent.FutureAdapter
 
isDone() - 类 中的方法org.springframework.util.concurrent.SettableListenableFuture
 
isDynamicProjectionParameter() - 类 中的方法org.springframework.data.repository.query.Parameter
Returns whether the current Parameter is the one used for dynamic projections.
isEligibleAttribute(String) - 类 中的方法org.springframework.web.servlet.config.GroovyMarkupConfigurerBeanDefinitionParser
 
isEligibleAttribute(String) - 类 中的方法org.springframework.web.servlet.config.ScriptTemplateConfigurerBeanDefinitionParser
 
isEligibleForEtag(HttpServletRequest, HttpServletResponse, int, InputStream) - 类 中的方法org.springframework.web.filter.ShallowEtagHeaderFilter
Indicates whether the given request and response are eligible for ETag generation.
isEligibleForMarshalling(String, Object) - 类 中的方法org.springframework.web.servlet.view.xml.MarshallingView
Check whether the given value from the current view's model is eligible for marshalling through the configured Marshaller.
isEligibleForPropertyPopulation(Object) - 类 中的方法org.springframework.scheduling.quartz.SpringBeanJobFactory
Return whether the given job object is eligible for having its bean properties populated.
isEligibleForShadowing(String) - 类 中的方法org.springframework.instrument.classloading.ShadowingClassLoader
Determine whether the specified class is eligible for shadowing by this class loader.
isEligibleProperty(String, Object) - 类 中的方法org.springframework.web.servlet.view.RedirectView
Determine whether the given model element should be exposed as a query property.
isEligibleValue(Object) - 类 中的方法org.springframework.web.servlet.view.RedirectView
Determine whether the given model element value is eligible for exposure.
isEmpty() - 类 中的方法org.springframework.data.redis.connection.util.ByteArraySet
 
isEmpty() - 类 中的方法org.springframework.data.redis.core.convert.Bucket
 
isEmpty() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisMap
 
isEmpty() - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
isEmpty() - 类 中的方法org.springframework.data.repository.core.support.RepositoryComposition
Return true if this RepositoryComposition contains no fragments.
isEmpty() - 类 中的方法org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragments
Return true if this RepositoryComposition.RepositoryFragments contains no fragments.
isEmpty() - 类 中的方法org.springframework.http.HttpHeaders
 
isEmpty() - 类 中的方法org.springframework.mock.web.MockMultipartFile
 
isEmpty() - 类 中的方法org.springframework.test.web.client.match.JsonPathRequestMatchers
Evaluate the JSON path expression against the request content and assert that an empty value exists at the given path.
isEmpty() - 类 中的方法org.springframework.test.web.reactive.server.JsonPathAssertions
isEmpty() - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.BodyContentSpec
Assert the response body is empty and return the exchange result.
isEmpty() - 类 中的方法org.springframework.test.web.servlet.result.JsonPathResultMatchers
Evaluate the JSON path expression against the response content and assert that an empty value exists at the given path.
isEmpty() - 类 中的方法org.springframework.util.AutoPopulatingList
 
isEmpty(Collection<?>) - 类 中的静态方法org.springframework.util.CollectionUtils
Return true if the supplied Collection is null or empty.
isEmpty(Map<?, ?>) - 类 中的静态方法org.springframework.util.CollectionUtils
Return true if the supplied Map is null or empty.
isEmpty() - 类 中的方法org.springframework.util.LinkedCaseInsensitiveMap
 
isEmpty() - 类 中的方法org.springframework.util.LinkedMultiValueMap
 
isEmpty(Object[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Determine whether the given array is empty: i.e.
isEmpty(Object) - 类 中的静态方法org.springframework.util.ObjectUtils
Determine whether the given object is empty.
isEmpty(Object) - 类 中的静态方法org.springframework.util.StringUtils
Check whether the given String is empty.
isEmpty() - 类 中的方法org.springframework.web.multipart.commons.CommonsMultipartFile
 
isEmpty() - 接口 中的方法org.springframework.web.multipart.MultipartFile
Return whether the uploaded file is empty, that is, either no file has been chosen in the multipart form or the chosen file has no content.
isEmpty() - 类 中的方法org.springframework.web.servlet.ModelAndView
Return whether this ModelAndView object is empty, i.e. whether it does not hold any view and does not contain a model.
isEmpty() - 类 中的方法org.springframework.web.servlet.mvc.condition.AbstractRequestCondition
Indicates whether this condition is empty, i.e. whether or not it contains any discrete items.
isEmpty() - 类 中的方法org.springframework.web.servlet.mvc.condition.CompositeRequestCondition
Whether this instance contains 0 conditions or not.
isEmpty() - 类 中的方法org.springframework.web.servlet.mvc.condition.ConsumesRequestCondition
Whether the condition has any media type expressions.
isEmpty() - 类 中的方法org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
Whether the condition has any media type expressions.
isEmpty() - 类 中的方法org.yaml.snakeyaml.util.ArrayStack
 
isEmpty() - 类 中的方法reactor.core.publisher.Operators.MonoSubscriber
 
isEmpty() - 类 中的方法reactor.core.publisher.UnicastProcessor
 
isEmpty() - 接口 中的方法reactor.util.context.Context
Return true if the Context is empty.
isEnableDefaultSerializer() - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
isEnforceReadOnly() - 类 中的方法org.springframework.jdbc.datasource.DataSourceTransactionManager
Return whether to enforce the read-only nature of a transaction through an explicit statement on the transactional connection.
isEqualsMethod(Method) - 类 中的静态方法org.springframework.util.ReflectionUtils
Determine whether the given method is an "equals" method.
isEqualTo(Object) - 类 中的方法org.springframework.test.web.reactive.server.JsonPathAssertions
isEqualTo(HttpStatus) - 类 中的方法org.springframework.test.web.reactive.server.StatusAssertions
Assert the response status as an HttpStatus.
isEqualTo(int) - 类 中的方法org.springframework.test.web.reactive.server.StatusAssertions
Assert the response status as an integer.
isEqualTo(B) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.BodySpec
Assert the extracted body is equal to the given value.
isError() - 枚举 中的方法org.springframework.http.HttpStatus
Whether this status code is in the HTTP series HttpStatus.Series.CLIENT_ERROR or HttpStatus.Series.SERVER_ERROR.
isError() - 类 中的方法org.springframework.web.servlet.support.BindStatus
Return if this status represents a field or object error.
isError() - 类 中的方法reactor.core.publisher.MonoProcessor
Indicates whether this MonoProcessor has been completed with an error.
isError(Object) - 接口 中的静态方法reactor.core.publisher.Signal
Check if a arbitrary Object represents an ERROR Signal.
isErrorCallbackNotImplemented(Throwable) - 类 中的静态方法reactor.core.Exceptions
Check if the given error is a callback not implemented exception, in which case its cause will be the propagated error that couldn't be processed.
isErrorEnabled() - 接口 中的方法reactor.util.Logger
Is the logger instance enabled for the ERROR level?
isExecuted() - 类 中的方法org.springframework.mock.http.client.MockClientHttpRequest
 
isExistingTransaction(Object) - 类 中的方法org.springframework.jca.cci.connection.CciLocalTransactionManager
 
isExistingTransaction(Object) - 类 中的方法org.springframework.jdbc.datasource.DataSourceTransactionManager
 
isExistingTransaction(Object) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
 
isExistingTransaction(Object) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Check if the given transaction object indicates an existing transaction (that is, a transaction which has already started).
isExistsProjection() - 类 中的方法org.springframework.data.repository.query.parser.PartTree
Returns whether an exists projection shall be applied.
isExpectationFailed() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.EXPECTATION_FAILED (417).
isExpired() - 接口 中的方法org.springframework.web.server.WebSession
Return true if the session expired after maxIdleTime elapsed.
isExpired() - 类 中的方法org.springframework.web.servlet.FlashMap
Return whether this instance has expired depending on the amount of elapsed time since the call to FlashMap.startExpirationPeriod(int).
isExplicitEnd() - 类 中的方法org.yaml.snakeyaml.DumperOptions
 
isExplicitlyNamed() - 类 中的方法org.springframework.data.repository.query.Parameter
Returns whether the parameter is named explicitly, i.e. annotated with Param.
isExplicitNullable(MethodParameter) - 类 中的静态方法org.springframework.data.util.NullableUtils
Determine whether a MethodParameter is explicitly annotated to be considered nullable.
isExplicitPropertyUtils() - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
 
isExplicitPropertyUtils() - 类 中的方法org.yaml.snakeyaml.representer.BaseRepresenter
 
isExplicitStart() - 类 中的方法org.yaml.snakeyaml.DumperOptions
 
isExposeClassDescriptor() - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Return whether to expose the JMX descriptor field "class" for managed operations.
isExposeConnection() - 类 中的方法org.springframework.data.redis.core.RedisTemplate
Returns whether to expose the native Redis connection to RedisCallback code, or rather a connection proxy (the default).
isExposePathVariables() - 类 中的方法org.springframework.web.servlet.view.AbstractView
Return whether to add path variables to the model or not.
isFailEarlyOnGlobalRollbackOnly() - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Return whether to fail early in case of the transaction being globally marked as rollback-only.
isFailedDependency() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.FAILED_DEPENDENCY (424).
isFallbackPageable(Pageable) - 类 中的方法org.springframework.data.web.PageableHandlerMethodArgumentResolver
Returns whether the given Pageable is the fallback one.
isFile() - 类 中的方法org.springframework.web.context.support.ServletContextResource
 
isFileURL(URL) - 类 中的静态方法org.springframework.util.ResourceUtils
Determine whether the given URL points to a resource in the file system, i.e. has protocol "file", "vfsfile" or "vfs".
isFinished() - 类 中的方法org.springframework.mock.web.DelegatingServletInputStream
 
isFirst() - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
isFirst() - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve whether the cursor is on the first row of this row set.
isFixedRate() - 类 中的方法org.springframework.scheduling.commonj.ScheduledTimerListener
Return whether to schedule as fixed-rate execution.
isFixedRate() - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorTask
Return whether to schedule as fixed-rate execution.
isFixedRate() - 类 中的方法org.springframework.scheduling.support.PeriodicTrigger
Return whether this trigger uses fixed rate (true) or fixed delay (false) behavior.
isFlaggedForRollback() - 类 中的静态方法org.springframework.test.context.transaction.TestTransaction
Determine whether the current test-managed transaction has been flagged for rollback or flagged for commit.
isFlashMapForRequest(FlashMap, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.support.AbstractFlashMapManager
Whether the given FlashMap matches the current request.
isFlushPending() - 类 中的方法org.springframework.http.server.reactive.AbstractListenerWriteFlushProcessor
Whether flushing is pending.
isForbidden() - 类 中的方法org.springframework.test.web.reactive.server.StatusAssertions
Assert the response status code is HttpStatus.FORBIDDEN (403).
isForbidden() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.FORBIDDEN (403).
isForceRequestEncoding() - 类 中的方法org.springframework.web.filter.CharacterEncodingFilter
Return whether the encoding should be forced on requests
isForceResponseEncoding() - 类 中的方法org.springframework.web.filter.CharacterEncodingFilter
Return whether the encoding should be forced on responses.
isFound() - 类 中的方法org.springframework.test.web.reactive.server.StatusAssertions
Assert the response status code is HttpStatus.FOUND (302).
isFound() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.FOUND (302).
isFunction() - 类 中的方法org.springframework.jdbc.core.metadata.CallMetaDataContext
Check whether this call is a function call.
isFunction() - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
Is this call a function call?
isFunction() - 类 中的方法org.springframework.jdbc.object.SqlCall
Return whether this call is for a function.
isGatewayTimeout() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.GATEWAY_TIMEOUT (504).
isGenerateDefaultLocations() - 类 中的方法org.springframework.test.context.support.AbstractContextLoader
Determine whether or not default resource locations should be generated if the locations provided to AbstractContextLoader.processLocations(Class, String...) are null or empty.
isGeneratedKeysColumnNameArraySupported() - 类 中的方法org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
isGeneratedKeysColumnNameArraySupported() - 类 中的方法org.springframework.jdbc.core.metadata.TableMetaDataContext
Is a column name String array for retrieving generated keys supported: Connection.createStruct(String, Object[])?
isGeneratedKeysColumnNameArraySupported() - 接口 中的方法org.springframework.jdbc.core.metadata.TableMetaDataProvider
Does this database support a column name String array for retrieving generated keys: Connection.createStruct(String, Object[])?
isGenericRepositoryInterface(Class<?>) - 类 中的静态方法org.springframework.data.repository.util.ClassUtils
Returns wthere the given type is the Repository interface.
isGenericRepositoryInterface(String) - 类 中的静态方法org.springframework.data.repository.util.ClassUtils
Returns whether the given type name is a repository interface name.
isGetGeneratedKeysSimulated() - 类 中的方法org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
isGetGeneratedKeysSimulated() - 类 中的方法org.springframework.jdbc.core.metadata.HsqlTableMetaDataProvider
 
isGetGeneratedKeysSimulated() - 类 中的方法org.springframework.jdbc.core.metadata.PostgresTableMetaDataProvider
 
isGetGeneratedKeysSimulated() - 类 中的方法org.springframework.jdbc.core.metadata.TableMetaDataContext
Does this database support simple query to retrieve generated keys when the JDBC 3.0 feature is not supported: DatabaseMetaData.supportsGetGeneratedKeys()?
isGetGeneratedKeysSimulated() - 接口 中的方法org.springframework.jdbc.core.metadata.TableMetaDataProvider
Does this database support a simple query to retrieve the generated key when the JDBC 3.0 feature of retrieving generated keys is not supported?
isGetGeneratedKeysSupported() - 类 中的方法org.springframework.jdbc.core.metadata.DerbyTableMetaDataProvider
 
isGetGeneratedKeysSupported() - 类 中的方法org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
isGetGeneratedKeysSupported() - 类 中的方法org.springframework.jdbc.core.metadata.TableMetaDataContext
Does this database support the JDBC 3.0 feature of retrieving generated keys: DatabaseMetaData.supportsGetGeneratedKeys()?
isGetGeneratedKeysSupported() - 接口 中的方法org.springframework.jdbc.core.metadata.TableMetaDataProvider
Does this database support the JDBC 3.0 feature of retrieving generated keys: DatabaseMetaData.supportsGetGeneratedKeys()?
isGlobalRollbackOnly() - 类 中的方法org.springframework.transaction.support.AbstractTransactionStatus
Template method for determining the global rollback-only flag of the underlying transaction, if any.
isGlobalRollbackOnly() - 类 中的方法org.springframework.transaction.support.DefaultTransactionStatus
Determine the rollback-only flag via checking both the transaction object, provided that the latter implements the SmartTransactionObject interface.
isGlobalRollbackOnParticipationFailure() - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Return whether to globally mark an existing transaction as rollback-only after a participating transaction failed.
isGone() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.GONE (410).
isGreaterThan(Version) - 类 中的方法org.springframework.data.util.Version
Returns whether the current Version is greater (newer) than the given one.
isGreaterThanOrEqualTo(Version) - 类 中的方法org.springframework.data.util.Version
Returns whether the current Version is greater (newer) or the same as the given one.
isGzipResponse(HttpResponse) - 类 中的方法org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Determine whether the given response indicates a GZIP response.
isGzipResponse(HttpURLConnection) - 类 中的方法org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
Determine whether the given response is a GZIP response.
isHandler(Class<?>) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Whether the given type is a handler with handler methods.
isHandler(Class<?>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Whether the given type is a handler with handler methods.
isHandlerSessionAttribute(String, Class<?>) - 类 中的方法org.springframework.web.method.annotation.SessionAttributesHandler
Whether the attribute name or type match the names and types specified via @SessionAttributes on the underlying controller.
isHashCodeMethod(Method) - 类 中的静态方法org.springframework.util.ReflectionUtils
Determine whether the given method is a "hashCode" method.
isHomeRefreshable() - 类 中的方法org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
 
isHomeRefreshable() - 类 中的方法org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Return whether the cached EJB home object is potentially subject to on-demand refreshing.
isHtmlEscape() - 类 中的方法org.springframework.web.servlet.tags.HtmlEscapingAwareTag
Return the HTML escaping setting for this tag, or the default setting if not overridden.
isHttpOnly() - 类 中的方法org.springframework.http.ResponseCookie
Return true if the cookie has the "HttpOnly" attribute.
isHttpOnly() - 类 中的方法org.springframework.mock.web.MockSessionCookieConfig
 
isHttpVersionNotSupported() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.HTTP_VERSION_NOT_SUPPORTED (505).
isIAmATeapot() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.I_AM_A_TEAPOT (418).
isIdProperty() - 类 中的方法org.springframework.data.redis.core.mapping.RedisPersistentProperty
获取属性idProperty的值。
isIgnoreCaseEnabled() - 类 中的方法org.springframework.data.support.ExampleMatcherAccessor
 
isIgnoreCaseForPath(String) - 类 中的方法org.springframework.data.support.ExampleMatcherAccessor
Get the ignore case flag for a given path or return the default one if none defined.
isIgnoredPath(String) - 类 中的方法org.springframework.data.support.ExampleMatcherAccessor
 
isIgnoreInvalidFields() - 类 中的方法org.springframework.validation.DataBinder
Return whether to ignore invalid fields when binding.
isIgnoreInvalidLocale() - 类 中的方法org.springframework.web.servlet.i18n.LocaleChangeInterceptor
Return whether to ignore an invalid value for the locale parameter.
isIgnoreNestedPath() - 类 中的方法org.springframework.web.servlet.tags.BindTag
Return whether to ignore a nested path, if any.
isIgnoreUnknownExtensions() - 类 中的方法org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
 
isIgnoreUnknownFields() - 类 中的方法org.springframework.validation.DataBinder
Return whether to ignore unknown fields when binding.
isIgnoreWarnings() - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
Return whether or not we ignore SQLWarnings.
isImmutableSessionAttribute(String, Object) - 类 中的方法org.springframework.web.context.request.ServletRequestAttributes
Determine whether the given value is to be considered as an immutable session attribute, that is, doesn't have to be re-set via session.setAttribute since its value cannot meaningfully change internally.
isImUsed() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.IM_USED (226).
isIncludeClientInfo() - 类 中的方法org.springframework.web.filter.AbstractRequestLoggingFilter
Return whether the client address and session id should be included in the log message.
isIncludeHeaders() - 类 中的方法org.springframework.web.filter.AbstractRequestLoggingFilter
Return whether the request headers should be included in the log message.
isIncludePayload() - 类 中的方法org.springframework.web.filter.AbstractRequestLoggingFilter
Return whether the request payload (body) should be included in the log message.
isIncludeQueryString() - 类 中的方法org.springframework.web.filter.AbstractRequestLoggingFilter
Return whether the query string should be included in the log message.
isIncludeRequest(ServletRequest) - 类 中的静态方法org.springframework.web.util.WebUtils
Determine whether the given request is an include request, that is, not a top-level HTTP request coming in from the outside.
isIncluding() - 类 中的方法org.springframework.data.redis.connection.RedisZSetCommands.Range.Boundary
 
isIncr() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand
 
isInfoEnabled() - 接口 中的方法reactor.util.Logger
Is the logger instance enabled for the INFO level?
isInheritInitializers() - 类 中的方法org.springframework.test.context.ContextConfigurationAttributes
Get the inheritInitializers flag that was declared via @ContextConfiguration.
isInheritLocations() - 类 中的方法org.springframework.test.context.ContextConfigurationAttributes
Get the inheritLocations flag that was declared via @ContextConfiguration.
isInnerClass(Class<?>) - 类 中的静态方法org.springframework.util.ClassUtils
Determine if the supplied class is an inner class, i.e. a non-static member of an enclosing class.
isInNonBlockingThread() - 类 中的静态方法reactor.core.scheduler.Schedulers
Check if calling a Reactor blocking API in the current Thread is forbidden or not, by checking if the thread implements NonBlocking (in which case it is forbidden and this method returns true).
isInputValueProvided() - 类 中的方法org.springframework.jdbc.core.ResultSetSupportingSqlParameter
This implementation always returns false.
isInputValueProvided() - 类 中的方法org.springframework.jdbc.core.SqlInOutParameter
This implementation always returns true.
isInputValueProvided() - 类 中的方法org.springframework.jdbc.core.SqlParameter
Return whether this parameter holds input values that should be set before execution even if they are null.
isInputValueProvided() - 类 中的方法org.springframework.jdbc.core.SqlReturnUpdateCount
This implementation always returns false.
isInstance(Object) - 类 中的方法org.springframework.data.repository.query.ReturnedType
Returns whether the given source object is an instance of the returned type.
isInstanceOf(Class<?>, Object, String) - 类 中的静态方法org.springframework.util.Assert
Assert that the provided object is an instance of the provided class.
isInstanceOf(Class<?>, Object, Supplier<String>) - 类 中的静态方法org.springframework.util.Assert
Assert that the provided object is an instance of the provided class.
isInstanceOf(Class<?>, Object) - 类 中的静态方法org.springframework.util.Assert
Assert that the provided object is an instance of the provided class.
isInstrumentationAvailable() - 类 中的静态方法org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
Check whether an Instrumentation instance is available for the current VM.
isInsufficientSpaceOnResource() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
已过时。
matching the deprecation of HttpStatus.INSUFFICIENT_SPACE_ON_RESOURCE
isInsufficientStorage() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.INSUFFICIENT_STORAGE (507).
isIntegerForNumericOp(Number) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
Determine whether the given number is to be considered as an integer for the purposes of a numeric operation at the bytecode level.
isInternalServerError() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.INTERNAL_SERVER_ERROR (500).
isInvalid() - 类 中的方法org.springframework.mock.web.MockHttpSession
 
isInvalidPath(String) - 类 中的方法org.springframework.web.servlet.resource.ResourceHttpRequestHandler
Identifies invalid resource paths.
isJarFileURL(URL) - 类 中的静态方法org.springframework.util.ResourceUtils
Determine whether the given URL points to a jar file itself, that is, has protocol "file" and ends with the ".jar" extension.
isJarURL(URL) - 类 中的静态方法org.springframework.util.ResourceUtils
Determine whether the given URL points to a resource in a jar file.
isJavaLanguageInterface(Class<?>) - 类 中的静态方法org.springframework.util.ClassUtils
Determine whether the given interface is a common Java language interface: Serializable, Externalizable, Closeable, AutoCloseable, Cloneable, Comparable - all of which can be ignored when looking for 'primary' user-level interfaces.
isJedis(RedisConnectionFactory) - 类 中的静态方法org.springframework.data.redis.connection.ConnectionUtils
 
isKotlinClass(Class<?>) - 类 中的静态方法org.springframework.data.util.ReflectionUtils
Return true if the specified class is a Kotlin one.
isLanguageTagCompliant() - 类 中的方法org.springframework.web.servlet.i18n.CookieLocaleResolver
Return whether this resolver's cookies should be compliant with BCP 47 language tags instead of Java's legacy locale specification format.
isLanguageTagCompliant() - 类 中的方法org.springframework.web.servlet.i18n.LocaleChangeInterceptor
Return whether to use BCP 47 language tags instead of Java's legacy locale specification format.
isLast() - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
isLast() - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Retrieve whether the cursor is on the last row of this row set.
isLazyInit() - 类 中的方法org.springframework.data.repository.config.DefaultRepositoryConfiguration
 
isLazyInit() - 接口 中的方法org.springframework.data.repository.config.RepositoryConfiguration
Returns whether to initialize the repository proxy lazily.
isLazyInit() - 类 中的方法org.springframework.jdbc.support.JdbcAccessor
Return whether to lazily initialize the SQLExceptionTranslator for this accessor.
isLengthRequired() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.LENGTH_REQUIRED (411).
isLessThan(Version) - 类 中的方法org.springframework.data.util.Version
Returns whether the current Version is less (older) than the given one.
isLessThanOrEqualTo(Version) - 类 中的方法org.springframework.data.util.Version
Returns whether the current Version is less (older) or equal to the current one.
isLettuce(RedisConnectionFactory) - 类 中的静态方法org.springframework.data.redis.connection.ConnectionUtils
 
isLimiting() - 类 中的方法org.springframework.data.repository.query.parser.PartTree
Return true if the create PartTree is meant to be used for a query with limited maximal results.
isLocalRollbackOnly() - 类 中的方法org.springframework.transaction.support.AbstractTransactionStatus
Determine the rollback-only flag via checking this TransactionStatus.
isLocked() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.LOCKED (423).
isLog() - 类 中的方法org.springframework.jmx.export.metadata.ManagedResource
 
isLongLived() - 接口 中的方法org.springframework.scheduling.SchedulingAwareRunnable
Return whether the Runnable's operation is long-lived (true) versus short-lived (false).
isLoopDetected() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.LOOP_DETECTED (508).
isMaintainSession() - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the "session.maintain" flag to specify on the stub.
isMap() - 接口 中的方法org.springframework.data.util.TypeInformation
Returns whether the property is a .
isMap() - 类 中的方法org.springframework.test.web.client.match.JsonPathRequestMatchers
Evaluate the JSON path expression against the request content and assert that the result is a Map.
isMap() - 类 中的方法org.springframework.test.web.reactive.server.JsonPathAssertions
isMap() - 类 中的方法org.springframework.test.web.servlet.result.JsonPathResultMatchers
Evaluate the JSON path expression against the response content and assert that the result is a Map.
isMarkedAsFail() - 类 中的方法org.springframework.data.redis.connection.RedisClusterNode
 
isMaster() - 类 中的方法org.springframework.data.redis.connection.RedisNode
 
isMaster() - 类 中的方法org.springframework.data.redis.connection.RedisServer
 
isMatch(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
 
isMatch(String, String) - 类 中的方法org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Return if the given method name matches the mapped name.
isMatch(String, String) - 类 中的方法org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
Return if the given method name matches the mapped name.
isMatchingFieldError(String, FieldError) - 类 中的方法org.springframework.validation.AbstractErrors
Check whether the given FieldError matches the given field.
isMatchOptionalTrailingSeparator() - 类 中的方法org.springframework.web.util.pattern.PathPatternParser
Whether optional trailing slashing match is enabled.
isMBean(Class<?>) - 类 中的方法org.springframework.jmx.export.MBeanExporter
Determine whether the given bean class qualifies as an MBean as-is.
isMBean(Class<?>) - 类 中的静态方法org.springframework.jmx.support.JmxUtils
Determine whether the given bean class qualifies as an MBean as-is.
isMember(Object) - 接口 中的方法org.springframework.data.redis.core.BoundSetOperations
Check if set at the bound key contains value.
isMember(K, Object) - 接口 中的方法org.springframework.data.redis.core.ReactiveSetOperations
Check if set at key contains value.
isMember(K, Object) - 接口 中的方法org.springframework.data.redis.core.SetOperations
Check if set at key contains value.
isMerged() - 类 中的方法org.yaml.snakeyaml.nodes.MappingNode
 
isMergeEnabled() - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Is merging enabled for this particular instance?
isMethodBrowserSupported(String) - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Determine if the HTTP method is supported by browsers (i.e.
isMethodFailure() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
已过时。
matching the deprecation of HttpStatus.METHOD_FAILURE
isMethodNotAllowed() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.METHOD_NOT_ALLOWED (405).
isModified() - 接口 中的方法org.springframework.scripting.ScriptSource
Indicate whether the underlying script data has been modified since the last time ScriptSource.getScriptAsString() was called.
isModified() - 类 中的方法org.springframework.scripting.support.ResourceScriptSource
 
isModified() - 类 中的方法org.springframework.scripting.support.StaticScriptSource
 
isModifyingQuery() - 类 中的方法org.springframework.data.repository.query.QueryMethod
Returns whether the query method is a modifying one.
isMovedPermanently() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.MOVED_PERMANENTLY (301).
isMovedTemporarily() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
已过时。
isMultipart() - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Return whether this helper is in multipart mode, i.e. whether it holds a multipart message.
isMultipart(HttpServletRequest) - 类 中的方法org.springframework.web.multipart.commons.CommonsMultipartResolver
 
isMultipart(HttpServletRequest) - 接口 中的方法org.springframework.web.multipart.MultipartResolver
Determine if the given request contains multipart content.
isMultipart(HttpServletRequest) - 类 中的方法org.springframework.web.multipart.support.StandardServletMultipartResolver
 
isMultipartArgument(MethodParameter) - 类 中的静态方法org.springframework.web.multipart.support.MultipartResolutionDelegate
 
isMultipartRequest(HttpServletRequest) - 类 中的静态方法org.springframework.web.multipart.support.MultipartResolutionDelegate
 
isMultiple(Throwable) - 类 中的静态方法reactor.core.Exceptions
Check a Throwable to see if it is a composite, as created by Exceptions.multiple(Throwable...).
isMultipleChoices() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.MULTIPLE_CHOICES (300).
isMultiStatus() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.MULTI_STATUS (207).
isMultiValueType(Class<?>) - 类 中的静态方法org.springframework.data.repository.util.ReactiveWrappers
Returns true if type is a reactive wrapper type supporting multiple values (0..N elements).
isNamedBinding() - 类 中的方法org.springframework.jdbc.core.metadata.CallMetaDataContext
Check whether parameters should be bound by name.
isNamedBinding() - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
Should parameters be bound by name?
isNamedParameter() - 类 中的方法org.springframework.data.repository.query.Parameter
Returns whether the parameter is annotated with Param.
isNegated() - 接口 中的方法org.springframework.web.servlet.mvc.condition.MediaTypeExpression
 
isNegated() - 接口 中的方法org.springframework.web.servlet.mvc.condition.NameValueExpression
 
isNestedTransactionAllowed() - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Return whether nested transactions are allowed.
isNetworkAuthenticationRequired() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.NETWORK_AUTHENTICATION_REQUIRED (511).
isNew(T) - 接口 中的方法org.springframework.data.repository.core.EntityInformation
Returns whether the given entity is considered to be new.
isNew(T) - 类 中的方法org.springframework.data.repository.core.support.AbstractEntityInformation
 
isNew(T) - 类 中的方法org.springframework.data.repository.core.support.DelegatingEntityInformation
 
isNew(T) - 类 中的方法org.springframework.data.repository.core.support.PersistableEntityInformation
 
isNew(Object) - 接口 中的方法org.springframework.data.support.IsNewStrategy
Returns whether the given entity is new, i.e. has never been persisted before or not.
isNew(Object) - 枚举 中的方法org.springframework.data.support.PersistableIsNewStrategy
 
isNew() - 类 中的方法org.springframework.mock.web.MockHttpSession
 
IsNewStrategy - org.springframework.data.support中的接口
Strategy interface to determine whether a given entity is to be considered new.
IsNewStrategyFactory - org.springframework.data.support中的接口
Factory interface to create IsNewStrategy instances for a given class.
IsNewStrategyFactorySupport - org.springframework.data.support中的类
IsNewStrategyFactory that handles Persistable implementations directly by returning a PersistableIsNewStrategy and delegating to IsNewStrategyFactorySupport.doGetIsNewStrategy(Class) for all other types.
IsNewStrategyFactorySupport() - 类 的构造器org.springframework.data.support.IsNewStrategyFactorySupport
 
isNewSynchronization() - 类 中的方法org.springframework.transaction.support.DefaultTransactionStatus
Return if a new transaction synchronization has been opened for this transaction.
isNewTransaction() - 类 中的方法org.springframework.transaction.support.DefaultTransactionStatus
 
isNewTransaction() - 类 中的方法org.springframework.transaction.support.SimpleTransactionStatus
 
isNewTransaction() - 接口 中的方法org.springframework.transaction.TransactionStatus
Return whether the present transaction is new (else participating in an existing transaction, or potentially not running in an actual transaction in the first place).
isNoContent() - 类 中的方法org.springframework.test.web.reactive.server.StatusAssertions
Assert the response status code is HttpStatus.NO_CONTENT (204).
isNoContent() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.NO_CONTENT (204).
isNonAuthoritativeInformation() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.NON_AUTHORITATIVE_INFORMATION (203).
isNonBlockingThread(Thread) - 类 中的静态方法reactor.core.scheduler.Schedulers
Check if calling a Reactor blocking API in the given Thread is forbidden or not, by checking if the thread implements NonBlocking (in which case it is forbidden and this method returns true).
isNonNull(Method, ElementType) - 类 中的方法org.springframework.data.util.NullableUtils
Determine whether ElementType in the scope of Method requires non-null values.
isNonNull(Class<?>, ElementType) - 类 中的方法org.springframework.data.util.NullableUtils
Determine whether ElementType in the scope of type requires non-null values.
isNonNull(AnnotatedElement, ElementType) - 类 中的方法org.springframework.data.util.NullableUtils
Determine whether ElementType in the scope of AnnotatedElement requires non-null values.
isNotAcceptable() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.NOT_ACCEPTABLE (406).
isNotEmpty() - 类 中的方法org.springframework.test.web.client.match.JsonPathRequestMatchers
Evaluate the JSON path expression against the request content and assert that a non-empty value exists at the given path.
isNotEmpty() - 类 中的方法org.springframework.test.web.reactive.server.JsonPathAssertions
isNotEmpty() - 类 中的方法org.springframework.test.web.servlet.result.JsonPathResultMatchers
Evaluate the JSON path expression against the response content and assert that a non-empty value exists at the given path.
isNotExtended() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.NOT_EXTENDED (510).
isNotFound() - 类 中的方法org.springframework.test.web.reactive.server.StatusAssertions
Assert the response status code is HttpStatus.NOT_FOUND (404).
isNotFound() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.NOT_FOUND (404).
isNotIgnored(Method, String) - 类 中的方法org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
Determine whether the given method is supposed to be included, that is, not configured as to be ignored.
isNotImplemented() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.NOT_IMPLEMENTED (501).
isNotModified() - 类 中的方法org.springframework.test.web.reactive.server.StatusAssertions
Assert the response status code is HttpStatus.NOT_MODIFIED (304).
isNotModified() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.NOT_MODIFIED (304).
isNotModified() - 类 中的方法org.springframework.web.context.request.ServletWebRequest
 
isNotModified() - 类 中的方法org.springframework.web.server.adapter.DefaultServerWebExchange
 
isNotModified() - 接口 中的方法org.springframework.web.server.ServerWebExchange
Returns true if the one of the checkNotModified methods in this contract were used and they returned true.
isNotModified() - 类 中的方法org.springframework.web.server.ServerWebExchangeDecorator
 
isNoValueType(Class<?>) - 类 中的静态方法org.springframework.data.repository.util.ReactiveWrappers
Returns true if type is a reactive wrapper type that contains no value.
isNull(Object, String) - 类 中的静态方法org.springframework.util.Assert
Assert that an object is null.
isNull(Object, Supplier<String>) - 类 中的静态方法org.springframework.util.Assert
Assert that an object is null.
isNull(Object) - 类 中的静态方法org.springframework.util.Assert
已过时。
as of 4.3.7, in favor of Assert.isNull(Object, String)
isNullable() - 类 中的方法org.springframework.data.redis.repository.cdi.CdiBean
 
isNullable() - 类 中的方法org.springframework.data.repository.cdi.CdiRepositoryBean
 
isNullable(MethodParameter) - 类 中的静态方法org.springframework.data.util.ReflectionUtils
Returns whether the given MethodParameter is nullable.
isNullable() - 类 中的方法org.springframework.jdbc.core.metadata.CallParameterMetaData
Get whether the parameter is nullable.
isNullable() - 类 中的方法org.springframework.jdbc.core.metadata.TableParameterMetaData
Get whether the parameter/column is nullable.
IsNullPredicate - org.xmlunit.util中的类
A function that tests whether an object is null.
IsNullPredicate() - 类 的构造器org.xmlunit.util.IsNullPredicate
 
isNullSafe() - 类 中的方法org.springframework.expression.spel.ast.PropertyOrFieldReference
 
isNumber() - 类 中的方法org.springframework.test.web.client.match.JsonPathRequestMatchers
Evaluate the JSON path expression against the request content and assert that the result is a Number.
isNumber() - 类 中的方法org.springframework.test.web.reactive.server.JsonPathAssertions
isNumber() - 类 中的方法org.springframework.test.web.servlet.result.JsonPathResultMatchers
Evaluate the JSON path expression against the response content and assert that the result is a Number.
isNumeric(int) - 类 中的静态方法org.springframework.jdbc.support.JdbcUtils
Check whether the given SQL type is numeric.
isObjectMethod(Method) - 类 中的静态方法org.springframework.util.ReflectionUtils
Determine whether the given method is originally declared by Object.
isOfType(Object, Collection<Class<?>>) - 类 中的静态方法org.springframework.data.repository.util.ClassUtils
Returns whether the given object is of one of the given types.
isOk() - 类 中的方法org.springframework.test.web.reactive.server.StatusAssertions
Assert the response status code is HttpStatus.OK (200).
isOk() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.OK (200).
Isolation - org.springframework.transaction.annotation中的枚举
Enumeration that represents transaction isolation levels for use with the Transactional annotation, corresponding to the TransactionDefinition interface.
ISOLATION_DEFAULT - 接口 中的静态变量org.springframework.transaction.TransactionDefinition
Use the default isolation level of the underlying datastore.
ISOLATION_READ_COMMITTED - 接口 中的静态变量org.springframework.transaction.TransactionDefinition
Indicates that dirty reads are prevented; non-repeatable reads and phantom reads can occur.
ISOLATION_READ_UNCOMMITTED - 接口 中的静态变量org.springframework.transaction.TransactionDefinition
Indicates that dirty reads, non-repeatable reads and phantom reads can occur.
ISOLATION_REPEATABLE_READ - 接口 中的静态变量org.springframework.transaction.TransactionDefinition
Indicates that dirty reads and non-repeatable reads are prevented; phantom reads can occur.
ISOLATION_SERIALIZABLE - 接口 中的静态变量org.springframework.transaction.TransactionDefinition
Indicates that dirty reads, non-repeatable reads and phantom reads are prevented.
IsolationLevelDataSourceAdapter - org.springframework.jdbc.datasource中的类
An adapter for a target DataSource, applying the current Spring transaction's isolation level (and potentially specified user credentials) to every getConnection call.
IsolationLevelDataSourceAdapter() - 类 的构造器org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
 
IsolationLevelDataSourceRouter - org.springframework.jdbc.datasource.lookup中的类
DataSource that routes to one of various target DataSources based on the current transaction isolation level.
IsolationLevelDataSourceRouter() - 类 的构造器org.springframework.jdbc.datasource.lookup.IsolationLevelDataSourceRouter
 
isOnComplete() - 接口 中的方法reactor.core.publisher.Signal
Indicates whether this signal represents an onComplete event.
isOneIndexedParameters() - 类 中的方法org.springframework.data.web.PageableHandlerMethodArgumentResolver
Indicates whether to expose and assume 1-based page number indexes in the request parameters.
isOnError() - 接口 中的方法reactor.core.publisher.Signal
Indicates whether this signal represents an onError event.
isOneTimeTask() - 类 中的方法org.springframework.scheduling.commonj.ScheduledTimerListener
Is this task only ever going to execute once?
isOneTimeTask() - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorTask
Is this task only ever going to execute once?
isOnNext() - 接口 中的方法reactor.core.publisher.Signal
Indicates whether this signal represents an onNext event.
isOnSubscribe() - 接口 中的方法reactor.core.publisher.Signal
Indicates whether this signal represents an onSubscribe event.
isOpen() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisSentinelConnection
 
isOpen() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
 
isOpen() - 接口 中的方法org.springframework.data.redis.connection.RedisSentinelConnection
 
isOpen() - 类 中的方法org.springframework.data.redis.core.ScanCursor
 
isOpen() - 类 中的方法org.springframework.transaction.support.ResourceHolderSupport
Return whether there are still open references to this holder.
isOutputStreamAccessAllowed() - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
Return whether MockHttpServletResponse.getOutputStream() access is allowed.
isOverflow(Throwable) - 类 中的静态方法reactor.core.Exceptions
Check if the given exception represents an overflow.
isOverrideIncludeSynonymsDefault() - 类 中的方法org.springframework.jdbc.core.metadata.TableMetaDataContext
Are we overriding include synonyms default?
isPageQuery() - 类 中的方法org.springframework.data.repository.query.QueryMethod
Returns whether the finder will return a Page of results.
isPagingRepository() - 接口 中的方法org.springframework.data.repository.core.RepositoryMetadata
Returns whether the repository is a paging one.
isPagingRepository() - 类 中的方法org.springframework.data.repository.core.support.AbstractRepositoryMetadata
 
isPartialContent() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.PARTIAL_CONTENT (206).
isPattern(String) - 类 中的方法org.springframework.util.AntPathMatcher
 
isPattern(String) - 接口 中的方法org.springframework.util.PathMatcher
Does the given path represent a pattern that can be matched by an implementation of this interface?
isPayloadTooLarge() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.PAYLOAD_TOO_LARGE (413).
isPaymentRequired() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.PAYMENT_REQUIRED (402).
isPermanentRedirect() - 类 中的方法org.springframework.test.web.reactive.server.StatusAssertions
Assert the response status code is HttpStatus.PERMANENT_REDIRECT (308).
isPermanentRedirect() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.PERMANENT_REDIRECT (308).
isPersistent() - 类 中的方法org.springframework.data.redis.core.types.Expiration
 
isPipelined() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
isPipelined() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
isPipelined() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
isPipelined() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
isPipelined() - 接口 中的方法org.springframework.data.redis.connection.RedisConnection
Indicates whether the connection is currently pipelined or not.
isPowerOfTwo(int) - 类 中的静态方法reactor.util.concurrent.Queues
 
isPreconditionFailed() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.PRECONDITION_FAILED (412).
isPreconditionRequired() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.PRECONDITION_REQUIRED (428).
isPreferFileSystemAccess() - 类 中的方法org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Return whether to prefer file system access for template loading.
isPreFlightRequest(HttpServletRequest) - 类 中的静态方法org.springframework.web.cors.CorsUtils
Returns true if the request is a valid CORS pre-flight one.
isPreFlightRequest(ServerHttpRequest) - 类 中的静态方法org.springframework.web.cors.reactive.CorsUtils
Returns true if the request is a valid CORS pre-flight one.
isPrepared() - 类 中的方法org.springframework.jmx.access.MBeanClientInterceptor
Return whether this client interceptor has already been prepared, i.e. has already looked up the server and cached all metadata.
isPrepared() - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return whether this client interceptor has already been prepared, i.e. has already looked up the JAX-WS service and port.
isPrepared() - 类 中的方法org.springframework.util.MethodInvoker
Return whether this invoker has been prepared already, i.e. whether it allows access to MethodInvoker.getPreparedMethod() already.
isPresent() - 类 中的方法org.springframework.data.redis.connection.ReactiveRedisConnection.AbsentByteBufferResponse
 
isPresent() - 类 中的方法org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse
 
isPresent() - 类 中的方法org.springframework.data.redis.connection.RedisPassword
Return true if there is a password present, otherwise false.
isPresent(String, ClassLoader) - 类 中的静态方法org.springframework.util.ClassUtils
Determine whether the Class identified by the supplied name is present and can be loaded.
isPrettyFlow() - 类 中的方法org.yaml.snakeyaml.DumperOptions
 
isPrimitive(String) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
 
isPrimitiveArray(String) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
 
isPrimitiveArray(Class<?>) - 类 中的静态方法org.springframework.util.ClassUtils
Check if the given class represents an array of primitives, i.e. boolean, byte, char, short, int, long, float, or double.
isPrimitiveOrUnboxableSupportedNumber(String) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
Determine if the supplied descriptor is for a supported number.
isPrimitiveOrUnboxableSupportedNumberOrBoolean(String) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
Determine if the supplied descriptor is for a supported number type or boolean.
isPrimitiveOrWrapper(Class<?>) - 类 中的静态方法org.springframework.util.ClassUtils
Check if the given class represents a primitive (i.e. boolean, byte, char, short, int, long, float, or double) or a primitive wrapper (i.e.
isPrimitivesDefaultedForNullValue() - 类 中的方法org.springframework.jdbc.core.BeanPropertyRowMapper
Return whether we're defaulting Java primitives in the case of mapping a null value from corresponding database fields.
isPrimitiveWrapper(Class<?>) - 类 中的静态方法org.springframework.util.ClassUtils
Check if the given class represents a primitive wrapper, i.e.
isPrimitiveWrapperArray(Class<?>) - 类 中的静态方法org.springframework.util.ClassUtils
Check if the given class represents an array of primitive wrappers, i.e.
isPrintable(String) - 类 中的静态方法org.yaml.snakeyaml.reader.StreamReader
 
isPrintable(int) - 类 中的静态方法org.yaml.snakeyaml.reader.StreamReader
 
isProcedureColumnMetaDataUsed() - 接口 中的方法org.springframework.jdbc.core.metadata.CallMetaDataProvider
Are we using the meta-data for the procedure columns?
isProcedureColumnMetaDataUsed() - 类 中的方法org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
isProcessExternalEntities() - 类 中的方法org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
Returns the configured value for whether XML external entities are allowed.
isProcessExternalEntities() - 类 中的方法org.springframework.http.converter.xml.SourceHttpMessageConverter
Returns the configured value for whether XML external entities are allowed.
isProcessExternalEntities() - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
Returns the configured value for whether XML external entities are allowed.
isProcessExternalEntities() - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Returns the configured value for whether XML external entities are allowed.
isProcessing() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.PROCESSING (102).
isProjecting() - 类 中的方法org.springframework.data.repository.query.ReturnedType
Returns whether the type is projecting, i.e. not of the domain type.
isPropagateQueryProperties() - 类 中的方法org.springframework.web.servlet.view.RedirectView
Whether to propagate the query params of the current URL.
isPrototype(String) - 类 中的方法org.springframework.jndi.support.SimpleJndiBeanFactory
 
isProxyAuthenticationRequired() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.PROXY_AUTHENTICATION_REQUIRED (407).
isPublicStaticFinal(Field) - 类 中的静态方法org.springframework.util.ReflectionUtils
Determine whether the given field is a "public static final" constant.
isQueryForEntity() - 类 中的方法org.springframework.data.repository.query.QueryMethod
Returns whether the query for this method actually returns entities.
isQueryMethod(Method) - 接口 中的方法org.springframework.data.repository.core.RepositoryInformation
Returns whether the given method is a query method.
isQueueing() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
isQueueing() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
isQueueing() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
isQueueing() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
isQueueing() - 接口 中的方法org.springframework.data.redis.connection.RedisConnection
Indicates whether the connection is in "queue"(or "MULTI") mode or not.
isReactiveRepository() - 接口 中的方法org.springframework.data.repository.core.RepositoryMetadata
Returns whether the repository is a reactive one, i.e. if it uses reactive types in one of its methods.
isReactiveRepository() - 类 中的方法org.springframework.data.repository.core.support.AbstractRepositoryMetadata
 
isRead() - 枚举 中的方法org.springframework.data.redis.core.RedisCommand
 
isReadable() - 类 中的方法org.springframework.web.context.support.ServletContextResource
This implementation delegates to ServletContext.getResourceAsStream, which returns null in case of a non-readable resource (e.g. a directory).
isReadable() - 类 中的方法org.yaml.snakeyaml.introspector.MethodProperty
 
isReadable() - 类 中的方法org.yaml.snakeyaml.introspector.Property
 
isReadable() - 类 中的方法org.yaml.snakeyaml.introspector.PropertySubstitute
 
isReadonly() - 枚举 中的方法org.springframework.data.redis.core.RedisCommand
 
isReadOnly() - 类 中的方法org.springframework.transaction.support.DefaultTransactionDefinition
 
isReadOnly() - 类 中的方法org.springframework.transaction.support.DefaultTransactionStatus
Return if this transaction is defined as read-only transaction.
isReadOnly() - 类 中的方法org.springframework.transaction.support.DelegatingTransactionDefinition
 
isReadOnly() - 接口 中的方法org.springframework.transaction.TransactionDefinition
Return whether to optimize as a read-only transaction.
isReadOnly(ELContext, Object, Object) - 类 中的方法org.springframework.web.jsf.el.SpringBeanFacesELResolver
 
isReadOnly(ELContext, Object, Object) - 类 中的方法org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
 
isReadonly() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Gets the value of the 'readonly' attribute.
isReady() - 类 中的方法org.springframework.data.redis.core.ScanCursor
 
isReady() - 类 中的方法org.springframework.mock.web.DelegatingServletInputStream
 
isReady() - 类 中的方法org.springframework.mock.web.DelegatingServletOutputStream
 
isRedirectContextRelative() - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
Return whether to interpret a given redirect URL that starts with a slash ("/") as relative to the current ServletContext, i.e. as relative to the web application root.
isRedirectHttp10Compatible() - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
Return whether redirects should stay compatible with HTTP 1.0 clients.
isRedirectView() - 接口 中的方法org.springframework.web.servlet.SmartView
Whether the view performs a redirect.
isRedirectView() - 类 中的方法org.springframework.web.servlet.view.RedirectView
Returns "true" indicating this view performs a redirect.
isRedirectViewName(String) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ModelAndViewMethodReturnValueHandler
Whether the given view name is a redirect view reference.
isRedirectViewName(String) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ViewNameMethodReturnValueHandler
Whether the given view name is a redirect view reference.
isRedisClusterAware() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
 
isRedisSentinelAware() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
 
isRedisSentinelAware() - 类 中的方法org.springframework.data.redis.connection.lettuce.DefaultLettucePool
已过时。
 
isRedisSentinelAware() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
 
isRefCursorSupported() - 接口 中的方法org.springframework.jdbc.core.metadata.CallMetaDataProvider
Does this database support returning ResultSets as ref cursors to be retrieved with CallableStatement.getObject(int) for the specified column.
isRefCursorSupported() - 类 中的方法org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
isRefCursorSupported() - 类 中的方法org.springframework.jdbc.core.metadata.OracleCallMetaDataProvider
 
isRefCursorSupported() - 类 中的方法org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
 
isReference() - 类 中的方法org.springframework.web.servlet.ModelAndView
Return whether we use a view reference, i.e.
isReferenceTypeArray(String) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
 
isRefreshTtl() - 类 中的方法org.springframework.data.redis.core.PartialUpdate
 
isRemoteHost(String) - 类 中的方法org.springframework.web.servlet.view.RedirectView
Whether the given targetUrl has a host that is a "foreign" system in which case HttpServletResponse.encodeRedirectURL(java.lang.String) will not be applied.
isRemoveOnCancelPolicy() - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
Return the current setting for the remove-on-cancel mode.
isRepresentedBy(String) - 枚举 中的方法org.springframework.data.redis.core.RedisCommand
String.equalsIgnoreCase(String) compare the given string representation of command against the Enum.toString() representation of the command as well as its given RedisCommand.alias.
isRequestActive() - 类 中的方法org.springframework.web.context.request.AbstractRequestAttributes
Determine whether the original request is still active.
isRequestedRangeNotSatisfiable() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.REQUESTED_RANGE_NOT_SATISFIABLE (416).
isRequestedSessionIdFromCookie() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
isRequestedSessionIdFromURL() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
isRequestedSessionIdFromUrl() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
已过时。
isRequestedSessionIdValid() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
isRequestEntityTooLarge() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
已过时。
matching the deprecation of HttpStatus.REQUEST_ENTITY_TOO_LARGE
isRequestHandled() - 类 中的方法org.springframework.web.method.support.ModelAndViewContainer
Whether the request has been handled fully within the handler.
isRequestHeaderFieldsTooLarge() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.REQUEST_HEADER_FIELDS_TOO_LARGE (431).
isRequestTimeout() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.REQUEST_TIMEOUT (408).
isRequestUriTooLong() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
已过时。
matching the deprecation of HttpStatus.REQUEST_URI_TOO_LONG
isRequireSession() - 类 中的方法org.springframework.web.servlet.support.WebContentGenerator
Return whether a session is required to handle requests.
isResetContent() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.RESET_CONTENT (205).
isResolved() - 类 中的方法org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
Determine whether the underlying multipart request has been resolved.
isResolved() - 类 中的方法org.yaml.snakeyaml.nodes.Node
Indicates if the tag was added by Resolver.
isResourceRef() - 类 中的方法org.springframework.jndi.JndiLocatorSupport
Return whether the lookup occurs in a Java EE container.
isResourceType(Object, MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
Return whether the returned value or the declared return type extend Resource
isResponseEncodedHtmlEscape() - 类 中的方法org.springframework.web.servlet.support.RequestContext
Is HTML escaping using the response encoding by default?
isResponseEncodedHtmlEscape() - 类 中的方法org.springframework.web.servlet.tags.HtmlEscapingAwareTag
Return the applicable default for the use of response encoding with HTML escaping for this tag.
isResultSetSupported() - 类 中的方法org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Does this parameter support a ResultSet, i.e. does it hold a ResultSetExtractor, RowCallbackHandler or RowMapper?
isResultsMapCaseInsensitive() - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
Return whether execution of a CallableStatement will return the results in a Map that uses case insensitive names for the parameters.
isResultsParameter() - 类 中的方法org.springframework.jdbc.core.SqlParameter
Return whether this parameter is an implicit return parameter used during the results processing of CallableStatement.getMoreResults/getUpdateCount.
isResultsParameter() - 类 中的方法org.springframework.jdbc.core.SqlReturnResultSet
This implementation always returns true.
isResultsParameter() - 类 中的方法org.springframework.jdbc.core.SqlReturnUpdateCount
This implementation always returns true.
isReturnGeneratedKeys() - 类 中的方法org.springframework.jdbc.object.RdbmsOperation
Return whether statements should be capable of returning auto-generated keys.
isReturnParameter() - 类 中的方法org.springframework.jdbc.core.metadata.CallParameterMetaData
Determine whether the declared parameter qualifies as a 'return' parameter for our purposes: type DatabaseMetaData.procedureColumnReturn or DatabaseMetaData.procedureColumnResult.
isReturnResultSetSupported() - 接口 中的方法org.springframework.jdbc.core.metadata.CallMetaDataProvider
Does this database support returning ResultSets that should be retrieved with the JDBC call: Statement.getResultSet()?
isReturnResultSetSupported() - 类 中的方法org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
isReturnResultSetSupported() - 类 中的方法org.springframework.jdbc.core.metadata.OracleCallMetaDataProvider
 
isReturnResultSetSupported() - 类 中的方法org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
 
isReturnTotalChanged() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand
 
isReturnTypeSupported() - 类 中的方法org.springframework.jdbc.core.SqlOutParameter
Return whether this parameter holds a custom return type.
isReturnValueRequired() - 类 中的方法org.springframework.jdbc.core.metadata.CallMetaDataContext
Check whether a return value is required.
isReturnValueRequired() - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
Does the call require a return value?
isRollback(TestContext) - 类 中的方法org.springframework.test.context.transaction.TransactionalTestExecutionListener
Determine whether or not to rollback transactions for the supplied test context by taking into consideration the default rollback flag and a possible method-level override via the @Rollback annotation.
isRollbackOnCommitFailure() - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Return whether doRollback should be performed on failure of the doCommit call.
isRollbackOnly(Object) - 类 中的方法org.springframework.jca.cci.connection.CciLocalTransactionManager
 
isRollbackOnly() - 类 中的方法org.springframework.transaction.jta.JtaTransactionObject
This implementation checks the UserTransaction's rollback-only flag.
isRollbackOnly() - 类 中的方法org.springframework.transaction.support.AbstractTransactionStatus
Determine the rollback-only flag via checking both the local rollback-only flag of this TransactionStatus and the global rollback-only flag of the underlying transaction, if any.
isRollbackOnly() - 类 中的方法org.springframework.transaction.support.ResourceHolderSupport
Return whether the resource transaction is marked as rollback-only.
isRollbackOnly() - 接口 中的方法org.springframework.transaction.support.SmartTransactionObject
Return whether the transaction is internally marked as rollback-only.
isRollbackOnly() - 接口 中的方法org.springframework.transaction.TransactionStatus
Return whether the transaction has been marked as rollback-only (either by the application or by the transaction infrastructure).
isRunning() - 类 中的方法org.springframework.data.redis.listener.RedisMessageListenerContainer
 
isRunning() - 类 中的方法org.springframework.jca.endpoint.GenericMessageEndpointManager
Return whether the configured message endpoint is currently active.
isRunning() - 类 中的方法org.springframework.scheduling.commonj.TimerManagerAccessor
Considers the underlying TimerManager as running if it is neither suspending nor stopping.
isRunning() - 类 中的方法org.springframework.scheduling.quartz.SchedulerFactoryBean
 
isRunning() - 类 中的方法org.springframework.util.StopWatch
Return whether the stop watch is currently running.
isRunningOnAndroid() - 类 中的方法org.yaml.snakeyaml.util.PlatformFeatureDetector
 
isSameOrigin(ServerHttpRequest) - 类 中的静态方法org.springframework.web.cors.reactive.CorsUtils
Check if the request is a same-origin one, based on Origin, Host, Forwarded, X-Forwarded-Proto, X-Forwarded-Host and
isSameOrigin(HttpRequest) - 类 中的静态方法org.springframework.web.util.WebUtils
Check if the request is a same-origin one, based on Origin, Host, Forwarded, X-Forwarded-Proto, X-Forwarded-Host and
isSameSlotForAllKeys(Collection<ByteBuffer>) - 类 中的静态方法org.springframework.data.redis.connection.ClusterSlotHashUtil
 
isSameSlotForAllKeys(ByteBuffer...) - 类 中的静态方法org.springframework.data.redis.connection.ClusterSlotHashUtil
 
isSameSlotForAllKeys(byte[]...) - 类 中的静态方法org.springframework.data.redis.connection.ClusterSlotHashUtil
 
isSatisfied() - 类 中的方法org.springframework.test.web.client.DefaultRequestExpectation
 
isSatisfied() - 类 中的方法org.springframework.test.web.client.DefaultRequestExpectation.RequestCount
 
isSatisfied() - 接口 中的方法org.springframework.test.web.client.RequestExpectation
Whether the requirements for this request expectation have been met.
isSavepointAllowed() - 类 中的方法org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
isScanAvailable() - 接口 中的方法reactor.core.Scannable
Return true whether the component is available for Scannable.scan(Attr) resolution.
isSecondary() - 类 中的方法org.yaml.snakeyaml.nodes.Tag
 
isSecure() - 类 中的方法org.springframework.http.ResponseCookie
Return true if the cookie has the "Secure" attribute.
isSecure() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
Return true if the secure flag has been set to true or if the scheme is https.
isSecure() - 类 中的方法org.springframework.mock.web.MockSessionCookieConfig
 
isSecure() - 类 中的方法org.springframework.web.context.request.FacesWebRequest
 
isSecure() - 类 中的方法org.springframework.web.context.request.ServletWebRequest
 
isSecure() - 接口 中的方法org.springframework.web.context.request.WebRequest
Return whether this request has been sent over a secure transport mechanism (such as SSL).
isSeeOther() - 类 中的方法org.springframework.test.web.reactive.server.StatusAssertions
Assert the response status code is HttpStatus.SEE_OTHER (303).
isSeeOther() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.SEE_OTHER (303).
isSerialized() - 类 中的方法reactor.core.publisher.FluxProcessor
Return true if this FluxProcessor supports multithread producing
isServiceUnavailable() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.SERVICE_UNAVAILABLE (503).
isSetOrExpired() - 类 中的方法org.springframework.web.context.request.async.DeferredResult
Return true if this DeferredResult is no longer usable either because it was previously set or because the underlying request expired.
isSharedEngine() - 接口 中的方法org.springframework.web.servlet.view.script.ScriptTemplateConfig
Return whether to use a shared engine for all threads or whether to create thread-local engine instances for each thread.
isSharedEngine() - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
 
isShowPassword() - 类 中的方法org.springframework.web.servlet.tags.form.PasswordInputTag
Is the password value to be rendered?
isSignatureEqual(Function) - 类 中的方法org.springframework.data.repository.query.spi.Function
Checks wether this Function has the same signature as another Function.
isSigned(int) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
 
isSigned(int) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Indicate whether the designated column contains a signed number.
isSingleton() - 类 中的方法org.springframework.data.redis.support.collections.RedisCollectionFactoryBean
 
isSingleton() - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
 
isSingleton() - 类 中的方法org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
isSingleton() - 类 中的方法org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
isSingleton() - 类 中的方法org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean
 
isSingleton() - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterFactoryBean
 
isSingleton() - 类 中的方法org.springframework.format.support.FormattingConversionServiceFactoryBean
 
isSingleton() - 类 中的方法org.springframework.http.client.support.ProxyFactoryBean
 
isSingleton() - 类 中的方法org.springframework.http.converter.json.GsonFactoryBean
 
isSingleton() - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
isSingleton() - 类 中的方法org.springframework.jca.support.LocalConnectionFactoryBean
 
isSingleton() - 类 中的方法org.springframework.jca.support.ResourceAdapterFactoryBean
 
isSingleton() - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
 
isSingleton() - 类 中的方法org.springframework.jmx.access.MBeanProxyFactoryBean
 
isSingleton() - 类 中的方法org.springframework.jmx.support.ConnectorServerFactoryBean
 
isSingleton() - 类 中的方法org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
isSingleton() - 类 中的方法org.springframework.jmx.support.MBeanServerFactoryBean
 
isSingleton() - 类 中的方法org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
 
isSingleton() - 类 中的方法org.springframework.jndi.JndiObjectFactoryBean
 
isSingleton(String) - 类 中的方法org.springframework.jndi.support.SimpleJndiBeanFactory
 
isSingleton() - 类 中的方法org.springframework.remoting.caucho.HessianProxyFactoryBean
 
isSingleton() - 类 中的方法org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean
 
isSingleton() - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean
 
isSingleton() - 类 中的方法org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean
 
isSingleton() - 类 中的方法org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
 
isSingleton() - 类 中的方法org.springframework.remoting.rmi.RmiProxyFactoryBean
 
isSingleton() - 类 中的方法org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
isSingleton() - 类 中的方法org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
isSingleton() - 类 中的方法org.springframework.scheduling.commonj.TimerManagerFactoryBean
 
isSingleton() - 类 中的方法org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
 
isSingleton() - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
 
isSingleton() - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
isSingleton() - 类 中的方法org.springframework.scheduling.config.TaskExecutorFactoryBean
 
isSingleton() - 类 中的方法org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
isSingleton() - 类 中的方法org.springframework.scheduling.quartz.JobDetailFactoryBean
 
isSingleton() - 类 中的方法org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
isSingleton() - 类 中的方法org.springframework.scheduling.quartz.SchedulerFactoryBean
 
isSingleton() - 类 中的方法org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
 
isSingleton() - 类 中的方法org.springframework.transaction.config.JtaTransactionManagerFactoryBean
 
isSingleton() - 类 中的方法org.springframework.ui.freemarker.FreeMarkerConfigurationFactoryBean
 
isSingleton() - 类 中的方法org.springframework.web.accept.ContentNegotiationManagerFactoryBean
 
isSingleton() - 类 中的方法org.springframework.web.context.support.ServletContextAttributeFactoryBean
 
isSingleton() - 类 中的方法org.springframework.web.context.support.ServletContextParameterFactoryBean
 
isSingleValue() - 类 中的方法org.springframework.data.redis.repository.query.RedisOperationChain.PathAndValue
 
isSingleValue(Class<?>) - 类 中的静态方法org.springframework.data.repository.util.QueryExecutionConverters
 
isSingleValueType(Class<?>) - 类 中的静态方法org.springframework.data.repository.util.ReactiveWrappers
Returns true if type is a reactive wrapper type for a single value.
isSkipMissingProperties() - 类 中的方法org.yaml.snakeyaml.introspector.PropertyUtils
 
isSkipResultsProcessing() - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
Return whether results processing should be skipped.
isSkipUndeclaredResults() - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
Return whether undeclared results should be skipped.
isSlave() - 类 中的方法org.springframework.data.redis.connection.RedisNode
 
isSliceQuery() - 类 中的方法org.springframework.data.repository.query.QueryMethod
Returns whether the query method will return a Slice.
isSpecialParameter() - 类 中的方法org.springframework.data.repository.query.Parameter
Returns whether the parameter is a special parameter.
isSqlReadyForUse() - 类 中的方法org.springframework.jdbc.object.SqlCall
Return whether the SQL can be used as is.
isStarted() - 接口 中的方法org.springframework.http.server.ServerHttpAsyncRequestControl
Return whether asynchronous request processing has been started.
isStarted() - 类 中的方法org.springframework.http.server.ServletServerHttpAsyncRequestControl
 
isStarted() - 接口 中的方法org.springframework.web.server.WebSession
Whether a session with the client has been started explicitly via WebSession.start() or implicitly by adding session attributes.
isStartTls() - 接口 中的方法org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration
 
isStartTls() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Returns whether to issue a StartTLS.
isStatic() - 类 中的方法org.springframework.jndi.JndiObjectTargetSource
 
isStatus() - 类 中的方法org.springframework.data.redis.connection.FutureResult
Indicates if this result is the status of an operation.
isStatusOnly() - 类 中的方法org.springframework.web.servlet.mvc.ParameterizableViewController
Whether the request is fully handled within the controller.
isStaxResult(Result) - 类 中的静态方法org.springframework.util.xml.StaxUtils
Indicate whether the given Result is a JAXP 1.4 StAX Result or custom StAX Result.
isStaxSource(Source) - 类 中的静态方法org.springframework.util.xml.StaxUtils
Indicate whether the given Source is a JAXP 1.4 StAX Source or custom StAX Source.
isStoresLowerCaseIdentifiers() - 类 中的方法org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
Does the database use lower case for identifiers?
isStoresLowerCaseIdentifiers() - 类 中的方法org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
isStoresUpperCaseIdentifiers() - 类 中的方法org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
Does the database use upper case for identifiers?
isStoresUpperCaseIdentifiers() - 类 中的方法org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
isStreamQuery() - 类 中的方法org.springframework.data.repository.query.QueryMethod
Returns whether the method returns a Stream.
isStrictEncoding() - 类 中的方法org.springframework.web.util.DefaultUriTemplateHandler
已过时。
Whether to strictly encode any character outside the unreserved set.
isStrictRepositoryCandidate(RepositoryMetadata) - 类 中的方法org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
Returns whether the given repository metadata is a candidate for bean definition creation in the strict repository detection mode.
isString() - 类 中的方法org.springframework.test.web.client.match.JsonPathRequestMatchers
Evaluate the JSON path expression against the request content and assert that the result is a String.
isString() - 类 中的方法org.springframework.test.web.servlet.result.JsonPathResultMatchers
Evaluate the JSON path expression against the response content and assert that the result is a String.
isSubscribed() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
isSubscribed() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
isSubscribed() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
isSubscribed() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
isSubscribed() - 接口 中的方法org.springframework.data.redis.connection.RedisPubSubCommands
Indicates whether the current connection is subscribed (to at least one channel) or not.
isSuccess() - 类 中的方法reactor.core.publisher.MonoProcessor
Indicates whether this MonoProcessor has been successfully completed a value.
isSupportDtd() - 类 中的方法org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
Whether DTD parsing is supported.
isSupportDtd() - 类 中的方法org.springframework.http.converter.xml.SourceHttpMessageConverter
Whether DTD parsing is supported.
isSupportDtd() - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
Whether DTD parsing is supported.
isSupportDtd() - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Whether DTD parsing is supported.
isSupportedKotlinClass(Class<?>) - 类 中的静态方法org.springframework.data.util.ReflectionUtils
Return true if the specified class is a supported Kotlin class.
isSupportsCatalogsInProcedureCalls() - 接口 中的方法org.springframework.jdbc.core.metadata.CallMetaDataProvider
Does the database support the use of catalog name in procedure calls?
isSupportsCatalogsInProcedureCalls() - 类 中的方法org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
Does the database support the use of catalog name in procedure calls?
isSupportsSchemasInProcedureCalls() - 接口 中的方法org.springframework.jdbc.core.metadata.CallMetaDataProvider
Does the database support the use of schema name in procedure calls?
isSupportsSchemasInProcedureCalls() - 类 中的方法org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
Does the database support the use of schema name in procedure calls?
isSuppressClose() - 类 中的方法org.springframework.jdbc.datasource.SingleConnectionDataSource
Return whether the returned Connection will be a close-suppressing proxy or the physical Connection.
isSurroundingTransactionActive() - 枚举 中的方法org.springframework.data.repository.core.support.SurroundingTransactionDetectorMethodInterceptor
Returns whether a transaction was active before the method call entered the repository proxy.
isSwitchingProtocols() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.SWITCHING_PROTOCOLS (101).
isSynchronizationActive() - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationManager
Return if transaction synchronization is active for the current thread.
isSynchronizedWithTransaction() - 类 中的方法org.springframework.transaction.support.ResourceHolderSupport
Return whether the resource is synchronized with a transaction.
isSynchronizeOnSession() - 类 中的方法org.springframework.web.servlet.mvc.AbstractController
Return whether controller execution should be synchronized on the session.
isTableColumnMetaDataUsed() - 类 中的方法org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
isTableColumnMetaDataUsed() - 接口 中的方法org.springframework.jdbc.core.metadata.TableMetaDataProvider
Are we using the meta-data for the table columns?
isTargetFilterLifecycle() - 类 中的方法org.springframework.web.filter.DelegatingFilterProxy
Return whether to invoke the Filter.init and Filter.destroy lifecycle methods on the target bean.
isTemplate() - 类 中的方法org.springframework.expression.common.TemplateParserContext
 
isTemplate() - 接口 中的方法org.springframework.expression.ParserContext
Whether or not the expression being parsed is a template.
isTemporaryRedirect() - 类 中的方法org.springframework.test.web.reactive.server.StatusAssertions
Assert the response status code is HttpStatus.TEMPORARY_REDIRECT (307).
isTemporaryRedirect() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.TEMPORARY_REDIRECT (307).
isTerminated() - 类 中的方法reactor.core.publisher.DirectProcessor
 
isTerminated() - 类 中的方法reactor.core.publisher.EmitterProcessor
 
isTerminated() - 类 中的方法reactor.core.publisher.FluxProcessor
Has this upstream finished or "completed" / "failed" ?
isTerminated() - 类 中的方法reactor.core.publisher.MonoProcessor
Indicates whether this MonoProcessor has been terminated by the source producer with a success or an error.
isTerminated() - 类 中的方法reactor.core.publisher.ReplayProcessor
 
isTerminated() - 类 中的方法reactor.core.publisher.UnicastProcessor
 
isTestEnabledInThisEnvironment(Class<?>) - 类 中的静态方法org.springframework.test.annotation.ProfileValueUtils
Determine if the supplied testClass is enabled in the current environment, as specified by the @IfProfileValue annotation at the class level.
isTestEnabledInThisEnvironment(Method, Class<?>) - 类 中的静态方法org.springframework.test.annotation.ProfileValueUtils
Determine if the supplied testMethod is enabled in the current environment, as specified by the @IfProfileValue annotation, which may be declared on the test method itself or at the class level.
isTestEnabledInThisEnvironment(ProfileValueSource, Method, Class<?>) - 类 中的静态方法org.springframework.test.annotation.ProfileValueUtils
Determine if the supplied testMethod is enabled in the current environment, as specified by the @IfProfileValue annotation, which may be declared on the test method itself or at the class level.
isTestMethodIgnored(FrameworkMethod) - 类 中的方法org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Return true if @Ignore is present for the supplied test method or if the test method is disabled via @IfProfileValue.
isThrottleActive() - 类 中的方法org.springframework.util.ConcurrencyThrottleSupport
Return whether this throttle is currently active.
isTooManyRequests() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.TOO_MANY_REQUESTS (429).
isToStringMethod(Method) - 类 中的静态方法org.springframework.util.ReflectionUtils
Determine whether the given method is a "toString" method.
isTraceEnabled() - 接口 中的方法reactor.util.Logger
Is the logger instance enabled for the TRACE level?
isTransactionActive() - 类 中的方法org.springframework.jdbc.datasource.ConnectionHolder
Return whether this holder represents an active, JDBC-managed transaction.
isTransactionSavepointManager() - 类 中的方法org.springframework.transaction.support.DefaultTransactionStatus
Return whether the underlying transaction implements the SavepointManager interface.
isTrue(boolean, String) - 类 中的静态方法org.springframework.util.Assert
Assert a boolean expression, throwing an IllegalArgumentException if the expression evaluates to false.
isTrue(boolean, Supplier<String>) - 类 中的静态方法org.springframework.util.Assert
Assert a boolean expression, throwing an IllegalArgumentException if the expression evaluates to false.
isTrue(boolean) - 类 中的静态方法org.springframework.util.Assert
已过时。
as of 4.3.7, in favor of Assert.isTrue(boolean, String)
isTwoStepsConstruction() - 类 中的方法org.yaml.snakeyaml.nodes.Node
Indicates if this node must be constructed in two steps.
isTypeMatch(String, ResolvableType) - 类 中的方法org.springframework.jndi.support.SimpleJndiBeanFactory
 
isTypeMatch(String, Class<?>) - 类 中的方法org.springframework.jndi.support.SimpleJndiBeanFactory
 
isUnauthorized() - 类 中的方法org.springframework.test.web.reactive.server.StatusAssertions
Assert the response status code is HttpStatus.UNAUTHORIZED (401).
isUnauthorized() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.UNAUTHORIZED (401).
isUnavailableForLegalReasons() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.UNAVAILABLE_FOR_LEGAL_REASONS (451).
isUnlimited() - 类 中的方法org.springframework.data.redis.connection.RedisZSetCommands.Limit
 
isUnprocessableEntity() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.UNPROCESSABLE_ENTITY (422).
isUnsupportedMediaType() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.UNSUPPORTED_MEDIA_TYPE (415).
isUpdatableResults() - 类 中的方法org.springframework.jdbc.object.RdbmsOperation
Return whether statements will return updatable ResultSets.
isUpgradeRequired() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.UPGRADE_REQUIRED (426).
isUploadTempDirSpecified() - 类 中的方法org.springframework.web.multipart.commons.CommonsFileUploadSupport
Return the temporary directory where uploaded files get stored.
isUpsert() - 类 中的方法org.springframework.data.redis.connection.ReactiveHashCommands.HSetCommand
 
isUpsert() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand
 
isUriTooLong() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.REQUEST_URI_TOO_LONG (414).
isUrl(String) - 类 中的静态方法org.springframework.util.ResourceUtils
Return whether the given resource location is a URL: either a special "classpath" pseudo URL or a standard URL.
isUrlDecode() - 类 中的方法org.springframework.web.util.UrlPathHelper
Whether to decode the request URI when determining the lookup path.
isUrlRequired() - 类 中的方法org.springframework.web.servlet.view.AbstractUrlBasedView
Return whether the 'url' property is required.
isUseCacheControlHeader() - 类 中的方法org.springframework.web.servlet.support.WebContentGenerator
已过时。
isUseCacheControlNoStore() - 类 中的方法org.springframework.web.servlet.support.WebContentGenerator
已过时。
isUseExpiresHeader() - 类 中的方法org.springframework.web.servlet.support.WebContentGenerator
已过时。
isUseNotAcceptableStatusCode() - 类 中的方法org.springframework.web.servlet.view.ContentNegotiatingViewResolver
Whether to return HTTP Status 406 if no suitable is found.
isUsePooling() - 接口 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration
 
isUseProxy() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
已过时。
matching the deprecation of HttpStatus.USE_PROXY
isUseRegisteredExtensionsOnly() - 类 中的方法org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
 
isUseRegisteredSuffixPatternMatch() - 类 中的方法org.springframework.web.servlet.config.annotation.PathMatchConfigurer
 
isUserInRole(String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
isUserInRole(String) - 类 中的方法org.springframework.web.context.request.FacesWebRequest
 
isUserInRole(String) - 类 中的方法org.springframework.web.context.request.ServletWebRequest
 
isUserInRole(String) - 接口 中的方法org.springframework.web.context.request.WebRequest
Determine whether the user is in the given role for this request.
isUserLevelMethod(Method) - 类 中的静态方法org.springframework.util.ClassUtils
Determine whether the given method is declared by the user or at least pointing to a user-declared method.
isUseSoapAction() - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Return the "soapaction.use" flag to specify on the stub.
isUseSqlStateForTranslation() - 类 中的方法org.springframework.jdbc.support.SQLErrorCodes
 
isUseSsl() - 接口 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration
 
isUseSsl() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Returns whether to use SSL.
isUseSsl() - 接口 中的方法org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration
 
isUseSsl() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Returns whether to use SSL.
isUseStrictCasing() - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Return whether strict casing for attributes is enabled.
isUseSuffixPatternMatch() - 类 中的方法org.springframework.web.servlet.config.annotation.PathMatchConfigurer
 
isUseTrailingSlashMatch() - 类 中的方法org.springframework.web.servlet.config.annotation.PathMatchConfigurer
 
isValid(byte[]) - 类 中的静态方法org.springframework.data.redis.core.convert.MappingRedisConverter.BinaryKeyspaceIdentifier
Check whether the key is valid, in particular whether the key contains a keyspace and an id part in the form of keyspace:id.
isValid(String) - 类 中的静态方法org.springframework.data.redis.core.convert.MappingRedisConverter.KeyspaceIdentifier
Check whether the key is valid, in particular whether the key contains a keyspace and an id part in the form of keyspace:id.
isValid() - 类 中的方法org.xmlunit.validation.ValidationResult
Has the validation been successful?
isValidateAddresses() - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Return whether this helper will validate all addresses passed to it.
isValidateExistingTransaction() - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Return whether existing transactions should be validated before participating in them.
isValidDynamicAttribute(String, Object) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
Flags "type" as an illegal dynamic attribute.
isValidDynamicAttribute(String, Object) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Whether the given name-value pair is a valid dynamic attribute.
isValidDynamicAttribute(String, Object) - 类 中的方法org.springframework.web.servlet.tags.form.HiddenInputTag
Flags "type" as an illegal dynamic attribute.
isValidDynamicAttribute(String, Object) - 类 中的方法org.springframework.web.servlet.tags.form.InputTag
Flags type="checkbox" and type="radio" as illegal dynamic attributes.
isValidDynamicAttribute(String, Object) - 类 中的方法org.springframework.web.servlet.tags.form.PasswordInputTag
Flags "type" as an illegal dynamic attribute.
isValidExpression(String) - 类 中的静态方法org.springframework.scheduling.support.CronSequenceGenerator
Determine whether the specified expression represents a valid cron pattern.
isValidJsonpQueryParam(String) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.AbstractJsonpResponseBodyAdvice
已过时。
Validate the jsonp query parameter value.
isValidJsonpQueryParam(String) - 类 中的方法org.springframework.web.servlet.view.json.MappingJackson2JsonView
已过时。
Will be removed as of Spring Framework 5.1, use CORS instead.
isValidOrigin(HttpRequest, Collection<String>) - 类 中的静态方法org.springframework.web.util.WebUtils
Check the given request origin against a list of allowed origins.
isVariantAlsoNegotiates() - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the response status code is HttpStatus.VARIANT_ALSO_NEGOTIATES (506).
isVerifyPeer() - 接口 中的方法org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration
 
isVerifyPeer() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Returns whether to verify certificate validity/hostname check when SSL is used.
isViewReference() - 类 中的方法org.springframework.web.method.support.ModelAndViewContainer
Whether the view is a view reference specified via a name to be resolved by the DispatcherServlet via a ViewResolver.
isVisible(Class<?>, ClassLoader) - 类 中的静态方法org.springframework.util.ClassUtils
Check whether the given class is visible in the given ClassLoader.
isVoid() - 接口 中的方法org.springframework.transaction.support.ResourceHolder
Determine whether this holder is considered as 'void', i.e. as a leftover from a previous thread.
isVoid() - 类 中的方法org.springframework.transaction.support.ResourceHolderSupport
 
isVoid() - 类 中的方法org.springframework.web.method.HandlerMethod
Return true if the method return type is void, false otherwise.
isWarnEnabled() - 接口 中的方法reactor.util.Logger
Is the logger instance enabled for the WARN level?
isWildcardSubtype() - 类 中的方法org.springframework.util.MimeType
Indicates whether the subtype is the wildcard character * or the wildcard character followed by a suffix (e.g.
isWildcardType() - 类 中的方法org.springframework.util.MimeType
Indicates whether the type is the wildcard character * or not.
isWithScores() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByScoreCommand
 
isWithScores() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeCommand
 
isWorthTrying() - 类 中的方法org.springframework.objenesis.SpringObjenesis
Return whether this Objenesis instance is worth trying for instance creation, i.e. whether it hasn't been used yet or is known to work.
isWrapperFor(Class<?>) - 类 中的方法org.springframework.jdbc.datasource.AbstractDataSource
 
isWrapperFor(Class<?>) - 类 中的方法org.springframework.jdbc.datasource.DelegatingDataSource
 
isWrapperFor(Class<?>) - 类 中的方法org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
isWritable(Object) - 类 中的方法org.springframework.expression.common.CompositeStringExpression
 
isWritable(EvaluationContext) - 类 中的方法org.springframework.expression.common.CompositeStringExpression
 
isWritable(EvaluationContext, Object) - 类 中的方法org.springframework.expression.common.CompositeStringExpression
 
isWritable(Object) - 类 中的方法org.springframework.expression.common.LiteralExpression
 
isWritable(EvaluationContext) - 类 中的方法org.springframework.expression.common.LiteralExpression
 
isWritable(EvaluationContext, Object) - 类 中的方法org.springframework.expression.common.LiteralExpression
 
isWritable(Object) - 接口 中的方法org.springframework.expression.Expression
Determine if an expression can be written to, i.e. setValue() can be called.
isWritable(EvaluationContext) - 接口 中的方法org.springframework.expression.Expression
Determine if an expression can be written to, i.e. setValue() can be called.
isWritable(EvaluationContext, Object) - 接口 中的方法org.springframework.expression.Expression
Determine if an expression can be written to, i.e. setValue() can be called.
isWritable(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.CompoundExpression
 
isWritable(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.Indexer
 
isWritable(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.PropertyOrFieldReference
 
isWritable(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.SpelNodeImpl
 
isWritable() - 接口 中的方法org.springframework.expression.spel.ast.ValueRef
Indicates whether calling setValue(Object) is supported.
isWritable() - 类 中的方法org.springframework.expression.spel.ast.ValueRef.NullValueRef
 
isWritable() - 类 中的方法org.springframework.expression.spel.ast.ValueRef.TypedValueHolderValueRef
 
isWritable(ExpressionState) - 类 中的方法org.springframework.expression.spel.ast.VariableReference
 
isWritable(ExpressionState) - 接口 中的方法org.springframework.expression.spel.SpelNode
Determine if this expression node will support a setValue() call.
isWritable(Object) - 类 中的方法org.springframework.expression.spel.standard.SpelExpression
 
isWritable(EvaluationContext) - 类 中的方法org.springframework.expression.spel.standard.SpelExpression
 
isWritable(EvaluationContext, Object) - 类 中的方法org.springframework.expression.spel.standard.SpelExpression
 
isWritable() - 类 中的方法org.yaml.snakeyaml.introspector.MethodProperty
 
isWritable() - 类 中的方法org.yaml.snakeyaml.introspector.Property
 
isWritable() - 类 中的方法org.yaml.snakeyaml.introspector.PropertySubstitute
 
isWritableProperty(String, TypedValue, EvaluationContext) - 类 中的方法org.springframework.expression.spel.ast.PropertyOrFieldReference
 
isWrite() - 枚举 中的方法org.springframework.data.redis.core.RedisCommand
 
isWritePossible() - 类 中的方法org.springframework.http.server.reactive.AbstractListenerWriteFlushProcessor
Whether writing/flushing is possible.
isWritePossible() - 类 中的方法org.springframework.http.server.reactive.AbstractListenerWriteProcessor
Whether writing is possible.
isWriterAccessAllowed() - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
Return whether MockHttpServletResponse.getOutputStream() access is allowed.
isWriteWeakETag() - 类 中的方法org.springframework.web.filter.ShallowEtagHeaderFilter
Return whether the ETag value written to the response should be weak, as per RFC 7232.
isXopPackage() - 接口 中的方法org.springframework.oxm.mime.MimeContainer
Indicate whether this container is a XOP package.
IterableNodeList - org.xmlunit.util中的类
Provides an iterable view to a NodeList, the Iterator that can be obtained from this Iterable will be read-only.
IterableNodeList(NodeList) - 类 的构造器org.xmlunit.util.IterableNodeList
 
iterator() - 类 中的方法org.springframework.data.redis.connection.util.ByteArraySet
 
iterator() - 类 中的方法org.springframework.data.redis.core.ScanIteration
 
iterator() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
iterator() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisSet
 
iterator() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisZSet
 
iterator() - 类 中的方法org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragments
 
iterator() - 接口 中的方法org.springframework.data.repository.query.ParameterAccessor
Returns an iterator over all bindable parameters.
iterator() - 类 中的方法org.springframework.data.repository.query.Parameters
 
iterator() - 类 中的方法org.springframework.data.repository.query.ParametersParameterAccessor
 
iterator() - 类 中的方法org.springframework.data.repository.query.parser.PartTree
 
iterator() - 类 中的方法org.springframework.data.repository.query.parser.PartTree.OrPart
 
iterator() - 类 中的方法org.springframework.data.repository.support.Repositories
 
iterator() - 类 中的方法org.springframework.util.AutoPopulatingList
 
iterator() - 类 中的方法org.xmlunit.util.IterableNodeList
 
iterator() - 接口 中的方法reactor.core.Fuseable.QueueSubscription
 
iterator() - 类 中的方法reactor.util.function.Tuple2
 

J

Jackson2CodecSupport - org.springframework.http.codec.json中的类
Base class providing support methods for Jackson 2.9 encoding and decoding.
Jackson2CodecSupport(ObjectMapper, MimeType...) - 类 的构造器org.springframework.http.codec.json.Jackson2CodecSupport
Constructor with a Jackson ObjectMapper to use.
Jackson2HashMapper - org.springframework.data.redis.hash中的类
ObjectMapper based HashMapper implementation that allows flattening.
Jackson2HashMapper(boolean) - 类 的构造器org.springframework.data.redis.hash.Jackson2HashMapper
Creates new Jackson2HashMapper with default ObjectMapper.
Jackson2HashMapper(ObjectMapper, boolean) - 类 的构造器org.springframework.data.redis.hash.Jackson2HashMapper
Creates new Jackson2HashMapper.
jackson2JsonDecoder(Decoder<?>) - 接口 中的方法org.springframework.http.codec.CodecConfigurer.DefaultCodecs
Override the default Jackson JSON Decoder.
Jackson2JsonDecoder - org.springframework.http.codec.json中的类
Decode a byte stream into JSON and convert to Object's with Jackson 2.9, leveraging non-blocking parsing.
Jackson2JsonDecoder() - 类 的构造器org.springframework.http.codec.json.Jackson2JsonDecoder
 
Jackson2JsonDecoder(ObjectMapper, MimeType...) - 类 的构造器org.springframework.http.codec.json.Jackson2JsonDecoder
 
jackson2JsonEncoder(Encoder<?>) - 接口 中的方法org.springframework.http.codec.CodecConfigurer.DefaultCodecs
Override the default Jackson JSON Encoder.
Jackson2JsonEncoder - org.springframework.http.codec.json中的类
Encode from an Object stream to a byte stream of JSON objects using Jackson 2.9.
Jackson2JsonEncoder() - 类 的构造器org.springframework.http.codec.json.Jackson2JsonEncoder
 
Jackson2JsonEncoder(ObjectMapper, MimeType...) - 类 的构造器org.springframework.http.codec.json.Jackson2JsonEncoder
 
Jackson2JsonRedisSerializer<T> - org.springframework.data.redis.serializer中的类
RedisSerializer that can read and write JSON using Jackson's and Jackson Databind ObjectMapper.
Jackson2JsonRedisSerializer(Class<T>) - 类 的构造器org.springframework.data.redis.serializer.Jackson2JsonRedisSerializer
Creates a new Jackson2JsonRedisSerializer for the given target Class.
Jackson2JsonRedisSerializer(JavaType) - 类 的构造器org.springframework.data.redis.serializer.Jackson2JsonRedisSerializer
Creates a new Jackson2JsonRedisSerializer for the given target JavaType.
Jackson2ObjectMapperBuilder - org.springframework.http.converter.json中的类
A builder used to create ObjectMapper instances with a fluent API.
Jackson2ObjectMapperBuilder() - 类 的构造器org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
 
Jackson2ObjectMapperFactoryBean - org.springframework.http.converter.json中的类
A FactoryBean for creating a Jackson 2.x ObjectMapper (default) or XmlMapper (createXmlMapper property set to true) with setters to enable or disable Jackson features from within XML configuration.
Jackson2ObjectMapperFactoryBean() - 类 的构造器org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
Jackson2RepositoryPopulatorFactoryBean - org.springframework.data.repository.init中的类
Jackson2RepositoryPopulatorFactoryBean() - 类 的构造器org.springframework.data.repository.init.Jackson2RepositoryPopulatorFactoryBean
 
Jackson2ResourceReader - org.springframework.data.repository.init中的类
A ResourceReader using Jackson to read JSON into objects.
Jackson2ResourceReader() - 类 的构造器org.springframework.data.repository.init.Jackson2ResourceReader
Creates a new Jackson2ResourceReader.
Jackson2ResourceReader(ObjectMapper) - 类 的构造器org.springframework.data.repository.init.Jackson2ResourceReader
Creates a new Jackson2ResourceReader using the given ObjectMapper.
Jackson2SmileDecoder - org.springframework.http.codec.json中的类
Decode a byte stream into Smile and convert to Object's with Jackson 2.9, leveraging non-blocking parsing.
Jackson2SmileDecoder() - 类 的构造器org.springframework.http.codec.json.Jackson2SmileDecoder
 
Jackson2SmileDecoder(ObjectMapper, MimeType...) - 类 的构造器org.springframework.http.codec.json.Jackson2SmileDecoder
 
Jackson2SmileEncoder - org.springframework.http.codec.json中的类
Encode from an Object stream to a byte stream of Smile objects using Jackson 2.9.
Jackson2SmileEncoder() - 类 的构造器org.springframework.http.codec.json.Jackson2SmileEncoder
 
Jackson2SmileEncoder(ObjectMapper, MimeType...) - 类 的构造器org.springframework.http.codec.json.Jackson2SmileEncoder
 
jacksonGeoModule() - 类 中的方法org.springframework.data.web.config.SpringDataJacksonConfiguration
 
JAR_FILE_EXTENSION - 类 中的静态变量org.springframework.util.ResourceUtils
File extension for a regular jar file: ".jar"
JAR_URL_PREFIX - 类 中的静态变量org.springframework.util.ResourceUtils
URL prefix for loading from a jar file: "jar:"
JAR_URL_SEPARATOR - 类 中的静态变量org.springframework.util.ResourceUtils
Separator between JAR URL and file path within the JAR: "!
JavaMailSender - org.springframework.mail.javamail中的接口
Extended MailSender interface for JavaMail, supporting MIME messages both as direct arguments and through preparation callbacks.
JavaMailSenderImpl - org.springframework.mail.javamail中的类
Production implementation of the JavaMailSender interface, supporting both JavaMail MimeMessages and Spring SimpleMailMessages.
JavaMailSenderImpl() - 类 的构造器org.springframework.mail.javamail.JavaMailSenderImpl
Create a new instance of the JavaMailSenderImpl class.
javascriptEnabled(boolean) - 类 中的方法org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder
Specify whether JavaScript should be enabled.
javaScriptEscape(String) - 类 中的静态方法org.springframework.web.util.JavaScriptUtils
Turn JavaScript special characters into escaped characters.
JavaScriptUtils - org.springframework.web.util中的类
Utility class for JavaScript escaping.
JavaScriptUtils() - 类 的构造器org.springframework.web.util.JavaScriptUtils
 
javaTypeToSqlParameterType(Class<?>) - 类 中的静态方法org.springframework.jdbc.core.StatementCreatorUtils
Derive a default SQL type from the given Java type.
Jaxb2CollectionHttpMessageConverter<T extends Collection> - org.springframework.http.converter.xml中的类
An HttpMessageConverter that can read XML collections using JAXB2.
Jaxb2CollectionHttpMessageConverter() - 类 的构造器org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
 
Jaxb2Marshaller - org.springframework.oxm.jaxb中的类
Implementation of the GenericMarshaller interface for JAXB 2.2.
Jaxb2Marshaller() - 类 的构造器org.springframework.oxm.jaxb.Jaxb2Marshaller
 
Jaxb2RootElementHttpMessageConverter - org.springframework.http.converter.xml中的类
Implementation of HttpMessageConverter that can read and write XML using JAXB2.
Jaxb2RootElementHttpMessageConverter() - 类 的构造器org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
 
Jaxb2XmlDecoder - org.springframework.http.codec.xml中的类
Decode from a bytes stream containing XML elements to a stream of Objects (POJOs).
Jaxb2XmlDecoder() - 类 的构造器org.springframework.http.codec.xml.Jaxb2XmlDecoder
 
Jaxb2XmlEncoder - org.springframework.http.codec.xml中的类
Encode from Object stream to a byte stream containing XML elements.
Jaxb2XmlEncoder() - 类 的构造器org.springframework.http.codec.xml.Jaxb2XmlEncoder
 
JaxbBuilder - org.xmlunit.builder中的类
Input.Builder for Jaxb-Object and creating a JAXBSource.
JaxbBuilder(Object) - 类 的构造器org.xmlunit.builder.JaxbBuilder
Creates a builder based on the given object.
JAXPValidator - org.xmlunit.validation中的类
Validator using the javax.xml.validation namespace.
JAXPValidator(String) - 类 的构造器org.xmlunit.validation.JAXPValidator
 
JAXPValidator(String, SchemaFactory) - 类 的构造器org.xmlunit.validation.JAXPValidator
 
JAXPXPathEngine - org.xmlunit.xpath中的类
Simplified access to JAXP's XPath API.
JAXPXPathEngine(XPathFactory) - 类 的构造器org.xmlunit.xpath.JAXPXPathEngine
 
JAXPXPathEngine() - 类 的构造器org.xmlunit.xpath.JAXPXPathEngine
Create an XPathEngine that uses JAXP's default XPathFactory under the covers.
JaxWsPortClientInterceptor - org.springframework.remoting.jaxws中的类
MethodInterceptor for accessing a specific port of a JAX-WS service.
JaxWsPortClientInterceptor() - 类 的构造器org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
JaxWsPortProxyFactoryBean - org.springframework.remoting.jaxws中的类
FactoryBean for a specific port of a JAX-WS service.
JaxWsPortProxyFactoryBean() - 类 的构造器org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean
 
JaxWsSoapFaultException - org.springframework.remoting.jaxws中的异常错误
Spring SoapFaultException adapter for the JAX-WS SOAPFaultException class.
JaxWsSoapFaultException(SOAPFaultException) - 异常错误 的构造器org.springframework.remoting.jaxws.JaxWsSoapFaultException
Constructor for JaxWsSoapFaultException.
JBossLoadTimeWeaver - org.springframework.instrument.classloading.jboss中的类
LoadTimeWeaver implementation for JBoss's instrumentable ClassLoader.
JBossLoadTimeWeaver() - 类 的构造器org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
Create a new instance of the JBossLoadTimeWeaver class using the default class loader.
JBossLoadTimeWeaver(ClassLoader) - 类 的构造器org.springframework.instrument.classloading.jboss.JBossLoadTimeWeaver
Create a new instance of the JBossLoadTimeWeaver class using the supplied ClassLoader.
Jdbc4SqlXmlHandler - org.springframework.jdbc.support.xml中的类
Default implementation of the SqlXmlHandler interface.
Jdbc4SqlXmlHandler() - 类 的构造器org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
JdbcAccessor - org.springframework.jdbc.support中的类
Base class for JdbcTemplate and other JDBC-accessing DAO helpers, defining common properties such as DataSource and exception translator.
JdbcAccessor() - 类 的构造器org.springframework.jdbc.support.JdbcAccessor
 
JdbcBeanDefinitionReader - org.springframework.jdbc.core.support中的类
Bean definition reader that reads values from a database table, based on a given SQL statement.
JdbcBeanDefinitionReader(BeanDefinitionRegistry) - 类 的构造器org.springframework.jdbc.core.support.JdbcBeanDefinitionReader
Create a new JdbcBeanDefinitionReader for the given bean factory, using a default PropertiesBeanDefinitionReader underneath.
JdbcBeanDefinitionReader(PropertiesBeanDefinitionReader) - 类 的构造器org.springframework.jdbc.core.support.JdbcBeanDefinitionReader
Create a new JdbcBeanDefinitionReader that delegates to the given PropertiesBeanDefinitionReader underneath.
JdbcDaoSupport - org.springframework.jdbc.core.support中的类
Convenient super class for JDBC-based data access objects.
JdbcDaoSupport() - 类 的构造器org.springframework.jdbc.core.support.JdbcDaoSupport
 
JdbcNamespaceHandler - org.springframework.jdbc.config中的类
NamespaceHandler for JDBC configuration namespace.
JdbcNamespaceHandler() - 类 的构造器org.springframework.jdbc.config.JdbcNamespaceHandler
 
JdbcOperations - org.springframework.jdbc.core中的接口
Interface specifying a basic set of JDBC operations.
JdbcTemplate - org.springframework.jdbc.core中的类
This is the central class in the JDBC core package.
JdbcTemplate() - 类 的构造器org.springframework.jdbc.core.JdbcTemplate
Construct a new JdbcTemplate for bean usage.
JdbcTemplate(DataSource) - 类 的构造器org.springframework.jdbc.core.JdbcTemplate
Construct a new JdbcTemplate, given a DataSource to obtain connections from.
JdbcTemplate(DataSource, boolean) - 类 的构造器org.springframework.jdbc.core.JdbcTemplate
Construct a new JdbcTemplate, given a DataSource to obtain connections from.
jdbcTemplate - 类 中的变量org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
The JdbcTemplate that this base class manages, available to subclasses.
jdbcTemplate - 类 中的变量org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
The JdbcTemplate that this base class manages, available to subclasses.
JdbcTestUtils - org.springframework.test.jdbc中的类
JdbcTestUtils is a collection of JDBC related utility functions intended to simplify standard database testing scenarios.
JdbcTestUtils() - 类 的构造器org.springframework.test.jdbc.JdbcTestUtils
 
JdbcTransactionObjectSupport - org.springframework.jdbc.datasource中的类
Convenient base class for JDBC-aware transaction objects.
JdbcTransactionObjectSupport() - 类 的构造器org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
JdbcUpdateAffectedIncorrectNumberOfRowsException - org.springframework.jdbc中的异常错误
Exception thrown when a JDBC update affects an unexpected number of rows.
JdbcUpdateAffectedIncorrectNumberOfRowsException(String, int, int) - 异常错误 的构造器org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
Constructor for JdbcUpdateAffectedIncorrectNumberOfRowsException.
JdbcUtils - org.springframework.jdbc.support中的类
Generic utility methods for working with JDBC.
JdbcUtils() - 类 的构造器org.springframework.jdbc.support.JdbcUtils
 
JdkFlowAdapter - reactor.adapter中的类
Convert a Java 9+ Flow.Publisher to/from a Reactive Streams Publisher.
JdkIdGenerator - org.springframework.util中的类
JdkIdGenerator() - 类 的构造器org.springframework.util.JdkIdGenerator
 
JdkSerializationRedisSerializer - org.springframework.data.redis.serializer中的类
Java Serialization Redis serializer.
JdkSerializationRedisSerializer() - 类 的构造器org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
Creates a new JdkSerializationRedisSerializer using the default class loader.
JdkSerializationRedisSerializer(ClassLoader) - 类 的构造器org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
JdkSerializationRedisSerializer(Converter<Object, byte[]>, Converter<byte[], Object>) - 类 的构造器org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
Creates a new JdkSerializationRedisSerializer using a converters to serialize and deserialize objects.
JedisClientConfiguration - org.springframework.data.redis.connection.jedis中的接口
Redis client configuration for jedis.
JedisClientConfiguration.DefaultJedisClientConfigurationBuilder - org.springframework.data.redis.connection.jedis中的类
JedisClientConfiguration.JedisClientConfigurationBuilder - org.springframework.data.redis.connection.jedis中的接口
JedisClientConfiguration.JedisPoolingClientConfigurationBuilder - org.springframework.data.redis.connection.jedis中的接口
Builder for Pooling-related JedisClientConfiguration.
JedisClientConfiguration.JedisSslClientConfigurationBuilder - org.springframework.data.redis.connection.jedis中的接口
Builder for SSL-related JedisClientConfiguration.
JedisClusterConnection - org.springframework.data.redis.connection.jedis中的类
RedisClusterConnection implementation on top of JedisCluster.
JedisClusterConnection(JedisCluster) - 类 的构造器org.springframework.data.redis.connection.jedis.JedisClusterConnection
Create new JedisClusterConnection utilizing native connections via JedisCluster.
JedisClusterConnection(JedisCluster, ClusterCommandExecutor) - 类 的构造器org.springframework.data.redis.connection.jedis.JedisClusterConnection
Create new JedisClusterConnection utilizing native connections via JedisCluster running commands across the cluster via given ClusterCommandExecutor.
JedisClusterConnection.JedisClusterCommandCallback<T> - org.springframework.data.redis.connection.jedis中的接口
Jedis specific ClusterCommandExecutor.ClusterCommandCallback.
JedisClusterConnection.JedisMultiKeyClusterCommandCallback<T> - org.springframework.data.redis.connection.jedis中的接口
Jedis specific ClusterCommandExecutor.MultiKeyClusterCommandCallback.
JedisConnection - org.springframework.data.redis.connection.jedis中的类
RedisConnection implementation on top of Jedis library.
JedisConnection(Jedis) - 类 的构造器org.springframework.data.redis.connection.jedis.JedisConnection
Constructs a new JedisConnection instance.
JedisConnection(Jedis, Pool<Jedis>, int) - 类 的构造器org.springframework.data.redis.connection.jedis.JedisConnection
Constructs a new JedisConnection instance backed by a jedis pool.
JedisConnection(Jedis, Pool<Jedis>, int, String) - 类 的构造器org.springframework.data.redis.connection.jedis.JedisConnection
Constructs a new JedisConnection instance backed by a jedis pool.
JedisConnectionFactory - org.springframework.data.redis.connection.jedis中的类
Connection factory creating Jedis based connections.
JedisConnectionFactory() - 类 的构造器org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Constructs a new JedisConnectionFactory instance with default settings (default connection pooling, no shard information).
JedisConnectionFactory(JedisShardInfo) - 类 的构造器org.springframework.data.redis.connection.jedis.JedisConnectionFactory
已过时。
since 2.0, configure Jedis with JedisClientConfiguration and RedisStandaloneConfiguration.
JedisConnectionFactory(JedisPoolConfig) - 类 的构造器org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Constructs a new JedisConnectionFactory instance using the given pool configuration.
JedisConnectionFactory(RedisSentinelConfiguration, JedisPoolConfig) - 类 的构造器org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Constructs a new JedisConnectionFactory instance using the given JedisPoolConfig applied to JedisSentinelPool.
JedisConnectionFactory(RedisClusterConfiguration, JedisPoolConfig) - 类 的构造器org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Constructs a new JedisConnectionFactory instance using the given RedisClusterConfiguration applied to create a JedisCluster.
JedisConnectionFactory(RedisStandaloneConfiguration, JedisClientConfiguration) - 类 的构造器org.springframework.data.redis.connection.jedis.JedisConnectionFactory
JedisConverters - org.springframework.data.redis.connection.jedis中的类
Jedis type converters.
JedisConverters() - 类 的构造器org.springframework.data.redis.connection.jedis.JedisConverters
 
JedisExceptionConverter - org.springframework.data.redis.connection.jedis中的类
Converts Exceptions thrown from Jedis to DataAccessExceptions
JedisExceptionConverter() - 类 的构造器org.springframework.data.redis.connection.jedis.JedisExceptionConverter
 
JedisScriptReturnConverter - org.springframework.data.redis.connection.jedis中的类
Converts the value returned by Jedis script eval to the expected ReturnType
JedisScriptReturnConverter(ReturnType) - 类 的构造器org.springframework.data.redis.connection.jedis.JedisScriptReturnConverter
 
JedisSentinelConnection - org.springframework.data.redis.connection.jedis中的类
 
JedisSentinelConnection(RedisNode) - 类 的构造器org.springframework.data.redis.connection.jedis.JedisSentinelConnection
 
JedisSentinelConnection(String, int) - 类 的构造器org.springframework.data.redis.connection.jedis.JedisSentinelConnection
 
JedisSentinelConnection(Jedis) - 类 的构造器org.springframework.data.redis.connection.jedis.JedisSentinelConnection
 
JedisUtils - org.springframework.data.redis.connection.jedis中的类
已过时。
JedisUtils() - 类 的构造器org.springframework.data.redis.connection.jedis.JedisUtils
已过时。
 
jedisVersion() - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisVersionUtil
 
JedisVersionUtil - org.springframework.data.redis.connection.jedis中的类
 
JedisVersionUtil() - 类 的构造器org.springframework.data.redis.connection.jedis.JedisVersionUtil
 
JeeNamespaceHandler - org.springframework.ejb.config中的类
NamespaceHandler for the 'jee' namespace.
JeeNamespaceHandler() - 类 的构造器org.springframework.ejb.config.JeeNamespaceHandler
 
JettyHttpHandlerAdapter - org.springframework.http.server.reactive中的类
ServletHttpHandlerAdapter extension that uses Jetty APIs for writing to the response with ByteBuffer.
JettyHttpHandlerAdapter(HttpHandler) - 类 的构造器org.springframework.http.server.reactive.JettyHttpHandlerAdapter
 
JibxMarshaller - org.springframework.oxm.jibx中的类
Implementation of the Marshaller and Unmarshaller interfaces for JiBX.
JibxMarshaller() - 类 的构造器org.springframework.oxm.jibx.JibxMarshaller
 
JmxAttributeSource - org.springframework.jmx.export.metadata中的接口
Interface used by the MetadataMBeanInfoAssembler to read source-level metadata from a managed resource's class.
JmxException - org.springframework.jmx中的异常错误
General base exception to be thrown on JMX errors.
JmxException(String) - 异常错误 的构造器org.springframework.jmx.JmxException
Constructor for JmxException.
JmxException(String, Throwable) - 异常错误 的构造器org.springframework.jmx.JmxException
Constructor for JmxException.
JmxMetadataUtils - org.springframework.jmx.export.metadata中的类
Utility methods for converting Spring JMX metadata into their plain JMX equivalents.
JmxMetadataUtils() - 类 的构造器org.springframework.jmx.export.metadata.JmxMetadataUtils
 
JmxUtils - org.springframework.jmx.support中的类
Collection of generic utility methods to support Spring JMX.
JmxUtils() - 类 的构造器org.springframework.jmx.support.JmxUtils
 
JNDI_PROPERTY_SOURCE_NAME - 类 中的静态变量org.springframework.web.context.support.StandardServletEnvironment
JNDI property source name: "jndiProperties"
JndiAccessor - org.springframework.jndi中的类
Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties.
JndiAccessor() - 类 的构造器org.springframework.jndi.JndiAccessor
 
JndiCallback<T> - org.springframework.jndi中的接口
Callback interface to be implemented by classes that need to perform an operation (such as a lookup) in a JNDI context.
JndiDataSourceLookup - org.springframework.jdbc.datasource.lookup中的类
JNDI-based DataSourceLookup implementation.
JndiDataSourceLookup() - 类 的构造器org.springframework.jdbc.datasource.lookup.JndiDataSourceLookup
 
JndiLocatorDelegate - org.springframework.jndi中的类
JndiLocatorSupport subclass with public lookup methods, for convenient use as a delegate.
JndiLocatorDelegate() - 类 的构造器org.springframework.jndi.JndiLocatorDelegate
 
JndiLocatorSupport - org.springframework.jndi中的类
Convenient superclass for classes that can locate any number of JNDI objects.
JndiLocatorSupport() - 类 的构造器org.springframework.jndi.JndiLocatorSupport
 
JndiLookupFailureException - org.springframework.jndi中的异常错误
RuntimeException to be thrown in case of JNDI lookup failures, in particular from code that does not declare JNDI's checked NamingException: for example, from Spring's JndiObjectTargetSource.
JndiLookupFailureException(String, NamingException) - 异常错误 的构造器org.springframework.jndi.JndiLookupFailureException
Construct a new JndiLookupFailureException, wrapping the given JNDI NamingException.
JndiObjectFactoryBean - org.springframework.jndi中的类
FactoryBean that looks up a JNDI object.
JndiObjectFactoryBean() - 类 的构造器org.springframework.jndi.JndiObjectFactoryBean
 
JndiObjectLocator - org.springframework.jndi中的类
Convenient superclass for JNDI-based service locators, providing configurable lookup of a specific JNDI resource.
JndiObjectLocator() - 类 的构造器org.springframework.jndi.JndiObjectLocator
 
JndiObjectTargetSource - org.springframework.jndi中的类
AOP TargetSource that provides configurable JNDI lookups for getTarget() calls.
JndiObjectTargetSource() - 类 的构造器org.springframework.jndi.JndiObjectTargetSource
 
JndiPropertySource - org.springframework.jndi中的类
PropertySource implementation that reads properties from an underlying Spring JndiLocatorDelegate.
JndiPropertySource(String) - 类 的构造器org.springframework.jndi.JndiPropertySource
Create a new JndiPropertySource with the given name and a JndiLocatorDelegate configured to prefix any names with "java:comp/env/".
JndiPropertySource(String, JndiLocatorDelegate) - 类 的构造器org.springframework.jndi.JndiPropertySource
Create a new JndiPropertySource with the given name and the given JndiLocatorDelegate.
JndiRmiClientInterceptor - org.springframework.remoting.rmi中的类
MethodInterceptor for accessing RMI services from JNDI.
JndiRmiClientInterceptor() - 类 的构造器org.springframework.remoting.rmi.JndiRmiClientInterceptor
 
JndiRmiProxyFactoryBean - org.springframework.remoting.rmi中的类
FactoryBean for RMI proxies from JNDI.
JndiRmiProxyFactoryBean() - 类 的构造器org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
 
JndiRmiServiceExporter - org.springframework.remoting.rmi中的类
Service exporter which binds RMI services to JNDI.
JndiRmiServiceExporter() - 类 的构造器org.springframework.remoting.rmi.JndiRmiServiceExporter
 
JndiTemplate - org.springframework.jndi中的类
Helper class that simplifies JNDI operations.
JndiTemplate() - 类 的构造器org.springframework.jndi.JndiTemplate
Create a new JndiTemplate instance.
JndiTemplate(Properties) - 类 的构造器org.springframework.jndi.JndiTemplate
Create a new JndiTemplate instance, using the given environment.
JndiTemplateEditor - org.springframework.jndi中的类
Properties editor for JndiTemplate objects.
JndiTemplateEditor() - 类 的构造器org.springframework.jndi.JndiTemplateEditor
 
JobDetailFactoryBean - org.springframework.scheduling.quartz中的类
A Spring FactoryBean for creating a Quartz org.quartz.JobDetail instance, supporting bean-style usage for JobDetail configuration.
JobDetailFactoryBean() - 类 的构造器org.springframework.scheduling.quartz.JobDetailFactoryBean
 
JobMethodInvocationFailedException - org.springframework.scheduling.quartz中的异常错误
Unchecked exception that wraps an exception thrown from a target method.
JobMethodInvocationFailedException(MethodInvoker, Throwable) - 异常错误 的构造器org.springframework.scheduling.quartz.JobMethodInvocationFailedException
Constructor for JobMethodInvocationFailedException.
JodaDateTimeFormatAnnotationFormatterFactory - org.springframework.format.datetime.joda中的类
Formats fields annotated with the DateTimeFormat annotation using Joda-Time.
JodaDateTimeFormatAnnotationFormatterFactory() - 类 的构造器org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
 
JodaTimeContext - org.springframework.format.datetime.joda中的类
A context that holds user-specific Joda-Time settings such as the user's Chronology (calendar system) and time zone.
JodaTimeContext() - 类 的构造器org.springframework.format.datetime.joda.JodaTimeContext
 
JodaTimeContextHolder - org.springframework.format.datetime.joda中的类
A holder for a thread-local JodaTimeContext with user-specific Joda-Time settings.
JodaTimeContextHolder() - 类 的构造器org.springframework.format.datetime.joda.JodaTimeContextHolder
 
JodaTimeFormatterRegistrar - org.springframework.format.datetime.joda中的类
Configures Joda-Time's formatting system for use with Spring.
JodaTimeFormatterRegistrar() - 类 的构造器org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
 
join(Publisher<? extends TRight>, Function<? super T, ? extends Publisher<TLeftEnd>>, Function<? super TRight, ? extends Publisher<TRightEnd>>, BiFunction<? super T, ? super TRight, ? extends R>) - 类 中的方法reactor.core.publisher.Flux
Map values from two Publishers into time windows and emit combination of values in case their windows overlap.
json() - 类 中的静态方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Obtain a Jackson2ObjectMapperBuilder instance in order to build a regular JSON ObjectMapper instance.
json(String) - 类 中的方法org.springframework.test.web.client.match.ContentRequestMatchers
Parse the expected and actual strings as JSON and assert the two are "similar" - i.e. they contain the same attribute-value pairs regardless of formatting with a lenient checking (extensible, and non-strict array ordering).
json(String, boolean) - 类 中的方法org.springframework.test.web.client.match.ContentRequestMatchers
Parse the request body and the given string as JSON and assert the two are "similar" - i.e. they contain the same attribute-value pairs regardless of formatting.
json(String) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.BodyContentSpec
Parse the expected and actual response content as JSON and perform a "lenient" comparison verifying the same attribute-value pairs.
json(String) - 类 中的方法org.springframework.test.web.servlet.result.ContentResultMatchers
Parse the expected and actual strings as JSON and assert the two are "similar" - i.e. they contain the same attribute-value pairs regardless of formatting with a lenient checking (extensible, and non-strict array ordering).
json(String, boolean) - 类 中的方法org.springframework.test.web.servlet.result.ContentResultMatchers
Parse the response content and the given string as JSON and assert the two are "similar" - i.e. they contain the same attribute-value pairs regardless of formatting.
JSON_VIEW_HINT - 类 中的静态变量org.springframework.http.codec.json.Jackson2CodecSupport
The key for the hint to specify a "JSON View" for encoding or decoding with the value expected to be a Class.
JsonbHttpMessageConverter - org.springframework.http.converter.json中的类
Implementation of HttpMessageConverter that can read and write JSON using the JSON Binding API.
JsonbHttpMessageConverter() - 类 的构造器org.springframework.http.converter.json.JsonbHttpMessageConverter
Construct a new JsonbHttpMessageConverter with default configuration.
JsonbHttpMessageConverter(JsonbConfig) - 类 的构造器org.springframework.http.converter.json.JsonbHttpMessageConverter
Construct a new JsonbHttpMessageConverter with the given configuration.
JsonbHttpMessageConverter(Jsonb) - 类 的构造器org.springframework.http.converter.json.JsonbHttpMessageConverter
Construct a new JsonbHttpMessageConverter with the given delegate.
JsonExpectationsHelper - org.springframework.test.util中的类
A helper class for assertions on JSON content.
JsonExpectationsHelper() - 类 的构造器org.springframework.test.util.JsonExpectationsHelper
 
JsonPath - org.springframework.data.web中的注释类型
Annotation to explicitly declare a JSON Path expression on a projection interface.
jsonPath(String, Object...) - 类 中的静态方法org.springframework.test.web.client.match.MockRestRequestMatchers
Access to request body matchers using a JsonPath expression to inspect a specific subset of the body.
jsonPath(String, Matcher<T>) - 类 中的静态方法org.springframework.test.web.client.match.MockRestRequestMatchers
Access to request body matchers using a JsonPath expression to inspect a specific subset of the body and a Hamcrest match for asserting the value found at the JSON path.
jsonPath(String, Object...) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.BodyContentSpec
Access to response body assertions using a JsonPath expression to inspect a specific subset of the body.
jsonPath(String, Object...) - 类 中的静态方法org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to response body assertions using a JsonPath expression to inspect a specific subset of the body.
jsonPath(String, Matcher<T>) - 类 中的静态方法org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to response body assertions using a JsonPath expression to inspect a specific subset of the body and a Hamcrest matcher for asserting the value found at the JSON path.
JsonPathAssertions - org.springframework.test.web.reactive.server中的类
JsonPath assertions.
JsonPathExpectationsHelper - org.springframework.test.util中的类
A helper class for applying assertions via JSON path expressions.
JsonPathExpectationsHelper(String, Object...) - 类 的构造器org.springframework.test.util.JsonPathExpectationsHelper
Construct a new JsonPathExpectationsHelper.
JsonPathRequestMatchers - org.springframework.test.web.client.match中的类
Factory for assertions on the request content using JsonPath expressions.
JsonPathRequestMatchers(String, Object...) - 类 的构造器org.springframework.test.web.client.match.JsonPathRequestMatchers
Protected constructor.
JsonPathResultMatchers - org.springframework.test.web.servlet.result中的类
Factory for assertions on the response content using JsonPath expressions.
JsonPathResultMatchers(String, Object...) - 类 的构造器org.springframework.test.web.servlet.result.JsonPathResultMatchers
Protected constructor.
JsonProjectingMethodInterceptorFactory - org.springframework.data.web中的类
MethodInterceptorFactory to create a MethodInterceptor that will
JsonProjectingMethodInterceptorFactory(MappingProvider) - 类 的构造器org.springframework.data.web.JsonProjectingMethodInterceptorFactory
Creates a new JsonProjectingMethodInterceptorFactory using the given ObjectMapper.
JsonViewRequestBodyAdvice - org.springframework.web.servlet.mvc.method.annotation中的类
A RequestBodyAdvice implementation that adds support for Jackson's @JsonView annotation declared on a Spring MVC @HttpEntity or @RequestBody method parameter.
JsonViewRequestBodyAdvice() - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.JsonViewRequestBodyAdvice
 
JsonViewResponseBodyAdvice - org.springframework.web.servlet.mvc.method.annotation中的类
A ResponseBodyAdvice implementation that adds support for Jackson's @JsonView annotation declared on a Spring MVC @RequestMapping or @ExceptionHandler method.
JsonViewResponseBodyAdvice() - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.JsonViewResponseBodyAdvice
 
jsp() - 类 中的方法org.springframework.web.servlet.config.annotation.ViewResolverRegistry
Register JSP view resolver using a default view name prefix of "/WEB-INF/" and a default suffix of ".jsp".
jsp(String, String) - 类 中的方法org.springframework.web.servlet.config.annotation.ViewResolverRegistry
Register JSP view resolver with the specified prefix and suffix.
JspAwareRequestContext - org.springframework.web.servlet.support中的类
JSP-aware (and JSTL-aware) subclass of RequestContext, allowing for population of the context from a javax.servlet.jsp.PageContext.
JspAwareRequestContext(PageContext) - 类 的构造器org.springframework.web.servlet.support.JspAwareRequestContext
Create a new JspAwareRequestContext for the given page context, using the request attributes for Errors retrieval.
JspAwareRequestContext(PageContext, Map<String, Object>) - 类 的构造器org.springframework.web.servlet.support.JspAwareRequestContext
Create a new JspAwareRequestContext for the given page context, using the given model attributes for Errors retrieval.
Jsr310Converters - org.springframework.data.redis.core.convert中的类
Helper class to register JSR-310 specific Converter implementations in case the we're running on Java 8.
Jsr310Converters() - 类 的构造器org.springframework.data.redis.core.convert.Jsr310Converters
 
Jsr310DateTimeFormatAnnotationFormatterFactory - org.springframework.format.datetime.standard中的类
Formats fields annotated with the DateTimeFormat annotation using the JSR-310 java.time package in JDK 8.
Jsr310DateTimeFormatAnnotationFormatterFactory() - 类 的构造器org.springframework.format.datetime.standard.Jsr310DateTimeFormatAnnotationFormatterFactory
 
Jsr354NumberFormatAnnotationFormatterFactory - org.springframework.format.number.money中的类
Formats javax.money.MonetaryAmount fields annotated with Spring's common NumberFormat annotation.
Jsr354NumberFormatAnnotationFormatterFactory() - 类 的构造器org.springframework.format.number.money.Jsr354NumberFormatAnnotationFormatterFactory
 
jstlPresent - 类 中的静态变量org.springframework.web.servlet.support.RequestContext
 
JstlUtils - org.springframework.web.servlet.support中的类
Helper class for preparing JSTL views, in particular for exposing a JSTL localization context.
JstlUtils() - 类 的构造器org.springframework.web.servlet.support.JstlUtils
 
JstlView - org.springframework.web.servlet.view中的类
Specialization of InternalResourceView for JSTL pages, i.e.
JstlView() - 类 的构造器org.springframework.web.servlet.view.JstlView
Constructor for use as a bean.
JstlView(String) - 类 的构造器org.springframework.web.servlet.view.JstlView
Create a new JstlView with the given URL.
JstlView(String, MessageSource) - 类 的构造器org.springframework.web.servlet.view.JstlView
Create a new JstlView with the given URL.
JtaAfterCompletionSynchronization - org.springframework.transaction.jta中的类
Adapter for a JTA Synchronization, invoking the afterCommit / afterCompletion callbacks of Spring TransactionSynchronization objects callbacks after the outer JTA transaction has completed.
JtaAfterCompletionSynchronization(List<TransactionSynchronization>) - 类 的构造器org.springframework.transaction.jta.JtaAfterCompletionSynchronization
Create a new JtaAfterCompletionSynchronization for the given synchronization objects.
JtaTransactionAnnotationParser - org.springframework.transaction.annotation中的类
Strategy implementation for parsing JTA 1.2's Transactional annotation.
JtaTransactionAnnotationParser() - 类 的构造器org.springframework.transaction.annotation.JtaTransactionAnnotationParser
 
JtaTransactionManager - org.springframework.transaction.jta中的类
PlatformTransactionManager implementation for JTA, delegating to a backend JTA provider.
JtaTransactionManager() - 类 的构造器org.springframework.transaction.jta.JtaTransactionManager
Create a new JtaTransactionManager instance, to be configured as bean.
JtaTransactionManager(UserTransaction) - 类 的构造器org.springframework.transaction.jta.JtaTransactionManager
Create a new JtaTransactionManager instance.
JtaTransactionManager(UserTransaction, TransactionManager) - 类 的构造器org.springframework.transaction.jta.JtaTransactionManager
Create a new JtaTransactionManager instance.
JtaTransactionManager(TransactionManager) - 类 的构造器org.springframework.transaction.jta.JtaTransactionManager
Create a new JtaTransactionManager instance.
JtaTransactionManagerBeanDefinitionParser - org.springframework.transaction.config中的类
Parser for the <tx:jta-transaction-manager/> XML configuration element, autodetecting WebLogic and WebSphere servers and exposing the corresponding JtaTransactionManager subclass.
JtaTransactionManagerBeanDefinitionParser() - 类 的构造器org.springframework.transaction.config.JtaTransactionManagerBeanDefinitionParser
 
JtaTransactionManagerFactoryBean - org.springframework.transaction.config中的类
A FactoryBean equivalent to the <tx:jta-transaction-manager/> XML element, autodetecting WebLogic and WebSphere servers and exposing the corresponding JtaTransactionManager subclass.
JtaTransactionManagerFactoryBean() - 类 的构造器org.springframework.transaction.config.JtaTransactionManagerFactoryBean
 
JtaTransactionObject - org.springframework.transaction.jta中的类
JTA transaction object, representing a UserTransaction.
JtaTransactionObject(UserTransaction) - 类 的构造器org.springframework.transaction.jta.JtaTransactionObject
Create a new JtaTransactionObject for the given JTA UserTransaction.
just(RedisSerializationContext.SerializationPair<T>) - 接口 中的静态方法org.springframework.data.redis.serializer.RedisSerializationContext
just(RedisElementReader<? extends T>, RedisElementWriter<? extends T>) - 接口 中的静态方法org.springframework.data.redis.serializer.RedisSerializationContext.SerializationPair
just(Object) - 类 中的静态方法org.springframework.data.repository.core.support.RepositoryComposition
Create a RepositoryComposition for just a single implementation with {@link MethodLookups#direct()) method lookup.
just(Object...) - 类 中的静态方法org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragments
Create RepositoryComposition.RepositoryFragments from just implementation objects.
just(T...) - 类 中的静态方法reactor.core.publisher.Flux
Create a Flux that emits the provided elements and then completes.
just(T) - 类 中的静态方法reactor.core.publisher.Flux
Create a new Flux that will only emit a single element then onComplete.
just(T) - 类 中的静态方法reactor.core.publisher.Mono
Create a new Mono that emits the specified item, which is captured at instantiation time.
justOrEmpty(Optional<? extends T>) - 类 中的静态方法reactor.core.publisher.Mono
Create a new Mono that emits the specified item if Optional.isPresent() otherwise only emits onComplete.
justOrEmpty(T) - 类 中的静态方法reactor.core.publisher.Mono
Create a new Mono that emits the specified item if non null otherwise only emits onComplete.

K

key(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveKeyCommands.ExpireAtCommand
key(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveKeyCommands.ExpireCommand
Creates a new ReactiveKeyCommands.ExpireCommand given a key.
key(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveKeyCommands.MoveCommand
Creates a new ReactiveKeyCommands.MoveCommand given a key.
key(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveKeyCommands.RenameCommand
Creates a new ReactiveKeyCommands.RenameCommand given a key.
key(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand
Creates a new ReactiveRedisConnection.RangeCommand given a key.
key(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveStringCommands.AppendCommand
Creates a new ReactiveStringCommands.AppendCommand given a key.
key(RedisSerializationContext.SerializationPair<K>) - 接口 中的方法org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder
key(RedisElementReader<K>, RedisElementWriter<K>) - 接口 中的方法org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder
key(RedisSerializer<K>) - 接口 中的方法org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder
key() - 类 中的方法reactor.core.publisher.GroupedFlux
Return the key of the GroupedFlux.
KeyBoundCursor<T> - org.springframework.data.redis.core中的类
 
KeyBoundCursor(byte[], long, ScanOptions) - 类 的构造器org.springframework.data.redis.core.KeyBoundCursor
Crates new ScanCursor
KeyCommand(ByteBuffer) - 类 的构造器org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
Creates a new ReactiveRedisConnection.KeyCommand given a key.
keyCommands() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
keyCommands() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
keyCommands() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
keyCommands() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
keyCommands() - 接口 中的方法org.springframework.data.redis.connection.ReactiveRedisClusterConnection
 
keyCommands() - 接口 中的方法org.springframework.data.redis.connection.ReactiveRedisConnection
keyCommands() - 接口 中的方法org.springframework.data.redis.connection.RedisConnection
keyDeserializerInstance(DeserializationConfig, Annotated, Class<?>) - 类 中的方法org.springframework.http.converter.json.SpringHandlerInstantiator
 
KeyExpirationEventMessageListener - org.springframework.data.redis.listener中的类
MessageListener publishing RedisKeyExpiredEvents via ApplicationEventPublisher by listening to Redis keyspace notifications for key expirations.
KeyExpirationEventMessageListener(RedisMessageListenerContainer) - 类 的构造器org.springframework.data.redis.listener.KeyExpirationEventMessageListener
Creates new MessageListener for __keyevent@*__:expired messages.
KeyHolder - org.springframework.jdbc.support中的接口
Interface for retrieving keys, typically used for auto-generated keys as potentially returned by JDBC insert statements.
KeyNamingStrategy - org.springframework.jmx.export.naming中的类
ObjectNamingStrategy implementation that builds ObjectName instances from the key used in the "beans" map passed to MBeanExporter.
KeyNamingStrategy() - 类 的构造器org.springframework.jmx.export.naming.KeyNamingStrategy
 
keys(byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
keys(byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
keys(String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
keys(RedisClusterNode, byte[]) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
keys(RedisClusterNode, byte[]) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
keys(RedisClusterNode, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveClusterKeyCommands
Retrieve all keys for a given pattern from RedisNode.
keys(ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands
Find all keys matching the given pattern.
keys(Publisher<ByteBuffer>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands
Find all keys matching the given pattern.
keys(Collection<ByteBuffer>) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveSetCommands.SDiffCommand
Creates a new ReactiveSetCommands.SDiffCommand given a Collection of keys.
keys(Collection<ByteBuffer>) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveSetCommands.SDiffStoreCommand
Creates a new ReactiveSetCommands.SDiffStoreCommand given a Collection of keys.
keys(Collection<ByteBuffer>) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveSetCommands.SInterCommand
Creates a new ReactiveSetCommands.SInterCommand given a Collection of keys.
keys(Collection<ByteBuffer>) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveSetCommands.SInterStoreCommand
Creates a new ReactiveSetCommands.SInterStoreCommand given a Collection of keys.
keys(Collection<ByteBuffer>) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveSetCommands.SUnionCommand
Creates a new ReactiveSetCommands.SUnionCommand given a Collection of keys.
keys(Collection<ByteBuffer>) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveSetCommands.SUnionStoreCommand
Creates a new ReactiveSetCommands.SUnionStoreCommand given a Collection of keys.
keys(RedisClusterNode, byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisClusterConnection
 
keys(byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisKeyCommands
Find all keys matching the given pattern.
keys(String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Find all keys matching the given pattern.
keys() - 接口 中的方法org.springframework.data.redis.core.BoundHashOperations
Get key set (fields) of hash at the bound key.
keys(RedisClusterNode, K) - 接口 中的方法org.springframework.data.redis.core.ClusterOperations
Get all keys located at given node.
keys(H) - 接口 中的方法org.springframework.data.redis.core.HashOperations
Get key set (fields) of hash at key.
keys(H) - 接口 中的方法org.springframework.data.redis.core.ReactiveHashOperations
Get key set (fields) of hash at key.
keys(K) - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisOperations
Find all keys matching the given pattern.
keys(K) - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
 
keys(K) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Find all keys matching the given pattern.
keys(K) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
keys() - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
keysAndArgs(RedisElementWriter, List<K>, List<?>) - 类 中的方法org.springframework.data.redis.core.script.DefaultReactiveScriptExecutor
 
keysAndArgs(RedisSerializer, List<K>, Object[]) - 类 中的方法org.springframework.data.redis.core.script.DefaultScriptExecutor
 
keySerializer() - 类 中的方法org.springframework.data.redis.core.script.DefaultReactiveScriptExecutor
 
keySerializer() - 类 中的方法org.springframework.data.redis.core.script.DefaultScriptExecutor
 
keySet() - 类 中的方法org.springframework.data.redis.core.convert.Bucket
 
keySet() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisMap
 
keySet() - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
keySet() - 类 中的方法org.springframework.http.HttpHeaders
 
keySet() - 类 中的方法org.springframework.util.LinkedCaseInsensitiveMap
 
keySet() - 类 中的方法org.springframework.util.LinkedMultiValueMap
 
KeyspaceConfiguration - org.springframework.data.redis.core.convert中的类
KeyspaceConfiguration allows programmatic setup of keyspaces and time to live options for certain types.
KeyspaceConfiguration() - 类 的构造器org.springframework.data.redis.core.convert.KeyspaceConfiguration
 
KeyspaceConfiguration.KeyspaceSettings - org.springframework.data.redis.core.convert中的类
 
KeyspaceEventMessageListener - org.springframework.data.redis.listener中的类
Base MessageListener implementation for listening to Redis keyspace notifications.
KeyspaceEventMessageListener(RedisMessageListenerContainer) - 类 的构造器org.springframework.data.redis.listener.KeyspaceEventMessageListener
KeyspaceIdentifier() - 类 的构造器org.springframework.data.redis.core.convert.MappingRedisConverter.KeyspaceIdentifier
 
KeyspaceSettings(Class<?>, String) - 类 的构造器org.springframework.data.redis.core.convert.KeyspaceConfiguration.KeyspaceSettings
 
KeyspaceSettings(Class<?>, String, boolean) - 类 的构造器org.springframework.data.redis.core.convert.KeyspaceConfiguration.KeyspaceSettings
 
KeyToken - org.yaml.snakeyaml.tokens中的类
 
KeyToken(Mark, Mark) - 类 的构造器org.yaml.snakeyaml.tokens.KeyToken
 
keyValueListUnwrapper() - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
keyValueToBytesList() - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
killClient(String, int) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
killClient(String, int) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
killClient(String, int) - 接口 中的方法org.springframework.data.redis.connection.ReactiveServerCommands
Closes a given client connection identified by host:port.
killClient(String, int) - 接口 中的方法org.springframework.data.redis.connection.RedisServerCommands
Closes a given client connection identified by host:port.
killClient(String, int) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Closes a given client connection identified by ip:port given in client.
killClient(String, int) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
kilometers() - 类 中的静态方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoDistCommand

L

LabelTag - org.springframework.web.servlet.tags.form中的类
The <label> tag renders a form field label in an HTML 'label' tag.
LabelTag() - 类 的构造器org.springframework.web.servlet.tags.form.LabelTag
 
LANG_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
LangNamespaceHandler - org.springframework.scripting.config中的类
NamespaceHandler that supports the wiring of objects backed by dynamic languages such as Groovy, JRuby and BeanShell.
LangNamespaceHandler() - 类 的构造器org.springframework.scripting.config.LangNamespaceHandler
 
LangNamespaceUtils - org.springframework.scripting.config中的类
 
LangNamespaceUtils() - 类 的构造器org.springframework.scripting.config.LangNamespaceUtils
 
LANGUAGE_ATTRIBUTE - 类 中的静态变量org.springframework.scripting.support.ScriptFactoryPostProcessor
 
Languages - org.xmlunit.validation中的类
Constants for the languages supported by XMLUnit's schema validation.
LARGE_BUFFERED - 类 中的静态变量reactor.core.Scannable.Attr
Similar to Scannable.Attr.BUFFERED, but reserved for operators that can hold a backlog of items that can grow beyond Integer.MAX_VALUE.
last(long) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveListCommands.LRemCommand
Creates a new ReactiveListCommands.LRemCommand to last count values.
last() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisZSet
 
last() - 接口 中的方法org.springframework.data.redis.support.collections.RedisZSet
Returns the last (highest) element currently in this sorted set.
LAST - 类 中的静态变量org.springframework.expression.spel.ast.Selection
 
last() - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
last() - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Move the cursor to the last row of this row set.
last() - 类 中的方法reactor.core.publisher.Flux
Emit the last element observed before complete signal as a Mono, or emit NoSuchElementException error if the source was empty.
last(T) - 类 中的方法reactor.core.publisher.Flux
Emit the last element observed before complete signal as a Mono, or emit the defaultValue if the source was empty.
LAST_MODIFIED - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Last-Modified header field name.
lastActualExecutionTime() - 类 中的方法org.springframework.scheduling.support.SimpleTriggerContext
 
lastActualExecutionTime() - 接口 中的方法org.springframework.scheduling.TriggerContext
Return the last actual execution time of the task, or null if not scheduled before.
lastCompletionTime() - 类 中的方法org.springframework.scheduling.support.SimpleTriggerContext
 
lastCompletionTime() - 接口 中的方法org.springframework.scheduling.TriggerContext
Return the last completion time of the task, or null if not scheduled before.
lastDescriptor() - 类 中的方法org.springframework.expression.spel.CodeFlow
Return the descriptor for the item currently on top of the stack (in the current scope).
lastElement(Set<T>) - 类 中的静态方法org.springframework.util.CollectionUtils
Retrieve the last element of the given Set, using SortedSet.last() or otherwise iterating over all elements (assuming a linked set).
lastElement(List<T>) - 类 中的静态方法org.springframework.util.CollectionUtils
Retrieve the last element of the given List, accessing the highest index.
lastIndexOf(Object) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
lastIndexOf(Object) - 类 中的方法org.springframework.util.AutoPopulatingList
 
lastModified(long) - 接口 中的方法org.springframework.http.ResponseEntity.HeadersBuilder
Set the time the resource was last changed, as specified by the Last-Modified header.
lastModified(int) - 类 中的方法org.springframework.test.web.reactive.server.HeaderAssertions
Expect a "Last-Modified" header with the given value.
LastModified - org.springframework.web.servlet.mvc中的接口
Supports last-modified HTTP requests to facilitate content caching.
lastModified() - 类 中的方法org.springframework.web.servlet.resource.TransformedResource
 
lastSave(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisClusterConnection
已过时。
lastSave() - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
lastSave() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lastSave(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.ReactiveClusterServerCommands
Get time unix timestamp of last successful ReactiveServerCommands.bgSave() operation in seconds.
lastSave() - 接口 中的方法org.springframework.data.redis.connection.ReactiveServerCommands
Get time unix timestamp of last successful ReactiveServerCommands.bgSave() operation in seconds.
lastSave(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.RedisClusterServerCommands
 
lastSave() - 接口 中的方法org.springframework.data.redis.connection.RedisServerCommands
Get time of last RedisServerCommands.bgSave() operation in seconds.
lastScheduledExecutionTime() - 类 中的方法org.springframework.scheduling.support.SimpleTriggerContext
 
lastScheduledExecutionTime() - 接口 中的方法org.springframework.scheduling.TriggerContext
Return the last scheduled execution time of the task, or null if not scheduled before.
Lazy<T> - org.springframework.data.util中的类
Simple value type to delay the creation of an object using a Supplier returning the produced object for subsequent lookups.
Lazy() - 类 的构造器org.springframework.data.util.Lazy
 
LazyConnectionDataSourceProxy - org.springframework.jdbc.datasource中的类
Proxy for a target DataSource, fetching actual JDBC Connections lazily, i.e. not until first creation of a Statement.
LazyConnectionDataSourceProxy() - 类 的构造器org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Create a new LazyConnectionDataSourceProxy.
LazyConnectionDataSourceProxy(DataSource) - 类 的构造器org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Create a new LazyConnectionDataSourceProxy.
left() - 类 中的静态方法org.springframework.data.redis.connection.ReactiveListCommands.BPopCommand
Creates a new ReactiveListCommands.BPopCommand for right push (BLPOP).
left() - 类 中的静态方法org.springframework.data.redis.connection.ReactiveListCommands.PopCommand
Creates a new ReactiveListCommands.PopCommand for right push (LPOP).
left() - 类 中的静态方法org.springframework.data.redis.connection.ReactiveListCommands.PushCommand
Creates a new ReactiveListCommands.PushCommand for left push (LPUSH).
leftActualDescriptor - 类 中的变量org.springframework.expression.spel.ast.Operator
 
leftPop() - 接口 中的方法org.springframework.data.redis.core.BoundListOperations
Removes and returns first element in list stored at the bound key.
leftPop(long, TimeUnit) - 接口 中的方法org.springframework.data.redis.core.BoundListOperations
Removes and returns first element from lists stored at the bound key .
leftPop(K) - 接口 中的方法org.springframework.data.redis.core.ListOperations
Removes and returns first element in list stored at key.
leftPop(K, long, TimeUnit) - 接口 中的方法org.springframework.data.redis.core.ListOperations
Removes and returns first element from lists stored at key .
leftPop(K) - 接口 中的方法org.springframework.data.redis.core.ReactiveListOperations
Removes and returns first element in list stored at key.
leftPop(K, Duration) - 接口 中的方法org.springframework.data.redis.core.ReactiveListOperations
Removes and returns first element from lists stored at key.
leftPush(V) - 接口 中的方法org.springframework.data.redis.core.BoundListOperations
Prepend value to the bound key.
leftPush(V, V) - 接口 中的方法org.springframework.data.redis.core.BoundListOperations
Prepend values to the bound key before value.
leftPush(K, V) - 接口 中的方法org.springframework.data.redis.core.ListOperations
Prepend value to key.
leftPush(K, V, V) - 接口 中的方法org.springframework.data.redis.core.ListOperations
Prepend values to key before value.
leftPush(K, V) - 接口 中的方法org.springframework.data.redis.core.ReactiveListOperations
Prepend value to key.
leftPush(K, V, V) - 接口 中的方法org.springframework.data.redis.core.ReactiveListOperations
Prepend values to key before value.
leftPushAll(V...) - 接口 中的方法org.springframework.data.redis.core.BoundListOperations
Prepend values to the bound key.
leftPushAll(K, V...) - 接口 中的方法org.springframework.data.redis.core.ListOperations
Prepend values to key.
leftPushAll(K, Collection<V>) - 接口 中的方法org.springframework.data.redis.core.ListOperations
Prepend values to key.
leftPushAll(K, V...) - 接口 中的方法org.springframework.data.redis.core.ReactiveListOperations
Prepend values to key.
leftPushAll(K, Collection<V>) - 接口 中的方法org.springframework.data.redis.core.ReactiveListOperations
Prepend values to key.
leftPushIfPresent(V) - 接口 中的方法org.springframework.data.redis.core.BoundListOperations
Prepend values to the bound key only if the list exists.
leftPushIfPresent(K, V) - 接口 中的方法org.springframework.data.redis.core.ListOperations
Prepend values to key only if the list exists.
leftPushIfPresent(K, V) - 接口 中的方法org.springframework.data.redis.core.ReactiveListOperations
Prepend values to key only if the list exists.
legacyFoldExpressions(Sort) - 类 中的方法org.springframework.data.web.SortHandlerMethodArgumentResolver
Folds the given Sort instance into two expressions.
LettuceClientConfiguration - org.springframework.data.redis.connection.lettuce中的接口
Redis client configuration for lettuce.
LettuceClientConfiguration.LettuceClientConfigurationBuilder - org.springframework.data.redis.connection.lettuce中的类
 
LettuceClientConfiguration.LettuceSslClientConfigurationBuilder - org.springframework.data.redis.connection.lettuce中的类
Builder for SSL-related LettuceClientConfiguration.
LettuceClusterConnection - org.springframework.data.redis.connection.lettuce中的类
 
LettuceClusterConnection(RedisClusterClient) - 类 的构造器org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
Creates new LettuceClusterConnection using RedisClusterClient with default timeout and a fresh ClusterCommandExecutor that gets destroyed on close.
LettuceClusterConnection(RedisClusterClient, ClusterCommandExecutor) - 类 的构造器org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
Creates new LettuceClusterConnection with default timeout using RedisClusterClient running commands across the cluster via given ClusterCommandExecutor.
LettuceClusterConnection(RedisClusterClient, ClusterCommandExecutor, Duration) - 类 的构造器org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
Creates new LettuceClusterConnection with given command timeout using RedisClusterClient running commands across the cluster via given ClusterCommandExecutor.
LettuceClusterConnection(LettuceConnectionProvider) - 类 的构造器org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
Creates new LettuceClusterConnection using LettuceConnectionProvider running commands across the cluster via given ClusterCommandExecutor.
LettuceClusterConnection(LettuceConnectionProvider, ClusterCommandExecutor) - 类 的构造器org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
Creates new LettuceClusterConnection using LettuceConnectionProvider running commands across the cluster via given ClusterCommandExecutor.
LettuceClusterConnection(LettuceConnectionProvider, ClusterCommandExecutor, Duration) - 类 的构造器org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
Creates new LettuceClusterConnection using LettuceConnectionProvider running commands across the cluster via given ClusterCommandExecutor.
LettuceClusterConnection.LettuceClusterCommandCallback<T> - org.springframework.data.redis.connection.lettuce中的接口
Lettuce specific implementation of ClusterCommandExecutor.ClusterCommandCallback.
LettuceClusterConnection.LettuceMultiKeyClusterCommandCallback<T> - org.springframework.data.redis.connection.lettuce中的接口
Lettuce specific implementation of ClusterCommandExecutor.MultiKeyClusterCommandCallback.
LettuceConnection - org.springframework.data.redis.connection.lettuce中的类
RedisConnection implementation on top of Lettuce Redis client.
LettuceConnection(long, RedisClient) - 类 的构造器org.springframework.data.redis.connection.lettuce.LettuceConnection
Instantiates a new lettuce connection.
LettuceConnection(long, RedisClient, LettucePool) - 类 的构造器org.springframework.data.redis.connection.lettuce.LettuceConnection
已过时。
since 2.0, use pooling via LettucePoolingClientConfiguration.
LettuceConnection(StatefulRedisConnection<byte[], byte[]>, long, RedisClient) - 类 的构造器org.springframework.data.redis.connection.lettuce.LettuceConnection
Instantiates a new lettuce connection.
LettuceConnection(StatefulRedisConnection<byte[], byte[]>, long, RedisClient, LettucePool) - 类 的构造器org.springframework.data.redis.connection.lettuce.LettuceConnection
LettuceConnection(StatefulRedisConnection<byte[], byte[]>, long, AbstractRedisClient, LettucePool, int) - 类 的构造器org.springframework.data.redis.connection.lettuce.LettuceConnection
LettuceConnection(StatefulRedisConnection<byte[], byte[]>, LettuceConnectionProvider, long, int) - 类 的构造器org.springframework.data.redis.connection.lettuce.LettuceConnection
 
LettuceConnectionFactory - org.springframework.data.redis.connection.lettuce中的类
Connection factory creating Lettuce-based connections.
LettuceConnectionFactory() - 类 的构造器org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Constructs a new LettuceConnectionFactory instance with default settings.
LettuceConnectionFactory(RedisStandaloneConfiguration) - 类 的构造器org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Constructs a new LettuceConnectionFactory instance with default settings.
LettuceConnectionFactory(String, int) - 类 的构造器org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Constructs a new LettuceConnectionFactory instance with default settings.
LettuceConnectionFactory(RedisSentinelConfiguration) - 类 的构造器org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Constructs a new LettuceConnectionFactory instance using the given RedisSentinelConfiguration
LettuceConnectionFactory(RedisClusterConfiguration) - 类 的构造器org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Constructs a new LettuceConnectionFactory instance using the given RedisClusterConfiguration applied to create a RedisClusterClient.
LettuceConnectionFactory(LettucePool) - 类 的构造器org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
已过时。
since 2.0, use pooling via LettucePoolingClientConfiguration.
LettuceConnectionFactory(RedisStandaloneConfiguration, LettuceClientConfiguration) - 类 的构造器org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
LettuceConnectionFactory(RedisSentinelConfiguration, LettuceClientConfiguration) - 类 的构造器org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
LettuceConnectionFactory(RedisClusterConfiguration, LettuceClientConfiguration) - 类 的构造器org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
LettuceConnectionProvider - org.springframework.data.redis.connection.lettuce中的接口
Defines a provider for Lettuce connections.
LettuceConnectionProvider.TargetAware - org.springframework.data.redis.connection.lettuce中的接口
Extension to LettuceConnectionProvider for providers that allow connection creation to specific nodes.
LettuceConverters - org.springframework.data.redis.connection.lettuce中的类
Lettuce type converters
LettuceConverters() - 类 的构造器org.springframework.data.redis.connection.lettuce.LettuceConverters
 
LettuceExceptionConverter - org.springframework.data.redis.connection.lettuce中的类
Converts Lettuce Exceptions to DataAccessExceptions
LettuceExceptionConverter() - 类 的构造器org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter
 
LettucePool - org.springframework.data.redis.connection.lettuce中的接口
已过时。
since 2.0, use pooling via LettucePoolingClientConfiguration.
LettucePoolingClientConfiguration - org.springframework.data.redis.connection.lettuce中的接口
Redis client configuration for lettuce using a driver level pooled connection by adding pooling specific configuration to LettuceClientConfiguration.
LettucePoolingClientConfiguration.LettucePoolingClientConfigurationBuilder - org.springframework.data.redis.connection.lettuce中的类
 
LettucePoolingClientConfiguration.LettucePoolingSslClientConfigurationBuilder - org.springframework.data.redis.connection.lettuce中的类
 
LettuceSentinelConnection - org.springframework.data.redis.connection.lettuce中的类
 
LettuceSentinelConnection(RedisNode) - 类 的构造器org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
Creates a LettuceSentinelConnection with a dedicated client for a supplied RedisNode.
LettuceSentinelConnection(String, int) - 类 的构造器org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
Creates a LettuceSentinelConnection with a client for the supplied host and port.
LettuceSentinelConnection(String, int, ClientResources) - 类 的构造器org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
Creates a LettuceSentinelConnection with a client for the supplied host and port and reuse existing ClientResources.
LettuceSentinelConnection(RedisClient) - 类 的构造器org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
Creates a LettuceSentinelConnection using a supplied RedisClient.
LettuceSentinelConnection(StatefulRedisSentinelConnection<String, String>) - 类 的构造器org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
Creates a LettuceSentinelConnection using a supplied redis connection.
LettuceSentinelConnection(LettuceConnectionProvider) - 类 的构造器org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
lift(BiFunction<Scannable, ? super CoreSubscriber<? super O>, ? extends CoreSubscriber<? super I>>) - 类 中的静态方法reactor.core.publisher.Operators
Create a function that can be used to support a custom operator via CoreSubscriber decoration.
lift(Predicate<Scannable>, BiFunction<Scannable, ? super CoreSubscriber<? super O>, ? extends CoreSubscriber<? super O>>) - 类 中的静态方法reactor.core.publisher.Operators
Create a function that can be used to support a custom operator via CoreSubscriber decoration.
limit(long, long) - 类 中的方法org.springframework.data.redis.connection.DefaultSortParameters
 
limit(long) - 类 中的方法org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
Limit the results to the first N matching items.
Limit() - 类 的构造器org.springframework.data.redis.connection.RedisZSetCommands.Limit
 
limit() - 类 中的静态方法org.springframework.data.redis.connection.RedisZSetCommands.Limit
 
limit(long, long) - 接口 中的方法org.springframework.data.redis.core.query.SortCriterion
 
limit(SortParameters.Range) - 接口 中的方法org.springframework.data.redis.core.query.SortCriterion
 
limitRate(int) - 类 中的方法reactor.core.publisher.Flux
Ensure that backpressure signals from downstream subscribers are split into batches capped at the provided prefetchRate when propagated upstream, effectively rate limiting the upstream Publisher.
limitRate(int, int) - 类 中的方法reactor.core.publisher.Flux
Ensure that backpressure signals from downstream subscribers are split into batches capped at the provided highTide first, then replenishing at the provided lowTide, effectively rate limiting the upstream Publisher.
limitRequest(long) - 类 中的方法reactor.core.publisher.Flux
Ensure that the total amount requested upstream is capped at cap.
limitTo(long) - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
Applies the limit.
limitTo(long) - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
Applies the limit.
limitTo(RedisZSetCommands.Limit) - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByLexCommand
limitTo(RedisZSetCommands.Limit) - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByScoreCommand
lIndex(byte[], long) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
lIndex(byte[], long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lIndex(String, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lIndex(ByteBuffer, long) - 接口 中的方法org.springframework.data.redis.connection.ReactiveListCommands
Get element at index form list at key.
lIndex(Publisher<ReactiveListCommands.LIndexCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveListCommands
lIndex(byte[], long) - 接口 中的方法org.springframework.data.redis.connection.RedisListCommands
Get element at index form list at key.
lIndex(String, long) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get element at index form list at key.
LINEBR - 类 中的静态变量org.yaml.snakeyaml.scanner.Constant
 
LINK - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Link header field name.
LinkedCaseInsensitiveMap<V> - org.springframework.util中的类
LinkedHashMap variant that stores String keys in a case-insensitive manner, for example for key-based access in a results table.
LinkedCaseInsensitiveMap() - 类 的构造器org.springframework.util.LinkedCaseInsensitiveMap
Create a new LinkedCaseInsensitiveMap that stores case-insensitive keys according to the default Locale (by default in lower case).
LinkedCaseInsensitiveMap(Locale) - 类 的构造器org.springframework.util.LinkedCaseInsensitiveMap
Create a new LinkedCaseInsensitiveMap that stores case-insensitive keys according to the given Locale (by default in lower case).
LinkedCaseInsensitiveMap(int) - 类 的构造器org.springframework.util.LinkedCaseInsensitiveMap
Create a new LinkedCaseInsensitiveMap that wraps a LinkedHashMap with the given initial capacity and stores case-insensitive keys according to the default Locale (by default in lower case).
LinkedCaseInsensitiveMap(int, Locale) - 类 的构造器org.springframework.util.LinkedCaseInsensitiveMap
Create a new LinkedCaseInsensitiveMap that wraps a LinkedHashMap with the given initial capacity and stores case-insensitive keys according to the given Locale (by default in lower case).
LinkedMultiValueMap<K,V> - org.springframework.util中的类
Simple implementation of MultiValueMap that wraps a LinkedHashMap, storing multiple values in a LinkedList.
LinkedMultiValueMap() - 类 的构造器org.springframework.util.LinkedMultiValueMap
Create a new LinkedMultiValueMap that wraps a LinkedHashMap.
LinkedMultiValueMap(int) - 类 的构造器org.springframework.util.LinkedMultiValueMap
Create a new LinkedMultiValueMap that wraps a LinkedHashMap with the given initial capacity.
LinkedMultiValueMap(Map<K, List<V>>) - 类 的构造器org.springframework.util.LinkedMultiValueMap
Copy constructor: Create a new LinkedMultiValueMap with the same mappings as the specified Map.
linkState(RedisClusterNode.LinkState) - 类 中的方法org.springframework.data.redis.connection.RedisClusterNode.RedisClusterNodeBuilder
Linqy - org.xmlunit.util中的类
A couple of (functional) sequence processing constructs.
lInsert(byte[], RedisListCommands.Position, byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
lInsert(byte[], RedisListCommands.Position, byte[], byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lInsert(String, RedisListCommands.Position, String, String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lInsert(ByteBuffer, RedisListCommands.Position, ByteBuffer, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveListCommands
lInsert(Publisher<ReactiveListCommands.LInsertCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveListCommands
lInsert(byte[], RedisListCommands.Position, byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisListCommands
lInsert(String, RedisListCommands.Position, String, String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Insert value Position#BEFORE or Position#AFTER existing pivot for key.
LIST - 类 中的静态变量org.springframework.data.util.ClassTypeInformation
 
list(String) - 类 中的方法org.springframework.mock.jndi.SimpleNamingContext
 
list(Name) - 类 中的方法org.springframework.mock.jndi.SimpleNamingContext
 
LIST_VALUE_PAGE_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.SelectTag
The javax.servlet.jsp.PageContext attribute under which the bound value is exposed to inner OptionTags.
listBindings(String) - 类 中的方法org.springframework.mock.jndi.SimpleNamingContext
 
listBindings(Name) - 类 中的方法org.springframework.mock.jndi.SimpleNamingContext
 
listCommands() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
listCommands() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
listCommands() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
listCommands() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
listCommands() - 接口 中的方法org.springframework.data.redis.connection.ReactiveRedisClusterConnection
 
listCommands() - 接口 中的方法org.springframework.data.redis.connection.ReactiveRedisConnection
listCommands() - 接口 中的方法org.springframework.data.redis.connection.RedisConnection
ListConverter<S,T> - org.springframework.data.redis.connection.convert中的类
Converts a List of values of one type to a List of values of another type
ListConverter(Converter<S, T>) - 类 的构造器org.springframework.data.redis.connection.convert.ListConverter
 
ListenableFuture<T> - org.springframework.util.concurrent中的接口
Extend Future with the capability to accept completion callbacks.
ListenableFutureAdapter<T,S> - org.springframework.util.concurrent中的类
Abstract class that adapts a ListenableFuture parameterized over S into a ListenableFuture parameterized over T.
ListenableFutureAdapter(ListenableFuture<S>) - 类 的构造器org.springframework.util.concurrent.ListenableFutureAdapter
Construct a new ListenableFutureAdapter with the given adaptee.
ListenableFutureCallback<T> - org.springframework.util.concurrent中的接口
Callback mechanism for the outcome, success or failure, from a ListenableFuture.
ListenableFutureCallbackRegistry<T> - org.springframework.util.concurrent中的类
Helper class for ListenableFuture implementations that maintains a of success and failure callbacks and helps to notify them.
ListenableFutureCallbackRegistry() - 类 的构造器org.springframework.util.concurrent.ListenableFutureCallbackRegistry
 
ListenableFutureTask<T> - org.springframework.util.concurrent中的类
Extension of FutureTask that implements ListenableFuture.
ListenableFutureTask(Callable<T>) - 类 的构造器org.springframework.util.concurrent.ListenableFutureTask
Create a new ListenableFutureTask that will, upon running, execute the given Callable.
ListenableFutureTask(Runnable, T) - 类 的构造器org.springframework.util.concurrent.ListenableFutureTask
Create a ListenableFutureTask that will, upon running, execute the given Runnable, and arrange that FutureTask.get() will return the given result on successful completion.
listeningAt(String, int) - 类 中的方法org.springframework.data.redis.connection.RedisClusterNode.RedisClusterNodeBuilder
 
listeningAt(String, int) - 类 中的方法org.springframework.data.redis.connection.RedisNode.RedisNodeBuilder
Set host and port of server.
listIterator() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
listIterator(int) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
listIterator() - 类 中的方法org.springframework.util.AutoPopulatingList
 
listIterator(int) - 类 中的方法org.springframework.util.AutoPopulatingList
 
ListOperations<K,V> - org.springframework.data.redis.core中的接口
Redis list specific operations.
listToPropertiesConverter() - 类 中的静态方法org.springframework.data.redis.connection.convert.Converters
Returns a converter to convert array outputs with key-value sequences (such as produced by CONFIG GET) from a List to Properties.
liteBlocking() - 类 中的静态方法reactor.util.concurrent.WaitStrategy
Variation of the WaitStrategy.blocking() that attempts to elide conditional wake-ups when the lock is uncontended.
Literal - org.springframework.expression.spel.ast中的类
Common superclass for nodes representing literals (boolean, string, number, etc).
Literal(String, int) - 类 的构造器org.springframework.expression.spel.ast.Literal
 
LiteralExpression - org.springframework.expression.common中的类
A very simple hardcoded implementation of the Expression interface that represents a string literal.
LiteralExpression(String) - 类 的构造器org.springframework.expression.common.LiteralExpression
 
LiveBeansViewServlet - org.springframework.web.context.support中的类
Servlet variant of LiveBeansView's MBean exposure.
LiveBeansViewServlet() - 类 的构造器org.springframework.web.context.support.LiveBeansViewServlet
 
lLen(byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
lLen(byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lLen(String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lLen(ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveListCommands
Get the size of list stored at key.
lLen(Publisher<ReactiveRedisConnection.KeyCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveListCommands
Get the size of list stored at ReactiveRedisConnection.KeyCommand.getKey()
lLen(byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisListCommands
Get the size of list stored at key.
lLen(String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get the size of list stored at key.
load(Properties, InputStream) - 类 中的方法org.springframework.util.DefaultPropertiesPersister
 
load(Properties, Reader) - 类 中的方法org.springframework.util.DefaultPropertiesPersister
 
load(Properties, InputStream) - 接口 中的方法org.springframework.util.PropertiesPersister
Load properties from the given InputStream into the given Properties object.
load(Properties, Reader) - 接口 中的方法org.springframework.util.PropertiesPersister
Load properties from the given Reader into the given Properties object.
load(String) - 类 中的方法org.yaml.snakeyaml.Yaml
Parse the only YAML document in a String and produce the corresponding Java object.
load(InputStream) - 类 中的方法org.yaml.snakeyaml.Yaml
Parse the only YAML document in a stream and produce the corresponding Java object.
load(Reader) - 类 中的方法org.yaml.snakeyaml.Yaml
Parse the only YAML document in a stream and produce the corresponding Java object.
loadAll(Reader) - 类 中的方法org.yaml.snakeyaml.Yaml
Parse all YAML documents in a String and produce corresponding Java objects.
loadAll(String) - 类 中的方法org.yaml.snakeyaml.Yaml
Parse all YAML documents in a String and produce corresponding Java objects.
loadAll(InputStream) - 类 中的方法org.yaml.snakeyaml.Yaml
Parse all YAML documents in a stream and produce corresponding Java objects.
loadAs(Reader, Class<T>) - 类 中的方法org.yaml.snakeyaml.Yaml
Parse the only YAML document in a stream and produce the corresponding Java object.
loadAs(String, Class<T>) - 类 中的方法org.yaml.snakeyaml.Yaml
Parse the only YAML document in a String and produce the corresponding Java object.
loadAs(InputStream, Class<T>) - 类 中的方法org.yaml.snakeyaml.Yaml
Parse the only YAML document in a stream and produce the corresponding Java object.
loadBeanDefinitions(BeanDefinitionRegistry, String[]) - 类 中的方法org.springframework.jca.context.SpringContextResourceAdapter
Load the bean definitions into the given registry, based on the specified configuration files.
loadBeanDefinitions(String) - 类 中的方法org.springframework.jdbc.core.support.JdbcBeanDefinitionReader
Load bean definitions from the database via the given SQL string.
loadBeanDefinitions(GenericApplicationContext, MergedContextConfiguration) - 类 中的方法org.springframework.test.context.support.AbstractGenericContextLoader
Load bean definitions into the supplied context from the locations or classes in the supplied MergedContextConfiguration.
loadBeanDefinitions(GenericApplicationContext, MergedContextConfiguration) - 类 中的方法org.springframework.test.context.support.AnnotationConfigContextLoader
Register classes in the supplied context from the classes in the supplied MergedContextConfiguration.
loadBeanDefinitions(GenericApplicationContext, MergedContextConfiguration) - 类 中的方法org.springframework.test.context.support.GenericGroovyXmlContextLoader
Load bean definitions into the supplied context from the locations in the supplied MergedContextConfiguration using a GroovyBeanDefinitionReader.
loadBeanDefinitions(GenericWebApplicationContext, WebMergedContextConfiguration) - 类 中的方法org.springframework.test.context.web.AbstractGenericWebContextLoader
Load bean definitions into the supplied context from the locations or classes in the supplied WebMergedContextConfiguration.
loadBeanDefinitions(GenericWebApplicationContext, WebMergedContextConfiguration) - 类 中的方法org.springframework.test.context.web.AnnotationConfigWebContextLoader
Register classes in the supplied context from the classes in the supplied WebMergedContextConfiguration.
loadBeanDefinitions(GenericWebApplicationContext, WebMergedContextConfiguration) - 类 中的方法org.springframework.test.context.web.GenericGroovyXmlWebContextLoader
Load bean definitions into the supplied context from the locations in the supplied WebMergedContextConfiguration using a GroovyBeanDefinitionReader.
loadBeanDefinitions(GenericWebApplicationContext, WebMergedContextConfiguration) - 类 中的方法org.springframework.test.context.web.GenericXmlWebContextLoader
Load bean definitions into the supplied context from the locations in the supplied WebMergedContextConfiguration, using an XmlBeanDefinitionReader.
loadBeanDefinitions(DefaultListableBeanFactory) - 类 中的方法org.springframework.web.context.support.AnnotationConfigWebApplicationContext
Register a BeanDefinition for any classes specified by AnnotationConfigWebApplicationContext.register(Class...) and scan any packages specified by AnnotationConfigWebApplicationContext.scan(String...).
loadBeanDefinitions(DefaultListableBeanFactory) - 类 中的方法org.springframework.web.context.support.GroovyWebApplicationContext
Loads the bean definitions via an GroovyBeanDefinitionReader.
loadBeanDefinitions(GroovyBeanDefinitionReader) - 类 中的方法org.springframework.web.context.support.GroovyWebApplicationContext
Load the bean definitions with the given GroovyBeanDefinitionReader.
loadBeanDefinitions(DefaultListableBeanFactory) - 类 中的方法org.springframework.web.context.support.XmlWebApplicationContext
Loads the bean definitions via an XmlBeanDefinitionReader.
loadBeanDefinitions(XmlBeanDefinitionReader) - 类 中的方法org.springframework.web.context.support.XmlWebApplicationContext
Load the bean definitions with the given XmlBeanDefinitionReader.
loadClass(String) - 类 中的方法org.springframework.instrument.classloading.ShadowingClassLoader
 
loadClass(String) - 类 中的方法org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
 
loadClass(String, Class<T>) - 类 中的方法org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
 
loadContext(MergedContextConfiguration) - 类 中的方法org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate
 
loadContext(MergedContextConfiguration) - 接口 中的方法org.springframework.test.context.CacheAwareContextLoaderDelegate
Load the application context for the supplied MergedContextConfiguration by delegating to the ContextLoader configured in the given MergedContextConfiguration.
loadContext(String...) - 接口 中的方法org.springframework.test.context.ContextLoader
Loads a new context based on the supplied locations, configures the context, and finally returns the context in fully refreshed state.
loadContext(MergedContextConfiguration) - 接口 中的方法org.springframework.test.context.SmartContextLoader
Loads a new context based on the supplied merged context configuration, configures the context, and finally returns the context in a fully refreshed state.
loadContext(MergedContextConfiguration) - 类 中的方法org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
Delegates to an appropriate candidate SmartContextLoader to load an ApplicationContext.
loadContext(String...) - 类 中的方法org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
AbstractDelegatingSmartContextLoader does not support the ContextLoader.loadContext(String...) method.
loadContext(MergedContextConfiguration) - 类 中的方法org.springframework.test.context.support.AbstractGenericContextLoader
Load a Spring ApplicationContext from the supplied MergedContextConfiguration.
loadContext(String...) - 类 中的方法org.springframework.test.context.support.AbstractGenericContextLoader
Load a Spring ApplicationContext from the supplied locations.
loadContext(MergedContextConfiguration) - 类 中的方法org.springframework.test.context.web.AbstractGenericWebContextLoader
Load a Spring WebApplicationContext from the supplied MergedContextConfiguration.
loadContext(String...) - 类 中的方法org.springframework.test.context.web.AbstractGenericWebContextLoader
AbstractGenericWebContextLoader should be used as a SmartContextLoader, not as a legacy ContextLoader.
loadContextInternal(MergedContextConfiguration) - 类 中的方法org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate
Load the ApplicationContext for the supplied merged context configuration.
LoaderOptions - org.yaml.snakeyaml中的类
 
LoaderOptions() - 类 的构造器org.yaml.snakeyaml.LoaderOptions
 
loadEvaluationContext(MethodVisitor) - 类 中的方法org.springframework.expression.spel.CodeFlow
Push the bytecode to load the EvaluationContext (the second parameter passed to the compiled expression method).
loadFromXml(Properties, InputStream) - 类 中的方法org.springframework.util.DefaultPropertiesPersister
 
loadFromXml(Properties, InputStream) - 接口 中的方法org.springframework.util.PropertiesPersister
Load properties from the given XML InputStream into the given Properties object.
loadingConfig - 类 中的变量org.yaml.snakeyaml.Yaml
 
loadParentContext(ServletContext) - 类 中的方法org.springframework.web.context.ContextLoader
Template method with default implementation (which may be overridden by a subclass), to load or obtain an ApplicationContext instance which will be used as the parent context of the root WebApplicationContext.
loadResource(String) - 类 中的方法org.springframework.jdbc.support.SQLErrorCodesFactory
Load the given resource from the class path.
loadScripts(ScriptEngine) - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateView
 
loadTarget(MethodVisitor) - 类 中的方法org.springframework.expression.spel.CodeFlow
Push the byte code to load the target (i.e. what was passed as the first argument to CompiledExpression.getValue(target, context))
LoadTimeWeaver - org.springframework.instrument.classloading中的接口
Defines the contract for adding one or more ClassFileTransformers to a ClassLoader.
loadView(String, Locale) - 类 中的方法org.springframework.web.servlet.view.AbstractCachingViewResolver
Subclasses must implement this method, building a View object for the specified view.
loadView(String, Locale) - 类 中的方法org.springframework.web.servlet.view.ResourceBundleViewResolver
 
loadView(String, Locale) - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
Delegates to buildView for creating a new instance of the specified view class, and applies the following Spring lifecycle methods (as supported by the generic Spring bean factory): ApplicationContextAware's setApplicationContext InitializingBean's afterPropertiesSet
loadView(String, Locale) - 类 中的方法org.springframework.web.servlet.view.XmlViewResolver
 
LobCreator - org.springframework.jdbc.support.lob中的接口
Interface that abstracts potentially database-specific creation of large binary fields and large text fields.
LobHandler - org.springframework.jdbc.support.lob中的接口
Abstraction for handling large binary fields and large text fields in specific databases, no matter if represented as simple types or Large OBjects.
LobRetrievalFailureException - org.springframework.jdbc中的异常错误
Exception to be thrown when a LOB could not be retrieved.
LobRetrievalFailureException(String) - 异常错误 的构造器org.springframework.jdbc.LobRetrievalFailureException
Constructor for LobRetrievalFailureException.
LobRetrievalFailureException(String, IOException) - 异常错误 的构造器org.springframework.jdbc.LobRetrievalFailureException
Constructor for LobRetrievalFailureException.
LocalConnectionFactoryBean - org.springframework.jca.support中的类
FactoryBean that creates a local JCA connection factory in "non-managed" mode (as defined by the Java Connector Architecture specification).
LocalConnectionFactoryBean() - 类 的构造器org.springframework.jca.support.LocalConnectionFactoryBean
 
LocalDataSourceJobStore - org.springframework.scheduling.quartz中的类
Subclass of Quartz's JobStoreCMT class that delegates to a Spring-managed DataSource instead of using a Quartz-managed JDBC connection pool.
LocalDataSourceJobStore() - 类 的构造器org.springframework.scheduling.quartz.LocalDataSourceJobStore
 
LocalDateParser - org.springframework.format.datetime.joda中的类
Parses Joda org.joda.time.LocalDate instances using a org.joda.time.format.DateTimeFormatter.
LocalDateParser(DateTimeFormatter) - 类 的构造器org.springframework.format.datetime.joda.LocalDateParser
Create a new DateTimeParser.
LocalDateTimeParser - org.springframework.format.datetime.joda中的类
Parses Joda org.joda.time.LocalDateTime instances using a org.joda.time.format.DateTimeFormatter.
LocalDateTimeParser(DateTimeFormatter) - 类 的构造器org.springframework.format.datetime.joda.LocalDateTimeParser
Create a new DateTimeParser.
locale(Locale) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Override the default Locale to use for formatting.
locale(String) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Override the default Locale to use for formatting.
locale(Locale...) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Add the specified locales as preferred request locales.
locale(Locale) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the locale of the request, overriding any previous locales.
LOCALE_CONTEXT_RESOLVER_BEAN_NAME - 类 中的静态变量org.springframework.web.server.adapter.WebHttpHandlerBuilder
Well-known name for the LocaleContextResolver in the bean factory.
LOCALE_REQUEST_ATTRIBUTE_NAME - 类 中的静态变量org.springframework.web.servlet.i18n.CookieLocaleResolver
The name of the request attribute that holds the Locale.
LOCALE_RESOLVER_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.DispatcherServlet
Request attribute to hold the current LocaleResolver, retrievable by views.
LOCALE_RESOLVER_BEAN_NAME - 类 中的静态变量org.springframework.web.servlet.DispatcherServlet
Well-known name for the LocaleResolver object in the bean factory for this namespace.
LOCALE_SESSION_ATTRIBUTE_NAME - 类 中的静态变量org.springframework.web.servlet.i18n.SessionLocaleResolver
Name of the session attribute that holds the Locale.
LocaleChangeInterceptor - org.springframework.web.servlet.i18n中的类
Interceptor that allows for changing the current locale on every request, via a configurable request parameter (default parameter name: "locale").
LocaleChangeInterceptor() - 类 的构造器org.springframework.web.servlet.i18n.LocaleChangeInterceptor
 
LocaleContextMessageInterpolator - org.springframework.validation.beanvalidation中的类
Delegates to a target MessageInterpolator implementation but enforces Spring's managed Locale.
LocaleContextMessageInterpolator(MessageInterpolator) - 类 的构造器org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator
Create a new LocaleContextMessageInterpolator, wrapping the given target interpolator.
localeContextResolver(LocaleContextResolver) - 类 中的方法org.springframework.web.server.adapter.WebHttpHandlerBuilder
Configure the LocaleContextResolver to set on the WebServerExchange.
LocaleContextResolver - org.springframework.web.server.i18n中的接口
Interface for web-based locale context resolution strategies that allows for both locale context resolution via the request and locale context modification via the HTTP exchange.
LocaleContextResolver - org.springframework.web.servlet中的接口
Extension of LocaleResolver, adding support for a rich locale context (potentially including locale and time zone information).
LocaleResolver - org.springframework.web.servlet中的接口
Interface for web-based locale resolution strategies that allows for both locale resolution via the request and locale modification via request and response.
LocalJaxWsServiceFactory - org.springframework.remoting.jaxws中的类
Factory for locally defined JAX-WS Service references.
LocalJaxWsServiceFactory() - 类 的构造器org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
 
LocalJaxWsServiceFactoryBean - org.springframework.remoting.jaxws中的类
FactoryBean for locally defined JAX-WS Service references.
LocalJaxWsServiceFactoryBean() - 类 的构造器org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean
 
LocalSlsbInvokerInterceptor - org.springframework.ejb.access中的类
Invoker for a local Stateless Session Bean.
LocalSlsbInvokerInterceptor() - 类 的构造器org.springframework.ejb.access.LocalSlsbInvokerInterceptor
 
LocalStatelessSessionProxyFactoryBean - org.springframework.ejb.access中的类
Convenient FactoryBean for local Stateless Session Bean (SLSB) proxies.
LocalStatelessSessionProxyFactoryBean() - 类 的构造器org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
LocalTaskExecutorThreadPool - org.springframework.scheduling.quartz中的类
Quartz ThreadPool adapter that delegates to a Spring-managed Executor instance, specified on SchedulerFactoryBean.
LocalTaskExecutorThreadPool() - 类 的构造器org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
 
LocalTimeParser - org.springframework.format.datetime.joda中的类
Parses Joda org.joda.time.LocalTime instances using a org.joda.time.format.DateTimeFormatter.
LocalTimeParser(DateTimeFormatter) - 类 的构造器org.springframework.format.datetime.joda.LocalTimeParser
Create a new DateTimeParser.
LocalValidatorFactoryBean - org.springframework.validation.beanvalidation中的类
This is the central class for javax.validation (JSR-303) setup in a Spring application context: It bootstraps a javax.validation.ValidationFactory and exposes it through the Spring Validator interface as well as through the JSR-303 Validator interface and the ValidatorFactory interface itself.
LocalValidatorFactoryBean() - 类 的构造器org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
locateMBeanServer() - 类 中的静态方法org.springframework.jmx.support.JmxUtils
Attempt to find a locally running MBeanServer.
locateMBeanServer(String) - 类 中的静态方法org.springframework.jmx.support.JmxUtils
Attempt to find a locally running MBeanServer.
locateMBeanServer(String) - 类 中的方法org.springframework.jmx.support.MBeanServerFactoryBean
Attempt to locate an existing MBeanServer.
locateSource(Map<String, Object>) - 类 中的方法org.springframework.web.servlet.view.xslt.XsltView
Locate the Source object in the supplied model, converting objects as required.
locateToBeMarshalled(Map<String, Object>) - 类 中的方法org.springframework.web.servlet.view.xml.MarshallingView
Locate the object to be marshalled.
location(RedisGeoCommands.GeoLocation<ByteBuffer>) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoAddCommand
LOCATION - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Location header field name.
location(URI) - 接口 中的方法org.springframework.http.ResponseEntity.HeadersBuilder
Set the location of a resource, as specified by the Location header.
location(URI) - 类 中的方法org.springframework.test.web.client.response.DefaultResponseCreator
Set the Location header.
locations(Collection<RedisGeoCommands.GeoLocation<ByteBuffer>>) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoAddCommand
Creates a new ReactiveGeoCommands.GeoAddCommand given an index.
log(String) - 类 中的方法org.springframework.mock.web.MockServletContext
 
log(Exception, String) - 类 中的方法org.springframework.mock.web.MockServletContext
已过时。
log(String, Throwable) - 类 中的方法org.springframework.mock.web.MockServletContext
 
log() - 类 中的静态方法org.springframework.test.web.servlet.result.MockMvcResultHandlers
Log MvcResult details as a DEBUG log message via Apache Commons Logging using the log category org.springframework.test.web.servlet.result.
log() - 类 中的方法reactor.core.publisher.Flux
Observe all Reactive Streams signals and trace them using Logger support.
log(String) - 类 中的方法reactor.core.publisher.Flux
Observe all Reactive Streams signals and trace them using Logger support.
log(String, Level, SignalType...) - 类 中的方法reactor.core.publisher.Flux
Observe Reactive Streams signals matching the passed filter options and trace them using Logger support.
log(String, Level, boolean, SignalType...) - 类 中的方法reactor.core.publisher.Flux
Observe Reactive Streams signals matching the passed filter options and trace them using Logger support.
log(Logger) - 类 中的方法reactor.core.publisher.Flux
Observe Reactive Streams signals matching the passed filter options and trace them using a specific user-provided Logger, at Level.INFO level.
log(Logger, Level, boolean, SignalType...) - 类 中的方法reactor.core.publisher.Flux
Observe Reactive Streams signals matching the passed filter options and trace them using a specific user-provided Logger, at the given Level.
log() - 类 中的方法reactor.core.publisher.Mono
Observe all Reactive Streams signals and trace them using Logger support.
log(String) - 类 中的方法reactor.core.publisher.Mono
Observe all Reactive Streams signals and use Logger support to handle trace implementation.
log(String, Level, SignalType...) - 类 中的方法reactor.core.publisher.Mono
Observe Reactive Streams signals matching the passed flags options and use Logger support to handle trace implementation.
log(String, Level, boolean, SignalType...) - 类 中的方法reactor.core.publisher.Mono
Observe Reactive Streams signals matching the passed filter options and use Logger support to handle trace implementation.
log(Logger) - 类 中的方法reactor.core.publisher.Mono
Observe Reactive Streams signals matching the passed filter options and trace them using a specific user-provided Logger, at Level.INFO level.
log(Logger, Level, boolean, SignalType...) - 类 中的方法reactor.core.publisher.Mono
Observe Reactive Streams signals matching the passed filter options and trace them using a specific user-provided Logger, at the given Level.
log() - 类 中的方法reactor.core.publisher.ParallelFlux
Observe all Reactive Streams signals and use Logger support to handle trace implementation.
log(String) - 类 中的方法reactor.core.publisher.ParallelFlux
Observe all Reactive Streams signals and use Logger support to handle trace implementation.
log(String, Level, SignalType...) - 类 中的方法reactor.core.publisher.ParallelFlux
Observe Reactive Streams signals matching the passed filter options and use Logger support to handle trace implementation.
log(String, Level, boolean, SignalType...) - 类 中的方法reactor.core.publisher.ParallelFlux
Observe Reactive Streams signals matching the passed filter options and use Logger support to handle trace implementation.
LOG_AND_PROPAGATE_ERROR_HANDLER - 类 中的静态变量org.springframework.scheduling.support.TaskUtils
An ErrorHandler strategy that will log at error level and then re-throw the Exception.
LOG_AND_SUPPRESS_ERROR_HANDLER - 类 中的静态变量org.springframework.scheduling.support.TaskUtils
An ErrorHandler strategy that will log the Exception but perform no further handling.
logException(Exception, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
Log the given exception at warn level, provided that warn logging has been activated through the "warnLogCategory" property.
logger - 类 中的变量org.springframework.data.redis.core.RedisAccessor
Logger available to subclasses
logger - 类 中的变量org.springframework.data.redis.listener.adapter.MessageListenerAdapter
Logger available to subclasses
logger - 类 中的变量org.springframework.data.redis.listener.RedisMessageListenerContainer
Logger available to subclasses
logger - 类 中的变量org.springframework.http.client.support.AsyncHttpAccessor
已过时。
Logger available to subclasses.
logger - 类 中的变量org.springframework.http.client.support.HttpAccessor
Logger available to subclasses
logger - 类 中的变量org.springframework.http.converter.AbstractHttpMessageConverter
Logger available to subclasses
logger - 类 中的变量org.springframework.http.server.reactive.AbstractListenerReadPublisher
 
logger - 类 中的变量org.springframework.http.server.reactive.AbstractListenerWriteFlushProcessor
 
logger - 类 中的变量org.springframework.http.server.reactive.AbstractListenerWriteProcessor
 
logger - 类 中的变量org.springframework.jca.cci.connection.SingleConnectionFactory
 
logger - 类 中的变量org.springframework.jca.context.SpringContextResourceAdapter
 
logger - 类 中的变量org.springframework.jca.endpoint.AbstractMessageEndpointFactory
Logger available to subclasses
logger - 类 中的变量org.springframework.jdbc.core.BeanPropertyRowMapper
Logger available to subclasses
logger - 类 中的变量org.springframework.jdbc.core.metadata.CallMetaDataContext
 
logger - 类 中的静态变量org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
Logger available to subclasses
logger - 类 中的静态变量org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
Logger available to subclasses
logger - 类 中的变量org.springframework.jdbc.core.metadata.TableMetaDataContext
 
logger - 类 中的变量org.springframework.jdbc.core.simple.AbstractJdbcCall
Logger available to subclasses
logger - 类 中的变量org.springframework.jdbc.core.simple.AbstractJdbcInsert
Logger available to subclasses
logger - 类 中的变量org.springframework.jdbc.datasource.AbstractDataSource
Logger available to subclasses
logger - 类 中的变量org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
 
logger - 类 中的变量org.springframework.jdbc.object.RdbmsOperation
Logger available to subclasses
logger - 类 中的变量org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
Logger available to subclasses
logger - 类 中的变量org.springframework.jdbc.support.DatabaseStartupValidator
 
logger - 类 中的变量org.springframework.jdbc.support.JdbcAccessor
Logger available to subclasses
logger - 类 中的变量org.springframework.jdbc.support.lob.DefaultLobHandler
 
logger - 类 中的静态变量org.springframework.jdbc.support.lob.TemporaryLobCreator
 
logger - 类 中的变量org.springframework.jmx.access.MBeanClientInterceptor
Logger available to subclasses
logger - 类 中的变量org.springframework.jmx.access.NotificationListenerRegistrar
Logger available to subclasses
logger - 类 中的变量org.springframework.jmx.export.naming.KeyNamingStrategy
Log instance for this class.
logger - 类 中的变量org.springframework.jmx.support.MBeanRegistrationSupport
Log instance for this class.
logger - 类 中的变量org.springframework.jmx.support.MBeanServerFactoryBean
 
logger - 类 中的变量org.springframework.jndi.JndiAccessor
Logger, available to subclasses.
logger - 类 中的变量org.springframework.jndi.JndiTemplate
 
logger - 类 中的变量org.springframework.oxm.jaxb.Jaxb2Marshaller
Logger available to subclasses
logger - 类 中的变量org.springframework.oxm.support.AbstractMarshaller
Logger available to subclasses
logger - 类 中的变量org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
logger - 类 中的变量org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
logger - 类 中的变量org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
logger - 类 中的静态变量org.springframework.remoting.support.RemoteInvocationTraceInterceptor
 
logger - 类 中的变量org.springframework.remoting.support.RemotingSupport
Logger available to subclasses
logger - 类 中的变量org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
logger - 类 中的变量org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
 
logger - 类 中的变量org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
logger - 类 中的变量org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
 
logger - 类 中的变量org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
 
logger - 类 中的变量org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
Logger available to subclasses
logger - 类 中的静态变量org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
 
logger - 类 中的静态变量org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
 
logger - 类 中的变量org.springframework.scheduling.quartz.SchedulerAccessor
 
logger - 类 中的变量org.springframework.scheduling.support.MethodInvokingRunnable
 
logger - 类 中的变量org.springframework.scripting.support.ResourceScriptSource
Logger available to subclasses
logger - 类 中的变量org.springframework.scripting.support.ScriptFactoryPostProcessor
Logger available to subclasses
logger - 类 中的变量org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
Logger available to subclasses.
logger - 类 中的静态变量org.springframework.test.context.junit4.statements.SpringRepeat
 
logger - 类 中的静态变量org.springframework.test.context.support.AbstractGenericContextLoader
 
logger - 类 中的变量org.springframework.test.context.testng.AbstractTestNGSpringContextTests
Logger available to subclasses
logger - 类 中的静态变量org.springframework.test.context.web.AbstractGenericWebContextLoader
 
logger - 类 中的变量org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
Logger available to subclasses.
logger - 类 中的变量org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Logger available to subclasses
logger - 类 中的静态变量org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
Logger available to subclasses.
logger - 类 中的变量org.springframework.transaction.interceptor.TransactionAspectSupport
 
logger - 类 中的静态变量org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
 
logger - 类 中的变量org.springframework.transaction.support.AbstractPlatformTransactionManager
 
logger - 类 中的变量org.springframework.transaction.support.TransactionTemplate
Logger available to subclasses
logger - 类 中的变量org.springframework.ui.context.support.ResourceBundleThemeSource
 
logger - 类 中的变量org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
 
logger - 类 中的变量org.springframework.ui.freemarker.SpringTemplateLoader
 
logger - 类 中的变量org.springframework.util.ConcurrencyThrottleSupport
Transient to optimize serialization
logger - 类 中的静态变量org.springframework.validation.DataBinder
We'll create a lot of DataBinder instances: Let's use a static logger.
logger - 类 中的变量org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
 
logger - 类 中的变量org.springframework.web.client.support.RestGatewaySupport
Logger available to subclasses
logger - 类 中的变量org.springframework.web.context.AbstractContextLoaderInitializer
Logger available to subclasses
logger - 类 中的变量org.springframework.web.context.support.ServletContextAttributeExporter
 
logger - 类 中的变量org.springframework.web.filter.GenericFilterBean
Logger available to subclasses
logger - 类 中的变量org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
Logger available to subclasses
logger - 类 中的变量org.springframework.web.method.annotation.ModelAttributeMethodProcessor
 
logger - 类 中的变量org.springframework.web.method.HandlerMethod
Logger that is available to subclasses
logger - 类 中的变量org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
 
logger - 类 中的变量org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
 
logger - 类 中的变量org.springframework.web.multipart.commons.CommonsFileUploadSupport
 
logger - 类 中的静态变量org.springframework.web.multipart.commons.CommonsMultipartFile
 
logger - 类 中的变量org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
Logger available to subclasses
logger - 类 中的变量org.springframework.web.servlet.HttpServletBean
Logger available to subclasses
logger - 类 中的变量org.springframework.web.servlet.i18n.LocaleChangeInterceptor
 
logger - 类 中的变量org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
 
logger - 类 中的变量org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Common logger for use in subclasses.
logger - 类 中的变量org.springframework.web.servlet.resource.AbstractResourceResolver
 
logger - 类 中的变量org.springframework.web.servlet.resource.AbstractVersionStrategy
 
logger - 类 中的变量org.springframework.web.servlet.resource.ResourceUrlProvider
 
logger - 类 中的变量org.springframework.web.servlet.support.AbstractFlashMapManager
 
logger - 类 中的变量org.springframework.web.servlet.tags.RequestContextAwareTag
Logger available to subclasses
logger - 类 中的变量org.springframework.web.servlet.view.tiles3.TilesConfigurer
 
logger - 类 中的变量org.springframework.web.util.CookieGenerator
 
Logger - reactor.util中的接口
Logger interface designed for internal Reactor usage.
Loggers - reactor.util中的类
Expose static methods to get a logger depending on the environment.
login(String, String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
logout() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
logStatistics() - 接口 中的方法org.springframework.test.context.cache.ContextCache
Log the statistics for this ContextCache at DEBUG level using the "org.springframework.test.context.cache" logging category.
logStatistics() - 类 中的方法org.springframework.test.context.cache.DefaultContextCache
Log the statistics for this ContextCache at DEBUG level using the "org.springframework.test.context.cache" logging category.
logWarningIfNecessary(Type, Throwable) - 类 中的方法org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
Determine whether to log the given exception coming from a ObjectMapper.canDeserialize(com.fasterxml.jackson.databind.JavaType) / ObjectMapper.canSerialize(java.lang.Class<?>) check.
LongLiteral - org.springframework.expression.spel.ast中的类
Expression language AST node that represents a long integer literal.
LongLiteral(String, int, long) - 类 的构造器org.springframework.expression.spel.ast.LongLiteral
 
longToBoolean() - 类 中的静态方法org.springframework.data.redis.connection.convert.Converters
 
LongToBooleanConverter - org.springframework.data.redis.connection.convert中的类
Converts Longs to Booleans
LongToBooleanConverter() - 类 的构造器org.springframework.data.redis.connection.convert.LongToBooleanConverter
 
longToBooleanConverter() - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
longValue() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicDouble
 
longValue() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicInteger
 
longValue() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicLong
 
longValue(String, long) - 类 中的方法org.springframework.test.web.servlet.result.HeaderResultMatchers
Assert the primary value of the named response header as a long.
lookup(String, int) - 类 中的方法org.springframework.data.redis.connection.ClusterTopology
Get the RedisClusterNode matching given host and port.
lookup(String) - 类 中的方法org.springframework.data.redis.connection.ClusterTopology
Get the RedisClusterNode matching given nodeId.
lookup(RedisClusterNode) - 类 中的方法org.springframework.data.redis.connection.ClusterTopology
Get the RedisClusterNode matching matching either host and port or nodeId
lookup(String) - 类 中的方法org.springframework.jndi.JndiLocatorDelegate
 
lookup(String, Class<T>) - 类 中的方法org.springframework.jndi.JndiLocatorDelegate
 
lookup(String) - 类 中的方法org.springframework.jndi.JndiLocatorSupport
Perform an actual JNDI lookup for the given name via the JndiTemplate.
lookup(String, Class<T>) - 类 中的方法org.springframework.jndi.JndiLocatorSupport
Perform an actual JNDI lookup for the given name via the JndiTemplate.
lookup() - 类 中的方法org.springframework.jndi.JndiObjectLocator
Perform the actual JNDI lookup for this locator's target resource.
lookup(String) - 类 中的方法org.springframework.jndi.JndiTemplate
Look up the object with the given name in the current JNDI context.
lookup(String, Class<T>) - 类 中的方法org.springframework.jndi.JndiTemplate
Look up the object with the given name in the current JNDI context.
lookup(String) - 类 中的方法org.springframework.mock.jndi.ExpectedLookupTemplate
If the name is the expected name specified in the constructor, return the object provided in the constructor.
lookup(String) - 类 中的方法org.springframework.mock.jndi.SimpleNamingContext
Look up the object with the given name.
lookup(Name) - 类 中的方法org.springframework.mock.jndi.SimpleNamingContext
 
lookupCacheControl(String) - 类 中的方法org.springframework.web.servlet.mvc.WebContentInterceptor
Look up a CacheControl instance for the given URL path.
lookupCacheSeconds(String) - 类 中的方法org.springframework.web.servlet.mvc.WebContentInterceptor
Look up a cacheSeconds integer value for the given URL path.
lookupColumnName(ResultSetMetaData, int) - 类 中的静态方法org.springframework.jdbc.support.JdbcUtils
Determine the column name to use.
lookupConfiguration(BeanManager, Set<Annotation>) - 类 中的方法org.springframework.data.repository.cdi.CdiRepositoryBean
Looks up an instance of a CdiRepositoryConfiguration.
lookupDefaultUowManager() - 类 中的方法org.springframework.transaction.jta.WebSphereUowTransactionManager
Obtain the WebSphere UOWManager from the default JNDI location "java:comp/websphere/UOWManager".
lookupHandler(String, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Look up a handler instance for the given URL path.
lookupHandlerMethod(String, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Look up the best-matching handler method for the current request.
lookupLink(String) - 类 中的方法org.springframework.mock.jndi.SimpleNamingContext
 
lookupLink(Name) - 类 中的方法org.springframework.mock.jndi.SimpleNamingContext
 
lookupLocalVariable(String) - 类 中的方法org.springframework.expression.spel.ExpressionState
 
lookupMediaType(String) - 类 中的方法org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
Use this method for a reverse lookup from extension to MediaType.
lookupMultipartResolver(HttpServletRequest) - 类 中的方法org.springframework.web.multipart.support.MultipartFilter
Look up the MultipartResolver that this filter should use, taking the current HTTP request as argument.
lookupMultipartResolver() - 类 中的方法org.springframework.web.multipart.support.MultipartFilter
Look for a MultipartResolver bean in the root web application context.
lookupStub() - 类 中的方法org.springframework.remoting.rmi.JndiRmiClientInterceptor
Create the RMI stub, typically by looking it up.
lookupStub() - 类 中的方法org.springframework.remoting.rmi.RmiClientInterceptor
Create the RMI stub, typically by looking it up.
lookupTransactionManager(String) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Look up the JTA TransactionManager in JNDI via the configured name.
lookupTransactionSynchronizationRegistry(String) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Look up the JTA 1.1 TransactionSynchronizationRegistry in JNDI via the configured name.
lookupUowManager(String) - 类 中的方法org.springframework.transaction.jta.WebSphereUowTransactionManager
Look up the WebSphere UOWManager in JNDI via the configured name.
lookupUserTransaction(String) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Look up the JTA UserTransaction in JNDI via the configured name.
lookupVariable(String) - 接口 中的方法org.springframework.expression.EvaluationContext
Look up a named variable within this evaluation context.
lookupVariable(String) - 类 中的方法org.springframework.expression.spel.ExpressionState
 
lookupVariable(String) - 类 中的方法org.springframework.expression.spel.support.SimpleEvaluationContext
 
lookupVariable(String) - 类 中的方法org.springframework.expression.spel.support.StandardEvaluationContext
 
lookupWithFallback() - 类 中的方法org.springframework.jndi.JndiObjectFactoryBean
Lookup variant that returns the specified "defaultObject" (if any) in case of lookup failure.
lowerCaseName(String) - 类 中的方法org.springframework.jdbc.core.BeanPropertyRowMapper
Convert the given name to lower case.
lPop(byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
lPop(byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lPop(String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lPop(ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveListCommands
Removes and returns first element in list stored at key.
lPop(byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisListCommands
Removes and returns first element in list stored at key.
lPop(String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Removes and returns first element in list stored at key.
lPush(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
lPush(byte[], byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lPush(String, String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lPush(ByteBuffer, List<ByteBuffer>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveListCommands
Prepend values to key.
lPush(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisListCommands
Prepend values to key.
lPush(String, String...) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Prepend values to key.
lPushX(byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
lPushX(byte[], byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lPushX(String, String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lPushX(ByteBuffer, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveListCommands
Prepend value to key if key already exists.
lPushX(byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisListCommands
Prepend values to key only if the list exists.
lPushX(String, String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Prepend values to key only if the list exists.
lRange(byte[], long, long) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
lRange(byte[], long, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lRange(String, long, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lRange(ByteBuffer, long, long) - 接口 中的方法org.springframework.data.redis.connection.ReactiveListCommands
Get elements between start and end from list at key.
lRange(Publisher<ReactiveRedisConnection.RangeCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveListCommands
lRange(byte[], long, long) - 接口 中的方法org.springframework.data.redis.connection.RedisListCommands
Get elements between start and end from list at key.
lRange(String, long, long) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get elements between start and end from list at key.
lRem(byte[], long, byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
lRem(byte[], long, byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lRem(String, long, String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lRem(ByteBuffer, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveListCommands
Removes all occurrences of value from the list stored at key.
lRem(ByteBuffer, Long, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveListCommands
Removes the first count occurrences of value from the list stored at key.
lRem(Publisher<ReactiveListCommands.LRemCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveListCommands
lRem(byte[], long, byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisListCommands
Removes the first count occurrences of value from the list stored at key.
lRem(String, long, String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Removes the first count occurrences of value from the list stored at key.
lSet(byte[], long, byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
lSet(byte[], long, byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lSet(String, long, String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lSet(ByteBuffer, long, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveListCommands
Set the value list element at index.
lSet(Publisher<ReactiveListCommands.LSetCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveListCommands
lSet(byte[], long, byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisListCommands
Set the value list element at index.
lSet(String, long, String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Set the value list element at index.
lt(Object) - 类 中的方法org.springframework.data.redis.connection.RedisZSetCommands.Range
Less Than
lte(Object) - 类 中的方法org.springframework.data.redis.connection.RedisZSetCommands.Range
Less Then Equals
lTrim(byte[], long, long) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
lTrim(byte[], long, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lTrim(String, long, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
lTrim(ByteBuffer, long, long) - 接口 中的方法org.springframework.data.redis.connection.ReactiveListCommands
Trim list at key to elements between start and end.
lTrim(Publisher<ReactiveRedisConnection.RangeCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveListCommands
lTrim(byte[], long, long) - 接口 中的方法org.springframework.data.redis.connection.RedisListCommands
Trim list at key to elements between start and end.
lTrim(String, long, long) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Trim list at key to elements between start and end.

M

MailAuthenticationException - org.springframework.mail中的异常错误
Exception thrown on failed authentication.
MailAuthenticationException(String) - 异常错误 的构造器org.springframework.mail.MailAuthenticationException
Constructor for MailAuthenticationException.
MailAuthenticationException(String, Throwable) - 异常错误 的构造器org.springframework.mail.MailAuthenticationException
Constructor for MailAuthenticationException.
MailAuthenticationException(Throwable) - 异常错误 的构造器org.springframework.mail.MailAuthenticationException
Constructor for MailAuthenticationException.
MailException - org.springframework.mail中的异常错误
Base class for all mail exceptions.
MailException(String) - 异常错误 的构造器org.springframework.mail.MailException
Constructor for MailException.
MailException(String, Throwable) - 异常错误 的构造器org.springframework.mail.MailException
Constructor for MailException.
MailMessage - org.springframework.mail中的接口
This is a common interface for mail messages, allowing a user to set key values required in assembling a mail message, without needing to know if the underlying message is a simple text message or a more sophisticated MIME message.
MailParseException - org.springframework.mail中的异常错误
Exception thrown if illegal message properties are encountered.
MailParseException(String) - 异常错误 的构造器org.springframework.mail.MailParseException
Constructor for MailParseException.
MailParseException(String, Throwable) - 异常错误 的构造器org.springframework.mail.MailParseException
Constructor for MailParseException.
MailParseException(Throwable) - 异常错误 的构造器org.springframework.mail.MailParseException
Constructor for MailParseException.
MailPreparationException - org.springframework.mail中的异常错误
Exception to be thrown by user code if a mail cannot be prepared properly, for example when a FreeMarker template cannot be rendered for the mail text.
MailPreparationException(String) - 异常错误 的构造器org.springframework.mail.MailPreparationException
Constructor for MailPreparationException.
MailPreparationException(String, Throwable) - 异常错误 的构造器org.springframework.mail.MailPreparationException
Constructor for MailPreparationException.
MailPreparationException(Throwable) - 异常错误 的构造器org.springframework.mail.MailPreparationException
 
MailSender - org.springframework.mail中的接口
This interface defines a strategy for sending simple mails.
MailSendException - org.springframework.mail中的异常错误
Exception thrown when a mail sending error is encountered.
MailSendException(String) - 异常错误 的构造器org.springframework.mail.MailSendException
Constructor for MailSendException.
MailSendException(String, Throwable) - 异常错误 的构造器org.springframework.mail.MailSendException
Constructor for MailSendException.
MailSendException(String, Throwable, Map<Object, Exception>) - 异常错误 的构造器org.springframework.mail.MailSendException
Constructor for registration of failed messages, with the messages that failed as keys, and the thrown exceptions as values.
MailSendException(Map<Object, Exception>) - 异常错误 的构造器org.springframework.mail.MailSendException
Constructor for registration of failed messages, with the messages that failed as keys, and the thrown exceptions as values.
major() - 枚举 中的方法org.yaml.snakeyaml.DumperOptions.Version
 
makeAccessible(Field) - 类 中的静态方法org.springframework.util.ReflectionUtils
Make the given field accessible, explicitly setting it accessible if necessary.
makeAccessible(Method) - 类 中的静态方法org.springframework.util.ReflectionUtils
Make the given method accessible, explicitly setting it accessible if necessary.
makeAccessible(Constructor<?>) - 类 中的静态方法org.springframework.util.ReflectionUtils
Make the given constructor accessible, explicitly setting it accessible if necessary.
ManagedAttribute - org.springframework.jmx.export.annotation中的注释类型
Method-level annotation that indicates to expose a given bean property as a JMX attribute, corresponding to the ManagedAttribute attribute.
ManagedAttribute - org.springframework.jmx.export.metadata中的类
Metadata that indicates to expose a given bean property as JMX attribute.
ManagedAttribute() - 类 的构造器org.springframework.jmx.export.metadata.ManagedAttribute
 
ManagedMetric - org.springframework.jmx.export.annotation中的注释类型
Method-level annotation that indicates to expose a given bean property as a JMX attribute, with added descriptor properties to indicate that it is a metric.
ManagedMetric - org.springframework.jmx.export.metadata中的类
Metadata that indicates to expose a given bean property as a JMX attribute, with additional descriptor properties that indicate that the attribute is a metric.
ManagedMetric() - 类 的构造器org.springframework.jmx.export.metadata.ManagedMetric
 
ManagedNotification - org.springframework.jmx.export.annotation中的注释类型
Type-level annotation that indicates a JMX notification emitted by a bean.
ManagedNotification - org.springframework.jmx.export.metadata中的类
Metadata that indicates a JMX notification emitted by a bean.
ManagedNotification() - 类 的构造器org.springframework.jmx.export.metadata.ManagedNotification
 
ManagedNotifications - org.springframework.jmx.export.annotation中的注释类型
Type-level annotation that indicates JMX notifications emitted by a bean, containing multiple ManagedNotifications.
ManagedOperation - org.springframework.jmx.export.annotation中的注释类型
Method-level annotation that indicates to expose a given method as a JMX operation, corresponding to the ManagedOperation attribute.
ManagedOperation - org.springframework.jmx.export.metadata中的类
Metadata that indicates to expose a given method as JMX operation.
ManagedOperation() - 类 的构造器org.springframework.jmx.export.metadata.ManagedOperation
 
ManagedOperationParameter - org.springframework.jmx.export.annotation中的注释类型
Method-level annotation used to provide metadata about operation parameters, corresponding to a ManagedOperationParameter attribute.
ManagedOperationParameter - org.springframework.jmx.export.metadata中的类
Metadata about JMX operation parameters.
ManagedOperationParameter() - 类 的构造器org.springframework.jmx.export.metadata.ManagedOperationParameter
 
ManagedOperationParameters - org.springframework.jmx.export.annotation中的注释类型
Method-level annotation used to provide metadata about operation parameters, corresponding to an array of ManagedOperationParameter attributes.
ManagedResource - org.springframework.jmx.export.annotation中的注释类型
Class-level annotation that indicates to register instances of a class with a JMX server, corresponding to the ManagedResource attribute.
ManagedResource - org.springframework.jmx.export.metadata中的类
Metadata indicating that instances of an annotated class are to be registered with a JMX server.
ManagedResource() - 类 的构造器org.springframework.jmx.export.metadata.ManagedResource
 
ManagedTaskBuilder() - 类 的构造器org.springframework.scheduling.concurrent.ConcurrentTaskExecutor.ManagedTaskBuilder
 
ManagedTransactionAdapter - org.springframework.transaction.jta中的类
Adapter for a managed JTA Transaction handle, taking a JTA TransactionManager reference and creating a JTA Transaction handle for it.
ManagedTransactionAdapter(TransactionManager) - 类 的构造器org.springframework.transaction.jta.ManagedTransactionAdapter
Create a new ManagedTransactionAdapter for the given TransactionManager.
manyTimes() - 类 中的静态方法org.springframework.test.web.client.ExpectedCount
Many times (range of 1..Integer.MAX_VALUE).
map(Function<char[], R>) - 类 中的方法org.springframework.data.redis.connection.RedisPassword
Map the password using a Function and return a Optional containing the mapped value.
map(Object, Function<Object, Object>) - 类 中的静态方法org.springframework.data.repository.util.ReactiveWrapperConverters
Maps elements of a reactive element stream to other elements.
MAP - 类 中的静态变量org.springframework.data.util.ClassTypeInformation
 
map(Function<T, S>) - 类 中的方法org.springframework.data.util.Lazy
Creates a new Lazy with the given Function lazily applied to the current one.
map(Function<? super T, ? extends R>) - 接口 中的方法org.springframework.data.util.Streamable
Returns a new Streamable that will apply the given Function to the current one.
map(Iterable<F>, Mapper<? super F, T>) - 类 中的静态方法org.xmlunit.util.Linqy
Create a new iterable by applying a mapper function to each element of a given sequence.
MAP - 类 中的静态变量org.yaml.snakeyaml.nodes.Tag
 
map(Function<? super T, ? extends V>) - 类 中的方法reactor.core.publisher.Flux
Transform the items emitted by this Flux by applying a synchronous function to each item.
map(Function<? super T, ? extends R>) - 类 中的方法reactor.core.publisher.Mono
Transform the item emitted by this Mono by applying a synchronous function to it.
map(Function<? super T, ? extends U>) - 类 中的方法reactor.core.publisher.ParallelFlux
Maps the source values on each 'rail' to another value.
MapBindingResult - org.springframework.validation中的类
Map-based implementation of the BindingResult interface, supporting registration and evaluation of binding errors on Map attributes.
MapBindingResult(Map<?, ?>, String) - 类 的构造器org.springframework.validation.MapBindingResult
Create a new MapBindingResult instance.
mapBulk(List<V>) - 接口 中的方法org.springframework.data.redis.core.BulkMapper
 
MapConverter<S,T> - org.springframework.data.redis.connection.convert中的类
Converts a Map of values of one key/value type to a Map of values of another type
MapConverter(Converter<S, T>) - 类 的构造器org.springframework.data.redis.connection.convert.MapConverter
 
MapDataSourceLookup - org.springframework.jdbc.datasource.lookup中的类
Simple DataSourceLookup implementation that relies on a map for doing lookups.
MapDataSourceLookup() - 类 的构造器org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
Create a new instance of the MapDataSourceLookup class.
MapDataSourceLookup(Map<String, DataSource>) - 类 的构造器org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
Create a new instance of the MapDataSourceLookup class.
MapDataSourceLookup(String, DataSource) - 类 的构造器org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
Create a new instance of the MapDataSourceLookup class.
mapIfAllPresent(Optional<T>, Optional<S>, BiFunction<T, S, R>) - 接口 中的静态方法org.springframework.data.util.Optionals
Maps the values contained in the given Optional if both of them are present.
MapMethodProcessor - org.springframework.web.method.annotation中的类
Resolves Map method arguments and handles Map return values.
MapMethodProcessor() - 类 的构造器org.springframework.web.method.annotation.MapMethodProcessor
 
MappedInterceptor - org.springframework.web.servlet.handler中的类
Contains and delegates calls to a HandlerInterceptor along with include (and optionally exclude) path patterns to which the interceptor should apply.
MappedInterceptor(String[], HandlerInterceptor) - 类 的构造器org.springframework.web.servlet.handler.MappedInterceptor
Create a new MappedInterceptor instance.
MappedInterceptor(String[], String[], HandlerInterceptor) - 类 的构造器org.springframework.web.servlet.handler.MappedInterceptor
Create a new MappedInterceptor instance.
MappedInterceptor(String[], WebRequestInterceptor) - 类 的构造器org.springframework.web.servlet.handler.MappedInterceptor
Create a new MappedInterceptor instance.
MappedInterceptor(String[], String[], WebRequestInterceptor) - 类 的构造器org.springframework.web.servlet.handler.MappedInterceptor
Create a new MappedInterceptor instance.
mappedObjectNames - 类 中的变量org.springframework.jmx.support.NotificationListenerHolder
 
Mapper<F,T> - org.xmlunit.util中的接口
A function mapping from one type to another.
Mapping - org.springframework.web.bind.annotation中的注释类型
Meta annotation that indicates a web mapping annotation.
MappingCommAreaOperation - org.springframework.jca.cci.object中的类
EIS operation object for access to COMMAREA records.
MappingCommAreaOperation() - 类 的构造器org.springframework.jca.cci.object.MappingCommAreaOperation
Create a new MappingCommAreaQuery.
MappingCommAreaOperation(ConnectionFactory, InteractionSpec) - 类 的构造器org.springframework.jca.cci.object.MappingCommAreaOperation
Create a new MappingCommAreaQuery.
MappingConfiguration - org.springframework.data.redis.core.convert中的类
MappingConfiguration is used for programmatic configuration of secondary indexes, key prefixes, expirations and the such.
MappingConfiguration(ConfigurableIndexDefinitionProvider, KeyspaceConfiguration) - 类 的构造器org.springframework.data.redis.core.convert.MappingConfiguration
MappingEndEvent - org.yaml.snakeyaml.events中的类
Marks the end of a mapping node.
MappingEndEvent(Mark, Mark) - 类 的构造器org.yaml.snakeyaml.events.MappingEndEvent
 
MappingJackson2CborHttpMessageConverter - org.springframework.http.converter.cbor中的类
Implementation of HttpMessageConverter that can read and write CBOR data format using the dedicated Jackson 2.x extension.
MappingJackson2CborHttpMessageConverter() - 类 的构造器org.springframework.http.converter.cbor.MappingJackson2CborHttpMessageConverter
Construct a new MappingJackson2CborHttpMessageConverter using default configuration provided by Jackson2ObjectMapperBuilder.
MappingJackson2CborHttpMessageConverter(ObjectMapper) - 类 的构造器org.springframework.http.converter.cbor.MappingJackson2CborHttpMessageConverter
Construct a new MappingJackson2CborHttpMessageConverter with a custom ObjectMapper (must be configured with a CBORFactory instance).
MappingJackson2HttpMessageConverter - org.springframework.http.converter.json中的类
Implementation of HttpMessageConverter that can read and write JSON using Jackson 2.x's ObjectMapper.
MappingJackson2HttpMessageConverter() - 类 的构造器org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
Construct a new MappingJackson2HttpMessageConverter using default configuration provided by Jackson2ObjectMapperBuilder.
MappingJackson2HttpMessageConverter(ObjectMapper) - 类 的构造器org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
Construct a new MappingJackson2HttpMessageConverter with a custom ObjectMapper.
MappingJackson2JsonView - org.springframework.web.servlet.view.json中的类
Spring MVC View that renders JSON content by serializing the model for the current request using Jackson 2's ObjectMapper.
MappingJackson2JsonView() - 类 的构造器org.springframework.web.servlet.view.json.MappingJackson2JsonView
Construct a new MappingJackson2JsonView using default configuration provided by Jackson2ObjectMapperBuilder and setting the content type to application/json.
MappingJackson2JsonView(ObjectMapper) - 类 的构造器org.springframework.web.servlet.view.json.MappingJackson2JsonView
Construct a new MappingJackson2JsonView using the provided ObjectMapper and setting the content type to application/json.
MappingJackson2SmileHttpMessageConverter - org.springframework.http.converter.smile中的类
Implementation of HttpMessageConverter that can read and write Smile data format ("binary JSON") using the dedicated Jackson 2.x extension.
MappingJackson2SmileHttpMessageConverter() - 类 的构造器org.springframework.http.converter.smile.MappingJackson2SmileHttpMessageConverter
Construct a new MappingJackson2SmileHttpMessageConverter using default configuration provided by Jackson2ObjectMapperBuilder.
MappingJackson2SmileHttpMessageConverter(ObjectMapper) - 类 的构造器org.springframework.http.converter.smile.MappingJackson2SmileHttpMessageConverter
Construct a new MappingJackson2SmileHttpMessageConverter with a custom ObjectMapper (must be configured with a SmileFactory instance).
MappingJackson2XmlHttpMessageConverter - org.springframework.http.converter.xml中的类
MappingJackson2XmlHttpMessageConverter() - 类 的构造器org.springframework.http.converter.xml.MappingJackson2XmlHttpMessageConverter
Construct a new MappingJackson2XmlHttpMessageConverter using default configuration provided by Jackson2ObjectMapperBuilder.
MappingJackson2XmlHttpMessageConverter(ObjectMapper) - 类 的构造器org.springframework.http.converter.xml.MappingJackson2XmlHttpMessageConverter
Construct a new MappingJackson2XmlHttpMessageConverter with a custom ObjectMapper (must be a XmlMapper instance).
MappingJackson2XmlView - org.springframework.web.servlet.view.xml中的类
Spring MVC View that renders XML content by serializing the model for the current request using Jackson 2's XmlMapper.
MappingJackson2XmlView() - 类 的构造器org.springframework.web.servlet.view.xml.MappingJackson2XmlView
Construct a new MappingJackson2XmlView using default configuration provided by Jackson2ObjectMapperBuilder and setting the content type to application/xml.
MappingJackson2XmlView(XmlMapper) - 类 的构造器org.springframework.web.servlet.view.xml.MappingJackson2XmlView
Construct a new MappingJackson2XmlView using the provided XmlMapper and setting the content type to application/xml.
MappingJacksonInputMessage - org.springframework.http.converter.json中的类
HttpInputMessage that can eventually stores a Jackson view that will be used to deserialize the message.
MappingJacksonInputMessage(InputStream, HttpHeaders) - 类 的构造器org.springframework.http.converter.json.MappingJacksonInputMessage
 
MappingJacksonInputMessage(InputStream, HttpHeaders, Class<?>) - 类 的构造器org.springframework.http.converter.json.MappingJacksonInputMessage
 
MappingJacksonValue - org.springframework.http.converter.json中的类
A simple holder for the POJO to serialize via MappingJackson2HttpMessageConverter along with further serialization instructions to be passed in to the converter.
MappingJacksonValue(Object) - 类 的构造器org.springframework.http.converter.json.MappingJacksonValue
Create a new instance wrapping the given POJO to be serialized.
MappingMediaTypeFileExtensionResolver - org.springframework.web.accept中的类
An implementation of MediaTypeFileExtensionResolver that maintains lookups between file extensions and MediaTypes in both directions.
MappingMediaTypeFileExtensionResolver(Map<String, MediaType>) - 类 的构造器org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
Create an instance with the given map of file extensions and media types.
mappingName(String) - 接口 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo.Builder
Set the mapping name.
MappingNode - org.yaml.snakeyaml.nodes中的类
Represents a map.
MappingNode(Tag, boolean, List<NodeTuple>, Mark, Mark, Boolean) - 类 的构造器org.yaml.snakeyaml.nodes.MappingNode
 
MappingNode(Tag, List<NodeTuple>, Boolean) - 类 的构造器org.yaml.snakeyaml.nodes.MappingNode
 
MappingRecordOperation - org.springframework.jca.cci.object中的类
EIS operation object that expects mapped input and output objects, converting to and from CCI Records.
MappingRecordOperation() - 类 的构造器org.springframework.jca.cci.object.MappingRecordOperation
Constructor that allows use as a JavaBean.
MappingRecordOperation(ConnectionFactory, InteractionSpec) - 类 的构造器org.springframework.jca.cci.object.MappingRecordOperation
Convenient constructor with ConnectionFactory and specifications (connection and interaction).
MappingRecordOperation.RecordCreatorImpl - org.springframework.jca.cci.object中的类
Implementation of RecordCreator that calls the enclosing class's createInputRecord method.
MappingRecordOperation.RecordExtractorImpl - org.springframework.jca.cci.object中的类
Implementation of RecordExtractor that calls the enclosing class's extractOutputData method.
MappingRedisConverter - org.springframework.data.redis.core.convert中的类
RedisConverter implementation creating flat binary map structure out of a given domain type.
MappingRedisConverter(RedisMappingContext, IndexResolver, ReferenceResolver) - 类 的构造器org.springframework.data.redis.core.convert.MappingRedisConverter
Creates new MappingRedisConverter and defaults RedisMappingContext when null.
MappingRedisConverter.BinaryKeyspaceIdentifier - org.springframework.data.redis.core.convert中的类
Value object representing a binary Redis Hash/Object identifier composed from keyspace and object id in the form of keyspace:id.
MappingRedisConverter.KeyspaceIdentifier - org.springframework.data.redis.core.convert中的类
Value object representing a Redis Hash/Object identifier composed from keyspace and object id in the form of keyspace:id.
MappingRedisEntityInformation<T,ID> - org.springframework.data.redis.repository.core中的类
RedisEntityInformation implementation using a RedisPersistentEntity instance to lookup the necessary information.
MappingRedisEntityInformation(RedisPersistentEntity<T>) - 类 的构造器org.springframework.data.redis.repository.core.MappingRedisEntityInformation
 
MappingSqlQuery<T> - org.springframework.jdbc.object中的类
Reusable query in which concrete subclasses must implement the abstract mapRow(ResultSet, int) method to convert each row of the JDBC ResultSet into an object.
MappingSqlQuery() - 类 的构造器org.springframework.jdbc.object.MappingSqlQuery
Constructor that allows use as a JavaBean.
MappingSqlQuery(DataSource, String) - 类 的构造器org.springframework.jdbc.object.MappingSqlQuery
Convenient constructor with DataSource and SQL string.
MappingSqlQueryWithParameters<T> - org.springframework.jdbc.object中的类
Reusable RDBMS query in which concrete subclasses must implement the abstract mapRow(ResultSet, int) method to map each row of the JDBC ResultSet into an object.
MappingSqlQueryWithParameters() - 类 的构造器org.springframework.jdbc.object.MappingSqlQueryWithParameters
Constructor to allow use as a JavaBean
MappingSqlQueryWithParameters(DataSource, String) - 类 的构造器org.springframework.jdbc.object.MappingSqlQueryWithParameters
Convenient constructor with DataSource and SQL string.
MappingSqlQueryWithParameters.RowMapperImpl - org.springframework.jdbc.object中的类
Implementation of RowMapper that calls the enclosing class's mapRow method for each row.
MappingStartEvent - org.yaml.snakeyaml.events中的类
Marks the beginning of a mapping node.
MappingStartEvent(String, String, boolean, Mark, Mark, Boolean) - 类 的构造器org.yaml.snakeyaml.events.MappingStartEvent
 
mapRow(ResultSet, int) - 类 中的方法org.springframework.jdbc.core.BeanPropertyRowMapper
Extract the values for all columns in the current row.
mapRow(ResultSet, int) - 类 中的方法org.springframework.jdbc.core.ColumnMapRowMapper
 
mapRow(ResultSet, int) - 接口 中的方法org.springframework.jdbc.core.RowMapper
Implementations must implement this method to map each row of data in the ResultSet.
mapRow(ResultSet, int) - 类 中的方法org.springframework.jdbc.core.SingleColumnRowMapper
Extract a value for the single column in the current row.
mapRow(ResultSet, int, Object[], Map<?, ?>) - 类 中的方法org.springframework.jdbc.object.MappingSqlQuery
This method is implemented to invoke the simpler mapRow template method, ignoring parameters.
mapRow(ResultSet, int) - 类 中的方法org.springframework.jdbc.object.MappingSqlQuery
Subclasses must implement this method to convert each row of the ResultSet into an object of the result type.
mapRow(ResultSet, int, Object[], Map<?, ?>) - 类 中的方法org.springframework.jdbc.object.MappingSqlQueryWithParameters
Subclasses must implement this method to convert each row of the ResultSet into an object of the result type.
mapRow(ResultSet, int) - 类 中的方法org.springframework.jdbc.object.MappingSqlQueryWithParameters.RowMapperImpl
 
mapRow(ResultSet, int) - 类 中的方法org.springframework.jdbc.object.SqlFunction
This implementation of this method extracts a single value from the single row returned by the function.
mapRow(ResultSet, int) - 类 中的方法org.springframework.jdbc.object.UpdatableSqlQuery.RowMapperImpl
 
MapSqlParameterSource - org.springframework.jdbc.core.namedparam中的类
SqlParameterSource implementation that holds a given Map of parameters.
MapSqlParameterSource() - 类 的构造器org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Create an empty MapSqlParameterSource, with values to be added via addValue.
MapSqlParameterSource(String, Object) - 类 的构造器org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Create a new MapSqlParameterSource, with one value comprised of the supplied arguments.
MapSqlParameterSource(Map<String, ?>) - 类 的构造器org.springframework.jdbc.core.namedparam.MapSqlParameterSource
Create a new MapSqlParameterSource based on a Map.
mapToPropertiesConverter() - 类 中的静态方法org.springframework.data.redis.connection.convert.Converters
Returns a converter to convert from Map to Properties.
MapToPropertiesConverter - org.springframework.data.redis.connection.convert中的枚举
 
Mark - org.yaml.snakeyaml.error中的类
It's just a record and its only use is producing nice error messages.
Mark(String, int, int, int, String, int) - 类 的构造器org.yaml.snakeyaml.error.Mark
 
markApplicationContextDirty(DirtiesContext.HierarchyMode) - 类 中的方法org.springframework.test.context.support.DefaultTestContext
Mark the application context associated with this test context as dirty (i.e., by removing it from the context cache and closing it).
markApplicationContextDirty(DirtiesContext.HierarchyMode) - 接口 中的方法org.springframework.test.context.TestContext
Call this method to signal that the application context associated with this test context is dirty and should be removed from the context cache.
MarkedYAMLException - org.yaml.snakeyaml.error中的异常错误
 
MarkedYAMLException(String, Mark, String, Mark, String) - 异常错误 的构造器org.yaml.snakeyaml.error.MarkedYAMLException
 
MarkedYAMLException(String, Mark, String, Mark, String, Throwable) - 异常错误 的构造器org.yaml.snakeyaml.error.MarkedYAMLException
 
MarkedYAMLException(String, Mark, String, Mark) - 异常错误 的构造器org.yaml.snakeyaml.error.MarkedYAMLException
 
MarkedYAMLException(String, Mark, String, Mark, Throwable) - 异常错误 的构造器org.yaml.snakeyaml.error.MarkedYAMLException
 
marshal(Object, Result) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
 
marshal(Object, Result, MimeContainer) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
 
marshal(Object, Result) - 接口 中的方法org.springframework.oxm.Marshaller
Marshal the object graph with the given root into the provided Result.
marshal(Object, Result, MimeContainer) - 接口 中的方法org.springframework.oxm.mime.MimeMarshaller
Marshals the object graph with the given root into the provided Result, writing binary data to a MimeContainer.
marshal(Object, Result) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Marshals the object graph with the given root into the provided javax.xml.transform.Result.
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - 类 中的方法org.springframework.oxm.xstream.CatchAllConverter
 
marshalDomNode(Object, Node) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
 
marshalDomNode(Object, Node) - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
 
marshalDomNode(Object, Node) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Abstract template method for marshalling the given object graph to a DOM Node.
marshalDomNode(Object, Node) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
 
marshalDomResult(Object, DOMResult) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Template method for handling DOMResults.
Marshaller - org.springframework.oxm中的接口
Defines the contract for Object XML Mapping Marshallers.
MarshallingException - org.springframework.oxm中的异常错误
Base class for exception thrown when a marshalling or unmarshalling error occurs.
MarshallingException(String) - 异常错误 的构造器org.springframework.oxm.MarshallingException
Construct a MarshallingException with the specified detail message.
MarshallingException(String, Throwable) - 异常错误 的构造器org.springframework.oxm.MarshallingException
Construct a MarshallingException with the specified detail message and nested exception.
MarshallingFailureException - org.springframework.oxm中的异常错误
Exception thrown on marshalling failure.
MarshallingFailureException(String) - 异常错误 的构造器org.springframework.oxm.MarshallingFailureException
Construct a MarshallingFailureException with the specified detail message.
MarshallingFailureException(String, Throwable) - 异常错误 的构造器org.springframework.oxm.MarshallingFailureException
Construct a MarshallingFailureException with the specified detail message and nested exception.
MarshallingHttpMessageConverter - org.springframework.http.converter.xml中的类
Implementation of HttpMessageConverter that can read and write XML using Spring's Marshaller and Unmarshaller abstractions.
MarshallingHttpMessageConverter() - 类 的构造器org.springframework.http.converter.xml.MarshallingHttpMessageConverter
Construct a new MarshallingHttpMessageConverter with no Marshaller or Unmarshaller set.
MarshallingHttpMessageConverter(Marshaller) - 类 的构造器org.springframework.http.converter.xml.MarshallingHttpMessageConverter
Construct a new MarshallingMessageConverter with the given Marshaller set.
MarshallingHttpMessageConverter(Marshaller, Unmarshaller) - 类 的构造器org.springframework.http.converter.xml.MarshallingHttpMessageConverter
Construct a new MarshallingMessageConverter with the given Marshaller and Unmarshaller.
MarshallingSource - org.springframework.oxm.support中的类
Source implementation that uses a Marshaller.Can be constructed with a Marshaller and an object to be marshalled.
MarshallingSource(Marshaller, Object) - 类 的构造器org.springframework.oxm.support.MarshallingSource
Create a new MarshallingSource with the given marshaller and content.
MarshallingView - org.springframework.web.servlet.view.xml中的类
Spring-MVC View that allows for response context to be rendered as the result of marshalling by a Marshaller.
MarshallingView() - 类 的构造器org.springframework.web.servlet.view.xml.MarshallingView
Construct a new MarshallingView with no Marshaller set.
MarshallingView(Marshaller) - 类 的构造器org.springframework.web.servlet.view.xml.MarshallingView
Constructs a new MarshallingView with the given Marshaller set.
marshalOutputStream(Object, OutputStream) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
 
marshalOutputStream(Object, OutputStream) - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
 
marshalOutputStream(Object, OutputStream) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Abstract template method for marshalling the given object graph to a OutputStream.
marshalOutputStream(Object, OutputStream) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
 
marshalOutputStream(Object, OutputStream, DataHolder) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
 
marshalSaxHandlers(Object, ContentHandler, LexicalHandler) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
 
marshalSaxHandlers(Object, ContentHandler, LexicalHandler) - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
 
marshalSaxHandlers(Object, ContentHandler, LexicalHandler) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Abstract template method for marshalling the given object graph to a SAX ContentHandler.
marshalSaxHandlers(Object, ContentHandler, LexicalHandler) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
 
marshalSaxResult(Object, SAXResult) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Template method for handling SAXResults.
marshalStaxResult(Object, Result) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Template method for handling StaxResults.
marshalStreamResult(Object, StreamResult) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Template method for handling StreamResults.
marshalWriter(Object, Writer) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
 
marshalWriter(Object, Writer) - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
 
marshalWriter(Object, Writer) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Abstract template method for marshalling the given object graph to a Writer.
marshalWriter(Object, Writer) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
 
marshalWriter(Object, Writer, DataHolder) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
 
marshalXmlEventWriter(Object, XMLEventWriter) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
 
marshalXmlEventWriter(Object, XMLEventWriter) - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
 
marshalXmlEventWriter(Object, XMLEventWriter) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Abstract template method for marshalling the given object to a StAX XMLEventWriter.
marshalXmlEventWriter(Object, XMLEventWriter) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
 
marshalXmlStreamWriter(Object, XMLStreamWriter) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
 
marshalXmlStreamWriter(Object, XMLStreamWriter) - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
 
marshalXmlStreamWriter(Object, XMLStreamWriter) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Abstract template method for marshalling the given object to a StAX XMLStreamWriter.
marshalXmlStreamWriter(Object, XMLStreamWriter) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
 
master(String) - 类 中的方法org.springframework.data.redis.connection.RedisSentinelConfiguration
 
master(NamedNode) - 类 中的方法org.springframework.data.redis.connection.RedisSentinelConfiguration
 
masters() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisSentinelConnection
 
masters() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
 
masters() - 接口 中的方法org.springframework.data.redis.connection.RedisSentinelCommands
Get a Collection of monitored masters and their state.
match(String) - 类 中的方法org.springframework.data.redis.core.ScanOptions.ScanOptionsBuilder
Returns the current ScanOptions.ScanOptionsBuilder configured with the given pattern.
match(ClientHttpRequest) - 类 中的方法org.springframework.test.web.client.DefaultRequestExpectation
 
match(ClientHttpRequest) - 接口 中的方法org.springframework.test.web.client.RequestMatcher
Match the given request against specific expectations.
match(MvcResult) - 接口 中的方法org.springframework.test.web.servlet.ResultMatcher
Assert the result of an executed request.
match(String, String) - 类 中的方法org.springframework.util.AntPathMatcher
 
match(Class<? extends Throwable>, Class<? extends Throwable>) - 类 中的方法org.springframework.util.ExceptionTypeFilter
 
match(T) - 类 中的方法org.springframework.util.InstanceFilter
Determine if the specified {code instance} matches this filter.
match(T, T) - 类 中的方法org.springframework.util.InstanceFilter
Determine if the specified instance is equal to the specified candidate.
match(T, Collection<? extends T>) - 类 中的方法org.springframework.util.InstanceFilter
Determine if the specified instance matches one of the candidates.
match(String, String) - 接口 中的方法org.springframework.util.PathMatcher
Match the given path against the given pattern, according to this PathMatcher's matching strategy.
match(HttpServletRequest, String) - 类 中的方法org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
 
match(HttpServletRequest, String) - 接口 中的方法org.springframework.web.servlet.handler.MatchableHandlerMapping
Determine whether the given request matches the request criteria.
match(HttpServletRequest, String) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
 
match(String) - 类 中的方法org.springframework.web.util.UriTemplate
Match the given URI to a map of variable values.
match(Iterable<Node>, Iterable<Node>) - 类 中的方法org.xmlunit.diff.DefaultNodeMatcher
 
match(Iterable<Node>, Iterable<Node>) - 接口 中的方法org.xmlunit.diff.NodeMatcher
Matches control and test nodes against each other, returns the matching pairs.
MatchableHandlerMapping - org.springframework.web.servlet.handler中的接口
Additional interface that a HandlerMapping can implement to expose a request matching API aligned with its internal request matching configuration and implementation.
MatchAlwaysTransactionAttributeSource - org.springframework.transaction.interceptor中的类
Very simple implementation of TransactionAttributeSource which will always return the same TransactionAttribute for all methods fed to it.
MatchAlwaysTransactionAttributeSource() - 类 的构造器org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
 
matchAndExtract(PathContainer) - 类 中的方法org.springframework.web.util.pattern.PathPattern
Match this pattern to the given URI path and return extracted URI template variables as well as path parameters (matrix variables).
matches(T, IndexDefinition.IndexingContext) - 接口 中的方法org.springframework.data.redis.core.index.IndexDefinition.Condition
 
matches(T, IndexDefinition.IndexingContext) - 类 中的方法org.springframework.data.redis.core.index.RedisIndexDefinition.OrCondition
 
matches(Object, IndexDefinition.IndexingContext) - 类 中的方法org.springframework.data.redis.core.index.RedisIndexDefinition.PathCondition
 
matches(TypeDescriptor, TypeDescriptor) - 类 中的方法org.springframework.data.repository.support.DomainClassConverter
 
matches(Field) - 类 中的方法org.springframework.data.util.ReflectionUtils.AnnotationFieldFilter
 
matches(String) - 枚举 中的方法org.springframework.http.HttpMethod
Determine whether this HttpMethod matches the given method value.
matches(WebRequest) - 类 中的方法org.springframework.test.web.servlet.htmlunit.HostRequestMatcher
 
matches(WebRequest) - 类 中的方法org.springframework.test.web.servlet.htmlunit.UrlRegexRequestMatcher
 
matches(WebRequest) - 接口 中的方法org.springframework.test.web.servlet.htmlunit.WebRequestMatcher
Whether this matcher matches on the supplied web request.
matches(Field) - 接口 中的方法org.springframework.util.ReflectionUtils.FieldFilter
Determine whether the given field matches.
matches(Method) - 接口 中的方法org.springframework.util.ReflectionUtils.MethodFilter
Determine whether the given method matches.
matches(String, PathMatcher) - 类 中的方法org.springframework.web.servlet.handler.MappedInterceptor
Determine a match for the given lookup path.
matches(PathContainer) - 类 中的方法org.springframework.web.util.pattern.PathPattern
Whether this pattern matches the given path.
matches(String) - 类 中的方法org.springframework.web.util.UriTemplate
Indicate whether the given URI matches this template.
matches(Class<? extends Object>) - 类 中的方法org.yaml.snakeyaml.nodes.Tag
Check whether this tag matches the global tag for the Class
matchesTypeName(Class<?>, String) - 类 中的静态方法org.springframework.util.ClassUtils
Check whether the given class matches the user-specified type name.
matchInParameterValuesWithCallParameters(SqlParameterSource) - 类 中的方法org.springframework.jdbc.core.metadata.CallMetaDataContext
Match input parameter values with the parameters declared to be used in the call.
matchInParameterValuesWithCallParameters(Map<String, ?>) - 类 中的方法org.springframework.jdbc.core.metadata.CallMetaDataContext
Match input parameter values with the parameters declared to be used in the call.
matchInParameterValuesWithCallParameters(Object[]) - 类 中的方法org.springframework.jdbc.core.metadata.CallMetaDataContext
 
matchInParameterValuesWithCallParameters(SqlParameterSource) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
Match the provided in parameter values with registered parameters and parameters defined via meta-data processing.
matchInParameterValuesWithCallParameters(Map<String, ?>) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
Match the provided in parameter values with registered parameters and parameters defined via meta-data processing.
matchInParameterValuesWithInsertColumns(SqlParameterSource) - 类 中的方法org.springframework.jdbc.core.metadata.TableMetaDataContext
Match the provided column names and values with the list of columns used.
matchInParameterValuesWithInsertColumns(Map<String, ?>) - 类 中的方法org.springframework.jdbc.core.metadata.TableMetaDataContext
Match the provided column names and values with the list of columns used.
matchInParameterValuesWithInsertColumns(SqlParameterSource) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcInsert
Match the provided in parameter values with registered parameters and parameters defined via meta-data processing.
matchInParameterValuesWithInsertColumns(Map<String, ?>) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcInsert
Match the provided in parameter values with registered parameters and parameters defined via meta-data processing.
matchRequest(ClientHttpRequest) - 类 中的方法org.springframework.test.web.client.AbstractRequestExpectationManager
As of 5.0.3 subclasses should implement this method instead of AbstractRequestExpectationManager.validateRequestInternal(ClientHttpRequest) in order to match the request to an expectation, leaving the call to create the response as a separate step (to be invoked by this class).
matchRequest(ClientHttpRequest) - 类 中的方法org.springframework.test.web.client.SimpleRequestExpectationManager
 
matchRequest(ClientHttpRequest) - 类 中的方法org.springframework.test.web.client.UnorderedRequestExpectationManager
 
matchStart(String, String) - 类 中的方法org.springframework.util.AntPathMatcher
 
matchStart(String, String) - 接口 中的方法org.springframework.util.PathMatcher
Match the given path against the corresponding part of the given pattern, according to this PathMatcher's matching strategy.
matchStartOfPath(PathContainer) - 类 中的方法org.springframework.web.util.pattern.PathPattern
Match the beginning of the given path and return the remaining portion not covered by this pattern.
matchStrings(String, Map<String, String>) - 类 中的方法org.springframework.util.AntPathMatcher.AntPathStringMatcher
Main entry point.
materialize() - 类 中的方法reactor.core.publisher.Flux
Transform incoming onNext, onError and onComplete signals into Signal instances, materializing these signals.
materialize() - 类 中的方法reactor.core.publisher.Mono
Transform incoming onNext, onError and onComplete signals into Signal instances, materializing these signals.
MATRIX_VARIABLES_ATTRIBUTE - 接口 中的静态变量org.springframework.web.servlet.HandlerMapping
Name of the HttpServletRequest attribute that contains a map with URI variable names and a corresponding MultiValueMap of URI matrix variables for each.
MatrixVariable - org.springframework.web.bind.annotation中的注释类型
Annotation which indicates that a method parameter should be bound to a name-value pair within a path segment.
MatrixVariableMapMethodArgumentResolver - org.springframework.web.servlet.mvc.method.annotation中的类
Resolves arguments of type Map annotated with @MatrixVariable where the annotation does not specify a name.
MatrixVariableMapMethodArgumentResolver() - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMapMethodArgumentResolver
 
MatrixVariableMethodArgumentResolver - org.springframework.web.servlet.mvc.method.annotation中的类
Resolves arguments annotated with @MatrixVariable.
MatrixVariableMethodArgumentResolver() - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMethodArgumentResolver
 
max(int) - 类 中的静态方法org.springframework.test.web.client.ExpectedCount
At most max number of times.
MAX_CONTEXT_CACHE_SIZE_PROPERTY_NAME - 接口 中的静态变量org.springframework.test.context.cache.ContextCache
System property used to configure the maximum size of the ContextCache as a positive integer.
MAX_FORWARDS - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Max-Forwards header field name.
MAX_INDENT - 类 中的静态变量org.yaml.snakeyaml.emitter.Emitter
 
maxAge(long, TimeUnit) - 类 中的静态方法org.springframework.http.CacheControl
Add a "max-age=" directive.
maxAge(Duration) - 接口 中的方法org.springframework.http.ResponseCookie.ResponseCookieBuilder
Set the cookie "Max-Age" attribute.
maxAge(long) - 接口 中的方法org.springframework.http.ResponseCookie.ResponseCookieBuilder
Set the cookie "Max-Age" attribute in seconds.
maxAge(String, Matcher<? super Integer>) - 类 中的方法org.springframework.test.web.servlet.result.CookieResultMatchers
Assert a cookie's maxAge with a Hamcrest Matcher.
maxAge(String, int) - 类 中的方法org.springframework.test.web.servlet.result.CookieResultMatchers
Assert a cookie's maxAge value.
maxAge(long) - 类 中的方法org.springframework.web.servlet.config.annotation.CorsRegistration
Configure how long in seconds the response from a pre-flight request can be cached by clients.
MAXLENGTH_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.InputTag
 
MaxUploadSizeExceededException - org.springframework.web.multipart中的异常错误
MultipartException subclass thrown when an upload exceeds the maximum upload size allowed.
MaxUploadSizeExceededException(long) - 异常错误 的构造器org.springframework.web.multipart.MaxUploadSizeExceededException
Constructor for MaxUploadSizeExceededException.
MaxUploadSizeExceededException(long, Throwable) - 异常错误 的构造器org.springframework.web.multipart.MaxUploadSizeExceededException
Constructor for MaxUploadSizeExceededException.
MBeanClientInterceptor - org.springframework.jmx.access中的类
MethodInterceptor that routes calls to an MBean running on the supplied MBeanServerConnection.
MBeanClientInterceptor() - 类 的构造器org.springframework.jmx.access.MBeanClientInterceptor
 
MBeanConnectFailureException - org.springframework.jmx.access中的异常错误
Thrown when an invocation failed because of an I/O problem on the MBeanServerConnection.
MBeanConnectFailureException(String, Throwable) - 异常错误 的构造器org.springframework.jmx.access.MBeanConnectFailureException
Create a new MBeanConnectFailureException with the specified error message and root cause.
MBeanExporter - org.springframework.jmx.export中的类
JMX exporter that allows for exposing any Spring-managed bean to a JMX MBeanServer, without the need to define any JMX-specific information in the bean classes.
MBeanExporter() - 类 的构造器org.springframework.jmx.export.MBeanExporter
 
MBeanExporterListener - org.springframework.jmx.export中的接口
A listener that allows application code to be notified when an MBean is registered and unregistered via an MBeanExporter.
MBeanExportException - org.springframework.jmx.export中的异常错误
Exception thrown in case of failure when exporting an MBean.
MBeanExportException(String) - 异常错误 的构造器org.springframework.jmx.export.MBeanExportException
Create a new MBeanExportException with the specified error message.
MBeanExportException(String, Throwable) - 异常错误 的构造器org.springframework.jmx.export.MBeanExportException
Create a new MBeanExportException with the specified error message and root cause.
MBeanExportOperations - org.springframework.jmx.export中的接口
Interface that defines the set of MBean export operations that are intended to be accessed by application developers during application runtime.
MBeanInfoAssembler - org.springframework.jmx.export.assembler中的接口
Interface to be implemented by all classes that can create management interface metadata for a managed resource.
MBeanInfoRetrievalException - org.springframework.jmx.access中的异常错误
Thrown if an exception is encountered when trying to retrieve MBean metadata.
MBeanInfoRetrievalException(String) - 异常错误 的构造器org.springframework.jmx.access.MBeanInfoRetrievalException
Create a new MBeanInfoRetrievalException with the specified error message.
MBeanInfoRetrievalException(String, Throwable) - 异常错误 的构造器org.springframework.jmx.access.MBeanInfoRetrievalException
Create a new MBeanInfoRetrievalException with the specified error message and root cause.
MBeanProxyFactoryBean - org.springframework.jmx.access中的类
Creates a proxy to a managed resource running either locally or remotely.
MBeanProxyFactoryBean() - 类 的构造器org.springframework.jmx.access.MBeanProxyFactoryBean
 
mbeanRegistered(ObjectName) - 接口 中的方法org.springframework.jmx.export.MBeanExporterListener
Called by MBeanExporter after an MBean has been successfully registered with an MBeanServer.
MBeanRegistrationSupport - org.springframework.jmx.support中的类
Provides supporting infrastructure for registering MBeans with an MBeanServer.
MBeanRegistrationSupport() - 类 的构造器org.springframework.jmx.support.MBeanRegistrationSupport
 
MBeanServerConnectionFactoryBean - org.springframework.jmx.support中的类
FactoryBean that creates a JMX 1.2 MBeanServerConnection to a remote MBeanServer exposed via a JMXServerConnector.
MBeanServerConnectionFactoryBean() - 类 的构造器org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
MBeanServerFactoryBean - org.springframework.jmx.support中的类
FactoryBean that obtains an MBeanServer reference through the standard JMX 1.2 MBeanServerFactory API (which is available on JDK 1.5 or as part of a JMX 1.2 provider).
MBeanServerFactoryBean() - 类 的构造器org.springframework.jmx.support.MBeanServerFactoryBean
 
MBeanServerNotFoundException - org.springframework.jmx中的异常错误
Exception thrown when we cannot locate an instance of an MBeanServer, or when more than one instance is found.
MBeanServerNotFoundException(String) - 异常错误 的构造器org.springframework.jmx.MBeanServerNotFoundException
Create a new MBeanServerNotFoundException with the supplied error message.
MBeanServerNotFoundException(String, Throwable) - 异常错误 的构造器org.springframework.jmx.MBeanServerNotFoundException
Create a new MBeanServerNotFoundException with the specified error message and root cause.
mbeanUnregistered(ObjectName) - 接口 中的方法org.springframework.jmx.export.MBeanExporterListener
Called by MBeanExporter after an MBean has been successfully unregistered from an MBeanServer.
md5Digest(byte[]) - 类 中的静态方法org.springframework.util.DigestUtils
Calculate the MD5 digest of the given bytes.
md5Digest(InputStream) - 类 中的静态方法org.springframework.util.DigestUtils
Calculate the MD5 digest of the given stream.
md5DigestAsHex(byte[]) - 类 中的静态方法org.springframework.util.DigestUtils
Return a hexadecimal string representation of the MD5 digest of the given bytes.
md5DigestAsHex(InputStream) - 类 中的静态方法org.springframework.util.DigestUtils
Return a hexadecimal string representation of the MD5 digest of the given stream.
mDel(List<ByteBuffer>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands
Delete multiple keys one in one batch.
mDel(Publisher<List<ByteBuffer>>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands
Delete multiple keys in batches.
MEDIA_TYPE_ALL_LIST - 接口 中的静态变量org.springframework.web.accept.ContentNegotiationStrategy
A singleton list with MediaType.ALL that is returned from ContentNegotiationStrategy.resolveMediaTypes(org.springframework.web.context.request.NativeWebRequest) when no specific media types are requested.
MediaType - org.springframework.http中的类
A subclass of MimeType that adds support for quality parameters as defined in the HTTP specification.
MediaType(String) - 类 的构造器org.springframework.http.MediaType
Create a new MediaType for the given primary type.
MediaType(String, String) - 类 的构造器org.springframework.http.MediaType
Create a new MediaType for the given primary type and subtype.
MediaType(String, String, Charset) - 类 的构造器org.springframework.http.MediaType
Create a new MediaType for the given type, subtype, and character set.
MediaType(String, String, double) - 类 的构造器org.springframework.http.MediaType
Create a new MediaType for the given type, subtype, and quality value.
MediaType(MediaType, Charset) - 类 的构造器org.springframework.http.MediaType
Copy-constructor that copies the type, subtype and parameters of the given MediaType, and allows to set the specified character set.
MediaType(MediaType, Map<String, String>) - 类 的构造器org.springframework.http.MediaType
Copy-constructor that copies the type and subtype of the given MediaType, and allows for different parameter.
MediaType(String, String, Map<String, String>) - 类 的构造器org.springframework.http.MediaType
Create a new MediaType for the given type, subtype, and parameters.
mediaType(String, MediaType) - 类 中的方法org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
Add a mapping from a key, extracted from a path extension or a query parameter, to a MediaType.
MediaTypeEditor - org.springframework.http中的类
Editor for MediaType descriptors, to automatically convert String specifications (e.g.
MediaTypeEditor() - 类 的构造器org.springframework.http.MediaTypeEditor
 
MediaTypeExpression - org.springframework.web.servlet.mvc.condition中的接口
A contract for media type expressions (e.g.
MediaTypeFactory - org.springframework.http中的类
A factory delegate for resolving MediaType objects from Resource handles or filenames.
MediaTypeFactory() - 类 的构造器org.springframework.http.MediaTypeFactory
 
MediaTypeFileExtensionResolver - org.springframework.web.accept中的接口
Strategy to resolve MediaType to a list of file extensions.
MediaTypeNotSupportedStatusException - org.springframework.web.server中的异常错误
Exception for errors that fit response status 415 (unsupported media type).
MediaTypeNotSupportedStatusException(String) - 异常错误 的构造器org.springframework.web.server.MediaTypeNotSupportedStatusException
Constructor for when the Content-Type is invalid.
MediaTypeNotSupportedStatusException(List<MediaType>) - 异常错误 的构造器org.springframework.web.server.MediaTypeNotSupportedStatusException
Constructor for when the Content-Type is not supported.
mediaTypes(Map<String, MediaType>) - 类 中的方法org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
meet(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.core.ClusterOperations
Add the node to cluster.
member(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoHashCommand
Creates a new ReactiveGeoCommands.GeoHashCommand given a member.
member(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoPosCommand
Creates a new ReactiveGeoCommands.GeoPosCommand given a member.
member - 类 中的变量org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
 
members(Collection<ByteBuffer>) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoHashCommand
Creates a new ReactiveGeoCommands.GeoHashCommand given a Collection of values.
members(Collection<ByteBuffer>) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoPosCommand
Creates a new ReactiveGeoCommands.GeoPosCommand given a Collection of values.
members(long) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveSetCommands.SPopCommand
Creates a new ReactiveSetCommands.SPopCommand for count members.
members() - 接口 中的方法org.springframework.data.redis.core.BoundSetOperations
Get all elements of set at the bound key.
members(K) - 接口 中的方法org.springframework.data.redis.core.ReactiveSetOperations
Get all elements of set at key.
members(K) - 接口 中的方法org.springframework.data.redis.core.SetOperations
Get all elements of set at key.
merge(Object) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Merges the properties of the "parent" RequestBuilder accepting values only if not already set in "this" instance.
merge(Object) - 类 中的方法org.springframework.test.web.servlet.request.MockMultipartHttpServletRequestBuilder
 
MERGE - 类 中的静态变量org.yaml.snakeyaml.nodes.Tag
 
MERGE - 类 中的静态变量org.yaml.snakeyaml.resolver.Resolver
 
merge(Publisher<? extends Publisher<? extends T>>) - 类 中的静态方法reactor.core.publisher.Flux
Merge data from Publisher sequences emitted by the passed Publisher into an interleaved merged sequence.
merge(Publisher<? extends Publisher<? extends T>>, int) - 类 中的静态方法reactor.core.publisher.Flux
Merge data from Publisher sequences emitted by the passed Publisher into an interleaved merged sequence.
merge(Publisher<? extends Publisher<? extends T>>, int, int) - 类 中的静态方法reactor.core.publisher.Flux
Merge data from Publisher sequences emitted by the passed Publisher into an interleaved merged sequence.
merge(Iterable<? extends Publisher<? extends I>>) - 类 中的静态方法reactor.core.publisher.Flux
Merge data from Publisher sequences contained in an Iterable into an interleaved merged sequence.
merge(Publisher<? extends I>...) - 类 中的静态方法reactor.core.publisher.Flux
Merge data from Publisher sequences contained in an array / vararg into an interleaved merged sequence.
merge(int, Publisher<? extends I>...) - 类 中的静态方法reactor.core.publisher.Flux
Merge data from Publisher sequences contained in an array / vararg into an interleaved merged sequence.
mergeArrayIntoCollection(Object, Collection<E>) - 类 中的静态方法org.springframework.util.CollectionUtils
Merge the given array into the given Collection.
mergeArrays(byte[], byte[]...) - 类 中的静态方法org.springframework.data.redis.util.ByteUtils
Merge multiple byte arrays into one array
mergeAttributes(Map<String, ?>) - 类 中的方法org.springframework.ui.ConcurrentModel
Copy all attributes in the supplied Map into this Map, with existing objects of the same name taking precedence (i.e. not getting replaced).
mergeAttributes(Map<String, ?>) - 类 中的方法org.springframework.ui.ExtendedModelMap
 
mergeAttributes(Map<String, ?>) - 接口 中的方法org.springframework.ui.Model
Copy all attributes in the supplied Map into this Map, with existing objects of the same name taking precedence (i.e. not getting replaced).
mergeAttributes(Map<String, ?>) - 类 中的方法org.springframework.ui.ModelMap
Copy all attributes in the supplied Map into this Map, with existing objects of the same name taking precedence (i.e. not getting replaced).
mergeAttributes(Map<String, ?>) - 类 中的方法org.springframework.web.method.support.ModelAndViewContainer
Copy attributes in the supplied Map with existing objects of the same name taking precedence (i.e. not getting replaced).
mergeAttributes(Map<String, ?>) - 接口 中的方法org.springframework.web.servlet.mvc.support.RedirectAttributes
 
mergeAttributes(Map<String, ?>) - 类 中的方法org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
Copy all attributes in the supplied Map into this Map, with existing objects of the same name taking precedence (i.e. not getting replaced).
MergedContextConfiguration - org.springframework.test.context中的类
MergedContextConfiguration encapsulates the merged context configuration declared on a test class and all of its superclasses via @ContextConfiguration, @ActiveProfiles, and @TestPropertySource.
MergedContextConfiguration(Class<?>, String[], Class<?>[], String[], ContextLoader) - 类 的构造器org.springframework.test.context.MergedContextConfiguration
Create a new MergedContextConfiguration instance for the supplied parameters.
MergedContextConfiguration(Class<?>, String[], Class<?>[], Set<Class<? extends ApplicationContextInitializer<?>>>, String[], ContextLoader) - 类 的构造器org.springframework.test.context.MergedContextConfiguration
Create a new MergedContextConfiguration instance for the supplied parameters.
MergedContextConfiguration(Class<?>, String[], Class<?>[], Set<Class<? extends ApplicationContextInitializer<?>>>, String[], ContextLoader, CacheAwareContextLoaderDelegate, MergedContextConfiguration) - 类 的构造器org.springframework.test.context.MergedContextConfiguration
Create a new MergedContextConfiguration instance for the supplied parameters.
MergedContextConfiguration(MergedContextConfiguration) - 类 的构造器org.springframework.test.context.MergedContextConfiguration
Create a new MergedContextConfiguration instance by copying all fields from the supplied MergedContextConfiguration.
MergedContextConfiguration(Class<?>, String[], Class<?>[], Set<Class<? extends ApplicationContextInitializer<?>>>, String[], String[], String[], ContextLoader, CacheAwareContextLoaderDelegate, MergedContextConfiguration) - 类 的构造器org.springframework.test.context.MergedContextConfiguration
Create a new MergedContextConfiguration instance for the supplied parameters.
MergedContextConfiguration(Class<?>, String[], Class<?>[], Set<Class<? extends ApplicationContextInitializer<?>>>, String[], String[], String[], Set<ContextCustomizer>, ContextLoader, CacheAwareContextLoaderDelegate, MergedContextConfiguration) - 类 的构造器org.springframework.test.context.MergedContextConfiguration
Create a new MergedContextConfiguration instance for the supplied parameters.
mergeDelayError(int, Publisher<? extends I>...) - 类 中的静态方法reactor.core.publisher.Flux
Merge data from Publisher sequences contained in an array / vararg into an interleaved merged sequence.
mergeOrdered(Publisher<? extends I>...) - 类 中的静态方法reactor.core.publisher.Flux
Merge data from provided Publisher sequences into an ordered merged sequence, by picking the smallest values from each source (as defined by their natural order).
mergeOrdered(Comparator<? super T>, Publisher<? extends T>...) - 类 中的静态方法reactor.core.publisher.Flux
Merge data from provided Publisher sequences into an ordered merged sequence, by picking the smallest values from each source (as defined by the provided Comparator).
mergeOrdered(int, Comparator<? super T>, Publisher<? extends T>...) - 类 中的静态方法reactor.core.publisher.Flux
Merge data from provided Publisher sequences into an ordered merged sequence, by picking the smallest values from each source (as defined by the provided Comparator).
mergeOrderedWith(Publisher<? extends T>, Comparator<? super T>) - 类 中的方法reactor.core.publisher.Flux
Merge data from this Flux and a Publisher into a reordered merge sequence, by picking the smallest value from each sequence as defined by a provided Comparator.
mergePdfDocument(Map<String, Object>, PdfStamper, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.document.AbstractPdfStamperView
Subclasses must implement this method to merge the PDF form with the given model data.
mergePropertiesIntoMap(Properties, Map<K, V>) - 类 中的静态方法org.springframework.util.CollectionUtils
Merge the given Properties instance into the given Map, copying all properties (key-value pairs) over.
mergeRequestConfig(RequestConfig) - 类 中的方法org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Merge the given HttpClient-level RequestConfig with the factory-level RequestConfig, if necessary.
mergeSequential(Publisher<? extends Publisher<? extends T>>) - 类 中的静态方法reactor.core.publisher.Flux
Merge data from Publisher sequences emitted by the passed Publisher into an ordered merged sequence.
mergeSequential(Publisher<? extends Publisher<? extends T>>, int, int) - 类 中的静态方法reactor.core.publisher.Flux
Merge data from Publisher sequences emitted by the passed Publisher into an ordered merged sequence.
mergeSequential(Publisher<? extends I>...) - 类 中的静态方法reactor.core.publisher.Flux
Merge data from Publisher sequences provided in an array/vararg into an ordered merged sequence.
mergeSequential(int, Publisher<? extends I>...) - 类 中的静态方法reactor.core.publisher.Flux
Merge data from Publisher sequences provided in an array/vararg into an ordered merged sequence.
mergeSequential(Iterable<? extends Publisher<? extends I>>) - 类 中的静态方法reactor.core.publisher.Flux
Merge data from Publisher sequences provided in an Iterable into an ordered merged sequence.
mergeSequential(Iterable<? extends Publisher<? extends I>>, int, int) - 类 中的静态方法reactor.core.publisher.Flux
Merge data from Publisher sequences provided in an Iterable into an ordered merged sequence.
mergeSequentialDelayError(Publisher<? extends Publisher<? extends T>>, int, int) - 类 中的静态方法reactor.core.publisher.Flux
Merge data from Publisher sequences emitted by the passed Publisher into an ordered merged sequence.
mergeSequentialDelayError(int, Publisher<? extends I>...) - 类 中的静态方法reactor.core.publisher.Flux
Merge data from Publisher sequences provided in an array/vararg into an ordered merged sequence.
mergeSequentialDelayError(Iterable<? extends Publisher<? extends I>>, int, int) - 类 中的静态方法reactor.core.publisher.Flux
Merge data from Publisher sequences provided in an Iterable into an ordered merged sequence.
mergeStringArrays(String[], String[]) - 类 中的静态方法org.springframework.util.StringUtils
已过时。
as of 4.3.15, in favor of manual merging via LinkedHashSet (with every entry included at most once, even entries within the first array)
mergeWith(Publisher<? extends T>) - 类 中的方法reactor.core.publisher.Flux
Merge data from this Flux and a Publisher into an interleaved merged sequence.
mergeWith(Publisher<? extends T>) - 类 中的方法reactor.core.publisher.Mono
Merge emissions of this Mono with the provided Publisher.
Message - org.springframework.data.redis.connection中的接口
Class encapsulating a Redis message body and its properties.
MessageCodeFormatter - org.springframework.validation中的接口
A strategy interface for formatting message codes.
MessageCodesResolver - org.springframework.validation中的接口
Strategy interface for building message codes from validation error codes.
messageConverters - 类 中的变量org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
 
MessageListener - org.springframework.data.redis.connection中的接口
Listener of messages published in Redis.
MessageListenerAdapter - org.springframework.data.redis.listener.adapter中的类
Message listener adapter that delegates the handling of messages to target listener methods via reflection, with flexible message type conversion.
MessageListenerAdapter() - 类 的构造器org.springframework.data.redis.listener.adapter.MessageListenerAdapter
Create a new MessageListenerAdapter with default settings.
MessageListenerAdapter(Object) - 类 的构造器org.springframework.data.redis.listener.adapter.MessageListenerAdapter
Create a new MessageListenerAdapter for the given delegate.
MessageListenerAdapter(Object, String) - 类 的构造器org.springframework.data.redis.listener.adapter.MessageListenerAdapter
Create a new MessageListenerAdapter for the given delegate.
MESSAGES_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.ErrorsTag
The key under which this tag exposes error messages in the page context scope.
MessageSourceResourceBundleLocator - org.springframework.validation.beanvalidation中的类
Implementation of Hibernate Validator 4.3/5.x's ResourceBundleLocator interface, exposing a Spring MessageSource as localized MessageSourceResourceBundle.
MessageSourceResourceBundleLocator(MessageSource) - 类 的构造器org.springframework.validation.beanvalidation.MessageSourceResourceBundleLocator
Build a MessageSourceResourceBundleLocator for the given MessageSource.
MessageTag - org.springframework.web.servlet.tags中的类
The <message> tag looks up a message in the scope of this page.
MessageTag() - 类 的构造器org.springframework.web.servlet.tags.MessageTag
 
MetaAnnotationUtils - org.springframework.test.util中的类
MetaAnnotationUtils is a collection of utility methods that complements the standard support already available in AnnotationUtils.
MetaAnnotationUtils() - 类 的构造器org.springframework.test.util.MetaAnnotationUtils
 
MetaAnnotationUtils.AnnotationDescriptor<T extends Annotation> - org.springframework.test.util中的类
Descriptor for an Annotation, including the class on which the annotation is declared as well as the actual annotation instance.
MetaAnnotationUtils.UntypedAnnotationDescriptor - org.springframework.test.util中的类
Untyped extension of AnnotationDescriptor that is used to describe the declaration of one of several candidate annotation types where the actual annotation type cannot be predetermined.
MetaDataAccessException - org.springframework.jdbc.support中的异常错误
Exception indicating that something went wrong during JDBC meta-data lookup.
MetaDataAccessException(String) - 异常错误 的构造器org.springframework.jdbc.support.MetaDataAccessException
Constructor for MetaDataAccessException.
MetaDataAccessException(String, Throwable) - 异常错误 的构造器org.springframework.jdbc.support.MetaDataAccessException
Constructor for MetaDataAccessException.
metaDataCatalogNameToUse(String) - 接口 中的方法org.springframework.jdbc.core.metadata.CallMetaDataProvider
Provide any modification of the catalog name passed in to match the meta-data currently used.
metaDataCatalogNameToUse(String) - 类 中的方法org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
metaDataCatalogNameToUse(String) - 类 中的方法org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
metaDataCatalogNameToUse(String) - 类 中的方法org.springframework.jdbc.core.metadata.OracleCallMetaDataProvider
 
metaDataCatalogNameToUse(String) - 接口 中的方法org.springframework.jdbc.core.metadata.TableMetaDataProvider
Provide any modification of the catalog name passed in to match the meta-data currently used.
MetadataMBeanInfoAssembler - org.springframework.jmx.export.assembler中的类
Implementation of the MBeanInfoAssembler interface that reads the management interface information from source level metadata.
MetadataMBeanInfoAssembler() - 类 的构造器org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Create a new MetadataMBeanInfoAssembler which needs to be configured through the MetadataMBeanInfoAssembler.setAttributeSource(org.springframework.jmx.export.metadata.JmxAttributeSource) method.
MetadataMBeanInfoAssembler(JmxAttributeSource) - 类 的构造器org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Create a new MetadataMBeanInfoAssembler for the given JmxAttributeSource.
MetadataNamingStrategy - org.springframework.jmx.export.naming中的类
An implementation of the ObjectNamingStrategy interface that reads the ObjectName from the source-level metadata.
MetadataNamingStrategy() - 类 的构造器org.springframework.jmx.export.naming.MetadataNamingStrategy
Create a new MetadataNamingStrategy which needs to be configured through the MetadataNamingStrategy.setAttributeSource(org.springframework.jmx.export.metadata.JmxAttributeSource) method.
MetadataNamingStrategy(JmxAttributeSource) - 类 的构造器org.springframework.jmx.export.naming.MetadataNamingStrategy
Create a new MetadataNamingStrategy for the given JmxAttributeSource.
metaDataSchemaNameToUse(String) - 接口 中的方法org.springframework.jdbc.core.metadata.CallMetaDataProvider
Provide any modification of the schema name passed in to match the meta-data currently used.
metaDataSchemaNameToUse(String) - 类 中的方法org.springframework.jdbc.core.metadata.Db2CallMetaDataProvider
 
metaDataSchemaNameToUse(String) - 类 中的方法org.springframework.jdbc.core.metadata.DerbyCallMetaDataProvider
 
metaDataSchemaNameToUse(String) - 类 中的方法org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
metaDataSchemaNameToUse(String) - 类 中的方法org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
metaDataSchemaNameToUse(String) - 类 中的方法org.springframework.jdbc.core.metadata.OracleCallMetaDataProvider
 
metaDataSchemaNameToUse(String) - 类 中的方法org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
 
metaDataSchemaNameToUse(String) - 接口 中的方法org.springframework.jdbc.core.metadata.TableMetaDataProvider
Provide any modification of the schema name passed in to match the meta-data currently used.
meters() - 类 中的静态方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoDistCommand
method(HttpMethod, URI) - 类 中的静态方法org.springframework.http.RequestEntity
Create a builder with the given method and url.
method(HttpMethod) - 接口 中的方法org.springframework.http.server.reactive.ServerHttpRequest.Builder
Set the HTTP method to return.
method(HttpMethod, URI) - 类 中的静态方法org.springframework.mock.http.server.reactive.MockServerHttpRequest
Create a builder with the given HTTP method and a URI.
method(HttpMethod, String, Object...) - 类 中的静态方法org.springframework.mock.http.server.reactive.MockServerHttpRequest
Alternative to MockServerHttpRequest.method(HttpMethod, URI) that accepts a URI template.
method(HttpMethod) - 接口 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
 
method() - 类 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest
 
method(HttpMethod) - 类 中的静态方法org.springframework.test.web.client.match.MockRestRequestMatchers
Assert the HttpMethod of the request.
method(HttpMethod) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient
Prepare a request for the specified HttpMethod.
method(Method) - 类 中的方法org.springframework.test.web.servlet.result.HandlerResultMatchers
Assert the controller method used to process the request.
METHOD_GET - 类 中的静态变量org.springframework.web.servlet.support.WebContentGenerator
HTTP method "GET"
METHOD_HEAD - 类 中的静态变量org.springframework.web.servlet.support.WebContentGenerator
HTTP method "HEAD"
METHOD_POST - 类 中的静态变量org.springframework.web.servlet.support.WebContentGenerator
HTTP method "POST"
MethodArgumentBuilder(Class<?>, Method) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodArgumentBuilder
 
MethodArgumentBuilder(UriComponentsBuilder, Class<?>, Method) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodArgumentBuilder
 
MethodArgumentConversionNotSupportedException - org.springframework.web.method.annotation中的异常错误
A ConversionNotSupportedException raised while resolving a method argument.
MethodArgumentConversionNotSupportedException(Object, Class<?>, String, MethodParameter, Throwable) - 异常错误 的构造器org.springframework.web.method.annotation.MethodArgumentConversionNotSupportedException
 
MethodArgumentNotValidException - org.springframework.web.bind中的异常错误
Exception to be thrown when validation on an argument annotated with @Valid fails.
MethodArgumentNotValidException(MethodParameter, BindingResult) - 异常错误 的构造器org.springframework.web.bind.MethodArgumentNotValidException
MethodArgumentTypeMismatchException - org.springframework.web.method.annotation中的异常错误
A TypeMismatchException raised while resolving a controller method argument.
MethodArgumentTypeMismatchException(Object, Class<?>, String, MethodParameter, Throwable) - 异常错误 的构造器org.springframework.web.method.annotation.MethodArgumentTypeMismatchException
 
methodBlock(FrameworkMethod) - 类 中的方法org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Augment the default JUnit behavior with potential repeats of the entire execution chain.
methodCall(Object) - 类 中的方法org.springframework.test.web.servlet.result.HandlerResultMatchers
Assert the controller method used to process the request.
MethodExclusionMBeanInfoAssembler - org.springframework.jmx.export.assembler中的类
AbstractReflectiveMBeanInfoAssembler subclass that allows method names to be explicitly excluded as MBean operations and attributes.
MethodExclusionMBeanInfoAssembler() - 类 的构造器org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
 
MethodExecutor - org.springframework.expression中的接口
MethodExecutors are built by the resolvers and can be cached by the infrastructure to repeat an operation quickly without going back to the resolvers.
MethodFilter - org.springframework.expression中的接口
MethodFilter instances allow SpEL users to fine tune the behaviour of the method resolution process.
methodIdentification(Method, Class<?>) - 类 中的方法org.springframework.transaction.interceptor.TransactionAspectSupport
Convenience method to return a String representation of this Method for use in logging.
MethodInvocationValidator - org.springframework.data.repository.core.support中的类
Interceptor enforcing required return value and method parameter constraints declared on repository query methods.
MethodInvocationValidator() - 类 的构造器org.springframework.data.repository.core.support.MethodInvocationValidator
 
MethodInvoker - org.springframework.util中的类
Helper class that allows for specifying a method to invoke in a declarative fashion, be it static or non-static.
MethodInvoker() - 类 的构造器org.springframework.util.MethodInvoker
 
MethodInvokingJob() - 类 的构造器org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
 
MethodInvokingJobDetailFactoryBean - org.springframework.scheduling.quartz中的类
FactoryBean that exposes a org.quartz.JobDetail object which delegates job execution to a specified (static or non-static) method.
MethodInvokingJobDetailFactoryBean() - 类 的构造器org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
MethodInvokingJobDetailFactoryBean.MethodInvokingJob - org.springframework.scheduling.quartz中的类
Quartz Job implementation that invokes a specified method.
MethodInvokingJobDetailFactoryBean.StatefulMethodInvokingJob - org.springframework.scheduling.quartz中的类
Extension of the MethodInvokingJob, implementing the StatefulJob interface.
MethodInvokingRunnable - org.springframework.scheduling.support中的类
Adapter that implements the Runnable interface as a configurable method invocation based on Spring's MethodInvoker.
MethodInvokingRunnable() - 类 的构造器org.springframework.scheduling.support.MethodInvokingRunnable
 
MethodLookup - org.springframework.data.repository.core.support中的接口
Strategy interface providing predicates to resolve a method called on a composite to its implementation method.
MethodLookup.InvokedMethod - org.springframework.data.repository.core.support中的类
Value object representing an invoked Method.
MethodLookup.MethodPredicate - org.springframework.data.repository.core.support中的接口
A method predicate to be applied on the MethodLookup.InvokedMethod and method candidate.
MethodMapTransactionAttributeSource - org.springframework.transaction.interceptor中的类
Simple TransactionAttributeSource implementation that allows attributes to be stored per method in a Map.
MethodMapTransactionAttributeSource() - 类 的构造器org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
 
methodName() - 类 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest
 
methodName(Matcher<? super String>) - 类 中的方法org.springframework.test.web.servlet.result.HandlerResultMatchers
Assert the name of the controller method used to process the request using the given Hamcrest Matcher.
methodName(String) - 类 中的方法org.springframework.test.web.servlet.result.HandlerResultMatchers
Assert the name of the controller method used to process the request.
MethodNameBasedMBeanInfoAssembler - org.springframework.jmx.export.assembler中的类
Subclass of AbstractReflectiveMBeanInfoAssembler that allows to specify method names to be exposed as MBean operations and attributes.
MethodNameBasedMBeanInfoAssembler() - 类 的构造器org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
 
MethodNotAllowedException - org.springframework.web.server中的异常错误
Exception for errors that fit response status 405 (method not allowed).
MethodNotAllowedException(HttpMethod, Collection<HttpMethod>) - 异常错误 的构造器org.springframework.web.server.MethodNotAllowedException
 
MethodNotAllowedException(String, Collection<HttpMethod>) - 异常错误 的构造器org.springframework.web.server.MethodNotAllowedException
 
MethodProperty - org.yaml.snakeyaml.introspector中的类
A MethodProperty is a Property which is accessed through accessor methods (setX, getX).
MethodProperty(PropertyDescriptor) - 类 的构造器org.yaml.snakeyaml.introspector.MethodProperty
 
MethodReference - org.springframework.expression.spel.ast中的类
Expression language AST node that represents a method reference.
MethodReference(boolean, String, int, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.MethodReference
 
MethodResolver - org.springframework.expression中的接口
A method resolver attempts locate a method and returns a command executor that can be used to invoke that method.
methods() - 类 中的方法org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragments
 
methods() - 接口 中的方法org.springframework.data.repository.core.support.RepositoryFragment
 
methods(RequestMethod...) - 接口 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo.Builder
Set the request method conditions.
MethodsMetadata - org.springframework.data.type中的接口
Interface that defines abstract metadata of a specific class, in a form that does not require that class to be loaded yet.
MethodsMetadataReader - org.springframework.data.type.classreading中的接口
Extension to MetadataReader for accessing class metadata and method metadata as read by an ASM ClassReader.
MethodsMetadataReaderFactory - org.springframework.data.type.classreading中的类
Extension of SimpleMetadataReaderFactory that reads MethodsMetadata, creating a new ASM MethodsMetadataReader for every request.
MethodsMetadataReaderFactory() - 类 的构造器org.springframework.data.type.classreading.MethodsMetadataReaderFactory
Create a new MethodsMetadataReaderFactory for the default class loader.
MethodsMetadataReaderFactory(ResourceLoader) - 类 的构造器org.springframework.data.type.classreading.MethodsMetadataReaderFactory
Create a new MethodsMetadataReaderFactory for the given ResourceLoader.
MethodsMetadataReaderFactory(ClassLoader) - 类 的构造器org.springframework.data.type.classreading.MethodsMetadataReaderFactory
Create a new MethodsMetadataReaderFactory for the given ClassLoader.
MethodValidationInterceptor - org.springframework.validation.beanvalidation中的类
An AOP Alliance MethodInterceptor implementation that delegates to a JSR-303 provider for performing method-level validation on annotated methods.
MethodValidationInterceptor() - 类 的构造器org.springframework.validation.beanvalidation.MethodValidationInterceptor
Create a new MethodValidationInterceptor using a default JSR-303 validator underneath.
MethodValidationInterceptor(ValidatorFactory) - 类 的构造器org.springframework.validation.beanvalidation.MethodValidationInterceptor
Create a new MethodValidationInterceptor using the given JSR-303 ValidatorFactory.
MethodValidationInterceptor(Validator) - 类 的构造器org.springframework.validation.beanvalidation.MethodValidationInterceptor
Create a new MethodValidationInterceptor using the given JSR-303 Validator.
MethodValidationPostProcessor - org.springframework.validation.beanvalidation中的类
A convenient BeanPostProcessor implementation that delegates to a JSR-303 provider for performing method-level validation on annotated methods.
MethodValidationPostProcessor() - 类 的构造器org.springframework.validation.beanvalidation.MethodValidationPostProcessor
 
MetricType - org.springframework.jmx.support中的枚举
Represents how the measurement values of a ManagedMetric will change over time.
mGet(byte[]...) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
mGet(byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
mGet(String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
mGet(List<ByteBuffer>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Get multiple values in one batch.
mGet(Publisher<List<ByteBuffer>>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Get multiple values at for keysets in batches.
mGet(byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisStringCommands
Get multiple keys.
mGet(String...) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get multiple keys.
migrate(byte[], RedisNode, int, RedisServerCommands.MigrateOption) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
migrate(byte[], RedisNode, int, RedisServerCommands.MigrateOption, long) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
migrate(byte[], RedisNode, int, RedisServerCommands.MigrateOption) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
migrate(byte[], RedisNode, int, RedisServerCommands.MigrateOption, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
migrate(byte[], RedisNode, int, RedisServerCommands.MigrateOption) - 接口 中的方法org.springframework.data.redis.connection.RedisServerCommands
Atomically transfer a key from a source Redis instance to a destination Redis instance.
migrate(byte[], RedisNode, int, RedisServerCommands.MigrateOption, long) - 接口 中的方法org.springframework.data.redis.connection.RedisServerCommands
Atomically transfer a key from a source Redis instance to a destination Redis instance.
miles() - 类 中的静态方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoDistCommand
MillisecondInstantPrinter - org.springframework.format.datetime.joda中的类
Prints Long instances using a Joda DateTimeFormatter.
MillisecondInstantPrinter(DateTimeFormatter) - 类 的构造器org.springframework.format.datetime.joda.MillisecondInstantPrinter
Create a new ReadableInstantPrinter.
milliseconds(long) - 类 中的静态方法org.springframework.data.redis.core.types.Expiration
millisecondsToTimeUnit(long, TimeUnit) - 类 中的静态方法org.springframework.data.redis.connection.convert.Converters
Converts milliseconds to the given TimeUnit.
millisecondsToTimeUnit(TimeUnit) - 类 中的静态方法org.springframework.data.redis.connection.convert.Converters
Creates a new Converter to convert from milliseconds to the given TimeUnit.
MimeContainer - org.springframework.oxm.mime中的接口
Represents a container for MIME attachments Concrete implementations might adapt a SOAPMessage or an email message.
MimeMailMessage - org.springframework.mail.javamail中的类
Implementation of the MailMessage interface for a JavaMail MIME message, to let message population code interact with a simple message or a MIME message through a common interface.
MimeMailMessage(MimeMessageHelper) - 类 的构造器org.springframework.mail.javamail.MimeMailMessage
Create a new MimeMailMessage based on the given MimeMessageHelper.
MimeMailMessage(MimeMessage) - 类 的构造器org.springframework.mail.javamail.MimeMailMessage
Create a new MimeMailMessage based on the given JavaMail MimeMessage.
MimeMarshaller - org.springframework.oxm.mime中的接口
Subinterface of Marshaller that can use MIME attachments to optimize storage of binary data.
MimeMessageHelper - org.springframework.mail.javamail中的类
Helper class for populating a javax.mail.internet.MimeMessage.
MimeMessageHelper(MimeMessage) - 类 的构造器org.springframework.mail.javamail.MimeMessageHelper
Create a new MimeMessageHelper for the given MimeMessage, assuming a simple text message (no multipart content, i.e. no alternative texts and no inline elements or attachments).
MimeMessageHelper(MimeMessage, String) - 类 的构造器org.springframework.mail.javamail.MimeMessageHelper
Create a new MimeMessageHelper for the given MimeMessage, assuming a simple text message (no multipart content, i.e. no alternative texts and no inline elements or attachments).
MimeMessageHelper(MimeMessage, boolean) - 类 的构造器org.springframework.mail.javamail.MimeMessageHelper
Create a new MimeMessageHelper for the given MimeMessage, in multipart mode (supporting alternative texts, inline elements and attachments) if requested.
MimeMessageHelper(MimeMessage, boolean, String) - 类 的构造器org.springframework.mail.javamail.MimeMessageHelper
Create a new MimeMessageHelper for the given MimeMessage, in multipart mode (supporting alternative texts, inline elements and attachments) if requested.
MimeMessageHelper(MimeMessage, int) - 类 的构造器org.springframework.mail.javamail.MimeMessageHelper
Create a new MimeMessageHelper for the given MimeMessage, in multipart mode (supporting alternative texts, inline elements and attachments) if requested.
MimeMessageHelper(MimeMessage, int, String) - 类 的构造器org.springframework.mail.javamail.MimeMessageHelper
Create a new MimeMessageHelper for the given MimeMessage, in multipart mode (supporting alternative texts, inline elements and attachments) if requested.
MimeMessagePreparator - org.springframework.mail.javamail中的接口
Callback interface for the preparation of JavaMail MIME messages.
MimeType - org.springframework.util中的类
Represents a MIME Type, as originally defined in RFC 2046 and subsequently used in other Internet protocols including HTTP.
MimeType(String) - 类 的构造器org.springframework.util.MimeType
Create a new MimeType for the given primary type.
MimeType(String, String) - 类 的构造器org.springframework.util.MimeType
Create a new MimeType for the given primary type and subtype.
MimeType(String, String, Charset) - 类 的构造器org.springframework.util.MimeType
Create a new MimeType for the given type, subtype, and character set.
MimeType(MimeType, Charset) - 类 的构造器org.springframework.util.MimeType
Copy-constructor that copies the type, subtype, parameters of the given MimeType, and allows to set the specified character set.
MimeType(MimeType, Map<String, String>) - 类 的构造器org.springframework.util.MimeType
Copy-constructor that copies the type and subtype of the given MimeType, and allows for different parameter.
MimeType(String, String, Map<String, String>) - 类 的构造器org.springframework.util.MimeType
Create a new MimeType for the given type, subtype, and parameters.
MimeType.SpecificityComparator<T extends MimeType> - org.springframework.util中的类
 
MimeTypeUtils - org.springframework.util中的类
Miscellaneous MimeType utility methods.
MimeTypeUtils() - 类 的构造器org.springframework.util.MimeTypeUtils
 
MimeUnmarshaller - org.springframework.oxm.mime中的接口
Subinterface of Unmarshaller that can use MIME attachments to optimize storage of binary data.
min(int) - 类 中的静态方法org.springframework.test.web.client.ExpectedCount
At least min number of times.
MIN_INDENT - 类 中的静态变量org.yaml.snakeyaml.emitter.Emitter
 
minor() - 枚举 中的方法org.yaml.snakeyaml.DumperOptions.Version
 
MINUS_BYTES - 类 中的静态变量org.springframework.data.redis.connection.jedis.JedisConverters
 
MINUS_BYTES - 类 中的静态变量org.springframework.data.redis.connection.lettuce.LettuceConverters
 
MISSING_FIELD_ERROR_CODE - 类 中的静态变量org.springframework.validation.DefaultBindingErrorProcessor
Error code that a missing field error (i.e. a required field not found in the list of property values) will be registered with: "required".
MissingPathVariableException - org.springframework.web.bind中的异常错误
ServletRequestBindingException subclass that indicates that a path variable expected in the method parameters of an @RequestMapping method is not present among the URI variables extracted from the URL.
MissingPathVariableException(String, MethodParameter) - 异常错误 的构造器org.springframework.web.bind.MissingPathVariableException
Constructor for MissingPathVariableException.
MissingProperty - org.yaml.snakeyaml.introspector中的类
A property that does not map to a real property; this is used when PropertyUtils.setSkipMissingProperties(boolean) is set to true.
MissingProperty(String) - 类 的构造器org.yaml.snakeyaml.introspector.MissingProperty
 
MissingServletRequestParameterException - org.springframework.web.bind中的异常错误
ServletRequestBindingException subclass that indicates a missing parameter.
MissingServletRequestParameterException(String, String) - 异常错误 的构造器org.springframework.web.bind.MissingServletRequestParameterException
Constructor for MissingServletRequestParameterException.
MissingServletRequestPartException - org.springframework.web.multipart.support中的异常错误
Raised when the part of a "multipart/form-data" request identified by its name cannot be found.
MissingServletRequestPartException(String) - 异常错误 的构造器org.springframework.web.multipart.support.MissingServletRequestPartException
 
mixIn(Class<?>, Class<?>) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Add mix-in annotations to use for augmenting specified class or interface.
mixIns(Map<Class<?>, Class<?>>) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Add mix-in annotations to use for augmenting specified class or interface.
MOCK_PROPERTIES_PROPERTY_SOURCE_NAME - 类 中的静态变量org.springframework.mock.env.MockPropertySource
"mockProperties" is the default name for MockPropertySource instances not otherwise given an explicit name.
MockAsyncClientHttpRequest - org.springframework.mock.http.client中的类
已过时。
as of Spring 5.0, with no direct replacement
MockAsyncClientHttpRequest() - 类 的构造器org.springframework.mock.http.client.MockAsyncClientHttpRequest
已过时。
 
MockAsyncClientHttpRequest(HttpMethod, URI) - 类 的构造器org.springframework.mock.http.client.MockAsyncClientHttpRequest
已过时。
 
MockAsyncContext - org.springframework.mock.web中的类
Mock implementation of the AsyncContext interface.
MockAsyncContext(ServletRequest, ServletResponse) - 类 的构造器org.springframework.mock.web.MockAsyncContext
 
MockBodyContent - org.springframework.mock.web中的类
Mock implementation of the javax.servlet.jsp.tagext.BodyContent class.
MockBodyContent(String, HttpServletResponse) - 类 的构造器org.springframework.mock.web.MockBodyContent
Create a MockBodyContent for the given response.
MockBodyContent(String, Writer) - 类 的构造器org.springframework.mock.web.MockBodyContent
Create a MockBodyContent for the given response.
MockBodyContent(String, HttpServletResponse, Writer) - 类 的构造器org.springframework.mock.web.MockBodyContent
Create a MockBodyContent for the given response.
MockClientHttpRequest - org.springframework.mock.http.client中的类
Mock implementation of ClientHttpRequest.
MockClientHttpRequest() - 类 的构造器org.springframework.mock.http.client.MockClientHttpRequest
Default constructor.
MockClientHttpRequest(HttpMethod, URI) - 类 的构造器org.springframework.mock.http.client.MockClientHttpRequest
Create an instance with the given HttpMethod and URI.
MockClientHttpRequest - org.springframework.mock.http.client.reactive中的类
Mock implementation of ClientHttpRequest.
MockClientHttpRequest(HttpMethod, String, Object...) - 类 的构造器org.springframework.mock.http.client.reactive.MockClientHttpRequest
 
MockClientHttpRequest(HttpMethod, URI) - 类 的构造器org.springframework.mock.http.client.reactive.MockClientHttpRequest
 
MockClientHttpResponse - org.springframework.mock.http.client中的类
Mock implementation of ClientHttpResponse.
MockClientHttpResponse(byte[], HttpStatus) - 类 的构造器org.springframework.mock.http.client.MockClientHttpResponse
Constructor with response body as a byte array.
MockClientHttpResponse(InputStream, HttpStatus) - 类 的构造器org.springframework.mock.http.client.MockClientHttpResponse
Constructor with response body as InputStream.
MockClientHttpResponse - org.springframework.mock.http.client.reactive中的类
Mock implementation of ClientHttpResponse.
MockClientHttpResponse(HttpStatus) - 类 的构造器org.springframework.mock.http.client.reactive.MockClientHttpResponse
 
MockEnvironment - org.springframework.mock.env中的类
Simple ConfigurableEnvironment implementation exposing MockEnvironment.setProperty(String, String) and MockEnvironment.withProperty(String, String) methods for testing purposes.
MockEnvironment() - 类 的构造器org.springframework.mock.env.MockEnvironment
Create a new MockEnvironment with a single MockPropertySource.
MockExpressionEvaluator - org.springframework.mock.web中的类
Mock implementation of the JSP 2.0 javax.servlet.jsp.el.ExpressionEvaluator interface, delegating to the Apache JSTL ExpressionEvaluatorManager.
MockExpressionEvaluator(PageContext) - 类 的构造器org.springframework.mock.web.MockExpressionEvaluator
Create a new MockExpressionEvaluator for the given PageContext.
MockFilterChain - org.springframework.mock.web中的类
Mock implementation of the FilterChain interface.
MockFilterChain() - 类 的构造器org.springframework.mock.web.MockFilterChain
Register a single do-nothing Filter implementation.
MockFilterChain(Servlet) - 类 的构造器org.springframework.mock.web.MockFilterChain
Create a FilterChain with a Servlet.
MockFilterChain(Servlet, Filter...) - 类 的构造器org.springframework.mock.web.MockFilterChain
Create a FilterChain with Filter's and a Servlet.
MockFilterConfig - org.springframework.mock.web中的类
Mock implementation of the FilterConfig interface.
MockFilterConfig() - 类 的构造器org.springframework.mock.web.MockFilterConfig
Create a new MockFilterConfig with a default MockServletContext.
MockFilterConfig(String) - 类 的构造器org.springframework.mock.web.MockFilterConfig
Create a new MockFilterConfig with a default MockServletContext.
MockFilterConfig(ServletContext) - 类 的构造器org.springframework.mock.web.MockFilterConfig
Create a new MockFilterConfig.
MockFilterConfig(ServletContext, String) - 类 的构造器org.springframework.mock.web.MockFilterConfig
Create a new MockFilterConfig.
MockHttpInputMessage - org.springframework.mock.http中的类
Mock implementation of HttpInputMessage.
MockHttpInputMessage(byte[]) - 类 的构造器org.springframework.mock.http.MockHttpInputMessage
 
MockHttpInputMessage(InputStream) - 类 的构造器org.springframework.mock.http.MockHttpInputMessage
 
MockHttpOutputMessage - org.springframework.mock.http中的类
Mock implementation of HttpOutputMessage.
MockHttpOutputMessage() - 类 的构造器org.springframework.mock.http.MockHttpOutputMessage
 
MockHttpServletRequest - org.springframework.mock.web中的类
Mock implementation of the HttpServletRequest interface.
MockHttpServletRequest() - 类 的构造器org.springframework.mock.web.MockHttpServletRequest
Create a new MockHttpServletRequest with a default MockServletContext.
MockHttpServletRequest(String, String) - 类 的构造器org.springframework.mock.web.MockHttpServletRequest
Create a new MockHttpServletRequest with a default MockServletContext.
MockHttpServletRequest(ServletContext) - 类 的构造器org.springframework.mock.web.MockHttpServletRequest
Create a new MockHttpServletRequest with the supplied ServletContext.
MockHttpServletRequest(ServletContext, String, String) - 类 的构造器org.springframework.mock.web.MockHttpServletRequest
Create a new MockHttpServletRequest with the supplied ServletContext, method, and requestURI.
MockHttpServletRequestBuilder - org.springframework.test.web.servlet.request中的类
Default builder for MockHttpServletRequest required as input to perform requests in MockMvc.
MockHttpServletResponse - org.springframework.mock.web中的类
Mock implementation of the HttpServletResponse interface.
MockHttpServletResponse() - 类 的构造器org.springframework.mock.web.MockHttpServletResponse
 
MockHttpSession - org.springframework.mock.web中的类
Mock implementation of the HttpSession interface.
MockHttpSession() - 类 的构造器org.springframework.mock.web.MockHttpSession
Create a new MockHttpSession with a default MockServletContext.
MockHttpSession(ServletContext) - 类 的构造器org.springframework.mock.web.MockHttpSession
Create a new MockHttpSession.
MockHttpSession(ServletContext, String) - 类 的构造器org.springframework.mock.web.MockHttpSession
Create a new MockHttpSession.
MockJspWriter - org.springframework.mock.web中的类
Mock implementation of the javax.servlet.jsp.JspWriter class.
MockJspWriter(HttpServletResponse) - 类 的构造器org.springframework.mock.web.MockJspWriter
Create a MockJspWriter for the given response, using the response's default Writer.
MockJspWriter(Writer) - 类 的构造器org.springframework.mock.web.MockJspWriter
Create a MockJspWriter for the given plain Writer.
MockJspWriter(HttpServletResponse, Writer) - 类 的构造器org.springframework.mock.web.MockJspWriter
Create a MockJspWriter for the given response.
MockMultipartFile - org.springframework.mock.web中的类
Mock implementation of the MultipartFile interface.
MockMultipartFile(String, byte[]) - 类 的构造器org.springframework.mock.web.MockMultipartFile
Create a new MockMultipartFile with the given content.
MockMultipartFile(String, InputStream) - 类 的构造器org.springframework.mock.web.MockMultipartFile
Create a new MockMultipartFile with the given content.
MockMultipartFile(String, String, String, byte[]) - 类 的构造器org.springframework.mock.web.MockMultipartFile
Create a new MockMultipartFile with the given content.
MockMultipartFile(String, String, String, InputStream) - 类 的构造器org.springframework.mock.web.MockMultipartFile
Create a new MockMultipartFile with the given content.
MockMultipartHttpServletRequest - org.springframework.mock.web中的类
Mock implementation of the MultipartHttpServletRequest interface.
MockMultipartHttpServletRequest() - 类 的构造器org.springframework.mock.web.MockMultipartHttpServletRequest
Create a new MockMultipartHttpServletRequest with a default MockServletContext.
MockMultipartHttpServletRequest(ServletContext) - 类 的构造器org.springframework.mock.web.MockMultipartHttpServletRequest
Create a new MockMultipartHttpServletRequest with the supplied ServletContext.
MockMultipartHttpServletRequestBuilder - org.springframework.test.web.servlet.request中的类
Default builder for MockMultipartHttpServletRequest.
MockMvc - org.springframework.test.web.servlet中的类
Main entry point for server-side Spring MVC test support.
MockMvcBuilder - org.springframework.test.web.servlet中的接口
Builds a MockMvc instance.
MockMvcBuilders - org.springframework.test.web.servlet.setup中的类
The main class to import in order to access all available MockMvcBuilders.
MockMvcBuilders() - 类 的构造器org.springframework.test.web.servlet.setup.MockMvcBuilders
 
MockMvcBuilderSupport - org.springframework.test.web.servlet中的类
Base class for MockMvc builder implementations, providing the capability to create a MockMvc instance.
MockMvcBuilderSupport() - 类 的构造器org.springframework.test.web.servlet.MockMvcBuilderSupport
 
MockMvcClientHttpRequestFactory - org.springframework.test.web.client中的类
A ClientHttpRequestFactory for requests executed via MockMvc.
MockMvcClientHttpRequestFactory(MockMvc) - 类 的构造器org.springframework.test.web.client.MockMvcClientHttpRequestFactory
 
MockMvcConfigurer - org.springframework.test.web.servlet.setup中的接口
Contract for customizing a ConfigurableMockMvcBuilder in some specific way, e.g. a 3rd party library that wants to provide shortcuts for setting up a MockMvc.
MockMvcConfigurerAdapter - org.springframework.test.web.servlet.setup中的类
An empty method implementation of MockMvcConfigurer.
MockMvcConfigurerAdapter() - 类 的构造器org.springframework.test.web.servlet.setup.MockMvcConfigurerAdapter
 
MockMvcHtmlUnitDriverBuilder - org.springframework.test.web.servlet.htmlunit.webdriver中的类
MockMvcHtmlUnitDriverBuilder simplifies the building of an HtmlUnitDriver that delegates to MockMvc and optionally delegates to an actual connection for specific requests.
MockMvcHtmlUnitDriverBuilder(MockMvc) - 类 的构造器org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder
 
MockMvcHtmlUnitDriverBuilder(WebApplicationContext) - 类 的构造器org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder
 
MockMvcHtmlUnitDriverBuilder(WebApplicationContext, MockMvcConfigurer) - 类 的构造器org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder
 
MockMvcRequestBuilders - org.springframework.test.web.servlet.request中的类
Static factory methods for RequestBuilders.
MockMvcRequestBuilders() - 类 的构造器org.springframework.test.web.servlet.request.MockMvcRequestBuilders
 
MockMvcResultHandlers - org.springframework.test.web.servlet.result中的类
Static factory methods for ResultHandler-based result actions.
MockMvcResultHandlers() - 类 的构造器org.springframework.test.web.servlet.result.MockMvcResultHandlers
 
MockMvcResultMatchers - org.springframework.test.web.servlet.result中的类
Static factory methods for ResultMatcher-based result actions.
MockMvcResultMatchers() - 类 的构造器org.springframework.test.web.servlet.result.MockMvcResultMatchers
 
mockMvcSetup(MockMvc) - 类 中的静态方法org.springframework.test.web.servlet.htmlunit.MockMvcWebClientBuilder
Create a new MockMvcWebClientBuilder based on the supplied MockMvc instance.
mockMvcSetup(MockMvc) - 类 中的静态方法org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder
Create a new MockMvcHtmlUnitDriverBuilder based on the supplied MockMvc instance.
MockMvcWebClientBuilder - org.springframework.test.web.servlet.htmlunit中的类
MockMvcWebClientBuilder simplifies the creation of an HtmlUnit WebClient that delegates to a MockMvc instance.
MockMvcWebClientBuilder(MockMvc) - 类 的构造器org.springframework.test.web.servlet.htmlunit.MockMvcWebClientBuilder
 
MockMvcWebClientBuilder(WebApplicationContext) - 类 的构造器org.springframework.test.web.servlet.htmlunit.MockMvcWebClientBuilder
 
MockMvcWebClientBuilder(WebApplicationContext, MockMvcConfigurer) - 类 的构造器org.springframework.test.web.servlet.htmlunit.MockMvcWebClientBuilder
 
MockMvcWebConnection - org.springframework.test.web.servlet.htmlunit中的类
MockMvcWebConnection enables MockMvc to transform a WebRequest into a WebResponse.
MockMvcWebConnection(MockMvc, WebClient) - 类 的构造器org.springframework.test.web.servlet.htmlunit.MockMvcWebConnection
Create a new instance that assumes the context path of the application is "" (i.e., the root context).
MockMvcWebConnection(MockMvc, WebClient, String) - 类 的构造器org.springframework.test.web.servlet.htmlunit.MockMvcWebConnection
Create a new instance with the specified context path.
MockMvcWebConnectionBuilderSupport<T extends MockMvcWebConnectionBuilderSupport<T>> - org.springframework.test.web.servlet.htmlunit中的类
Support class that simplifies the creation of a WebConnection that uses MockMvc and optionally delegates to a real WebConnection for specific requests.
MockMvcWebConnectionBuilderSupport(MockMvc) - 类 的构造器org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
Create a new instance using the supplied MockMvc instance.
MockMvcWebConnectionBuilderSupport(WebApplicationContext) - 类 的构造器org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
Create a new instance using the supplied WebApplicationContext.
MockMvcWebConnectionBuilderSupport(WebApplicationContext, MockMvcConfigurer) - 类 的构造器org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
Create a new instance using the supplied WebApplicationContext and MockMvcConfigurer.
MockPageContext - org.springframework.mock.web中的类
Mock implementation of the javax.servlet.jsp.PageContext interface.
MockPageContext() - 类 的构造器org.springframework.mock.web.MockPageContext
MockPageContext(ServletContext) - 类 的构造器org.springframework.mock.web.MockPageContext
Create new MockPageContext with a default MockHttpServletRequest, MockHttpServletResponse, MockServletConfig.
MockPageContext(ServletContext, HttpServletRequest) - 类 的构造器org.springframework.mock.web.MockPageContext
Create new MockPageContext with a MockHttpServletResponse, MockServletConfig.
MockPageContext(ServletContext, HttpServletRequest, HttpServletResponse) - 类 的构造器org.springframework.mock.web.MockPageContext
Create new MockPageContext with a MockServletConfig.
MockPageContext(ServletContext, HttpServletRequest, HttpServletResponse, ServletConfig) - 类 的构造器org.springframework.mock.web.MockPageContext
Create new MockServletConfig.
MockPart - org.springframework.mock.web中的类
Mock implementation of javax.servlet.http.Part.
MockPart(String, byte[]) - 类 的构造器org.springframework.mock.web.MockPart
Constructor for a part with byte[] content only.
MockPart(String, String, byte[]) - 类 的构造器org.springframework.mock.web.MockPart
Constructor for a part with a filename and byte[] content.
MockPropertySource - org.springframework.mock.env中的类
Simple PropertySource implementation for use in testing.
MockPropertySource() - 类 的构造器org.springframework.mock.env.MockPropertySource
Create a new MockPropertySource named "mockProperties" that will maintain its own internal Properties instance.
MockPropertySource(String) - 类 的构造器org.springframework.mock.env.MockPropertySource
Create a new MockPropertySource with the given name that will maintain its own internal Properties instance.
MockPropertySource(Properties) - 类 的构造器org.springframework.mock.env.MockPropertySource
Create a new MockPropertySource named "mockProperties" and backed by the given Properties object.
MockPropertySource(String, Properties) - 类 的构造器org.springframework.mock.env.MockPropertySource
Create a new MockPropertySource with the given name and backed by the given Properties object.
MockRequestDispatcher - org.springframework.mock.web中的类
Mock implementation of the RequestDispatcher interface.
MockRequestDispatcher(String) - 类 的构造器org.springframework.mock.web.MockRequestDispatcher
Create a new MockRequestDispatcher for the given resource.
MockRestRequestMatchers - org.springframework.test.web.client.match中的类
Static factory methods for RequestMatcher classes.
MockRestRequestMatchers() - 类 的构造器org.springframework.test.web.client.match.MockRestRequestMatchers
 
MockRestResponseCreators - org.springframework.test.web.client.response中的类
Static factory methods for obtaining a ResponseCreator instance.
MockRestResponseCreators() - 类 的构造器org.springframework.test.web.client.response.MockRestResponseCreators
 
MockRestServiceServer - org.springframework.test.web.client中的类
Main entry point for client-side REST testing.
MockRestServiceServer.MockRestServiceServerBuilder - org.springframework.test.web.client中的接口
Builder to create a MockRestServiceServer.
MockServerConfigurer - org.springframework.test.web.reactive.server中的接口
Contract that frameworks or applications can use to pre-package a set of customizations to a WebTestClient.MockServerSpec and expose that as a shortcut.
MockServerHttpRequest - org.springframework.mock.http.server.reactive中的类
Mock extension of AbstractServerHttpRequest for use in tests without an actual server.
MockServerHttpRequest.BaseBuilder<B extends MockServerHttpRequest.BaseBuilder<B>> - org.springframework.mock.http.server.reactive中的接口
Request builder exposing properties not related to the body.
MockServerHttpRequest.BodyBuilder - org.springframework.mock.http.server.reactive中的接口
A builder that adds a body to the request.
MockServerHttpResponse - org.springframework.mock.http.server.reactive中的类
Mock extension of AbstractServerHttpResponse for use in tests without an actual server.
MockServerHttpResponse() - 类 的构造器org.springframework.mock.http.server.reactive.MockServerHttpResponse
 
MockServerRequest - org.springframework.mock.web.reactive.function.server中的类
Mock implementation of ServerRequest.
MockServerRequest.Builder - org.springframework.mock.web.reactive.function.server中的接口
Builder for MockServerRequest.
MockServerWebExchange - org.springframework.mock.web.server中的类
MockServletConfig - org.springframework.mock.web中的类
Mock implementation of the ServletConfig interface.
MockServletConfig() - 类 的构造器org.springframework.mock.web.MockServletConfig
Create a new MockServletConfig with a default MockServletContext.
MockServletConfig(String) - 类 的构造器org.springframework.mock.web.MockServletConfig
Create a new MockServletConfig with a default MockServletContext.
MockServletConfig(ServletContext) - 类 的构造器org.springframework.mock.web.MockServletConfig
Create a new MockServletConfig.
MockServletConfig(ServletContext, String) - 类 的构造器org.springframework.mock.web.MockServletConfig
Create a new MockServletConfig.
MockServletContext - org.springframework.mock.web中的类
Mock implementation of the ServletContext interface.
MockServletContext() - 类 的构造器org.springframework.mock.web.MockServletContext
Create a new MockServletContext, using no base path and a DefaultResourceLoader (i.e. the classpath root as WAR root).
MockServletContext(String) - 类 的构造器org.springframework.mock.web.MockServletContext
Create a new MockServletContext, using a DefaultResourceLoader.
MockServletContext(ResourceLoader) - 类 的构造器org.springframework.mock.web.MockServletContext
Create a new MockServletContext, using the specified ResourceLoader and no base path.
MockServletContext(String, ResourceLoader) - 类 的构造器org.springframework.mock.web.MockServletContext
Create a new MockServletContext using the supplied resource base path and resource loader.
MockSessionCookieConfig - org.springframework.mock.web中的类
Mock implementation of the SessionCookieConfig interface.
MockSessionCookieConfig() - 类 的构造器org.springframework.mock.web.MockSessionCookieConfig
 
model() - 类 中的静态方法org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to model-related assertions.
Model - org.springframework.ui中的接口
Java-5-specific interface that defines a holder for model attributes.
MODEL_ATTRIBUTE_METHODS - 类 中的静态变量org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
MethodFilter that matches @ModelAttribute methods.
MODEL_ATTRIBUTE_VARIABLE_NAME - 类 中的静态变量org.springframework.web.servlet.tags.form.FormTag
The name of the javax.servlet.jsp.PageContext attribute under which the form object name is exposed.
MODEL_KEY_PREFIX - 接口 中的静态变量org.springframework.validation.BindingResult
Prefix for the name of the BindingResult instance in a model, followed by the object name.
ModelAndView - org.springframework.web.servlet中的类
Holder for both Model and View in the web MVC framework.
ModelAndView() - 类 的构造器org.springframework.web.servlet.ModelAndView
Default constructor for bean-style usage: populating bean properties instead of passing in constructor arguments.
ModelAndView(String) - 类 的构造器org.springframework.web.servlet.ModelAndView
Convenient constructor when there is no model data to expose.
ModelAndView(View) - 类 的构造器org.springframework.web.servlet.ModelAndView
Convenient constructor when there is no model data to expose.
ModelAndView(String, Map<String, ?>) - 类 的构造器org.springframework.web.servlet.ModelAndView
Create a new ModelAndView given a view name and a model.
ModelAndView(View, Map<String, ?>) - 类 的构造器org.springframework.web.servlet.ModelAndView
Create a new ModelAndView given a View object and a model.
ModelAndView(String, HttpStatus) - 类 的构造器org.springframework.web.servlet.ModelAndView
Create a new ModelAndView given a view name and HTTP status.
ModelAndView(String, Map<String, ?>, HttpStatus) - 类 的构造器org.springframework.web.servlet.ModelAndView
Create a new ModelAndView given a view name, model, and HTTP status.
ModelAndView(String, String, Object) - 类 的构造器org.springframework.web.servlet.ModelAndView
Convenient constructor to take a single model object.
ModelAndView(View, String, Object) - 类 的构造器org.springframework.web.servlet.ModelAndView
Convenient constructor to take a single model object.
ModelAndViewAssert - org.springframework.test.web中的类
A collection of assertions intended to simplify testing scenarios dealing with Spring Web MVC ModelAndView objects.
ModelAndViewAssert() - 类 的构造器org.springframework.test.web.ModelAndViewAssert
 
ModelAndViewContainer - org.springframework.web.method.support中的类
Records model and view related decisions made by HandlerMethodArgumentResolvers and HandlerMethodReturnValueHandlers during the course of invocation of a controller method.
ModelAndViewContainer() - 类 的构造器org.springframework.web.method.support.ModelAndViewContainer
 
ModelAndViewDefiningException - org.springframework.web.servlet中的异常错误
Exception to be thrown on error conditions that should forward to a specific view with a specific model.
ModelAndViewDefiningException(ModelAndView) - 异常错误 的构造器org.springframework.web.servlet.ModelAndViewDefiningException
Create new ModelAndViewDefiningException with the given ModelAndView, typically representing a specific error page.
ModelAndViewMethodReturnValueHandler - org.springframework.web.servlet.mvc.method.annotation中的类
Handles return values of type ModelAndView copying view and model information to the ModelAndViewContainer.
ModelAndViewMethodReturnValueHandler() - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.ModelAndViewMethodReturnValueHandler
 
ModelAndViewResolver - org.springframework.web.servlet.mvc.annotation中的接口
SPI for resolving custom return values from a specific handler method.
ModelAndViewResolverMethodReturnValueHandler - org.springframework.web.servlet.mvc.method.annotation中的类
This return value handler is intended to be ordered after all others as it attempts to handle _any_ return value type (i.e. returns true for all return types).
ModelAndViewResolverMethodReturnValueHandler(List<ModelAndViewResolver>) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.ModelAndViewResolverMethodReturnValueHandler
Create a new instance.
ModelAttribute - org.springframework.web.bind.annotation中的注释类型
Annotation that binds a method parameter or method return value to a named model attribute, exposed to a web view.
ModelAttributeMethodProcessor - org.springframework.web.method.annotation中的类
Resolve @ModelAttribute annotated method arguments and handle return values from @ModelAttribute annotated methods.
ModelAttributeMethodProcessor(boolean) - 类 的构造器org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Class constructor.
ModelFactory - org.springframework.web.method.annotation中的类
Assist with initialization of the Model before controller method invocation and with updates to it after the invocation.
ModelFactory(List<InvocableHandlerMethod>, WebDataBinderFactory, SessionAttributesHandler) - 类 的构造器org.springframework.web.method.annotation.ModelFactory
Create a new instance with the given @ModelAttribute methods.
ModelMap - org.springframework.ui中的类
Implementation of Map for use when building model data for use with UI tools.
ModelMap() - 类 的构造器org.springframework.ui.ModelMap
Construct a new, empty ModelMap.
ModelMap(String, Object) - 类 的构造器org.springframework.ui.ModelMap
Construct a new ModelMap containing the supplied attribute under the supplied name.
ModelMap(Object) - 类 的构造器org.springframework.ui.ModelMap
Construct a new ModelMap containing the supplied attribute.
ModelMBeanNotificationPublisher - org.springframework.jmx.export.notification中的类
NotificationPublisher implementation that uses the infrastructure provided by the ModelMBean interface to track javax.management.NotificationListeners and send Notifications to those listeners.
ModelMBeanNotificationPublisher(ModelMBeanNotificationBroadcaster, ObjectName, Object) - 类 的构造器org.springframework.jmx.export.notification.ModelMBeanNotificationPublisher
Create a new instance of the ModelMBeanNotificationPublisher class that will publish all Notifications to the supplied ModelMBean.
ModelMethodProcessor - org.springframework.web.method.annotation中的类
Resolves Model arguments and handles Model return values.
ModelMethodProcessor() - 类 的构造器org.springframework.web.method.annotation.ModelMethodProcessor
 
ModelResultMatchers - org.springframework.test.web.servlet.result中的类
Factory for assertions on the model.
ModelResultMatchers() - 类 的构造器org.springframework.test.web.servlet.result.ModelResultMatchers
Protected constructor.
modificationDate(ZonedDateTime) - 接口 中的方法org.springframework.http.ContentDisposition.Builder
Set the value of the modification-date parameter.
modifyContextPath(String) - 接口 中的方法org.springframework.http.server.RequestPath
Return a new RequestPath instance with a modified context path.
modifyLocations(Class<?>, String...) - 类 中的方法org.springframework.test.context.support.AbstractContextLoader
Generate a modified version of the supplied locations array and return it.
modifyLocations(Class<?>, String...) - 类 中的方法org.springframework.test.context.support.AnnotationConfigContextLoader
AnnotationConfigContextLoader should be used as a SmartContextLoader, not as a legacy ContextLoader.
modifyLocations(Class<?>, String...) - 类 中的方法org.springframework.test.context.web.AnnotationConfigWebContextLoader
AnnotationConfigWebContextLoader should be used as a SmartContextLoader, not as a legacy ContextLoader.
modifyWebClient(WebClient) - 类 中的方法org.springframework.test.web.servlet.htmlunit.webdriver.WebConnectionHtmlUnitDriver
Modify the supplied WebClient and retain a reference to it so that its WebConnection is accessible for later use.
modifyWebClientInternal(WebClient) - 类 中的方法org.springframework.test.web.servlet.htmlunit.webdriver.WebConnectionHtmlUnitDriver
Modify the supplied WebClient.
moduleClassLoader(ClassLoader) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Set the ClassLoader to use for loading Jackson extension modules.
modules(Module...) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Specify one or more modules to be registered with the ObjectMapper.
modules(List<Module>) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Set a complete list of modules to be registered with the ObjectMapper.
modulesToInstall(Module...) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Specify one or more modules to be registered with the ObjectMapper.
modulesToInstall(Class<? extends Module>...) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Specify one or more modules by class to be registered with the ObjectMapper.
MonetaryAmountFormatter - org.springframework.format.number.money中的类
Formatter for JSR-354 javax.money.MonetaryAmount values, delegating to javax.money.format.MonetaryAmountFormat#format and javax.money.format.MonetaryAmountFormat#parse.
MonetaryAmountFormatter() - 类 的构造器org.springframework.format.number.money.MonetaryAmountFormatter
Create a locale-driven MonetaryAmountFormatter.
MonetaryAmountFormatter(String) - 类 的构造器org.springframework.format.number.money.MonetaryAmountFormatter
Create a new MonetaryAmountFormatter for the given format name.
monitor(RedisServer) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisSentinelConnection
 
monitor(RedisServer) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
 
monitor(RedisServer) - 接口 中的方法org.springframework.data.redis.connection.RedisSentinelCommands
Tell sentinel to start monitoring a new master with the specified RedisNode.getName(), RedisNode.getHost(), RedisNode.getPort(), and RedisServer.getQuorum().
Mono<T> - reactor.core.publisher中的类
A Reactive Streams Publisher with basic rx operators that completes successfully by emitting an element, or with an error.
Mono() - 类 的构造器reactor.core.publisher.Mono
 
MonoOperator<I,O> - reactor.core.publisher中的类
A decorating Mono Publisher that exposes Mono API over an arbitrary Publisher Useful to create operators which return a Mono.
MonoOperator(Mono<? extends I>) - 类 的构造器reactor.core.publisher.MonoOperator
Build a MonoOperator wrapper around the passed parent Publisher
MonoProcessor<O> - reactor.core.publisher中的类
A MonoProcessor is a Mono extension that implements stateful semantics.
MonoSink<T> - reactor.core.publisher中的接口
Wrapper API around an actual downstream Subscriber for emitting nothing, a single value or an error (mutually exclusive).
MonoSubscriber(CoreSubscriber<? super O>) - 类 的构造器reactor.core.publisher.Operators.MonoSubscriber
 
move(byte[], int) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
move(byte[], int) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
move(String, int) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
move(ByteBuffer, int) - 接口 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands
Move given key to database with index.
move(Publisher<ReactiveKeyCommands.MoveCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands
Move keys one-by-one between databases.
move(byte[], int) - 接口 中的方法org.springframework.data.redis.connection.RedisKeyCommands
Move given key to database with index.
move(String, int) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Move given key to database with index.
move(K, V) - 接口 中的方法org.springframework.data.redis.core.BoundSetOperations
Move value from the bound key to destKey
move(K, int) - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisOperations
Move given key to database with index.
move(K, int) - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
 
move(K, V, K) - 接口 中的方法org.springframework.data.redis.core.ReactiveSetOperations
Move value from key to destKey
move(K, int) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Move given key to database with index.
move(K, int) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
move(K, V, K) - 接口 中的方法org.springframework.data.redis.core.SetOperations
Move value from key to destKey
moveNext(Iterator<T>) - 类 中的方法org.springframework.data.redis.core.ScanCursor
Fetch the next item from the underlying Iterable.
mSet(Map<byte[], byte[]>) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
mSet(Map<byte[], byte[]>) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
mSet(Map<ByteBuffer, ByteBuffer>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Set multiple keys to multiple values using key-value pairs provided in tuple.
mSet(Publisher<ReactiveStringCommands.MSetCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Set multiple keys to multiple values using key-value pairs provided in commands.
mset(Map<ByteBuffer, ByteBuffer>) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveStringCommands.MSetCommand
Creates a new ReactiveStringCommands.MSetCommand given a Map of key-value tuples.
mSet(Map<byte[], byte[]>) - 接口 中的方法org.springframework.data.redis.connection.RedisStringCommands
Set multiple keys to multiple values using key-value pairs provided in tuple.
mSetNX(Map<byte[], byte[]>) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
mSetNX(Map<byte[], byte[]>) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
mSetNX(Map<ByteBuffer, ByteBuffer>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Set multiple keys to multiple values using key-value pairs provided in keyValuePairs only if the provided key does not exist.
mSetNX(Publisher<ReactiveStringCommands.MSetCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Set multiple keys to multiple values using key-value pairs provided in tuples only if the provided key does not exist.
mSetNX(Map<byte[], byte[]>) - 接口 中的方法org.springframework.data.redis.connection.RedisStringCommands
Set multiple keys to multiple values using key-value pairs provided in tuple only if the provided key does not exist.
mSetNXString(Map<String, String>) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
mSetNXString(Map<String, String>) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Set multiple keys to multiple values using key-value pairs provided in tuple only if the provided key does not exist.
mSetString(Map<String, String>) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
mSetString(Map<String, String>) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Set multiple keys to multiple values using key-value pairs provided in tuple.
multi() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
multi() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
multi() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
multi() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
multi() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
multi() - 接口 中的方法org.springframework.data.redis.connection.RedisTxCommands
Mark the start of a transaction block.
multi() - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Mark the start of a transaction block.
multi() - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
multiGet(Collection<HK>) - 接口 中的方法org.springframework.data.redis.core.BoundHashOperations
Get values for given keys from the hash at the bound key.
multiGet(H, Collection<HK>) - 接口 中的方法org.springframework.data.redis.core.HashOperations
Get values for given hashKeys from hash at key.
multiGet(H, Collection<HK>) - 接口 中的方法org.springframework.data.redis.core.ReactiveHashOperations
Get values for given hashKeys from hash at key.
multiGet(Collection<K>) - 接口 中的方法org.springframework.data.redis.core.ReactiveValueOperations
Get multiple keys.
multiGet(Collection<K>) - 接口 中的方法org.springframework.data.redis.core.ValueOperations
Get multiple keys.
MultiLevelByNameAndTextSelector - org.xmlunit.diff中的类
ElementSelector that allows two elements to be compared if their name (including namespace URI, if any) and textual content is the same at a certain level of nesting.
MultiLevelByNameAndTextSelector(int) - 类 的构造器org.xmlunit.diff.MultiLevelByNameAndTextSelector
Uses element names and the text nested levels child elements deeper into the element to compare elements.
MultiLevelByNameAndTextSelector(int, boolean) - 类 的构造器org.xmlunit.diff.MultiLevelByNameAndTextSelector
Uses element names and the text nested levels child elements deeper into the element to compare elements.
multiline - 类 中的变量org.yaml.snakeyaml.emitter.ScalarAnalysis
 
multipart(String, Object...) - 类 中的静态方法org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockMultipartHttpServletRequestBuilder for a multipart request.
multipart(URI) - 类 中的静态方法org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockMultipartHttpServletRequestBuilder for a multipart request.
MULTIPART_FORM_DATA - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for multipart/form-data.
MULTIPART_FORM_DATA_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.MULTIPART_FORM_DATA.
MULTIPART_MODE_MIXED - 类 中的静态变量org.springframework.mail.javamail.MimeMessageHelper
Constant indicating a multipart message with a single root multipart element of type "mixed".
MULTIPART_MODE_MIXED_RELATED - 类 中的静态变量org.springframework.mail.javamail.MimeMessageHelper
Constant indicating a multipart message with a root multipart element "mixed" plus a nested multipart element of type "related".
MULTIPART_MODE_NO - 类 中的静态变量org.springframework.mail.javamail.MimeMessageHelper
Constant indicating a non-multipart message.
MULTIPART_MODE_RELATED - 类 中的静态变量org.springframework.mail.javamail.MimeMessageHelper
Constant indicating a multipart message with a single root multipart element of type "related".
MULTIPART_RESOLVER_BEAN_NAME - 类 中的静态变量org.springframework.web.servlet.DispatcherServlet
Well-known name for the MultipartResolver object in the bean factory for this namespace.
MultipartBodyBuilder - org.springframework.http.client中的类
A mutable builder for multipart form bodies.
MultipartBodyBuilder() - 类 的构造器org.springframework.http.client.MultipartBodyBuilder
Creates a new, empty instance of the MultipartBodyBuilder.
MultipartBodyBuilder.PartBuilder - org.springframework.http.client中的接口
Builder that allows for further customization of part headers.
MultipartBodyBuilder.PublisherEntity<T,P extends org.reactivestreams.Publisher<T>> - org.springframework.http.client中的类
Specialization of HttpEntity for use with a Publisher-based body, for which we also need to keep track of the element type.
multipartCodecs() - 接口 中的方法org.springframework.http.codec.ClientCodecConfigurer.ClientDefaultCodecs
Configure encoders or writers for use with MultipartHttpMessageWriter.
multipartData() - 类 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest
 
MultipartException - org.springframework.web.multipart中的异常错误
Exception thrown when multipart resolution fails.
MultipartException(String) - 异常错误 的构造器org.springframework.web.multipart.MultipartException
Constructor for MultipartException.
MultipartException(String, Throwable) - 异常错误 的构造器org.springframework.web.multipart.MultipartException
Constructor for MultipartException.
MultipartFile - org.springframework.web.multipart中的接口
A representation of an uploaded file received in a multipart request.
MultipartFilter - org.springframework.web.multipart.support中的类
Servlet Filter that resolves multipart requests via a MultipartResolver.
MultipartFilter() - 类 的构造器org.springframework.web.multipart.support.MultipartFilter
 
MultipartHttpMessageReader - org.springframework.http.codec.multipart中的类
HttpMessageReader for reading "multipart/form-data" requests into a MultiValueMap<String, Part>.
MultipartHttpMessageReader(HttpMessageReader<Part>) - 类 的构造器org.springframework.http.codec.multipart.MultipartHttpMessageReader
 
MultipartHttpMessageWriter - org.springframework.http.codec.multipart中的类
HttpMessageWriter for writing a {@code MultiValueMap
MultipartHttpMessageWriter() - 类 的构造器org.springframework.http.codec.multipart.MultipartHttpMessageWriter
Constructor with a default list of part writers (String and Resource).
MultipartHttpMessageWriter(List<HttpMessageWriter<?>>) - 类 的构造器org.springframework.http.codec.multipart.MultipartHttpMessageWriter
Constructor with explicit list of writers for serializing parts.
MultipartHttpMessageWriter(List<HttpMessageWriter<?>>, HttpMessageWriter<MultiValueMap<String, String>>) - 类 的构造器org.springframework.http.codec.multipart.MultipartHttpMessageWriter
Constructor with explicit list of writers for serializing parts and a writer for plain form data to fall back when no media type is specified and the actual map consists of String values only.
MultipartHttpServletRequest - org.springframework.web.multipart中的接口
Provides additional methods for dealing with multipart content within a servlet request, allowing to access uploaded files.
MultipartParsingResult(MultiValueMap<String, MultipartFile>, Map<String, String[]>, Map<String, String>) - 类 的构造器org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
 
MultipartRequest - org.springframework.web.multipart中的接口
This interface defines the multipart request access operations that are exposed for actual multipart requests.
MultipartResolutionDelegate - org.springframework.web.multipart.support中的类
A common delegate for HandlerMethodArgumentResolver implementations which need to resolve MultipartFile and Part arguments.
MultipartResolutionDelegate() - 类 的构造器org.springframework.web.multipart.support.MultipartResolutionDelegate
 
MultipartResolver - org.springframework.web.multipart中的接口
A strategy interface for multipart file upload resolution in accordance with RFC 1867.
multiple(Throwable...) - 类 中的静态方法reactor.core.Exceptions
Create a composite exception that wraps the given Throwable(s), as suppressed exceptions.
multiple(Iterable<Throwable>) - 类 中的静态方法reactor.core.Exceptions
Create a composite exception that wraps the given Throwable(s), as suppressed exceptions.
multiplyCap(long, long) - 类 中的静态方法reactor.core.publisher.Operators
Cap a multiplication to Long.MAX_VALUE
multiRepresenters - 类 中的变量org.yaml.snakeyaml.representer.BaseRepresenter
 
multiSet(Map<? extends K, ? extends V>) - 接口 中的方法org.springframework.data.redis.core.ReactiveValueOperations
Set multiple keys to multiple values using key-value pairs provided in tuple.
multiSet(Map<? extends K, ? extends V>) - 接口 中的方法org.springframework.data.redis.core.ValueOperations
Set multiple keys to multiple values using key-value pairs provided in tuple.
multiSetIfAbsent(Map<? extends K, ? extends V>) - 接口 中的方法org.springframework.data.redis.core.ReactiveValueOperations
Set multiple keys to multiple values using key-value pairs provided in tuple only if the provided key does not exist.
multiSetIfAbsent(Map<? extends K, ? extends V>) - 接口 中的方法org.springframework.data.redis.core.ValueOperations
Set multiple keys to multiple values using key-value pairs provided in tuple only if the provided key does not exist.
multiValue(Class<?>) - 类 中的静态方法org.springframework.data.repository.util.QueryExecutionConverters.WrapperType
 
MultiValueMap<K,V> - org.springframework.util中的接口
Extension of the Map interface that stores multiple values.
MultiValueResponse(I, List<O>) - 类 的构造器org.springframework.data.redis.connection.ReactiveRedisConnection.MultiValueResponse
 
mustRevalidate() - 类 中的方法org.springframework.http.CacheControl
Add a "must-revalidate" directive.
mutate() - 接口 中的方法org.springframework.http.server.reactive.ServerHttpRequest
Return a builder to mutate properties of this request by wrapping it with ServerHttpRequestDecorator and returning either mutated values or delegating back to this instance.
mutate() - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient
Return a builder to mutate properties of this web test client.
mutate() - 接口 中的方法org.springframework.web.server.ServerWebExchange
Return a builder to mutate properties of this exchange by wrapping it with ServerWebExchangeDecorator and returning either mutated values or delegating back to this instance.
mutateWith(WebTestClientConfigurer) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient
Mutate the WebTestClient, apply the given configurer, and build a new instance.
MVC_URI_COMPONENTS_CONTRIBUTOR_BEAN_NAME - 类 中的静态变量org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
Well-known name for the CompositeUriComponentsContributor object in the bean factory.
mvcContentNegotiationManager() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Return a ContentNegotiationManager instance to use to determine requested media types in a given request.
mvcConversionService() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Return a FormattingConversionService for use with annotated controller methods and the spring:eval JSP tag.
mvcHandlerMappingIntrospector() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
 
MvcNamespaceHandler - org.springframework.web.servlet.config中的类
NamespaceHandler for Spring MVC configuration namespace.
MvcNamespaceHandler() - 类 的构造器org.springframework.web.servlet.config.MvcNamespaceHandler
 
MvcNamespaceUtils - org.springframework.web.servlet.config中的类
Convenience methods for use in MVC namespace BeanDefinitionParsers.
MvcNamespaceUtils() - 类 的构造器org.springframework.web.servlet.config.MvcNamespaceUtils
 
mvcPathMatcher() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Return a global PathMatcher instance for path matching patterns in HandlerMappings.
mvcResourceUrlProvider() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
A ResourceUrlProvider bean for use with the MVC dispatcher.
MvcResult - org.springframework.test.web.servlet中的接口
Provides access to the result of an executed request.
MvcUriComponentsBuilder - org.springframework.web.servlet.mvc.method.annotation中的类
Creates instances of UriComponentsBuilder by pointing to @RequestMapping methods on Spring MVC controllers.
MvcUriComponentsBuilder(UriComponentsBuilder) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
Default constructor.
MvcUriComponentsBuilder.MethodArgumentBuilder - org.springframework.web.servlet.mvc.method.annotation中的类
 
MvcUriComponentsBuilder.MethodInvocationInfo - org.springframework.web.servlet.mvc.method.annotation中的接口
 
mvcUriComponentsContributor() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
mvcUrlPathHelper() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Return a global UrlPathHelper instance for path matching patterns in HandlerMappings.
mvcValidator() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Return a global Validator instance for example for validating @ModelAttribute and @RequestBody method arguments.
mvcViewResolver() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Register a ViewResolverComposite that contains a chain of view resolvers to use for view resolution.
MySQLMaxValueIncrementer - org.springframework.jdbc.support.incrementer中的类
DataFieldMaxValueIncrementer that increments the maximum value of a given MySQL table with the equivalent of an auto-increment column.
MySQLMaxValueIncrementer() - 类 的构造器org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
Default constructor for bean property style usage.
MySQLMaxValueIncrementer(DataSource, String, String) - 类 的构造器org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
Convenience constructor.

N

name() - 接口 中的方法org.springframework.http.codec.multipart.Part
Return the name of the part in the multipart form.
name(String) - 接口 中的方法org.springframework.http.ContentDisposition.Builder
Set the value of the name parameter
name(Matcher<? super String>) - 类 中的方法org.springframework.test.web.servlet.result.ViewResultMatchers
Assert the selected view name with the given Hamcrest Matcher.
name(String) - 类 中的方法org.springframework.test.web.servlet.result.ViewResultMatchers
Assert the selected view name.
name(String) - 接口 中的方法org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilder
Add an SSE "event" line.
name(String) - 类 中的方法reactor.core.publisher.Flux
Give a name to this sequence, which can be retrieved using Scannable.name() as long as this is the first reachable Scannable.parents().
name(String) - 类 中的方法reactor.core.publisher.Mono
Give a name to this sequence, which can be retrieved using Scannable.name() as long as this is the first reachable Scannable.parents().
name(String) - 类 中的方法reactor.core.publisher.ParallelFlux
Give a name to this sequence, which can be retrieved using Scannable.name() as long as this is the first reachable Scannable.parents().
name(String) - 类 中的方法reactor.core.publisher.TopicProcessor.Builder
Configures name for this builder.
name(String) - 类 中的方法reactor.core.publisher.WorkQueueProcessor.Builder
Configures name for this builder.
NAME - 类 中的静态变量reactor.core.Scannable.Attr
An arbitrary name given to the operator component.
name() - 接口 中的方法reactor.core.Scannable
Check this Scannablee and its Scannable.parents() for a name an return the first one that is reachable.
NamedNode - org.springframework.data.redis.connection中的接口
 
NamedParameterBatchUpdateUtils - org.springframework.jdbc.core.namedparam中的类
Generic utility methods for working with JDBC batch statements using named parameters.
NamedParameterBatchUpdateUtils() - 类 的构造器org.springframework.jdbc.core.namedparam.NamedParameterBatchUpdateUtils
 
NamedParameterJdbcDaoSupport - org.springframework.jdbc.core.namedparam中的类
Extension of JdbcDaoSupport that exposes a NamedParameterJdbcTemplate as well.
NamedParameterJdbcDaoSupport() - 类 的构造器org.springframework.jdbc.core.namedparam.NamedParameterJdbcDaoSupport
 
NamedParameterJdbcOperations - org.springframework.jdbc.core.namedparam中的接口
Interface specifying a basic set of JDBC operations allowing the use of named parameters rather than the traditional '?'
NamedParameterJdbcTemplate - org.springframework.jdbc.core.namedparam中的类
Template class with a basic set of JDBC operations, allowing the use of named parameters rather than traditional '?'
NamedParameterJdbcTemplate(DataSource) - 类 的构造器org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
Create a new NamedParameterJdbcTemplate for the given DataSource.
NamedParameterJdbcTemplate(JdbcOperations) - 类 的构造器org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
Create a new NamedParameterJdbcTemplate for the given classic Spring JdbcTemplate.
NamedParameterUtils - org.springframework.jdbc.core.namedparam中的类
Helper methods for named parameter parsing.
NamedParameterUtils() - 类 的构造器org.springframework.jdbc.core.namedparam.NamedParameterUtils
 
NamedQueries - org.springframework.data.repository.core中的接口
Abstraction of a map of NamedQueries that can be looked up by their names.
NamedQueriesBeanDefinitionBuilder - org.springframework.data.repository.config中的类
Builder to create a BeanDefinition for a NamedQueries instance.
NamedQueriesBeanDefinitionBuilder(String) - 类 的构造器org.springframework.data.repository.config.NamedQueriesBeanDefinitionBuilder
Creates a new NamedQueriesBeanDefinitionBuilder using the given default location.
NamedQueriesBeanDefinitionParser - org.springframework.data.repository.config中的类
BeanDefinitionParser to create BeanDefinitions of NamedQueries instances looking up a Properties file fom the given location.
NamedQueriesBeanDefinitionParser(String) - 类 的构造器org.springframework.data.repository.config.NamedQueriesBeanDefinitionParser
Creates a new NamedQueriesBeanDefinitionParser using the given default location.
NamedValueInfo(String, boolean, String) - 类 的构造器org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.NamedValueInfo
 
NameMatchTransactionAttributeSource - org.springframework.transaction.interceptor中的类
Simple TransactionAttributeSource implementation that allows attributes to be matched by registered name.
NameMatchTransactionAttributeSource() - 类 的构造器org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
 
NameValueExpression<T> - org.springframework.web.servlet.mvc.condition中的接口
A contract for {@code "name!
namingStrategyInstance(MapperConfig<?>, Annotated, Class<?>) - 类 中的方法org.springframework.http.converter.json.SpringHandlerInstantiator
 
NativeWebRequest - org.springframework.web.context.request中的接口
Extension of the WebRequest interface, exposing the native request and response objects in a generic fashion.
navigateToAttribute(QName) - 类 中的方法org.xmlunit.diff.XPathContext
Moves from the current node to the given attribute.
navigateToChild(int) - 类 中的方法org.xmlunit.diff.XPathContext
Moves from the current node to the given child node.
navigateToParent() - 类 中的方法org.xmlunit.diff.XPathContext
Moves back to the parent.
near(RedisOperationChain.NearPath) - 类 中的方法org.springframework.data.redis.repository.query.RedisOperationChain
 
NearPath(String, Point, Distance) - 类 的构造器org.springframework.data.redis.repository.query.RedisOperationChain.NearPath
 
needsCustomConstruction() - 类 中的方法org.springframework.data.repository.query.ReturnedType
Returns whether the returned type will require custom construction.
NEGATIVE_INFINITY_BYTES - 类 中的静态变量org.springframework.data.redis.connection.jedis.JedisConverters
 
NEGATIVE_INFINITY_BYTES - 类 中的静态变量org.springframework.data.redis.connection.lettuce.LettuceConverters
 
NESTED_PATH_SEPARATOR - 接口 中的静态变量org.springframework.validation.Errors
The separator between path elements in a nested path, for example in "customer.name" or "customer.address.street".
NESTED_PATH_VARIABLE_NAME - 类 中的静态变量org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Name of the exposed path variable within the scope of this tag: "nestedPath".
NESTED_PATH_VARIABLE_NAME - 类 中的静态变量org.springframework.web.servlet.tags.NestedPathTag
Name of the exposed variable within the scope of this tag: "nestedPath".
NestedPathTag - org.springframework.web.servlet.tags中的类
The <nestedPath> tag supports and assists with nested beans or bean properties in the model.
NestedPathTag() - 类 的构造器org.springframework.web.servlet.tags.NestedPathTag
 
NestedServletException - org.springframework.web.util中的异常错误
Subclass of ServletException that properly handles a root cause in terms of message and stacktrace, just like NestedChecked/RuntimeException does.
NestedServletException(String) - 异常错误 的构造器org.springframework.web.util.NestedServletException
Construct a NestedServletException with the specified detail message.
NestedServletException(String, Throwable) - 异常错误 的构造器org.springframework.web.util.NestedServletException
Construct a NestedServletException with the specified detail message and nested exception.
NestedTransactionNotSupportedException - org.springframework.transaction中的异常错误
Exception thrown when attempting to work with a nested transaction but nested transactions are not supported by the underlying backend.
NestedTransactionNotSupportedException(String) - 异常错误 的构造器org.springframework.transaction.NestedTransactionNotSupportedException
Constructor for NestedTransactionNotSupportedException.
NestedTransactionNotSupportedException(String, Throwable) - 异常错误 的构造器org.springframework.transaction.NestedTransactionNotSupportedException
Constructor for NestedTransactionNotSupportedException.
Netty4ClientHttpRequestFactory - org.springframework.http.client中的类
已过时。
as of Spring 5.0, in favor of ReactorClientHttpConnector
Netty4ClientHttpRequestFactory() - 类 的构造器org.springframework.http.client.Netty4ClientHttpRequestFactory
已过时。
Create a new Netty4ClientHttpRequestFactory with a default NioEventLoopGroup.
Netty4ClientHttpRequestFactory(EventLoopGroup) - 类 的构造器org.springframework.http.client.Netty4ClientHttpRequestFactory
已过时。
Create a new Netty4ClientHttpRequestFactory with the given EventLoopGroup.
never() - 类 中的静态方法org.springframework.test.web.client.ExpectedCount
No calls expected at all, i.e. min=0 and max=0.
never() - 类 中的静态方法reactor.core.Disposables
Return a new Disposable that can never be disposed.
never() - 类 中的静态方法reactor.core.publisher.Flux
Create a Flux that will never signal any data, error or completion signal.
never() - 类 中的静态方法reactor.core.publisher.Mono
Return a Mono that will never signal any data, error or completion signal, essentially running indefinitely.
newArgPreparedStatementSetter(Object[]) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
Create a new arg-based PreparedStatementSetter using the args passed in.
newArgTypePreparedStatementSetter(Object[], int[]) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
Create a new arg-type-based PreparedStatementSetter using the args and types passed in.
newBucketFromRawMap(Map<byte[], byte[]>) - 类 中的静态方法org.springframework.data.redis.core.convert.Bucket
Creates a new Bucket from a given raw map.
newBucketFromStringMap(Map<String, String>) - 类 中的静态方法org.springframework.data.redis.core.convert.Bucket
Creates a new Bucket from a given String map.
newCachedRowSet() - 类 中的方法org.springframework.jdbc.core.SqlRowSetResultSetExtractor
Create a new CachedRowSet instance, to be populated by the createSqlRowSet implementation.
newCallableStatementCreator(Map<String, ?>) - 类 中的方法org.springframework.jdbc.core.CallableStatementCreatorFactory
Return a new CallableStatementCreator instance given this parameters.
newCallableStatementCreator(ParameterMapper) - 类 中的方法org.springframework.jdbc.core.CallableStatementCreatorFactory
Return a new CallableStatementCreator instance given this parameter mapper.
newCallableStatementCreator(Map<String, ?>) - 类 中的方法org.springframework.jdbc.object.SqlCall
Return a CallableStatementCreator to perform an operation with this parameters.
newCallableStatementCreator(ParameterMapper) - 类 中的方法org.springframework.jdbc.object.SqlCall
Return a CallableStatementCreator to perform an operation with the parameters returned from this ParameterMapper.
newConfiguration() - 类 中的方法org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Return a new Configuration object.
newDocument() - 类 中的方法org.springframework.web.servlet.view.document.AbstractPdfView
Create a new document to hold the PDF contents.
newElastic(int, ThreadFactory) - 接口 中的方法reactor.core.scheduler.Schedulers.Factory
Scheduler that dynamically creates Workers resources and caches eventually, reusing them once the Workers have been shut down.
newElastic(String) - 类 中的静态方法reactor.core.scheduler.Schedulers
Scheduler that dynamically creates ExecutorService-based Workers and caches the thread pools, reusing them once the Workers have been shut down.
newElastic(String, int) - 类 中的静态方法reactor.core.scheduler.Schedulers
Scheduler that dynamically creates ExecutorService-based Workers and caches the thread pools, reusing them once the Workers have been shut down.
newElastic(String, int, boolean) - 类 中的静态方法reactor.core.scheduler.Schedulers
Scheduler that dynamically creates ExecutorService-based Workers and caches the thread pools, reusing them once the Workers have been shut down.
newElastic(int, ThreadFactory) - 类 中的静态方法reactor.core.scheduler.Schedulers
Scheduler that dynamically creates ExecutorService-based Workers and caches the thread pools, reusing them once the Workers have been shut down.
newFeed() - 类 中的方法org.springframework.web.servlet.view.feed.AbstractAtomFeedView
Create a new Feed instance to hold the entries.
newFeed() - 类 中的方法org.springframework.web.servlet.view.feed.AbstractFeedView
Create a new feed to hold the entries.
newFeed() - 类 中的方法org.springframework.web.servlet.view.feed.AbstractRssFeedView
Create a new Channel instance to hold the entries.
newFileItemFactory() - 类 中的方法org.springframework.web.multipart.commons.CommonsFileUploadSupport
Factory method for a Commons DiskFileItemFactory instance.
newFileUpload(FileItemFactory) - 类 中的方法org.springframework.web.multipart.commons.CommonsFileUploadSupport
Factory method for a Commons FileUpload instance.
newFileUpload(FileItemFactory) - 类 中的方法org.springframework.web.multipart.commons.CommonsMultipartResolver
Initialize the underlying org.apache.commons.fileupload.servlet.ServletFileUpload instance.
newGeoRadiusArgs() - 类 中的静态方法org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
newInstance(Class<T>) - 类 中的静态方法org.springframework.jdbc.core.BeanPropertyRowMapper
Static factory method to create a new BeanPropertyRowMapper (with the mapped class specified only once).
newInstance(Class<T>) - 类 中的静态方法org.springframework.jdbc.core.SingleColumnRowMapper
Static factory method to create a new SingleColumnRowMapper (with the required type specified only once).
newInstance(Class<T>, ConversionService) - 类 中的静态方法org.springframework.jdbc.core.SingleColumnRowMapper
Static factory method to create a new SingleColumnRowMapper (with the required type specified only once).
newInstance(Class<T>, boolean) - 类 中的方法org.springframework.objenesis.SpringObjenesis
Create a new instance of the given class via Objenesis.
newInstance(Class<T>) - 类 中的方法org.springframework.objenesis.SpringObjenesis
 
newInstance() - 类 中的静态方法org.springframework.web.util.UriComponentsBuilder
Create a new, empty builder.
newInstance(Node) - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
 
newInstance(Class<?>, Node) - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
 
newInstance(Class<?>, Node, boolean) - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
 
newInstance(Node) - 类 中的方法org.yaml.snakeyaml.TypeDescription
This method should be overriden for TypeDescription implementations that are supposed to implement instantiation logic that is different from default one as implemented in YAML constructors.
newInstance(String, Node) - 类 中的方法org.yaml.snakeyaml.TypeDescription
 
newInstantiatorOf(Class<T>) - 类 中的方法org.springframework.objenesis.SpringObjenesis
 
newJob(TriggerFiredBundle, Scheduler) - 类 中的方法org.springframework.scheduling.quartz.AdaptableJobFactory
 
newLine() - 类 中的方法org.springframework.mock.web.MockBodyContent
 
newLine() - 类 中的方法org.springframework.mock.web.MockJspWriter
 
newList(SequenceNode) - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
 
newMap(MappingNode) - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
 
newMarshallingSqlXmlValue(Object) - 接口 中的方法org.springframework.jdbc.support.xml.SqlXmlObjectMappingHandler
Get an instance of an SqlXmlValue implementation to be used together with the database specific implementation of this SqlXmlObjectMappingHandler.
newParallel(int, ThreadFactory) - 接口 中的方法reactor.core.scheduler.Schedulers.Factory
Scheduler that hosts a fixed pool of workers and is suited for parallel work.
newParallel(String) - 类 中的静态方法reactor.core.scheduler.Schedulers
Scheduler that hosts a fixed pool of single-threaded ExecutorService-based workers and is suited for parallel work.
newParallel(String, int) - 类 中的静态方法reactor.core.scheduler.Schedulers
Scheduler that hosts a fixed pool of single-threaded ExecutorService-based workers and is suited for parallel work.
newParallel(String, int, boolean) - 类 中的静态方法reactor.core.scheduler.Schedulers
Scheduler that hosts a fixed pool of single-threaded ExecutorService-based workers and is suited for parallel work.
newParallel(int, ThreadFactory) - 类 中的静态方法reactor.core.scheduler.Schedulers
Scheduler that hosts a fixed pool of single-threaded ExecutorService-based workers and is suited for parallel work.
newPartialUpdate(Object, Class<S>) - 类 中的静态方法org.springframework.data.redis.core.PartialUpdate
Create new PartialUpdate for given id and type.
newPreparedStatementCreator(List<?>) - 类 中的方法org.springframework.jdbc.core.PreparedStatementCreatorFactory
Return a new PreparedStatementCreator for the given parameters.
newPreparedStatementCreator(Object[]) - 类 中的方法org.springframework.jdbc.core.PreparedStatementCreatorFactory
Return a new PreparedStatementCreator for the given parameters.
newPreparedStatementCreator(String, Object[]) - 类 中的方法org.springframework.jdbc.core.PreparedStatementCreatorFactory
Return a new PreparedStatementCreator for the given parameters.
newPreparedStatementCreator(Object[]) - 类 中的方法org.springframework.jdbc.object.SqlOperation
Return a PreparedStatementCreator to perform an operation with the given parameters.
newPreparedStatementCreator(String, Object[]) - 类 中的方法org.springframework.jdbc.object.SqlOperation
Return a PreparedStatementCreator to perform an operation with the given parameters.
newPreparedStatementSetter(List<?>) - 类 中的方法org.springframework.jdbc.core.PreparedStatementCreatorFactory
Return a new PreparedStatementSetter for the given parameters.
newPreparedStatementSetter(Object[]) - 类 中的方法org.springframework.jdbc.core.PreparedStatementCreatorFactory
Return a new PreparedStatementSetter for the given parameters.
newPreparedStatementSetter(Object[]) - 类 中的方法org.springframework.jdbc.object.SqlOperation
Return a PreparedStatementSetter to perform an operation with the given parameters.
newRedisClusterNode() - 类 中的静态方法org.springframework.data.redis.connection.RedisClusterNode
newRedisNode() - 类 中的静态方法org.springframework.data.redis.connection.RedisNode
newRowMapper(Object[], Map<?, ?>) - 类 中的方法org.springframework.jdbc.object.GenericSqlQuery
 
newRowMapper(Object[], Map<?, ?>) - 类 中的方法org.springframework.jdbc.object.MappingSqlQueryWithParameters
Implementation of protected abstract method.
newRowMapper(Object[], Map<?, ?>) - 类 中的方法org.springframework.jdbc.object.SqlQuery
Subclasses must implement this method to extract an object per row, to be returned by the execute method as an aggregated List.
newRowMapper(Object[], Map<?, ?>) - 类 中的方法org.springframework.jdbc.object.UpdatableSqlQuery
Implementation of the superclass template method.
newSerializationContext() - 接口 中的静态方法org.springframework.data.redis.serializer.RedisSerializationContext
newSerializationContext(RedisSerializer<?>) - 接口 中的静态方法org.springframework.data.redis.serializer.RedisSerializationContext
newSerializationContext(RedisSerializationContext.SerializationPair<?>) - 接口 中的静态方法org.springframework.data.redis.serializer.RedisSerializationContext
newServerFrom(Properties) - 类 中的静态方法org.springframework.data.redis.connection.RedisServer
Creates a new RedisServer from the given properties.
newSessionBeanInstance() - 类 中的方法org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Return a new instance of the stateless session bean.
newSessionBeanInstance() - 类 中的方法org.springframework.ejb.access.LocalSlsbInvokerInterceptor
Return a new instance of the stateless session bean.
newSet(CollectionNode<?>) - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
 
newSingle(ThreadFactory) - 接口 中的方法reactor.core.scheduler.Schedulers.Factory
Scheduler that hosts a single worker and is suited for non-blocking work.
newSingle(String) - 类 中的静态方法reactor.core.scheduler.Schedulers
Scheduler that hosts a single-threaded ExecutorService-based worker and is suited for parallel work.
newSingle(String, boolean) - 类 中的静态方法reactor.core.scheduler.Schedulers
Scheduler that hosts a single-threaded ExecutorService-based worker and is suited for parallel work.
newSingle(ThreadFactory) - 类 中的静态方法reactor.core.scheduler.Schedulers
Scheduler that hosts a single-threaded ExecutorService-based worker and is suited for parallel work.
newSqlXmlValue(String) - 类 中的方法org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
newSqlXmlValue(XmlBinaryStreamProvider) - 类 中的方法org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
newSqlXmlValue(XmlCharacterStreamProvider) - 类 中的方法org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
newSqlXmlValue(Class<? extends Result>, XmlResultProvider) - 类 中的方法org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
newSqlXmlValue(Document) - 类 中的方法org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
newSqlXmlValue(String) - 接口 中的方法org.springframework.jdbc.support.xml.SqlXmlHandler
Create a SqlXmlValue instance for the given XML data, as supported by the underlying JDBC driver.
newSqlXmlValue(XmlBinaryStreamProvider) - 接口 中的方法org.springframework.jdbc.support.xml.SqlXmlHandler
Create a SqlXmlValue instance for the given XML data, as supported by the underlying JDBC driver.
newSqlXmlValue(XmlCharacterStreamProvider) - 接口 中的方法org.springframework.jdbc.support.xml.SqlXmlHandler
Create a SqlXmlValue instance for the given XML data, as supported by the underlying JDBC driver.
newSqlXmlValue(Class<? extends Result>, XmlResultProvider) - 接口 中的方法org.springframework.jdbc.support.xml.SqlXmlHandler
Create a SqlXmlValue instance for the given XML data, as supported by the underlying JDBC driver.
newSqlXmlValue(Document) - 接口 中的方法org.springframework.jdbc.support.xml.SqlXmlHandler
Create a SqlXmlValue instance for the given XML data, as supported by the underlying JDBC driver.
newThread(Runnable) - 类 中的方法org.springframework.scheduling.concurrent.CustomizableThreadFactory
 
newThread(Runnable) - 类 中的方法org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
 
newTransactionStatus(TransactionStatus) - 类 中的方法org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
newTransactionStatus(TransactionDefinition, Object, boolean, boolean, boolean, Object) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Create a TransactionStatus instance for the given arguments.
newTransformerFactory(Class<? extends TransformerFactory>) - 类 中的方法org.springframework.web.servlet.view.xslt.XsltView
Instantiate a new TransformerFactory for this view.
newWriter(Document, OutputStream) - 类 中的方法org.springframework.web.servlet.view.document.AbstractPdfView
Create a new PdfWriter for the given iText Document.
next() - 类 中的方法org.springframework.data.redis.core.ConvertingCursor
 
next() - 类 中的方法org.springframework.data.redis.core.ScanCursor
 
next(Iterator<T>) - 接口 中的静态方法org.springframework.data.util.Optionals
Returns the next element of the given Iterator or Optional.empty() in case there is no next element.
next() - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
next() - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Move the cursor to the next row.
next(Date) - 类 中的方法org.springframework.scheduling.support.CronSequenceGenerator
Get the next Date in the sequence matching the Cron pattern and after the value provided.
next() - 类 中的方法org.springframework.util.CompositeIterator
 
next() - 类 中的方法reactor.core.publisher.Flux
Emit only the first item emitted by this Flux, into a new Mono.
next(T) - 接口 中的方法reactor.core.publisher.FluxSink
Try emitting, might throw an unchecked exception.
next(T) - 接口 中的静态方法reactor.core.publisher.Signal
Creates and returns a Signal of variety Type.NEXT, which holds the value.
next(T, Context) - 接口 中的静态方法reactor.core.publisher.Signal
Creates and returns a Signal of variety Type.NEXT, which holds the value and the Context associated with the emitting source.
next(T) - 接口 中的方法reactor.core.publisher.SynchronousSink
Try emitting, might throw an unchecked exception.
nextAnchor(Node) - 接口 中的方法org.yaml.snakeyaml.serializer.AnchorGenerator
 
nextAnchor(Node) - 类 中的方法org.yaml.snakeyaml.serializer.NumberAnchorGenerator
 
nextBackOff() - 接口 中的方法org.springframework.util.backoff.BackOffExecution
Return the number of milliseconds to wait before retrying the operation or BackOffExecution.STOP (-1L) to indicate that no further attempt should be made for the operation.
nextChildIs(Class<?>...) - 类 中的方法org.springframework.expression.spel.ast.SpelNodeImpl
Return true if the next child is one of the specified classes.
nextEscapeIndex(CharSequence, int, int) - 类 中的方法org.yaml.snakeyaml.external.com.google.gdata.util.common.base.PercentEscaper
 
nextEscapeIndex(CharSequence, int, int) - 类 中的方法org.yaml.snakeyaml.external.com.google.gdata.util.common.base.UnicodeEscaper
Scans a sub-sequence of characters from a given CharSequence, returning the index of the next character that requires escaping.
nextExecutionTime(TriggerContext) - 类 中的方法org.springframework.scheduling.support.CronTrigger
Determine the next execution time according to the given trigger context.
nextExecutionTime(TriggerContext) - 类 中的方法org.springframework.scheduling.support.PeriodicTrigger
Returns the time after which a task should run again.
nextExecutionTime(TriggerContext) - 接口 中的方法org.springframework.scheduling.Trigger
Determine the next execution time according to the given trigger context.
nextFieldId() - 类 中的方法org.springframework.expression.spel.CodeFlow
 
nextFreeVariableId() - 类 中的方法org.springframework.expression.spel.CodeFlow
 
nextIntValue() - 类 中的方法org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
 
nextIntValue() - 接口 中的方法org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer
Increment the data store field's max value as int.
nextLongValue() - 类 中的方法org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
 
nextLongValue() - 接口 中的方法org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer
Increment the data store field's max value as long.
nextStringValue() - 类 中的方法org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
 
nextStringValue() - 接口 中的方法org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer
Increment the data store field's max value as String.
nextThreadName() - 类 中的方法org.springframework.util.CustomizableThreadCreator
Return the thread name to use for a newly created Thread.
NO_CONCURRENCY - 类 中的静态变量org.springframework.util.ConcurrencyThrottleSupport
Switch concurrency 'off': that is, don't allow any concurrent invocations.
noCache() - 类 中的静态方法org.springframework.http.CacheControl
Add a "no-cache" directive.
noContent() - 类 中的静态方法org.springframework.http.ResponseEntity
Create a builder with a NO_CONTENT status.
node(Matcher<? super Node>) - 类 中的方法org.springframework.test.web.client.match.ContentRequestMatchers
Parse the request content as Node and apply the given Matcher.
node(Matcher<? super Node>) - 类 中的方法org.springframework.test.web.client.match.XpathRequestMatchers
Apply the XPath and assert it with the given Matcher<Node>.
node(Matcher<? super Node>) - 类 中的方法org.springframework.test.web.servlet.result.ContentResultMatchers
Parse the response content as Node and apply the given Hamcrest Matcher.
node(Matcher<? super Node>) - 类 中的方法org.springframework.test.web.servlet.result.XpathResultMatchers
Evaluate the XPath and assert the Node content found with the given Hamcrest Matcher.
Node - org.yaml.snakeyaml.nodes中的类
Base class for all nodes.
Node(Tag, Mark, Mark) - 类 的构造器org.yaml.snakeyaml.nodes.Node
 
nodeCount(Matcher<Integer>) - 类 中的方法org.springframework.test.web.client.match.XpathRequestMatchers
Apply the XPath and assert the number of nodes found with the given Matcher<Integer>.
nodeCount(int) - 类 中的方法org.springframework.test.web.client.match.XpathRequestMatchers
Apply the XPath and assert the number of nodes found.
nodeCount(Matcher<Integer>) - 类 中的方法org.springframework.test.web.servlet.result.XpathResultMatchers
Evaluate the XPath and assert the number of nodes found with the given Hamcrest Matcher.
nodeCount(int) - 类 中的方法org.springframework.test.web.servlet.result.XpathResultMatchers
Evaluate the XPath and assert the number of nodes found.
NodeEvent - org.yaml.snakeyaml.events中的类
Base class for all events that mark the beginning of a node.
NodeEvent(String, Mark, Mark) - 类 的构造器org.yaml.snakeyaml.events.NodeEvent
 
NodeFilters - org.xmlunit.diff中的类
Common NodeFilter implementations.
NodeId - org.yaml.snakeyaml.nodes中的枚举
Enum for the three basic YAML types: scalar, sequence and mapping.
NodeMatcher - org.xmlunit.diff中的接口
Strategy that matches control and tests nodes for comparison.
nodeNameEquals(Node, String) - 类 中的静态方法org.springframework.util.xml.DomUtils
Namespace-aware equals comparison.
Nodes - org.xmlunit.util中的类
Utility algorithms that work on DOM nodes.
NodeTuple - org.yaml.snakeyaml.nodes中的类
Stores one key value pair used in a map.
NodeTuple(Node, Node) - 类 的构造器org.yaml.snakeyaml.nodes.NodeTuple
 
nodeType(short) - 类 中的方法org.xmlunit.diff.DefaultComparisonFormatter
Provides a display text for the constant values of the Node class that represent node types.
noHandlerFound(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.DispatcherServlet
No handler found -> set appropriate HTTP response status.
NoHandlerFoundException - org.springframework.web.servlet中的异常错误
By default when the DispatcherServlet can't find a handler for a request it sends a 404 response.
NoHandlerFoundException(String, String, HttpHeaders) - 异常错误 的构造器org.springframework.web.servlet.NoHandlerFoundException
Constructor for NoHandlerFoundException.
NON_BRIDGED_METHODS - 类 中的静态变量org.springframework.util.ReflectionUtils
Pre-built MethodFilter that matches all non-bridge methods.
NON_TX_DATA_SOURCE_PREFIX - 类 中的静态变量org.springframework.scheduling.quartz.LocalDataSourceJobStore
Name used for the non-transactional ConnectionProvider for Quartz.
NonBlocking - reactor.core.scheduler中的接口
A marker interface that is detected on Threads while executing Reactor blocking APIs, resulting in these calls throwing an exception.
nonClosing(InputStream) - 类 中的静态方法org.springframework.util.StreamUtils
Return a variant of the given InputStream where calling close() has no effect.
nonClosing(OutputStream) - 类 中的静态方法org.springframework.util.StreamUtils
Return a variant of the given OutputStream where calling close() has no effect.
none() - 类 中的静态方法org.springframework.data.redis.connection.RedisPassword
Create an absent RedisPassword.
NONE - 类 中的静态变量org.springframework.data.redis.core.ScanOptions
 
NONE - 接口 中的静态变量reactor.core.Fuseable
Indicates the QueueSubscription can't support the requested mode.
NonNull - org.springframework.lang中的注释类型
A common Spring annotation to declare that annotated elements cannot be null.
NonNull - reactor.util.annotation中的注释类型
A common Reactor annotation (similar to Spring ones) to declare that annotated elements cannot be null.
NonNullApi - org.springframework.lang中的注释类型
A common Spring annotation to declare that parameters and return values are to be considered as non-nullable by default for a given package.
NonNullApi - reactor.util.annotation中的注释类型
A common Reactor annotation (similar to Spring one) to declare that parameters and return values are to be considered as non-nullable by default for a given package.
NonNullFields - org.springframework.lang中的注释类型
A common Spring annotation to declare that fields are to be considered as non-nullable by default for a given package.
noNullElements(Object[], String) - 类 中的静态方法org.springframework.util.Assert
Assert that an array contains no null elements.
noNullElements(Object[], Supplier<String>) - 类 中的静态方法org.springframework.util.Assert
Assert that an array contains no null elements.
noNullElements(Object[]) - 类 中的静态方法org.springframework.util.Assert
已过时。
NOOP_SPIN_OBSERVER - 类 中的静态变量reactor.util.concurrent.WaitStrategy
A no-op Runnable that can be used as a placeholder spin observer with WaitStrategy.waitFor(long, LongSupplier, Runnable)
NoRepositoryBean - org.springframework.data.repository中的注释类型
Annotation to exclude repository interfaces from being picked up and thus in consequence getting an instance being created.
normalize() - 类 中的方法org.springframework.web.util.UriComponents
Normalize the path removing sequences like "path/..".
NormalizedSource - org.xmlunit.input中的类
Performs XML normalization on a given Source, Document or Node.
NormalizedSource() - 类 的构造器org.xmlunit.input.NormalizedSource
 
NormalizedSource(Source) - 类 的构造器org.xmlunit.input.NormalizedSource
Creates a new source that is created by "normalizing" the given source.
NormalizedSource(Document) - 类 的构造器org.xmlunit.input.NormalizedSource
Creates a new source that is created by "normalizing" the given document.
NormalizedSource(Document, String) - 类 的构造器org.xmlunit.input.NormalizedSource
Creates a new source that is created by "normalizing" the given document.
NormalizedSource(Node) - 类 的构造器org.xmlunit.input.NormalizedSource
Creates a new source that is created by "normalizing" the given node.
NormalizedSource(Node, String) - 类 的构造器org.xmlunit.input.NormalizedSource
Creates a new source that is created by "normalizing" the given node.
normalizeWhitespace() - 类 中的方法org.xmlunit.builder.DiffBuilder
Normalize Text-Elements by removing all empty text nodes and normalizing the non-empty ones.
normalizeWhitespace(Node) - 类 中的静态方法org.xmlunit.util.Nodes
Creates a new Node (of the same type as the original node) that is similar to the orginal but doesn't contain any empty text or CDATA nodes and where all textual content including attribute values or comments are trimmed and normalized.
NoRollbackRuleAttribute - org.springframework.transaction.interceptor中的类
Tag subclass of RollbackRuleAttribute that has the opposite behavior to the RollbackRuleAttribute superclass.
NoRollbackRuleAttribute(Class<?>) - 类 的构造器org.springframework.transaction.interceptor.NoRollbackRuleAttribute
Create a new instance of the NoRollbackRuleAttribute class for the supplied Throwable class.
NoRollbackRuleAttribute(String) - 类 的构造器org.springframework.transaction.interceptor.NoRollbackRuleAttribute
Create a new instance of the NoRollbackRuleAttribute class for the supplied exceptionName.
noSort() - 类 中的方法org.springframework.data.redis.core.query.SortQueryBuilder
 
noStore() - 类 中的静态方法org.springframework.http.CacheControl
Add a "no-store" directive.
not(ElementSelector) - 类 中的静态方法org.xmlunit.diff.ElementSelectors
Negates another ElementSelector.
NotAcceptableStatusException - org.springframework.web.server中的异常错误
Exception for errors that fit response status 406 (not acceptable).
NotAcceptableStatusException(String) - 异常错误 的构造器org.springframework.web.server.NotAcceptableStatusException
Constructor for when the requested Content-Type is invalid.
NotAcceptableStatusException(List<MediaType>) - 异常错误 的构造器org.springframework.web.server.NotAcceptableStatusException
Constructor for when requested Content-Type is not supported.
notEmpty(Object[], String) - 类 中的静态方法org.springframework.util.Assert
Assert that an array contains elements; that is, it must not be null and must contain at least one element.
notEmpty(Object[], Supplier<String>) - 类 中的静态方法org.springframework.util.Assert
Assert that an array contains elements; that is, it must not be null and must contain at least one element.
notEmpty(Object[]) - 类 中的静态方法org.springframework.util.Assert
已过时。
as of 4.3.7, in favor of Assert.notEmpty(Object[], String)
notEmpty(Collection<?>, String) - 类 中的静态方法org.springframework.util.Assert
Assert that a collection contains elements; that is, it must not be null and must contain at least one element.
notEmpty(Collection<?>, Supplier<String>) - 类 中的静态方法org.springframework.util.Assert
Assert that a collection contains elements; that is, it must not be null and must contain at least one element.
notEmpty(Collection<?>) - 类 中的静态方法org.springframework.util.Assert
已过时。
as of 4.3.7, in favor of Assert.notEmpty(Collection, String)
notEmpty(Map<?, ?>, String) - 类 中的静态方法org.springframework.util.Assert
Assert that a Map contains entries; that is, it must not be null and must contain at least one entry.
notEmpty(Map<?, ?>, Supplier<String>) - 类 中的静态方法org.springframework.util.Assert
Assert that a Map contains entries; that is, it must not be null and must contain at least one entry.
notEmpty(Map<?, ?>) - 类 中的静态方法org.springframework.util.Assert
已过时。
as of 4.3.7, in favor of Assert.notEmpty(Map, String)
notFound() - 类 中的静态方法org.springframework.http.ResponseEntity
Create a builder with a NOT_FOUND status.
NotificationListenerBean - org.springframework.jmx.export中的类
Helper class that aggregates a NotificationListener, a NotificationFilter, and an arbitrary handback object.
NotificationListenerBean() - 类 的构造器org.springframework.jmx.export.NotificationListenerBean
Create a new instance of the NotificationListenerBean class.
NotificationListenerBean(NotificationListener) - 类 的构造器org.springframework.jmx.export.NotificationListenerBean
Create a new instance of the NotificationListenerBean class.
NotificationListenerHolder - org.springframework.jmx.support中的类
Helper class that aggregates a NotificationListener, a NotificationFilter, and an arbitrary handback object, as well as the names of MBeans from which the listener wishes to receive Notifications.
NotificationListenerHolder() - 类 的构造器org.springframework.jmx.support.NotificationListenerHolder
 
NotificationListenerRegistrar - org.springframework.jmx.access中的类
Registrar object that associates a specific NotificationListener with one or more MBeans in an MBeanServer (typically via a MBeanServerConnection).
NotificationListenerRegistrar() - 类 的构造器org.springframework.jmx.access.NotificationListenerRegistrar
 
NotificationPublisher - org.springframework.jmx.export.notification中的接口
Simple interface allowing Spring-managed MBeans to publish JMX notifications without being aware of how those notifications are being transmitted to the MBeanServer.
NotificationPublisherAware - org.springframework.jmx.export.notification中的接口
Interface to be implemented by any Spring-managed resource that is to be registered with an MBeanServer and wishes to send JMX javax.management.Notifications.
notNull(Object, String) - 类 中的静态方法org.springframework.util.Assert
Assert that an object is not null.
notNull(Object, Supplier<String>) - 类 中的静态方法org.springframework.util.Assert
Assert that an object is not null.
notNull(Object) - 类 中的静态方法org.springframework.util.Assert
已过时。
as of 4.3.7, in favor of Assert.notNull(Object, String)
NoTransactionException - org.springframework.transaction中的异常错误
Exception thrown when an operation is attempted that relies on an existing transaction (such as setting rollback status) and there is no existing transaction.
NoTransactionException(String) - 异常错误 的构造器org.springframework.transaction.NoTransactionException
Constructor for NoTransactionException.
NoTransactionException(String, Throwable) - 异常错误 的构造器org.springframework.transaction.NoTransactionException
Constructor for NoTransactionException.
noTransform() - 类 中的方法org.springframework.http.CacheControl
Add a "no-transform" directive.
NotSupportedRecordFactory - org.springframework.jca.cci.connection中的类
Implementation of the CCI RecordFactory interface that always throws NotSupportedException.
NotSupportedRecordFactory() - 类 的构造器org.springframework.jca.cci.connection.NotSupportedRecordFactory
 
noValue(Class<?>) - 类 中的静态方法org.springframework.data.repository.util.QueryExecutionConverters.WrapperType
 
now(TimeUnit) - 接口 中的方法reactor.core.scheduler.Scheduler
Returns the "current time" notion of this scheduler.
NULL - 类 中的静态变量org.springframework.expression.TypedValue
 
NULL - 类 中的静态变量org.yaml.snakeyaml.nodes.Tag
 
NULL - 类 中的静态变量org.yaml.snakeyaml.resolver.Resolver
 
NULL_BL_LINEBR - 类 中的静态变量org.yaml.snakeyaml.scanner.Constant
 
NULL_BL_T - 类 中的静态变量org.yaml.snakeyaml.scanner.Constant
 
NULL_BL_T_LINEBR - 类 中的静态变量org.yaml.snakeyaml.scanner.Constant
 
NULL_OR_LINEBR - 类 中的静态变量org.yaml.snakeyaml.scanner.Constant
 
Nullable - org.springframework.lang中的注释类型
A common Spring annotation to declare that annotated elements can be null under some circumstance.
Nullable - reactor.util.annotation中的注释类型
A common Reactor annotation (similar to Spring ones) to declare that annotated elements can be null under some circumstance.
NullableUtils - org.springframework.data.util中的类
Utility methods to introspect nullability rules declared in packages, classes and methods.
NullableUtils() - 类 的构造器org.springframework.data.util.NullableUtils
 
NullableWrapper - org.springframework.data.repository.util中的类
Simple value object to wrap a nullable delegate.
NullableWrapper(Object) - 类 的构造器org.springframework.data.repository.util.NullableWrapper
Creates a new NullableWrapper for the given value.
NullLiteral - org.springframework.expression.spel.ast中的类
Expression language AST node that represents null.
NullLiteral(int) - 类 的构造器org.springframework.expression.spel.ast.NullLiteral
 
nullOrNegativeRequestException(long) - 类 中的静态方法reactor.core.Exceptions
 
nullRepresenter - 类 中的变量org.yaml.snakeyaml.representer.BaseRepresenter
in Java 'null' is not a type.
NULLS_HIGH - 类 中的静态变量org.springframework.util.comparator.NullSafeComparator
A shared default instance of this comparator, treating nulls higher than non-null objects.
NULLS_LOW - 类 中的静态变量org.springframework.util.comparator.NullSafeComparator
A shared default instance of this comparator, treating nulls lower than non-null objects.
nullSafeClassName(ContextLoader) - 类 中的静态方法org.springframework.test.context.MergedContextConfiguration
Generate a null-safe String representation of the supplied ContextLoader based solely on the fully qualified name of the loader or "null" if the supplied loader is null.
nullSafeClassName(Object) - 类 中的静态方法org.springframework.util.ObjectUtils
Determine the class name for the given object.
NullSafeComparator<T> - org.springframework.util.comparator中的类
A Comparator that will safely compare nulls to be lower or higher than other objects.
NullSafeComparator(Comparator<T>, boolean) - 类 的构造器org.springframework.util.comparator.NullSafeComparator
Create a NullSafeComparator that sorts null based on the provided flag, decorating the given Comparator.
nullSafeEquals(Object, Object) - 类 中的静态方法org.springframework.util.ObjectUtils
Determine if the given objects are equal, returning true if both are null or false if only one is null.
nullSafeHashCode(Object) - 类 中的静态方法org.springframework.util.ObjectUtils
Return as hash code for the given object; typically the value of Object#hashCode()}.
nullSafeHashCode(Object[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(boolean[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(byte[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(char[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(double[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(float[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(int[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(long[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(short[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeToString(Object) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a String representation of the specified Object.
nullSafeToString(Object[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(boolean[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(byte[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(char[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(double[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(float[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(int[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(long[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(short[]) - 类 中的静态方法org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullsHigh() - 类 中的静态方法org.springframework.util.comparator.Comparators
Return a Comparable adapter which accepts null values and sorts them higher than non-null values.
nullsHigh(Comparator<T>) - 类 中的静态方法org.springframework.util.comparator.Comparators
Return a decorator for the given comparator which accepts null values and sorts them higher than non-null values.
nullsLow() - 类 中的静态方法org.springframework.util.comparator.Comparators
Return a Comparable adapter which accepts null values and sorts them lower than non-null values.
nullsLow(Comparator<T>) - 类 中的静态方法org.springframework.util.comparator.Comparators
Return a decorator for the given comparator which accepts null values and sorts them lower than non-null values.
NullValueRef() - 类 的构造器org.springframework.expression.spel.ast.ValueRef.NullValueRef
 
number(Matcher<? super Double>) - 类 中的方法org.springframework.test.web.client.match.XpathRequestMatchers
Apply the XPath and assert the number found with the given matcher.
number(Double) - 类 中的方法org.springframework.test.web.client.match.XpathRequestMatchers
Apply the XPath and assert the number of nodes found.
number(Matcher<? super Double>) - 类 中的方法org.springframework.test.web.servlet.result.XpathResultMatchers
Evaluate the XPath and assert the Double value found with the given Hamcrest Matcher.
number(Double) - 类 中的方法org.springframework.test.web.servlet.result.XpathResultMatchers
Evaluate the XPath and assert the Double value found.
NumberAnchorGenerator - org.yaml.snakeyaml.serializer中的类
 
NumberAnchorGenerator(int) - 类 的构造器org.yaml.snakeyaml.serializer.NumberAnchorGenerator
 
numberCommands() - 接口 中的方法org.springframework.data.redis.connection.ReactiveRedisClusterConnection
 
numberCommands() - 接口 中的方法org.springframework.data.redis.connection.ReactiveRedisConnection
NumberFormat - org.springframework.format.annotation中的注释类型
Declares that a field or method parameter should be formatted as a number.
NumberFormat.Style - org.springframework.format.annotation中的枚举
Common number format styles.
NumberFormatAnnotationFormatterFactory - org.springframework.format.number中的类
Formats fields annotated with the NumberFormat annotation.
NumberFormatAnnotationFormatterFactory() - 类 的构造器org.springframework.format.number.NumberFormatAnnotationFormatterFactory
 
NumberStyleFormatter - org.springframework.format.number中的类
A general-purpose number formatter using NumberFormat's number style.
NumberStyleFormatter() - 类 的构造器org.springframework.format.number.NumberStyleFormatter
Create a new NumberStyleFormatter without a pattern.
NumberStyleFormatter(String) - 类 的构造器org.springframework.format.number.NumberStyleFormatter
Create a new NumberStyleFormatter with the specified pattern.
NumberUtils - org.springframework.util中的类
Miscellaneous utility methods for number conversion and parsing.
NumberUtils() - 类 的构造器org.springframework.util.NumberUtils
 
numeric() - 类 中的方法org.springframework.data.redis.connection.DefaultSortParameters
 
NumericResponse(I, O) - 类 的构造器org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse
 
nx() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand
Applies nx mode (Don't update already existing elements.

O

OBJECT - 类 中的静态变量org.springframework.data.util.ClassTypeInformation
 
ObjectError - org.springframework.validation中的类
Encapsulates an object error, that is, a global reason for rejecting an object.
ObjectError(String, String) - 类 的构造器org.springframework.validation.ObjectError
Create a new instance of the ObjectError class.
ObjectError(String, String[], Object[], String) - 类 的构造器org.springframework.validation.ObjectError
Create a new instance of the ObjectError class.
ObjectHashMapper - org.springframework.data.redis.hash中的类
ObjectHashMapper() - 类 的构造器org.springframework.data.redis.hash.ObjectHashMapper
Creates new ObjectHashMapper.
ObjectHashMapper(CustomConversions) - 类 的构造器org.springframework.data.redis.hash.ObjectHashMapper
ObjectHashMapper(CustomConversions) - 类 的构造器org.springframework.data.redis.hash.ObjectHashMapper
Creates new ObjectHashMapper.
objectIdGeneratorInstance(MapperConfig<?>, Annotated, Class<?>) - 类 中的方法org.springframework.http.converter.json.SpringHandlerInstantiator
 
objectMapper - 类 中的变量org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
ObjectNameManager - org.springframework.jmx.support中的类
Helper class for the creation of ObjectName instances.
ObjectNameManager() - 类 的构造器org.springframework.jmx.support.ObjectNameManager
 
ObjectNamingStrategy - org.springframework.jmx.export.naming中的接口
Strategy interface that encapsulates the creation of ObjectName instances.
objectToBytes(Object) - 类 中的方法org.springframework.jca.cci.object.MappingCommAreaOperation
Method used to convert an object into COMMAREA bytes.
objectToRepresent - 类 中的变量org.yaml.snakeyaml.representer.BaseRepresenter
 
ObjectToStringHttpMessageConverter - org.springframework.http.converter中的类
An HttpMessageConverter that uses StringHttpMessageConverter for reading and writing content and a ConversionService for converting the String content to and from the target object type.
ObjectToStringHttpMessageConverter(ConversionService) - 类 的构造器org.springframework.http.converter.ObjectToStringHttpMessageConverter
A constructor accepting a ConversionService to use to convert the (String) message body to/from the target class type.
ObjectToStringHttpMessageConverter(ConversionService, Charset) - 类 的构造器org.springframework.http.converter.ObjectToStringHttpMessageConverter
A constructor accepting a ConversionService as well as a default charset.
ObjectUtils - org.springframework.util中的类
Miscellaneous object utility methods.
ObjectUtils() - 类 的构造器org.springframework.util.ObjectUtils
 
obtainConfiguration() - 类 中的方法org.springframework.web.servlet.view.freemarker.FreeMarkerView
Obtain the FreeMarker configuration for actual use.
obtainDataSource() - 类 中的方法org.springframework.jdbc.datasource.DataSourceTransactionManager
Obtain the DataSource for actual use.
obtainDataSource() - 类 中的方法org.springframework.jdbc.support.JdbcAccessor
Obtain the DataSource for actual use.
obtainFreshBean(BeanFactory, String) - 类 中的方法org.springframework.scripting.support.RefreshableScriptTargetSource
Obtain a fresh target object, retrieving a FactoryBean if necessary.
obtainTargetConnectionFactory() - 类 中的方法org.springframework.jca.cci.connection.DelegatingConnectionFactory
Obtain the target ConnectionFactory for actual use (never null).
obtainTargetDataSource() - 类 中的方法org.springframework.jdbc.datasource.DelegatingDataSource
Obtain the target DataSource for actual use (never null).
obtainTimerManager() - 类 中的方法org.springframework.scheduling.commonj.TimerManagerAccessor
Obtain the TimerManager for actual use.
occurrencesOf(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.LRemCommand
Applies the value.
of(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoHashCommand
Applies the Geo set key.
of(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoPosCommand
Applies the Geo set key.
of(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveSetCommands.SIsMemberCommand
Applies the set key.
of(String) - 类 中的静态方法org.springframework.data.redis.connection.RedisPassword
Create a RedisPassword from a String.
of(char[]) - 类 中的静态方法org.springframework.data.redis.connection.RedisPassword
Create a RedisPassword from a char array.
of(byte[]) - 类 中的静态方法org.springframework.data.redis.core.convert.MappingRedisConverter.BinaryKeyspaceIdentifier
of(String) - 类 中的静态方法org.springframework.data.redis.core.convert.MappingRedisConverter.KeyspaceIdentifier
of(String) - 接口 中的静态方法org.springframework.data.redis.core.script.RedisScript
Creates new RedisScript from String.
of(String, Class<T>) - 接口 中的静态方法org.springframework.data.redis.core.script.RedisScript
Creates new RedisScript from String.
of(RepositoryFragment<?>...) - 类 中的静态方法org.springframework.data.repository.core.support.RepositoryComposition
Create a RepositoryComposition from fragments with {@link MethodLookups#direct()) method lookup.
of(List<RepositoryFragment<?>>) - 类 中的静态方法org.springframework.data.repository.core.support.RepositoryComposition
Create a RepositoryComposition from fragments with {@link MethodLookups#direct()) method lookup.
of(RepositoryComposition.RepositoryFragments) - 类 中的静态方法org.springframework.data.repository.core.support.RepositoryComposition
Create a RepositoryComposition from RepositoryComposition.RepositoryFragments and RepositoryMetadata with {@link MethodLookups#direct()) method lookup.
of(RepositoryFragment<?>...) - 类 中的静态方法org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragments
of(Supplier<T>) - 类 中的静态方法org.springframework.data.util.Lazy
Creates a new Lazy to produce an object lazily.
of(S, T) - 类 中的静态方法org.springframework.data.util.Pair
Creates a new Pair for the given elements.
of(T...) - 接口 中的静态方法org.springframework.data.util.Streamable
Returns a Streamable with the given elements.
of(Iterable<T>) - 接口 中的静态方法org.springframework.data.util.Streamable
Returns a Streamable for the given Iterable.
of(Supplier<? extends Stream<T>>) - 接口 中的静态方法org.springframework.data.util.Streamable
 
of(Object, Object) - 接口 中的静态方法reactor.util.context.Context
Create a Context pre-initialized with one key-value pair.
of(Object, Object, Object, Object) - 接口 中的静态方法reactor.util.context.Context
Create a Context pre-initialized with two key-value pairs.
of(Object, Object, Object, Object, Object, Object) - 接口 中的静态方法reactor.util.context.Context
Create a Context pre-initialized with three key-value pairs.
of(Object, Object, Object, Object, Object, Object, Object, Object) - 接口 中的静态方法reactor.util.context.Context
Create a Context pre-initialized with four key-value pairs.
of(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - 接口 中的静态方法reactor.util.context.Context
Create a Context pre-initialized with five key-value pairs.
of(T1, T2) - 类 中的静态方法reactor.util.function.Tuples
Create a Tuple2 with the given objects.
of(T1, T2, T3) - 类 中的静态方法reactor.util.function.Tuples
Create a Tuple3 with the given objects.
of(T1, T2, T3, T4) - 类 中的静态方法reactor.util.function.Tuples
Create a Tuple4 with the given objects.
of(T1, T2, T3, T4, T5) - 类 中的静态方法reactor.util.function.Tuples
Create a Tuple5 with the given objects.
of(T1, T2, T3, T4, T5, T6) - 类 中的静态方法reactor.util.function.Tuples
Create a Tuple6 with the given objects.
of(T1, T2, T3, T4, T5, T6, T7) - 类 中的静态方法reactor.util.function.Tuples
Create a Tuple7 with the given objects.
of(T1, T2, T3, T4, T5, T6, T7, T8) - 类 中的静态方法reactor.util.function.Tuples
Create a Tuple8 with the given objects.
offer(E) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
offer(E, long, TimeUnit) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
offer(T) - 接口 中的方法reactor.core.Fuseable.QueueSubscription
 
offerFirst(E) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
offerFirst(E, long, TimeUnit) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
offerLast(E) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
offerLast(E, long, TimeUnit) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
ofField(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveHashCommands.HSetCommand
Applies a field.
offset(int) - 类 中的方法org.springframework.data.redis.connection.RedisZSetCommands.Limit
 
ofType(Class<U>) - 类 中的方法reactor.core.publisher.Flux
Evaluate each accepted value against the given Class type.
ofType(Class<U>) - 类 中的方法reactor.core.publisher.Mono
Evaluate the emitted value against the given Class type.
ok() - 类 中的静态方法org.springframework.http.ResponseEntity
Create a builder with the status set to OK.
ok(T) - 类 中的静态方法org.springframework.http.ResponseEntity
A shortcut for creating a ResponseEntity with the given body and the status set to OK.
OkHttp3ClientHttpRequestFactory - org.springframework.http.client中的类
ClientHttpRequestFactory implementation that uses OkHttp 3.x to create requests.
OkHttp3ClientHttpRequestFactory() - 类 的构造器org.springframework.http.client.OkHttp3ClientHttpRequestFactory
Create a factory with a default OkHttpClient instance.
OkHttp3ClientHttpRequestFactory(OkHttpClient) - 类 的构造器org.springframework.http.client.OkHttp3ClientHttpRequestFactory
Create a factory with the given OkHttpClient instance.
OMAP - 类 中的静态变量org.yaml.snakeyaml.nodes.Tag
 
on(Class<T>) - 类 中的静态方法org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
Return a "mock" controller instance.
onAllDataRead() - 类 中的方法org.springframework.http.server.reactive.AbstractListenerReadPublisher
Sub-classes can call this method to delegate a contain notification when all data has been read.
onApplicationEvent(RedisKeyspaceEvent) - 类 中的方法org.springframework.data.redis.core.RedisKeyValueAdapter
 
onApplicationEvent(ContextRefreshedEvent) - 类 中的方法org.springframework.data.repository.init.AbstractRepositoryPopulatorFactoryBean
 
onApplicationEvent(ContextRefreshedEvent) - 类 中的方法org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
onApplicationEvent(ContextRefreshedEvent) - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Callback that receives refresh events from this servlet's WebApplicationContext.
onApplicationEvent(ContextRefreshedEvent) - 类 中的方法org.springframework.web.servlet.resource.ResourceUrlProvider
 
onAssembly(Flux<T>) - 类 中的静态方法reactor.core.publisher.Flux
To be used by custom operators: invokes assembly Hooks pointcut given a Flux, potentially returning a new Flux.
onAssembly(ConnectableFlux<T>) - 类 中的静态方法reactor.core.publisher.Flux
To be used by custom operators: invokes assembly Hooks pointcut given a ConnectableFlux, potentially returning a new ConnectableFlux.
onAssembly(Mono<T>) - 类 中的静态方法reactor.core.publisher.Mono
To be used by custom operators: invokes assembly Hooks pointcut given a Mono, potentially returning a new Mono.
onAssembly(ParallelFlux<T>) - 类 中的静态方法reactor.core.publisher.ParallelFlux
Invoke Hooks pointcut given a ParallelFlux and returning an eventually new ParallelFlux
onBackpressureBuffer() - 类 中的方法reactor.core.publisher.Flux
Request an unbounded demand and push to the returned Flux, or park the observed elements if not enough demand is requested downstream.
onBackpressureBuffer(int) - 类 中的方法reactor.core.publisher.Flux
Request an unbounded demand and push to the returned Flux, or park the observed elements if not enough demand is requested downstream.
onBackpressureBuffer(int, Consumer<? super T>) - 类 中的方法reactor.core.publisher.Flux
Request an unbounded demand and push to the returned Flux, or park the observed elements if not enough demand is requested downstream.
onBackpressureBuffer(int, BufferOverflowStrategy) - 类 中的方法reactor.core.publisher.Flux
Request an unbounded demand and push to the returned Flux, or park the observed elements if not enough demand is requested downstream, within a maxSize limit.
onBackpressureBuffer(int, Consumer<? super T>, BufferOverflowStrategy) - 类 中的方法reactor.core.publisher.Flux
Request an unbounded demand and push to the returned Flux, or park the observed elements if not enough demand is requested downstream, within a maxSize limit.
onBackpressureBuffer(Duration, int, Consumer<? super T>) - 类 中的方法reactor.core.publisher.Flux
Request an unbounded demand and push to the returned Flux, or park the observed elements if not enough demand is requested downstream, within a maxSize limit and for a maximum Duration of ttl (as measured on the elastic Scheduler).
onBackpressureBuffer(Duration, int, Consumer<? super T>, Scheduler) - 类 中的方法reactor.core.publisher.Flux
Request an unbounded demand and push to the returned Flux, or park the observed elements if not enough demand is requested downstream, within a maxSize limit and for a maximum Duration of ttl (as measured on the provided Scheduler).
onBackpressureDrop() - 类 中的方法reactor.core.publisher.Flux
Request an unbounded demand and push to the returned Flux, or drop the observed elements if not enough demand is requested downstream.
onBackpressureDrop(Consumer<? super T>) - 类 中的方法reactor.core.publisher.Flux
Request an unbounded demand and push to the returned Flux, or drop and notify dropping Consumer with the observed elements if not enough demand is requested downstream.
onBackpressureError() - 类 中的方法reactor.core.publisher.Flux
Request an unbounded demand and push to the returned Flux, or emit onError fom Exceptions.failWithOverflow() if not enough demand is requested downstream.
onBackpressureLatest() - 类 中的方法reactor.core.publisher.Flux
Request an unbounded demand and push to the returned Flux, or only keep the most recent observed item if not enough demand is requested downstream.
ONBLUR_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
The name of the 'onblur' attribute.
onCancel(Disposable) - 接口 中的方法reactor.core.publisher.FluxSink
Associates a disposable resource with this FluxSink that will be disposed in case the downstream cancels the sequence via Subscription.cancel().
onCancel(Disposable) - 接口 中的方法reactor.core.publisher.MonoSink
Associates a disposable resource with this MonoSink that will be disposed on downstream.cancel().
once() - 类 中的静态方法org.springframework.test.web.client.ExpectedCount
Exactly once.
OncePerRequestFilter - org.springframework.web.filter中的类
Filter base class that aims to guarantee a single execution per request dispatch, on any servlet container.
OncePerRequestFilter() - 类 的构造器org.springframework.web.filter.OncePerRequestFilter
 
ONCHANGE_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
The name of the 'onchange' attribute.
ONCLICK_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
onCompileInternal() - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
Hook method that subclasses may override to react to compilation.
onCompileInternal() - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcInsert
Hook method that subclasses may override to react to compilation.
onCompileInternal() - 类 中的方法org.springframework.jdbc.object.SqlCall
Hook method that subclasses may override to react to compilation.
onCompileInternal() - 类 中的方法org.springframework.jdbc.object.SqlOperation
Hook method that subclasses may override to post-process compilation.
onComplete() - 类 中的方法org.springframework.http.server.reactive.AbstractListenerWriteFlushProcessor
Completion signal from the upstream, write Publisher.
onComplete() - 类 中的方法org.springframework.http.server.reactive.AbstractListenerWriteProcessor
Completion signal from the upstream, write Publisher.
onComplete(AsyncEvent) - 类 中的方法org.springframework.http.server.ServletServerHttpAsyncRequestControl
 
onComplete(AsyncEvent) - 类 中的方法org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
onComplete() - 类 中的方法reactor.core.publisher.BaseSubscriber
 
onComplete() - 类 中的方法reactor.core.publisher.DirectProcessor
 
onComplete() - 类 中的方法reactor.core.publisher.EmitterProcessor
 
onComplete() - 类 中的方法reactor.core.publisher.MonoProcessor
 
onComplete() - 类 中的方法reactor.core.publisher.Operators.MonoSubscriber
 
onComplete() - 类 中的方法reactor.core.publisher.ReplayProcessor
 
onComplete() - 类 中的方法reactor.core.publisher.UnicastProcessor
 
onCompletion(Runnable) - 类 中的方法org.springframework.web.context.request.async.DeferredResult
Register code to invoke when the async request completes.
onCompletion(Runnable) - 类 中的方法org.springframework.web.context.request.async.WebAsyncTask
Register code to invoke when the async request completes.
onCompletion(Runnable) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
Register code to invoke when the async request completes.
onCreation(T) - 接口 中的方法org.springframework.data.repository.core.support.QueryCreationListener
Will be invoked just after the RepositoryQuery was created.
onDataAvailable() - 类 中的方法org.springframework.http.server.reactive.AbstractListenerReadPublisher
Invoked when reading is possible, either in the same thread after a check via AbstractListenerReadPublisher.checkOnDataAvailable(), or as a callback from the underlying container.
ONDBLCLICK_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
onDispose(Disposable) - 接口 中的方法reactor.core.publisher.FluxSink
Associates a disposable resource with this FluxSink that will be disposed on the first terminate signal which may be a cancel, complete or error signal.
onDispose(Disposable) - 接口 中的方法reactor.core.publisher.MonoSink
Associates a disposable resource with this MonoSink that will be disposed on the first terminate signal which may be a cancel, complete or error signal.
one() - 类 中的静态方法org.springframework.data.redis.connection.ReactiveSetCommands.SPopCommand
Creates a new ReactiveSetCommands.SPopCommand for a single member.
one() - 类 中的静态方法reactor.util.concurrent.Queues
 
onEachOperator(Function<? super Publisher<Object>, ? extends Publisher<Object>>) - 类 中的静态方法reactor.core.publisher.Hooks
Add a Publisher operator interceptor for each operator created (Flux or Mono).
onEachOperator(String, Function<? super Publisher<Object>, ? extends Publisher<Object>>) - 类 中的静态方法reactor.core.publisher.Hooks
Add or replace a named Publisher operator interceptor for each operator created (Flux or Mono).
onEndpointException(Throwable) - 类 中的方法org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
Callback method for notifying the endpoint base class that the concrete endpoint invocation led to an exception.
onError(Throwable) - 类 中的方法org.springframework.http.server.reactive.AbstractListenerReadPublisher
Sub-classes can call this to delegate container error notifications.
onError(Throwable) - 类 中的方法org.springframework.http.server.reactive.AbstractListenerWriteFlushProcessor
Error signal from the upstream, write Publisher.
onError(Throwable) - 类 中的方法org.springframework.http.server.reactive.AbstractListenerWriteProcessor
Error signal from the upstream, write Publisher.
onError(AsyncEvent) - 类 中的方法org.springframework.http.server.ServletServerHttpAsyncRequestControl
 
onError(Consumer<Throwable>) - 类 中的方法org.springframework.web.context.request.async.DeferredResult
Register code to invoke when an error occurred during the async request.
onError(AsyncEvent) - 类 中的方法org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
onError(Callable<V>) - 类 中的方法org.springframework.web.context.request.async.WebAsyncTask
Register code to invoke for an error during async request processing.
onError(Consumer<Throwable>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
Register code to invoke for an error during async request processing.
onError(Throwable) - 类 中的方法reactor.core.publisher.BaseSubscriber
 
onError(Throwable) - 类 中的方法reactor.core.publisher.DirectProcessor
 
onError(Throwable) - 类 中的方法reactor.core.publisher.EmitterProcessor
 
onError(Throwable) - 类 中的方法reactor.core.publisher.MonoProcessor
 
onError(Throwable) - 类 中的方法reactor.core.publisher.Operators.MonoSubscriber
 
onError(Throwable) - 类 中的方法reactor.core.publisher.ReplayProcessor
 
onError(Throwable) - 类 中的方法reactor.core.publisher.UnicastProcessor
 
onErrorDropped(Consumer<? super Throwable>) - 类 中的静态方法reactor.core.publisher.Hooks
Override global error dropped strategy which by default bubble back the error.
onErrorDropped(Throwable, Context) - 类 中的静态方法reactor.core.publisher.Operators
An unexpected exception is about to be dropped.
onErrorMap(Function<? super Throwable, ? extends Throwable>) - 类 中的方法reactor.core.publisher.Flux
Transform any error emitted by this Flux by synchronously applying a function to it.
onErrorMap(Class<E>, Function<? super E, ? extends Throwable>) - 类 中的方法reactor.core.publisher.Flux
Transform an error emitted by this Flux by synchronously applying a function to it if the error matches the given type.
onErrorMap(Predicate<? super Throwable>, Function<? super Throwable, ? extends Throwable>) - 类 中的方法reactor.core.publisher.Flux
Transform an error emitted by this Flux by synchronously applying a function to it if the error matches the given predicate.
onErrorMap(Predicate<? super Throwable>, Function<? super Throwable, ? extends Throwable>) - 类 中的方法reactor.core.publisher.Mono
Transform an error emitted by this Mono by synchronously applying a function to it if the error matches the given predicate.
onErrorMap(Function<? super Throwable, ? extends Throwable>) - 类 中的方法reactor.core.publisher.Mono
Transform any error emitted by this Mono by synchronously applying a function to it.
onErrorMap(Class<E>, Function<? super E, ? extends Throwable>) - 类 中的方法reactor.core.publisher.Mono
Transform an error emitted by this Mono by synchronously applying a function to it if the error matches the given type.
onErrorResume(Function<? super Throwable, ? extends Publisher<? extends T>>) - 类 中的方法reactor.core.publisher.Flux
Subscribe to a returned fallback publisher when any error occurs, using a function to choose the fallback depending on the error.
onErrorResume(Class<E>, Function<? super E, ? extends Publisher<? extends T>>) - 类 中的方法reactor.core.publisher.Flux
Subscribe to a fallback publisher when an error matching the given type occurs, using a function to choose the fallback depending on the error.
onErrorResume(Predicate<? super Throwable>, Function<? super Throwable, ? extends Publisher<? extends T>>) - 类 中的方法reactor.core.publisher.Flux
Subscribe to a fallback publisher when an error matching a given predicate occurs.
onErrorResume(Function<? super Throwable, ? extends Mono<? extends T>>) - 类 中的方法reactor.core.publisher.Mono
Subscribe to a fallback publisher when any error occurs, using a function to choose the fallback depending on the error.
onErrorResume(Class<E>, Function<? super E, ? extends Mono<? extends T>>) - 类 中的方法reactor.core.publisher.Mono
Subscribe to a fallback publisher when an error matching the given type occurs, using a function to choose the fallback depending on the error.
onErrorResume(Predicate<? super Throwable>, Function<? super Throwable, ? extends Mono<? extends T>>) - 类 中的方法reactor.core.publisher.Mono
Subscribe to a fallback publisher when an error matching a given predicate occurs.
onErrorReturn(T) - 类 中的方法reactor.core.publisher.Flux
Simply emit a captured fallback value when any error is observed on this Flux.
onErrorReturn(Class<E>, T) - 类 中的方法reactor.core.publisher.Flux
Simply emit a captured fallback value when an error of the specified type is observed on this Flux.
onErrorReturn(Predicate<? super Throwable>, T) - 类 中的方法reactor.core.publisher.Flux
Simply emit a captured fallback value when an error matching the given predicate is observed on this Flux.
onErrorReturn(T) - 类 中的方法reactor.core.publisher.Mono
Simply emit a captured fallback value when any error is observed on this Mono.
onErrorReturn(Class<E>, T) - 类 中的方法reactor.core.publisher.Mono
Simply emit a captured fallback value when an error of the specified type is observed on this Mono.
onErrorReturn(Predicate<? super Throwable>, T) - 类 中的方法reactor.core.publisher.Mono
Simply emit a captured fallback value when an error matching the given predicate is observed on this Mono.
onFailure(Throwable) - 接口 中的方法org.springframework.util.concurrent.FailureCallback
Called when the ListenableFuture completes with failure.
onFlushPossible() - 类 中的方法org.springframework.http.server.reactive.AbstractListenerWriteFlushProcessor
Invoked when flusing is possible, either in the same thread after a check via AbstractListenerWriteFlushProcessor.isWritePossible(), or as a callback from the underlying container.
ONFOCUS_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
The name of the 'onfocus' attribute.
OngoingComparisonState(ComparisonResult) - 类 的构造器org.xmlunit.diff.AbstractDifferenceEngine.OngoingComparisonState
 
OngoingComparisonState() - 类 的构造器org.xmlunit.diff.AbstractDifferenceEngine.OngoingComparisonState
 
onHandleError(BiConsumer<Thread, ? super Throwable>) - 类 中的静态方法reactor.core.scheduler.Schedulers
Define a hook that is executed when a Scheduler has handled an error.
ONKEYDOWN_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
ONKEYPRESS_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
onKeys(Collection<ByteBuffer>) - 类 中的方法org.springframework.data.redis.connection.ReactiveStringCommands.BitOpCommand
Applies the operation to keys.
ONKEYUP_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
onLastAssembly(Flux<T>) - 类 中的静态方法reactor.core.publisher.Flux
To be used by custom operators: invokes assembly Hooks pointcut given a Flux, potentially returning a new Flux.
onLastAssembly(Mono<T>) - 类 中的静态方法reactor.core.publisher.Mono
To be used by custom operators: invokes assembly Hooks pointcut given a Mono, potentially returning a new Mono.
onLastAssembly(ParallelFlux<T>) - 类 中的静态方法reactor.core.publisher.ParallelFlux
Invoke Hooks pointcut given a ParallelFlux and returning an eventually new ParallelFlux
onLastOperator(Function<? super Publisher<Object>, ? extends Publisher<Object>>) - 类 中的静态方法reactor.core.publisher.Hooks
Add a Publisher operator interceptor for the last operator created in every flow (Flux or Mono).
onLastOperator(String, Function<? super Publisher<Object>, ? extends Publisher<Object>>) - 类 中的静态方法reactor.core.publisher.Hooks
Add or replace a named Publisher operator interceptor for the last operator created in every flow (Flux or Mono).
onMessage(Message, byte[]) - 接口 中的方法org.springframework.data.redis.connection.MessageListener
Callback for processing received objects through Redis.
onMessage(Message, byte[]) - 类 中的方法org.springframework.data.redis.listener.adapter.MessageListenerAdapter
Standard Redis MessageListener entry point.
onMessage(Message, byte[]) - 类 中的方法org.springframework.data.redis.listener.KeyspaceEventMessageListener
 
ONMOUSEDOWN_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
ONMOUSEMOVE_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
ONMOUSEOUT_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
ONMOUSEOVER_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
ONMOUSEUP_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
onNext(Publisher<? extends T>) - 类 中的方法org.springframework.http.server.reactive.AbstractListenerWriteFlushProcessor
 
onNext(T) - 类 中的方法org.springframework.http.server.reactive.AbstractListenerWriteProcessor
 
onNext(T) - 类 中的方法reactor.core.publisher.BaseSubscriber
 
onNext(T) - 类 中的方法reactor.core.publisher.DirectProcessor
 
onNext(T) - 类 中的方法reactor.core.publisher.EmitterProcessor
 
onNext(O) - 类 中的方法reactor.core.publisher.MonoProcessor
 
onNext(I) - 类 中的方法reactor.core.publisher.Operators.MonoSubscriber
 
onNext(T) - 类 中的方法reactor.core.publisher.ReplayProcessor
 
onNext(T) - 类 中的方法reactor.core.publisher.UnicastProcessor
 
onNextDropped(Consumer<Object>) - 类 中的静态方法reactor.core.publisher.Hooks
Override global data dropped strategy which by default logs at DEBUG level.
onNextDropped(T, Context) - 类 中的静态方法reactor.core.publisher.Operators
An unexpected event is about to be dropped.
onNextDroppedFail() - 类 中的静态方法reactor.core.publisher.Hooks
Resets onNextDropped hook(s) and apply a strategy of throwing Exceptions.failWithCancel() instead.
onOperatorDebug() - 类 中的静态方法reactor.core.publisher.Hooks
Enable operator stack recorder that captures a declaration stack whenever an operator is instantiated.
onOperatorError(BiFunction<? super Throwable, Object, ? extends Throwable>) - 类 中的静态方法reactor.core.publisher.Hooks
Add a custom error mapping, overriding the default one.
onOperatorError(String, BiFunction<? super Throwable, Object, ? extends Throwable>) - 类 中的静态方法reactor.core.publisher.Hooks
Add or replace a named custom error mapping, overriding the default one.
onOperatorError(Throwable, Context) - 类 中的静态方法reactor.core.publisher.Operators
Map an "operator" error.
onOperatorError(Subscription, Throwable, Context) - 类 中的静态方法reactor.core.publisher.Operators
Map an "operator" error given an operator parent Subscription.
onOperatorError(Subscription, Throwable, Object, Context) - 类 中的静态方法reactor.core.publisher.Operators
Map an "operator" error given an operator parent Subscription.
onRefresh() - 类 中的方法org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
Initialize the theme capability.
onRefresh() - 类 中的方法org.springframework.web.context.support.GenericWebApplicationContext
Initialize the theme capability.
onRefresh() - 类 中的方法org.springframework.web.context.support.StaticWebApplicationContext
Initialize the theme capability.
onRefresh(ApplicationContext) - 类 中的方法org.springframework.web.servlet.DispatcherServlet
onRefresh(ApplicationContext) - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Template method which can be overridden to add servlet-specific refresh work.
onRegister(ObjectName) - 类 中的方法org.springframework.jmx.export.MBeanExporter
Called when an MBean is registered.
onRegister(ObjectName, Object) - 类 中的方法org.springframework.jmx.support.MBeanRegistrationSupport
Called when an MBean is registered under the given ObjectName.
onRegister(ObjectName) - 类 中的方法org.springframework.jmx.support.MBeanRegistrationSupport
Called when an MBean is registered under the given ObjectName.
onRejectedExecution(Throwable, Context) - 类 中的静态方法reactor.core.publisher.Operators
Return a wrapped RejectedExecutionException which can be thrown by the operator.
onRejectedExecution(Throwable, Subscription, Throwable, Object, Context) - 类 中的静态方法reactor.core.publisher.Operators
Return a wrapped RejectedExecutionException which can be thrown by the operator.
onRequest(LongConsumer) - 接口 中的方法reactor.core.publisher.FluxSink
Attaches a LongConsumer to this FluxSink that will be notified of any request to this sink.
onRequest(LongConsumer) - 接口 中的方法reactor.core.publisher.MonoSink
Attaches a LongConsumer to this MonoSink that will be notified of any request to this sink.
ONSELECT_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.InputTag
 
ONSELECT_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.TextareaTag
 
onStartAsync(AsyncEvent) - 类 中的方法org.springframework.http.server.ServletServerHttpAsyncRequestControl
 
onStartAsync(AsyncEvent) - 类 中的方法org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
onStartup(ServletContext) - 类 中的方法org.springframework.web.context.AbstractContextLoaderInitializer
 
onStartup(ServletContext) - 类 中的方法org.springframework.web.server.adapter.AbstractReactiveWebInitializer
 
onStartup(ServletContext) - 类 中的方法org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
 
onStartup(Set<Class<?>>, ServletContext) - 类 中的方法org.springframework.web.SpringServletContainerInitializer
Delegate the ServletContext to any WebApplicationInitializer implementations present on the application classpath.
onStartup(ServletContext) - 接口 中的方法org.springframework.web.WebApplicationInitializer
Configure the given ServletContext with any servlets, filters, listeners context-params and attributes necessary for initializing this web application.
onSubscribe(Subscription) - 类 中的方法org.springframework.http.server.reactive.AbstractListenerWriteFlushProcessor
 
onSubscribe(Subscription) - 类 中的方法org.springframework.http.server.reactive.AbstractListenerWriteProcessor
 
onSubscribe(Subscription) - 接口 中的方法reactor.core.CoreSubscriber
Implementors should initialize any state used by Subscriber.onNext(Object) before calling Subscription.request(long).
onSubscribe(Subscription) - 类 中的方法reactor.core.publisher.BaseSubscriber
 
onSubscribe(Subscription) - 类 中的方法reactor.core.publisher.DirectProcessor
 
onSubscribe(Subscription) - 类 中的方法reactor.core.publisher.EmitterProcessor
 
onSubscribe(Subscription) - 类 中的方法reactor.core.publisher.MonoProcessor
 
onSubscribe(Subscription) - 类 中的方法reactor.core.publisher.Operators.MonoSubscriber
 
onSubscribe(Subscription) - 类 中的方法reactor.core.publisher.ReplayProcessor
 
onSubscribe(Subscription) - 类 中的方法reactor.core.publisher.UnicastProcessor
 
onSuccess(T) - 接口 中的方法org.springframework.util.concurrent.SuccessCallback
Called when the ListenableFuture completes with success.
onTerminateDetach() - 类 中的方法reactor.core.publisher.Flux
Detaches both the child Subscriber and the Subscription on termination or cancellation.
onTerminateDetach() - 类 中的方法reactor.core.publisher.Mono
Detaches both the child Subscriber and the Subscription on termination or cancellation.
onTimeout(AsyncEvent) - 类 中的方法org.springframework.http.server.ServletServerHttpAsyncRequestControl
 
onTimeout(Runnable) - 类 中的方法org.springframework.web.context.request.async.DeferredResult
Register code to invoke when the async request times out.
onTimeout(AsyncEvent) - 类 中的方法org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
onTimeout(Callable<V>) - 类 中的方法org.springframework.web.context.request.async.WebAsyncTask
Register code to invoke when the async request times out.
onTimeout(Runnable) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
Register code to invoke when the async request times out.
onUnregister(ObjectName) - 类 中的方法org.springframework.jmx.export.MBeanExporter
Called when an MBean is unregistered.
onUnregister(ObjectName) - 类 中的方法org.springframework.jmx.support.MBeanRegistrationSupport
Called when an MBean is unregistered under the given ObjectName.
onWritePossible() - 类 中的方法org.springframework.http.server.reactive.AbstractListenerWriteProcessor
Invoked when writing is possible, either in the same thread after a check via AbstractListenerWriteProcessor.isWritePossible(), or as a callback from the underlying container.
onWriteTagContent() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
Called at the start of AbstractHtmlElementBodyTag.writeTagContent(org.springframework.web.servlet.tags.form.TagWriter) allowing subclasses to perform any precondition checks or setup tasks that might be necessary.
onWriteTagContent() - 类 中的方法org.springframework.web.servlet.tags.form.OptionTag
Make sure we are under a 'select' tag before proceeding.
OpAnd - org.springframework.expression.spel.ast中的类
Represents the boolean AND operation.
OpAnd(int, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.OpAnd
 
OpDec - org.springframework.expression.spel.ast中的类
Decrement operator.
OpDec(int, boolean, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.OpDec
 
OpDivide - org.springframework.expression.spel.ast中的类
Implements division operator.
OpDivide(int, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.OpDivide
 
open() - 类 中的方法org.springframework.data.redis.core.ConvertingCursor
 
open() - 接口 中的方法org.springframework.data.redis.core.Cursor
Opens cursor and returns itself.
open() - 类 中的方法org.springframework.data.redis.core.ScanCursor
Initialize the Cursor prior to usage.
open() - 类 中的方法org.yaml.snakeyaml.serializer.Serializer
 
openConnection(URL, Proxy) - 类 中的方法org.springframework.http.client.SimpleClientHttpRequestFactory
Opens and returns a connection to the given URL.
openConnection(HttpInvokerClientConfiguration) - 类 中的方法org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
Open an HttpURLConnection for the given remote invocation request.
openPipeline() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
openPipeline() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
openPipeline() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
openPipeline() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
openPipeline() - 接口 中的方法org.springframework.data.redis.connection.RedisConnection
Activates the pipeline mode for this connection.
OpEQ - org.springframework.expression.spel.ast中的类
Implements the equality operator.
OpEQ(int, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.OpEQ
 
operate(Operation, Object, Object) - 接口 中的方法org.springframework.expression.OperatorOverloader
Execute the specified operation on two operands, returning a result.
operate(Operation, Object, Object) - 类 中的方法org.springframework.expression.spel.ExpressionState
 
operate(Operation, Object, Object) - 类 中的方法org.springframework.expression.spel.support.StandardOperatorOverloader
 
Operation - org.springframework.expression中的枚举
Supported operations that an OperatorOverloader can implement for any pair of operands.
Operator - org.springframework.expression.spel.ast中的类
Common supertype for operators that operate on either one or two operands.
Operator(String, int, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.Operator
 
Operator.DescriptorComparison - org.springframework.expression.spel.ast中的类
A descriptor comparison encapsulates the result of comparing descriptor for two operands and describes at what level they are compatible.
OperatorBetween - org.springframework.expression.spel.ast中的类
Represents the between operator.
OperatorBetween(int, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.OperatorBetween
 
OperatorInstanceof - org.springframework.expression.spel.ast中的类
The operator 'instanceof' checks if an object is of the class specified in the right hand operand, in the same way that instanceof does in Java.
OperatorInstanceof(int, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.OperatorInstanceof
 
OperatorMatches - org.springframework.expression.spel.ast中的类
Implements the matches operator.
OperatorMatches(int, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.OperatorMatches
 
operatorName() - 接口 中的方法reactor.core.Scannable
Check this Scannablee and its Scannable.parents() for a name an return the first one that is reachable.
OperatorNot - org.springframework.expression.spel.ast中的类
Represents a NOT operation.
OperatorNot(int, SpelNodeImpl) - 类 的构造器org.springframework.expression.spel.ast.OperatorNot
 
OperatorOverloader - org.springframework.expression中的接口
By default the mathematical operators Operation support simple types like numbers.
OperatorPower - org.springframework.expression.spel.ast中的类
The power operator.
OperatorPower(int, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.OperatorPower
 
Operators - reactor.core.publisher中的类
An helper to support "Operator" writing, handle noop subscriptions, validate request size and to cap concurrent additive operations to Long.MAX_VALUE, which is generic to Subscription.request(long) handling.
Operators.DeferredSubscription - reactor.core.publisher中的类
Base class for Subscribers that will receive their Subscriptions at any time, yet they might also need to be cancelled or requested at any time.
Operators.MonoSubscriber<I,O> - reactor.core.publisher中的类
A Subscriber/Subscription barrier that holds a single value at most and properly gates asynchronous behaviors resulting from concurrent request or cancel and onXXX signals.
OpGE - org.springframework.expression.spel.ast中的类
Implements greater-than-or-equal operator.
OpGE(int, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.OpGE
 
OpGT - org.springframework.expression.spel.ast中的类
Implements the greater-than operator.
OpGT(int, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.OpGT
 
OpInc - org.springframework.expression.spel.ast中的类
Increment operator.
OpInc(int, boolean, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.OpInc
 
OpLE - org.springframework.expression.spel.ast中的类
Implements the less-than-or-equal operator.
OpLE(int, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.OpLE
 
OpLT - org.springframework.expression.spel.ast中的类
Implements the less-than operator.
OpLT(int, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.OpLT
 
OpMinus - org.springframework.expression.spel.ast中的类
The minus operator supports: subtraction of numbers subtraction of an int from a string of one character (effectively decreasing that character), so 'd'-3='a' It can be used as a unary operator for numbers.
OpMinus(int, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.OpMinus
 
OpModulus - org.springframework.expression.spel.ast中的类
Implements the modulus operator.
OpModulus(int, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.OpModulus
 
OpMultiply - org.springframework.expression.spel.ast中的类
Implements the multiply operator.
OpMultiply(int, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.OpMultiply
 
OpNE - org.springframework.expression.spel.ast中的类
Implements the not-equal operator.
OpNE(int, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.OpNE
 
OpOr - org.springframework.expression.spel.ast中的类
Represents the boolean OR operation.
OpOr(int, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.OpOr
 
OpPlus - org.springframework.expression.spel.ast中的类
The plus operator will: add numbers concatenate strings It can be used as a unary operator for numbers.
OpPlus(int, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.OpPlus
 
opsForCluster() - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Returns the cluster specific operations interface.
opsForCluster() - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
opsForGeo() - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisOperations
Returns geospatial specific operations interface.
opsForGeo(RedisSerializationContext<K, V>) - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisOperations
Returns geospatial specific operations interface.
opsForGeo() - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
 
opsForGeo(RedisSerializationContext<K1, V1>) - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
 
opsForGeo() - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Returns geospatial specific operations interface.
opsForGeo() - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
opsForHash() - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisOperations
Returns the operations performed on hash values.
opsForHash(RedisSerializationContext<K, ?>) - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisOperations
Returns the operations performed on hash values given a RedisSerializationContext.
opsForHash() - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
 
opsForHash(RedisSerializationContext<K1, ?>) - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
 
opsForHash() - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Returns the operations performed on hash values.
opsForHash() - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
opsForHyperLogLog() - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisOperations
Returns the operations performed on multisets using HyperLogLog.
opsForHyperLogLog(RedisSerializationContext<K, V>) - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisOperations
Returns the operations performed on multisets using HyperLogLog given a RedisSerializationContext.
opsForHyperLogLog() - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
 
opsForHyperLogLog(RedisSerializationContext<K1, V1>) - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
 
opsForHyperLogLog() - 接口 中的方法org.springframework.data.redis.core.RedisOperations
 
opsForHyperLogLog() - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
opsForList() - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisOperations
Returns the operations performed on list values.
opsForList(RedisSerializationContext<K, V>) - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisOperations
Returns the operations performed on list values given a RedisSerializationContext.
opsForList() - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
 
opsForList(RedisSerializationContext<K1, V1>) - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
 
opsForList() - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Returns the operations performed on list values.
opsForList() - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
opsForSet() - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisOperations
Returns the operations performed on set values.
opsForSet(RedisSerializationContext<K, V>) - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisOperations
Returns the operations performed on set values given a RedisSerializationContext.
opsForSet() - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
 
opsForSet(RedisSerializationContext<K1, V1>) - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
 
opsForSet() - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Returns the operations performed on set values.
opsForSet() - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
opsForValue() - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisOperations
Returns the operations performed on simple values (or Strings in Redis terminology).
opsForValue(RedisSerializationContext<K, V>) - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisOperations
Returns the operations performed on simple values (or Strings in Redis terminology) given a RedisSerializationContext.
opsForValue() - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
 
opsForValue(RedisSerializationContext<K1, V1>) - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
 
opsForValue() - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Returns the operations performed on simple values (or Strings in Redis terminology).
opsForValue() - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
opsForZSet() - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisOperations
Returns the operations performed on zset values (also known as sorted sets).
opsForZSet(RedisSerializationContext<K, V>) - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisOperations
Returns the operations performed on zset values (also known as sorted sets) given a RedisSerializationContext.
opsForZSet() - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
 
opsForZSet(RedisSerializationContext<K1, V1>) - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
 
opsForZSet() - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Returns the operations performed on zset values (also known as sorted sets).
opsForZSet() - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
Optionals - org.springframework.data.util中的接口
Utility methods to work with Optionals.
OptionalValidatorFactoryBean - org.springframework.validation.beanvalidation中的类
LocalValidatorFactoryBean subclass that simply turns Validator calls into no-ops in case of no Bean Validation provider being available.
OptionalValidatorFactoryBean() - 类 的构造器org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean
 
options(URI) - 类 中的静态方法org.springframework.http.RequestEntity
Creates an HTTP OPTIONS builder with the given url.
options(String, Object...) - 类 中的静态方法org.springframework.mock.http.server.reactive.MockServerHttpRequest
HTTP OPTIONS variant.
options() - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient
Prepare an HTTP OPTIONS request.
options(String, Object...) - 类 中的静态方法org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockHttpServletRequestBuilder for an OPTIONS request.
options(URI) - 类 中的静态方法org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockHttpServletRequestBuilder for an OPTIONS request.
options(RequestMappingInfo.BuilderConfiguration) - 接口 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo.Builder
Provide additional configuration needed for request mapping purposes.
optionsForAllow(String, Object...) - 接口 中的方法org.springframework.web.client.AsyncRestOperations
已过时。
Asynchronously return the value of the Allow header for the given URI.
optionsForAllow(String, Map<String, ?>) - 接口 中的方法org.springframework.web.client.AsyncRestOperations
已过时。
Asynchronously return the value of the Allow header for the given URI.
optionsForAllow(URI) - 接口 中的方法org.springframework.web.client.AsyncRestOperations
已过时。
Asynchronously return the value of the Allow header for the given URL.
optionsForAllow(String, Object...) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
 
optionsForAllow(String, Map<String, ?>) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
 
optionsForAllow(URI) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
 
optionsForAllow(String, Object...) - 接口 中的方法org.springframework.web.client.RestOperations
Return the value of the Allow header for the given URI.
optionsForAllow(String, Map<String, ?>) - 接口 中的方法org.springframework.web.client.RestOperations
Return the value of the Allow header for the given URI.
optionsForAllow(URI) - 接口 中的方法org.springframework.web.client.RestOperations
Return the value of the Allow header for the given URL.
optionsForAllow(String, Object...) - 类 中的方法org.springframework.web.client.RestTemplate
 
optionsForAllow(String, Map<String, ?>) - 类 中的方法org.springframework.web.client.RestTemplate
 
optionsForAllow(URI) - 类 中的方法org.springframework.web.client.RestTemplate
 
OptionsTag - org.springframework.web.servlet.tags.form中的类
The <options> tag renders a list of HTML 'option' tags.
OptionsTag() - 类 的构造器org.springframework.web.servlet.tags.form.OptionsTag
 
OptionTag - org.springframework.web.servlet.tags.form中的类
The <option> tag renders a single HTML 'option'.
OptionTag() - 类 的构造器org.springframework.web.servlet.tags.form.OptionTag
 
or(RedisOperationChain, RedisOperationChain) - 类 中的方法org.springframework.data.redis.repository.query.RedisQueryCreator
 
or(S, S) - 类 中的方法org.springframework.data.repository.query.parser.AbstractQueryCreator
Or-concatenates the given base criteria to the given new criteria.
or(ElementSelector...) - 类 中的静态方法org.xmlunit.diff.ElementSelectors
Accepts two elements if at least one of the given ElementSelectors does.
or(Publisher<? extends T>) - 类 中的方法reactor.core.publisher.Flux
Pick the first Publisher between this Flux and another publisher to emit any signal (onNext/onError/onComplete) and replay all signals from that Publisher, effectively behaving like the fastest of these competing sources.
or(Mono<? extends T>) - 类 中的方法reactor.core.publisher.Mono
Emit the first available result from this mono or the other mono.
OracleCallMetaDataProvider - org.springframework.jdbc.core.metadata中的类
Oracle-specific implementation for the CallMetaDataProvider interface.
OracleCallMetaDataProvider(DatabaseMetaData) - 类 的构造器org.springframework.jdbc.core.metadata.OracleCallMetaDataProvider
 
OracleSequenceMaxValueIncrementer - org.springframework.jdbc.support.incrementer中的类
DataFieldMaxValueIncrementer that retrieves the next value of a given Oracle sequence.
OracleSequenceMaxValueIncrementer() - 类 的构造器org.springframework.jdbc.support.incrementer.OracleSequenceMaxValueIncrementer
Default constructor for bean property style usage.
OracleSequenceMaxValueIncrementer(DataSource, String) - 类 的构造器org.springframework.jdbc.support.incrementer.OracleSequenceMaxValueIncrementer
Convenience constructor.
OracleTableMetaDataProvider - org.springframework.jdbc.core.metadata中的类
Oracle-specific implementation of the TableMetaDataProvider.
OracleTableMetaDataProvider(DatabaseMetaData) - 类 的构造器org.springframework.jdbc.core.metadata.OracleTableMetaDataProvider
Constructor used to initialize with provided database meta-data.
OracleTableMetaDataProvider(DatabaseMetaData, boolean) - 类 的构造器org.springframework.jdbc.core.metadata.OracleTableMetaDataProvider
Constructor used to initialize with provided database meta-data.
OrCondition(Collection<IndexDefinition.Condition<T>>) - 类 的构造器org.springframework.data.redis.core.index.RedisIndexDefinition.OrCondition
 
order(SortParameters.Order) - 类 中的方法org.springframework.data.redis.connection.DefaultSortParameters
 
order(SortParameters.Order) - 接口 中的方法org.springframework.data.redis.core.query.SortCriterion
 
order(int) - 类 中的方法org.springframework.web.servlet.config.annotation.InterceptorRegistration
Specify an order position to be used.
order(int) - 类 中的方法org.springframework.web.servlet.config.annotation.ViewResolverRegistry
ViewResolver's registered through this registry are encapsulated in an instance of ViewResolverComposite and follow the order of registration.
orderByDistanceAsc() - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
Applies ascending sort by distance.
orderByDistanceAsc() - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
Applies ascending sort by distance.
orderByDistanceDesc() - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
Applies descending sort by distance.
orderByDistanceDesc() - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
Applies descending sort by distance.
ordered(Comparator<? super T>) - 类 中的方法reactor.core.publisher.ParallelFlux
Merges the values from each 'rail', but choose which one to merge by way of a provided Comparator, picking the smallest of all rails.
ordered(Comparator<? super T>, int) - 类 中的方法reactor.core.publisher.ParallelFlux
Merges the values from each 'rail', but choose which one to merge by way of a provided Comparator, picking the smallest of all rails.
orElse(T) - 类 中的方法org.springframework.data.util.Lazy
Returns the value of the lazy computation or the given default value in case the computation yields null.
orElseGet(Supplier<T>) - 类 中的方法org.springframework.data.util.Lazy
Returns the value of the lazy computation or the value produced by the given Supplier in case the original value is null.
org.springframework.data.redis - 程序包 org.springframework.data.redis
Root package for integrating Redis with Spring concepts.
org.springframework.data.redis.connection - 程序包 org.springframework.data.redis.connection
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
org.springframework.data.redis.connection.convert - 程序包 org.springframework.data.redis.connection.convert
Redis specific converters used for sending data and parsing responses.
org.springframework.data.redis.connection.jedis - 程序包 org.springframework.data.redis.connection.jedis
Connection package for Jedis library.
org.springframework.data.redis.connection.lettuce - 程序包 org.springframework.data.redis.connection.lettuce
Connection package for Lettuce Redis client.
org.springframework.data.redis.connection.util - 程序包 org.springframework.data.redis.connection.util
Internal utility package for encoding/decoding Strings to byte[] (using Base64) library.
org.springframework.data.redis.core - 程序包 org.springframework.data.redis.core
Core package for integrating Redis with Spring concepts.
org.springframework.data.redis.core.convert - 程序包 org.springframework.data.redis.core.convert
Converters for Redis repository support utilizing mapping metadata.
org.springframework.data.redis.core.index - 程序包 org.springframework.data.redis.core.index
Abstractions for Redis secondary indexes.
org.springframework.data.redis.core.mapping - 程序包 org.springframework.data.redis.core.mapping
Redis specific repository support mapping meta information.
org.springframework.data.redis.core.query - 程序包 org.springframework.data.redis.core.query
Query package for Redis template.
org.springframework.data.redis.core.script - 程序包 org.springframework.data.redis.core.script
Lua script execution abstraction.
org.springframework.data.redis.core.types - 程序包 org.springframework.data.redis.core.types
Redis domain specific types.
org.springframework.data.redis.hash - 程序包 org.springframework.data.redis.hash
Dedicated support package for Redis hashes.
org.springframework.data.redis.listener - 程序包 org.springframework.data.redis.listener
Base package for Redis message listener / pubsub container facility
org.springframework.data.redis.listener.adapter - 程序包 org.springframework.data.redis.listener.adapter
Message listener adapter package.
org.springframework.data.redis.repository.cdi - 程序包 org.springframework.data.redis.repository.cdi
CDI support for Redis specific repository implementation.
org.springframework.data.redis.repository.configuration - 程序包 org.springframework.data.redis.repository.configuration
Redis repository specific configuration and bean registration.
org.springframework.data.redis.repository.core - 程序包 org.springframework.data.redis.repository.core
Core domain entities for repository support.
org.springframework.data.redis.repository.query - 程序包 org.springframework.data.redis.repository.query
Redis specific query execution engine.
org.springframework.data.redis.repository.support - 程序包 org.springframework.data.redis.repository.support
Spring context specific factory support.
org.springframework.data.redis.serializer - 程序包 org.springframework.data.redis.serializer
Serialization/Deserialization package for converting Object to (and from) binary data.
org.springframework.data.redis.support.atomic - 程序包 org.springframework.data.redis.support.atomic
Small toolkit mirroring the java.util.atomic package in Redis.
org.springframework.data.redis.support.collections - 程序包 org.springframework.data.redis.support.collections
Package providing implementations for most of the java.util collections on top of Redis.
org.springframework.data.redis.util - 程序包 org.springframework.data.redis.util
Commonly used stuff for data manipulation throughout different driver specific implementations.
org.springframework.data.repository - 程序包 org.springframework.data.repository
Central interfaces for repository abstraction.
org.springframework.data.repository.cdi - 程序包 org.springframework.data.repository.cdi
Base classes to implement CDI support for repositories.
org.springframework.data.repository.config - 程序包 org.springframework.data.repository.config
Support classes for repository namespace and JavaConfig integration.
org.springframework.data.repository.core - 程序包 org.springframework.data.repository.core
Core abstractions for repository implementation.
org.springframework.data.repository.core.support - 程序包 org.springframework.data.repository.core.support
Base classes to implement repositories for various data stores.
org.springframework.data.repository.history - 程序包 org.springframework.data.repository.history
API for repositories using historiography.
org.springframework.data.repository.history.support - 程序包 org.springframework.data.repository.history.support
Value objects to implement core repository interfaces for historiography.
org.springframework.data.repository.init - 程序包 org.springframework.data.repository.init
Support for repository initialization using XML and JSON.
org.springframework.data.repository.query - 程序包 org.springframework.data.repository.query
Support classes to work with query methods.
org.springframework.data.repository.query.parser - 程序包 org.springframework.data.repository.query.parser
Support classes for parsing queries from method names.
org.springframework.data.repository.query.spi - 程序包 org.springframework.data.repository.query.spi
Service provider interfaces to extend the query execution mechanism.
org.springframework.data.repository.reactive - 程序包 org.springframework.data.repository.reactive
Support for reactive repository.
org.springframework.data.repository.support - 程序包 org.springframework.data.repository.support
Support classes for integration of the repository programming model with 3rd party frameworks.
org.springframework.data.repository.util - 程序包 org.springframework.data.repository.util
Utility classes for repository implementations.
org.springframework.data.support - 程序包 org.springframework.data.support
Core support classes.
org.springframework.data.transaction - 程序包 org.springframework.data.transaction
Contains advanced support for transactions, e.g. a best-effort delegating transaction manager.
org.springframework.data.type - 程序包 org.springframework.data.type
Core support package for type introspection.
org.springframework.data.type.classreading - 程序包 org.springframework.data.type.classreading
Support classes for reading annotation and class-level metadata.
org.springframework.data.util - 程序包 org.springframework.data.util
Core utility APIs such as a type information framework to resolve generic types.
org.springframework.data.web - 程序包 org.springframework.data.web
Integration with Spring MVC.
org.springframework.data.web.config - 程序包 org.springframework.data.web.config
Spring Data web configuration.
org.springframework.data.web.querydsl - 程序包 org.springframework.data.web.querydsl
Querydsl-specific web support.
org.springframework.ejb.access - 程序包 org.springframework.ejb.access
This package contains classes that allow easy access to EJBs.
org.springframework.ejb.config - 程序包 org.springframework.ejb.config
Support package for EJB/Java EE-related configuration, with XML schema being the primary configuration format.
org.springframework.expression - 程序包 org.springframework.expression
Core abstractions behind the Spring Expression Language.
org.springframework.expression.common - 程序包 org.springframework.expression.common
Common utility classes behind the Spring Expression Language.
org.springframework.expression.spel - 程序包 org.springframework.expression.spel
SpEL's central implementation package.
org.springframework.expression.spel.ast - 程序包 org.springframework.expression.spel.ast
SpEL's abstract syntax tree.
org.springframework.expression.spel.standard - 程序包 org.springframework.expression.spel.standard
SpEL's standard parser implementation.
org.springframework.expression.spel.support - 程序包 org.springframework.expression.spel.support
SpEL's default implementations for various core abstractions.
org.springframework.format - 程序包 org.springframework.format
An API for defining Formatters to format field model values for display in a UI.
org.springframework.format.annotation - 程序包 org.springframework.format.annotation
Annotations for declaratively configuring field formatting rules.
org.springframework.format.datetime - 程序包 org.springframework.format.datetime
Formatters for java.util.Date properties.
org.springframework.format.datetime.joda - 程序包 org.springframework.format.datetime.joda
Integration with Joda-Time for formatting Joda date and time types as well as standard JDK Date types.
org.springframework.format.datetime.standard - 程序包 org.springframework.format.datetime.standard
Integration with the JSR-310 java.time package in JDK 8.
org.springframework.format.number - 程序包 org.springframework.format.number
Formatters for java.lang.Number properties.
org.springframework.format.number.money - 程序包 org.springframework.format.number.money
Integration with the JSR-354 javax.money package.
org.springframework.format.support - 程序包 org.springframework.format.support
Support classes for the formatting package, providing common implementations as well as adapters.
org.springframework.http - 程序包 org.springframework.http
Contains a basic abstraction over client/server-side HTTP.
org.springframework.http.client - 程序包 org.springframework.http.client
Contains an abstraction over client-side HTTP.
org.springframework.http.client.reactive - 程序包 org.springframework.http.client.reactive
Abstractions for reactive HTTP client support including ClientHttpRequest and ClientHttpResponse as well as a ClientHttpConnector.
org.springframework.http.client.support - 程序包 org.springframework.http.client.support
This package provides generic HTTP support classes, to be used by higher-level classes like RestTemplate.
org.springframework.http.codec - 程序包 org.springframework.http.codec
Provides implementations of Encoder and Decoder for web use.
org.springframework.http.codec.json - 程序包 org.springframework.http.codec.json
JSON encoder and decoder support.
org.springframework.http.codec.multipart - 程序包 org.springframework.http.codec.multipart
Multipart support.
org.springframework.http.codec.support - 程序包 org.springframework.http.codec.support
Provides implementations of ClientCodecConfigurer and ServerCodecConfigurer based on the converter implementations from org.springframework.http.codec.json and co.
org.springframework.http.codec.xml - 程序包 org.springframework.http.codec.xml
XML encoder and decoder support.
org.springframework.http.converter - 程序包 org.springframework.http.converter
Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.
org.springframework.http.converter.cbor - 程序包 org.springframework.http.converter.cbor
Provides an HttpMessageConverter for the CBOR data format.
org.springframework.http.converter.feed - 程序包 org.springframework.http.converter.feed
Provides HttpMessageConverter implementations for handling Atom and RSS feeds.
org.springframework.http.converter.json - 程序包 org.springframework.http.converter.json
Provides HttpMessageConverter implementations for handling JSON.
org.springframework.http.converter.protobuf - 程序包 org.springframework.http.converter.protobuf
Provides an HttpMessageConverter implementation for handling Google Protocol Buffers.
org.springframework.http.converter.smile - 程序包 org.springframework.http.converter.smile
Provides an HttpMessageConverter for the Smile data format ("binary JSON").
org.springframework.http.converter.support - 程序包 org.springframework.http.converter.support
Provides a comprehensive HttpMessageConverter variant for form handling.
org.springframework.http.converter.xml - 程序包 org.springframework.http.converter.xml
Provides HttpMessageConverter implementations for handling XML.
org.springframework.http.server - 程序包 org.springframework.http.server
Contains an abstraction over server-side HTTP.
org.springframework.http.server.reactive - 程序包 org.springframework.http.server.reactive
Abstractions for reactive HTTP server support including a ServerHttpRequest and ServerHttpResponse along with an HttpHandler for processing.
org.springframework.instrument.classloading - 程序包 org.springframework.instrument.classloading
Support package for load time weaving based on class loaders, as required by JPA providers (but not JPA-specific).
org.springframework.instrument.classloading.glassfish - 程序包 org.springframework.instrument.classloading.glassfish
Support for class instrumentation on GlassFish.
org.springframework.instrument.classloading.jboss - 程序包 org.springframework.instrument.classloading.jboss
Support for class instrumentation on JBoss AS 6 and 7.
org.springframework.instrument.classloading.tomcat - 程序包 org.springframework.instrument.classloading.tomcat
Support for class instrumentation on Tomcat.
org.springframework.instrument.classloading.weblogic - 程序包 org.springframework.instrument.classloading.weblogic
Support for class instrumentation on BEA WebLogic 10+.
org.springframework.instrument.classloading.websphere - 程序包 org.springframework.instrument.classloading.websphere
Support for class instrumentation on IBM WebSphere Application Server 7+.
org.springframework.jca.cci - 程序包 org.springframework.jca.cci
This package contains Spring's support for the Common Client Interface (CCI), as defined by the J2EE Connector Architecture.
org.springframework.jca.cci.connection - 程序包 org.springframework.jca.cci.connection
Provides a utility class for easy ConnectionFactory access, a PlatformTransactionManager for local CCI transactions, and various simple ConnectionFactory proxies/adapters.
org.springframework.jca.cci.core - 程序包 org.springframework.jca.cci.core
Provides the core JCA CCI support, based on CciTemplate and its associated callback interfaces.
org.springframework.jca.cci.core.support - 程序包 org.springframework.jca.cci.core.support
Classes supporting the org.springframework.jca.cci.core package.
org.springframework.jca.cci.object - 程序包 org.springframework.jca.cci.object
The classes in this package represent EIS operations as threadsafe, reusable objects.
org.springframework.jca.context - 程序包 org.springframework.jca.context
Integration package that allows for deploying a Spring application context as a JCA 1.7 compliant RAR file.
org.springframework.jca.endpoint - 程序包 org.springframework.jca.endpoint
This package provides a facility for generic JCA message endpoint management.
org.springframework.jca.support - 程序包 org.springframework.jca.support
Provides generic support classes for JCA usage within Spring, mainly for local setup of a JCA ResourceAdapter and/or ConnectionFactory.
org.springframework.jca.work - 程序包 org.springframework.jca.work
Convenience classes for scheduling based on the JCA WorkManager facility, as supported within ResourceAdapters.
org.springframework.jdbc - 程序包 org.springframework.jdbc
The classes in this package make JDBC easier to use and reduce the likelihood of common errors.
org.springframework.jdbc.config - 程序包 org.springframework.jdbc.config
Defines the Spring JDBC configuration namespace.
org.springframework.jdbc.core - 程序包 org.springframework.jdbc.core
Provides the core JDBC framework, based on JdbcTemplate and its associated callback interfaces and helper objects.
org.springframework.jdbc.core.metadata - 程序包 org.springframework.jdbc.core.metadata
Context metadata abstraction for the configuration and execution of table inserts and stored procedure calls.
org.springframework.jdbc.core.namedparam - 程序包 org.springframework.jdbc.core.namedparam
JdbcTemplate variant with named parameter support.
org.springframework.jdbc.core.simple - 程序包 org.springframework.jdbc.core.simple
Simplification layer for table inserts and stored procedure calls.
org.springframework.jdbc.core.support - 程序包 org.springframework.jdbc.core.support
Classes supporting the org.springframework.jdbc.core package.
org.springframework.jdbc.datasource - 程序包 org.springframework.jdbc.datasource
Provides a utility class for easy DataSource access, a PlatformTransactionManager for a single DataSource, and various simple DataSource implementations.
org.springframework.jdbc.datasource.embedded - 程序包 org.springframework.jdbc.datasource.embedded
Provides extensible support for creating embedded database instances.
org.springframework.jdbc.datasource.init - 程序包 org.springframework.jdbc.datasource.init
Provides extensible support for initializing databases through scripts.
org.springframework.jdbc.datasource.lookup - 程序包 org.springframework.jdbc.datasource.lookup
Provides a strategy for looking up JDBC DataSources by name.
org.springframework.jdbc.object - 程序包 org.springframework.jdbc.object
The classes in this package represent RDBMS queries, updates, and stored procedures as threadsafe, reusable objects.
org.springframework.jdbc.support - 程序包 org.springframework.jdbc.support
Support classes for the JDBC framework, used by the classes in the jdbc.core and jdbc.object packages.
org.springframework.jdbc.support.incrementer - 程序包 org.springframework.jdbc.support.incrementer
Provides a support framework for incrementing database table values via sequences, with implementations for various databases.
org.springframework.jdbc.support.lob - 程序包 org.springframework.jdbc.support.lob
Provides a strategy interface for Large OBject handling, as well as a customizable default implementation.
org.springframework.jdbc.support.rowset - 程序包 org.springframework.jdbc.support.rowset
Provides a convenient holder for disconnected result sets.
org.springframework.jdbc.support.xml - 程序包 org.springframework.jdbc.support.xml
Abstraction for handling fields of SQLXML data type.
org.springframework.jmx - 程序包 org.springframework.jmx
This package contains Spring's JMX support, which includes registration of Spring-managed beans as JMX MBeans as well as access to remote JMX MBeans.
org.springframework.jmx.access - 程序包 org.springframework.jmx.access
Provides support for accessing remote MBean resources.
org.springframework.jmx.export - 程序包 org.springframework.jmx.export
This package provides declarative creation and registration of Spring-managed beans as JMX MBeans.
org.springframework.jmx.export.annotation - 程序包 org.springframework.jmx.export.annotation
Java 5 annotations for MBean exposure.
org.springframework.jmx.export.assembler - 程序包 org.springframework.jmx.export.assembler
Provides a strategy for MBeanInfo assembly.
org.springframework.jmx.export.metadata - 程序包 org.springframework.jmx.export.metadata
Provides generic JMX metadata classes and basic support for reading JMX metadata in a provider-agnostic manner.
org.springframework.jmx.export.naming - 程序包 org.springframework.jmx.export.naming
Provides a strategy for ObjectName creation.
org.springframework.jmx.export.notification - 程序包 org.springframework.jmx.export.notification
Provides supporting infrastructure to allow Spring-created MBeans to send JMX notifications.
org.springframework.jmx.support - 程序包 org.springframework.jmx.support
Contains support classes for connecting to local and remote MBeanServers and for exposing an MBeanServer to remote clients.
org.springframework.jndi - 程序包 org.springframework.jndi
The classes in this package make JNDI easier to use, facilitating the accessing of configuration stored in JNDI, and provide useful superclasses for JNDI access classes.
org.springframework.jndi.support - 程序包 org.springframework.jndi.support
Support classes for JNDI usage, including a JNDI-based BeanFactory implementation.
org.springframework.lang - 程序包 org.springframework.lang
Common annotations with language-level semantics: nullability as well as JDK API indications.
org.springframework.mail - 程序包 org.springframework.mail
Spring's generic mail infrastructure.
org.springframework.mail.javamail - 程序包 org.springframework.mail.javamail
JavaMail support for Spring's mail infrastructure.
org.springframework.mock.env - 程序包 org.springframework.mock.env
This package contains mock implementations of the Environment and PropertySource abstractions introduced in Spring 3.1.
org.springframework.mock.http - 程序包 org.springframework.mock.http
Mock implementations of client/server-side HTTP abstractions.
org.springframework.mock.http.client - 程序包 org.springframework.mock.http.client
Mock implementations of client-side HTTP abstractions.
org.springframework.mock.http.client.reactive - 程序包 org.springframework.mock.http.client.reactive
Mock implementations of reactive HTTP client contracts.
org.springframework.mock.http.server.reactive - 程序包 org.springframework.mock.http.server.reactive
Mock implementations of reactive HTTP server contracts.
org.springframework.mock.jndi - 程序包 org.springframework.mock.jndi
The simplest implementation of the JNDI SPI that could possibly work.
org.springframework.mock.web - 程序包 org.springframework.mock.web
A comprehensive set of Servlet API 3.0 mock objects, targeted at usage with Spring's Web MVC framework.
org.springframework.mock.web.reactive.function.server - 程序包 org.springframework.mock.web.reactive.function.server
Mock objects for the functional web framework.
org.springframework.mock.web.server - 程序包 org.springframework.mock.web.server
Mock implementations of Spring's reactive server web API abtsractions.
org.springframework.objenesis - 程序包 org.springframework.objenesis
Spring's repackaging of Objenesis 2.1 (for internal use only).
org.springframework.oxm - 程序包 org.springframework.oxm
Root package for Spring's O/X Mapping integration classes.
org.springframework.oxm.castor - 程序包 org.springframework.oxm.castor
Package providing integration of Castor within Spring's O/X Mapping support.
org.springframework.oxm.config - 程序包 org.springframework.oxm.config
Provides an namespace handler for the Spring Object/XML namespace.
org.springframework.oxm.jaxb - 程序包 org.springframework.oxm.jaxb
Package providing integration of JAXB with Spring's O/X Mapping support.
org.springframework.oxm.jibx - 程序包 org.springframework.oxm.jibx
Package providing integration of JiBX with Spring's O/X Mapping support.
org.springframework.oxm.mime - 程序包 org.springframework.oxm.mime
Contains (un)marshallers optimized to store binary data in MIME attachments.
org.springframework.oxm.support - 程序包 org.springframework.oxm.support
Provides generic support classes for using Spring's O/X Mapping integration within various scenario's.
org.springframework.oxm.xstream - 程序包 org.springframework.oxm.xstream
Package providing integration of XStream with Spring's O/X Mapping support.
org.springframework.remoting - 程序包 org.springframework.remoting
Exception hierarchy for Spring's remoting infrastructure, independent of any specific remote method invocation system.
org.springframework.remoting.caucho - 程序包 org.springframework.remoting.caucho
This package provides remoting classes for Caucho's Hessian protocol: a proxy factory for accessing Hessian services, and an exporter for making beans available to Hessian clients.
org.springframework.remoting.httpinvoker - 程序包 org.springframework.remoting.httpinvoker
Remoting classes for transparent Java-to-Java remoting via HTTP invokers.
org.springframework.remoting.jaxws - 程序包 org.springframework.remoting.jaxws
Remoting classes for Web Services via JAX-WS (the successor of JAX-RPC), as included in Java 6 and Java EE 5.
org.springframework.remoting.rmi - 程序包 org.springframework.remoting.rmi
Remoting classes for conventional RMI and transparent remoting via RMI invokers.
org.springframework.remoting.soap - 程序包 org.springframework.remoting.soap
SOAP-specific exceptions and support classes for Spring's remoting subsystem.
org.springframework.remoting.support - 程序包 org.springframework.remoting.support
Generic support classes for remoting implementations.
org.springframework.scheduling - 程序包 org.springframework.scheduling
General exceptions for Spring's scheduling support, independent of any specific scheduling system.
org.springframework.scheduling.annotation - 程序包 org.springframework.scheduling.annotation
Java 5 annotation for asynchronous method execution.
org.springframework.scheduling.commonj - 程序包 org.springframework.scheduling.commonj
Convenience classes for scheduling based on the CommonJ WorkManager/TimerManager facility, as supported by IBM WebSphere 6.0+ and BEA WebLogic 9.0+.
org.springframework.scheduling.concurrent - 程序包 org.springframework.scheduling.concurrent
Scheduling convenience classes for the java.util.concurrent and javax.enterprise.concurrent packages, allowing to set up a ThreadPoolExecutor or ScheduledThreadPoolExecutor as a bean in a Spring context.
org.springframework.scheduling.config - 程序包 org.springframework.scheduling.config
Support package for declarative scheduling configuration, with XML schema being the primary configuration format.
org.springframework.scheduling.quartz - 程序包 org.springframework.scheduling.quartz
Support classes for the open source scheduler Quartz, allowing to set up Quartz Schedulers, JobDetails and Triggers as beans in a Spring context.
org.springframework.scheduling.support - 程序包 org.springframework.scheduling.support
Generic support classes for scheduling.
org.springframework.scripting - 程序包 org.springframework.scripting
Core interfaces for Spring's scripting support.
org.springframework.scripting.bsh - 程序包 org.springframework.scripting.bsh
Package providing integration of BeanShell (and BeanShell2) into Spring's scripting infrastructure.
org.springframework.scripting.config - 程序包 org.springframework.scripting.config
Support package for Spring's dynamic language machinery, with XML schema being the primary configuration format.
org.springframework.scripting.groovy - 程序包 org.springframework.scripting.groovy
Package providing integration of Groovy into Spring's scripting infrastructure.
org.springframework.scripting.support - 程序包 org.springframework.scripting.support
Support classes for Spring's scripting package.
org.springframework.stereotype - 程序包 org.springframework.stereotype
Annotations denoting the roles of types or methods in the overall architecture (at a conceptual, rather than implementation, level).
org.springframework.test.annotation - 程序包 org.springframework.test.annotation
Support classes for annotation-driven tests.
org.springframework.test.context - 程序包 org.springframework.test.context
This package contains the Spring TestContext Framework which provides annotation-driven unit and integration testing support that is agnostic of the actual testing framework in use.
org.springframework.test.context.cache - 程序包 org.springframework.test.context.cache
Support for context caching within the Spring TestContext Framework.
org.springframework.test.context.jdbc - 程序包 org.springframework.test.context.jdbc
JDBC support classes for the Spring TestContext Framework, including support for declarative SQL script execution via @Sql.
org.springframework.test.context.junit.jupiter - 程序包 org.springframework.test.context.junit.jupiter
Core support for integrating the Spring TestContext Framework with the JUnit Jupiter extension model in JUnit 5.
org.springframework.test.context.junit.jupiter.web - 程序包 org.springframework.test.context.junit.jupiter.web
Web support for integrating the Spring TestContext Framework with the JUnit Jupiter extension model in JUnit 5.
org.springframework.test.context.junit4 - 程序包 org.springframework.test.context.junit4
Support classes for integrating the Spring TestContext Framework with JUnit 4.12 or higher.
org.springframework.test.context.junit4.rules - 程序包 org.springframework.test.context.junit4.rules
Custom JUnit Rules used in the Spring TestContext Framework.
org.springframework.test.context.junit4.statements - 程序包 org.springframework.test.context.junit4.statements
Custom JUnit Statements used in the Spring TestContext Framework.
org.springframework.test.context.support - 程序包 org.springframework.test.context.support
Support classes for the Spring TestContext Framework.
org.springframework.test.context.testng - 程序包 org.springframework.test.context.testng
Support classes for ApplicationContext-based and transactional tests run with TestNG and the Spring TestContext Framework.
org.springframework.test.context.transaction - 程序包 org.springframework.test.context.transaction
Transactional support classes for the Spring TestContext Framework.
org.springframework.test.context.util - 程序包 org.springframework.test.context.util
Common utilities used within the Spring TestContext Framework.
org.springframework.test.context.web - 程序包 org.springframework.test.context.web
Web support classes for the Spring TestContext Framework.
org.springframework.test.jdbc - 程序包 org.springframework.test.jdbc
Support classes for tests based on JDBC.
org.springframework.test.util - 程序包 org.springframework.test.util
General utility classes for use in unit and integration tests.
org.springframework.test.web - 程序包 org.springframework.test.web
Helper classes for unit tests based on Spring's web support.
org.springframework.test.web.client - 程序包 org.springframework.test.web.client
Contains client-side REST testing support.
org.springframework.test.web.client.match - 程序包 org.springframework.test.web.client.match
Contains built-in RequestMatcher implementations.
org.springframework.test.web.client.response - 程序包 org.springframework.test.web.client.response
Contains built-in ResponseCreator implementations.
org.springframework.test.web.reactive.server - 程序包 org.springframework.test.web.reactive.server
Support for testing Spring WebFlux server endpoints via WebTestClient.
org.springframework.test.web.servlet - 程序包 org.springframework.test.web.servlet
Contains server-side support for testing Spring MVC applications.
org.springframework.test.web.servlet.htmlunit - 程序包 org.springframework.test.web.servlet.htmlunit
Server-side support for testing Spring MVC applications with MockMvc and HtmlUnit.
org.springframework.test.web.servlet.htmlunit.webdriver - 程序包 org.springframework.test.web.servlet.htmlunit.webdriver
Server-side support for testing Spring MVC applications with MockMvc and the Selenium HtmlUnitDriver.
org.springframework.test.web.servlet.request - 程序包 org.springframework.test.web.servlet.request
Contains built-in RequestBuilder implementations.
org.springframework.test.web.servlet.result - 程序包 org.springframework.test.web.servlet.result
Contains built-in ResultMatcher and ResultHandler implementations.
org.springframework.test.web.servlet.setup - 程序包 org.springframework.test.web.servlet.setup
Contains built-in MockMvcBuilder implementations.
org.springframework.transaction - 程序包 org.springframework.transaction
Exception hierarchy for Spring's transaction infrastructure, independent of any specific transaction management system.
org.springframework.transaction.annotation - 程序包 org.springframework.transaction.annotation
Spring's support for annotation-based transaction demarcation.
org.springframework.transaction.config - 程序包 org.springframework.transaction.config
Support package for declarative transaction configuration, with XML schema being the primary configuration format.
org.springframework.transaction.event - 程序包 org.springframework.transaction.event
Spring's support for listening to transaction events.
org.springframework.transaction.interceptor - 程序包 org.springframework.transaction.interceptor
AOP-based solution for declarative transaction demarcation.
org.springframework.transaction.jta - 程序包 org.springframework.transaction.jta
Transaction SPI implementation for JTA.
org.springframework.transaction.support - 程序包 org.springframework.transaction.support
Support classes for the org.springframework.transaction package.
org.springframework.ui - 程序包 org.springframework.ui
Generic support for UI layer concepts.
org.springframework.ui.context - 程序包 org.springframework.ui.context
Contains classes defining the application context subinterface for UI applications.
org.springframework.ui.context.support - 程序包 org.springframework.ui.context.support
Classes supporting the org.springframework.ui.context package.
org.springframework.ui.freemarker - 程序包 org.springframework.ui.freemarker
Support classes for setting up FreeMarker within a Spring application context.
org.springframework.util - 程序包 org.springframework.util
Miscellaneous utility classes, such as String manipulation utilities, a Log4J configurer, and a state holder for paged lists of objects.
org.springframework.util.backoff - 程序包 org.springframework.util.backoff
A generic back-off abstraction.
org.springframework.util.comparator - 程序包 org.springframework.util.comparator
Useful generic java.util.Comparator implementations, such as an invertible comparator and a compound comparator.
org.springframework.util.concurrent - 程序包 org.springframework.util.concurrent
Useful generic java.util.concurrent.Future extension.
org.springframework.util.xml - 程序包 org.springframework.util.xml
Miscellaneous utility classes for XML parsing and transformation, such as error handlers that log warnings via Commons Logging.
org.springframework.validation - 程序包 org.springframework.validation
Provides data binding and validation functionality, for usage in business and/or UI layers.
org.springframework.validation.annotation - 程序包 org.springframework.validation.annotation
Support classes for annotation-based constraint evaluation, e.g. using a JSR-303 Bean Validation provider.
org.springframework.validation.beanvalidation - 程序包 org.springframework.validation.beanvalidation
Support classes for integrating a JSR-303 Bean Validation provider (such as Hibernate Validator) into a Spring ApplicationContext and in particular with Spring's data binding and validation APIs.
org.springframework.validation.support - 程序包 org.springframework.validation.support
Support classes for handling validation results.
org.springframework.web - 程序包 org.springframework.web
Common, generic interfaces that define minimal boundary points between Spring's web infrastructure and other framework modules.
org.springframework.web.accept - 程序包 org.springframework.web.accept
This package contains classes used to determine the requested the media types in a request.
org.springframework.web.bind - 程序包 org.springframework.web.bind
Provides web-specific data binding functionality.
org.springframework.web.bind.annotation - 程序包 org.springframework.web.bind.annotation
Annotations for binding requests to controllers and handler methods as well as for binding request parameters to method arguments.
org.springframework.web.bind.support - 程序包 org.springframework.web.bind.support
Support classes for web data binding.
org.springframework.web.client - 程序包 org.springframework.web.client
Core package of the client-side web support.
org.springframework.web.client.support - 程序包 org.springframework.web.client.support
Classes supporting the org.springframework.web.client package.
org.springframework.web.context - 程序包 org.springframework.web.context
Contains a variant of the application context interface for web applications, and the ContextLoaderListener that bootstraps a root web application context.
org.springframework.web.context.annotation - 程序包 org.springframework.web.context.annotation
Provides convenience annotations for web scopes.
org.springframework.web.context.request - 程序包 org.springframework.web.context.request
Support for generic request context holding, in particular for scoping of application objects per HTTP request or HTTP session.
org.springframework.web.context.request.async - 程序包 org.springframework.web.context.request.async
Support for asynchronous request processing.
org.springframework.web.context.support - 程序包 org.springframework.web.context.support
Classes supporting the org.springframework.web.context package, such as WebApplicationContext implementations and various utility classes.
org.springframework.web.cors - 程序包 org.springframework.web.cors
Support for CORS (Cross-Origin Resource Sharing), based on a common CorsProcessor strategy.
org.springframework.web.cors.reactive - 程序包 org.springframework.web.cors.reactive
Reactive support for CORS (Cross-Origin Resource Sharing), based on a common CorsProcessor strategy.
org.springframework.web.filter - 程序包 org.springframework.web.filter
Provides generic filter base classes allowing for bean-style configuration.
org.springframework.web.filter.reactive - 程序包 org.springframework.web.filter.reactive
WebFilter implementations for use in reactive web applications.
org.springframework.web.jsf - 程序包 org.springframework.web.jsf
Support classes for integrating a JSF web layer with a Spring service layer which is hosted in a Spring root WebApplicationContext.
org.springframework.web.jsf.el - 程序包 org.springframework.web.jsf.el
ELResolvers for integrating a JSF web layer with a Spring service layer which is hosted in a Spring root WebApplicationContext.
org.springframework.web.method - 程序包 org.springframework.web.method
Common infrastructure for handler method processing, as used by Spring MVC's org.springframework.web.servlet.mvc.method package.
org.springframework.web.method.annotation - 程序包 org.springframework.web.method.annotation
Support classes for annotation-based handler method processing.
org.springframework.web.method.support - 程序包 org.springframework.web.method.support
Generic support classes for handler method processing.
org.springframework.web.multipart - 程序包 org.springframework.web.multipart
Multipart resolution framework for handling file uploads.
org.springframework.web.multipart.commons - 程序包 org.springframework.web.multipart.commons
MultipartResolver implementation for Apache Commons FileUpload.
org.springframework.web.multipart.support - 程序包 org.springframework.web.multipart.support
Support classes for the multipart resolution framework.
org.springframework.web.server - 程序包 org.springframework.web.server
Core interfaces and classes for Spring's generic, reactive web support.
org.springframework.web.server.adapter - 程序包 org.springframework.web.server.adapter
Implementations to adapt to the underlying org.springframework.http.client.reactive reactive HTTP adapter and HttpHandler.
org.springframework.web.server.handler - 程序包 org.springframework.web.server.handler
Provides common WebHandler implementations and a WebHandlerDecorator.
org.springframework.web.server.i18n - 程序包 org.springframework.web.server.i18n
Locale related support classes.
org.springframework.web.server.session - 程序包 org.springframework.web.server.session
Auxiliary interfaces and implementation classes for WebSession support.
org.springframework.web.servlet - 程序包 org.springframework.web.servlet
Provides servlets that integrate with the application context infrastructure, and the core interfaces and classes for the Spring web MVC framework.
org.springframework.web.servlet.config - 程序包 org.springframework.web.servlet.config
Defines the XML configuration namespace for Spring MVC.
org.springframework.web.servlet.config.annotation - 程序包 org.springframework.web.servlet.config.annotation
Annotation-based setup for Spring MVC.
org.springframework.web.servlet.handler - 程序包 org.springframework.web.servlet.handler
Provides standard HandlerMapping implementations, including abstract base classes for custom implementations.
org.springframework.web.servlet.i18n - 程序包 org.springframework.web.servlet.i18n
Locale support classes for Spring's web MVC framework.
org.springframework.web.servlet.mvc - 程序包 org.springframework.web.servlet.mvc
Standard controller implementations for the Servlet MVC framework that comes with Spring.
org.springframework.web.servlet.mvc.annotation - 程序包 org.springframework.web.servlet.mvc.annotation
Support package for annotation-based Servlet MVC controllers.
org.springframework.web.servlet.mvc.condition - 程序包 org.springframework.web.servlet.mvc.condition
Common MVC logic for matching incoming requests based on conditions.
org.springframework.web.servlet.mvc.method - 程序包 org.springframework.web.servlet.mvc.method
Servlet-based infrastructure for handler method processing, building on the org.springframework.web.method package.
org.springframework.web.servlet.mvc.method.annotation - 程序包 org.springframework.web.servlet.mvc.method.annotation
MVC infrastructure for annotation-based handler method processing, building on the org.springframework.web.method.annotation package.
org.springframework.web.servlet.mvc.support - 程序包 org.springframework.web.servlet.mvc.support
Support package for MVC controllers.
org.springframework.web.servlet.resource - 程序包 org.springframework.web.servlet.resource
Support classes for serving static resources.
org.springframework.web.servlet.support - 程序包 org.springframework.web.servlet.support
Support classes for Spring's web MVC framework.
org.springframework.web.servlet.tags - 程序包 org.springframework.web.servlet.tags
This package contains Spring's JSP standard tag library for JSP 2.0+.
org.springframework.web.servlet.tags.form - 程序包 org.springframework.web.servlet.tags.form
Spring's form tag library for JSP 2.0+.
org.springframework.web.servlet.theme - 程序包 org.springframework.web.servlet.theme
Theme support classes for Spring's web MVC framework.
org.springframework.web.servlet.view - 程序包 org.springframework.web.servlet.view
Provides standard View and ViewResolver implementations, including abstract base classes for custom implementations.
org.springframework.web.servlet.view.document - 程序包 org.springframework.web.servlet.view.document
Support classes for document generation, providing View implementations for PDF and Excel.
org.springframework.web.servlet.view.feed - 程序包 org.springframework.web.servlet.view.feed
Support classes for feed generation, providing View implementations for Atom and RSS.
org.springframework.web.servlet.view.freemarker - 程序包 org.springframework.web.servlet.view.freemarker
Support classes for the integration of FreeMarker as Spring web view technology.
org.springframework.web.servlet.view.groovy - 程序包 org.springframework.web.servlet.view.groovy
Support classes for the integration of Groovy Templates as Spring web view technology.
org.springframework.web.servlet.view.json - 程序包 org.springframework.web.servlet.view.json
Support classes for providing a View implementation based on JSON serialization.
org.springframework.web.servlet.view.script - 程序包 org.springframework.web.servlet.view.script
Support classes for views based on the JSR-223 script engine abstraction (as included in Java 6+), e.g. using JavaScript via Nashorn on JDK 8.
org.springframework.web.servlet.view.tiles3 - 程序包 org.springframework.web.servlet.view.tiles3
Support classes for the integration of Tiles 3 (the standalone version of Tiles) as Spring web view technology.
org.springframework.web.servlet.view.xml - 程序包 org.springframework.web.servlet.view.xml
Support classes for providing a View implementation based on XML Marshalling.
org.springframework.web.servlet.view.xslt - 程序包 org.springframework.web.servlet.view.xslt
Support classes for XSLT, providing a View implementation for XSLT stylesheets.
org.springframework.web.util - 程序包 org.springframework.web.util
Miscellaneous web utility classes, such as HTML escaping, Log4j initialization, and cookie handling.
org.springframework.web.util.pattern - 程序包 org.springframework.web.util.pattern
Dedicated support for matching HTTP request paths.
org.xmlunit - 程序包 org.xmlunit
XMLUnit helps testing code that creates XML.
org.xmlunit.builder - 程序包 org.xmlunit.builder
Provides fluent builders for core parts of XMLUnit.
org.xmlunit.diff - 程序包 org.xmlunit.diff
Contains XMLUnit DifferenceEngine that is at the heart of all comparisons as well as supporting interfaces and implementations.
org.xmlunit.input - 程序包 org.xmlunit.input
Some useful Source implementations.
org.xmlunit.transform - 程序包 org.xmlunit.transform
XSLT convenience layer.
org.xmlunit.util - 程序包 org.xmlunit.util
Internal utilities hiding the differences between .NET and Java implementations.
org.xmlunit.validation - 程序包 org.xmlunit.validation
Validation of XML documents and schemas.
org.xmlunit.xpath - 程序包 org.xmlunit.xpath
XPath convenience layer.
org.yaml.snakeyaml - 程序包 org.yaml.snakeyaml
 
org.yaml.snakeyaml.composer - 程序包 org.yaml.snakeyaml.composer
 
org.yaml.snakeyaml.constructor - 程序包 org.yaml.snakeyaml.constructor
 
org.yaml.snakeyaml.emitter - 程序包 org.yaml.snakeyaml.emitter
 
org.yaml.snakeyaml.error - 程序包 org.yaml.snakeyaml.error
 
org.yaml.snakeyaml.events - 程序包 org.yaml.snakeyaml.events
 
org.yaml.snakeyaml.extensions.compactnotation - 程序包 org.yaml.snakeyaml.extensions.compactnotation
 
org.yaml.snakeyaml.external.biz.base64Coder - 程序包 org.yaml.snakeyaml.external.biz.base64Coder
 
org.yaml.snakeyaml.external.com.google.gdata.util.common.base - 程序包 org.yaml.snakeyaml.external.com.google.gdata.util.common.base
 
org.yaml.snakeyaml.introspector - 程序包 org.yaml.snakeyaml.introspector
 
org.yaml.snakeyaml.nodes - 程序包 org.yaml.snakeyaml.nodes
 
org.yaml.snakeyaml.parser - 程序包 org.yaml.snakeyaml.parser
 
org.yaml.snakeyaml.reader - 程序包 org.yaml.snakeyaml.reader
 
org.yaml.snakeyaml.representer - 程序包 org.yaml.snakeyaml.representer
 
org.yaml.snakeyaml.resolver - 程序包 org.yaml.snakeyaml.resolver
 
org.yaml.snakeyaml.scanner - 程序包 org.yaml.snakeyaml.scanner
 
org.yaml.snakeyaml.serializer - 程序包 org.yaml.snakeyaml.serializer
 
org.yaml.snakeyaml.tokens - 程序包 org.yaml.snakeyaml.tokens
 
org.yaml.snakeyaml.util - 程序包 org.yaml.snakeyaml.util
 
ORIGIN - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Origin header field name.
ORIGINAL_DEFAULT_LISTENER_METHOD - 类 中的静态变量org.springframework.data.redis.listener.adapter.MessageListenerAdapter
Out-of-the-box value for the default listener method: "handleMessage".
ORIGINAL_DEFAULT_THEME_NAME - 类 中的静态变量org.springframework.web.servlet.theme.AbstractThemeResolver
Out-of-the-box value for the default theme name: "theme".
ORIGINAL_DEFAULT_THEME_NAME - 类 中的静态变量org.springframework.web.servlet.theme.CookieThemeResolver
 
orSismember(String, Object) - 类 中的方法org.springframework.data.redis.repository.query.RedisOperationChain
 
orSismember(RedisOperationChain.PathAndValue) - 类 中的方法org.springframework.data.redis.repository.query.RedisOperationChain
 
orSismember(Collection<RedisOperationChain.PathAndValue>) - 类 中的方法org.springframework.data.redis.repository.query.RedisOperationChain
 
OUTPUT_FLASH_MAP_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.DispatcherServlet
Name of request attribute that holds the "output" FlashMap with attributes to save for a subsequent request.
OutputStreamFactory - org.springframework.jdbc.datasource.embedded中的类
Internal helper for exposing dummy OutputStreams to embedded databases such as Derby, preventing the creation of a log file.
OutputStreamFactory() - 类 的构造器org.springframework.jdbc.datasource.embedded.OutputStreamFactory
 
override(String, String) - 类 中的方法org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
Return the resource (if any) at the new path on an attempt to locate a resource at the old path.
overridesOperation(Operation, Object, Object) - 接口 中的方法org.springframework.expression.OperatorOverloader
Return true if the operator overloader supports the specified operation between the two operands and so should be invoked to handle it.
overridesOperation(Operation, Object, Object) - 类 中的方法org.springframework.expression.spel.support.StandardOperatorOverloader
 
overrideThreadContextClassLoader() - 类 中的方法org.springframework.remoting.support.RemotingSupport
Override the thread context ClassLoader with the environment's bean ClassLoader if necessary, i.e. if the bean ClassLoader is not equivalent to the thread context ClassLoader already.
overrideThreadContextClassLoader(ClassLoader) - 类 中的静态方法org.springframework.util.ClassUtils
Override the thread context ClassLoader with the environment's bean ClassLoader if necessary, i.e. if the bean ClassLoader is not equivalent to the thread context ClassLoader already.
overwrite(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveStringCommands.SetRangeCommand
Creates a new ReactiveStringCommands.SetRangeCommand given a key.
OxmNamespaceHandler - org.springframework.oxm.config中的类
NamespaceHandler for the 'oxm' namespace.
OxmNamespaceHandler() - 类 的构造器org.springframework.oxm.config.OxmNamespaceHandler
 
OxmSerializer - org.springframework.data.redis.serializer中的类
Serializer adapter on top of Spring's O/X Mapping.
OxmSerializer() - 类 的构造器org.springframework.data.redis.serializer.OxmSerializer
Creates a new, uninitialized OxmSerializer.
OxmSerializer(Marshaller, Unmarshaller) - 类 的构造器org.springframework.data.redis.serializer.OxmSerializer
Creates a new OxmSerializer given Marshaller and Unmarshaller.

P

PackageCompactConstructor - org.yaml.snakeyaml.extensions.compactnotation中的类
 
PackageCompactConstructor(String) - 类 的构造器org.yaml.snakeyaml.extensions.compactnotation.PackageCompactConstructor
 
paddingLength - 类 中的变量org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
The length to which a string result should be pre-pended with zeroes
PAGE_NOT_FOUND_LOG_CATEGORY - 类 中的静态变量org.springframework.web.servlet.DispatcherServlet
Log category to use when no mapped handler is found for a request.
PAGE_NOT_FOUND_LOG_CATEGORY - 类 中的静态变量org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Log category to use when no mapped handler is found for a request.
PAGE_NOT_FOUND_LOG_CATEGORY - 类 中的静态变量org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Log category to use when no mapped handler is found for a request.
PageableArgumentResolver - org.springframework.data.web中的接口
Argument resolver to extract a Pageable object from a NativeWebRequest for a particular MethodParameter.
PageableDefault - org.springframework.data.web中的注释类型
Annotation to set defaults when injecting a Pageable into a controller method.
PageableExecutionUtils - org.springframework.data.repository.support中的类
Support for query execution using Pageable.
PageableExecutionUtils() - 类 的构造器org.springframework.data.repository.support.PageableExecutionUtils
 
PageableHandlerMethodArgumentResolver - org.springframework.data.web中的类
Extracts paging information from web requests and thus allows injecting Pageable instances into controller methods.
PageableHandlerMethodArgumentResolver() - 类 的构造器org.springframework.data.web.PageableHandlerMethodArgumentResolver
Constructs an instance of this resolved with a default SortHandlerMethodArgumentResolver.
PageableHandlerMethodArgumentResolver(SortHandlerMethodArgumentResolver) - 类 的构造器org.springframework.data.web.PageableHandlerMethodArgumentResolver
Constructs an instance of this resolver with the specified SortHandlerMethodArgumentResolver.
PageableHandlerMethodArgumentResolver(SortArgumentResolver) - 类 的构造器org.springframework.data.web.PageableHandlerMethodArgumentResolver
Constructs an instance of this resolver with the specified SortArgumentResolver.
PageableHandlerMethodArgumentResolverCustomizer - org.springframework.data.web.config中的接口
Callback interface that can be implemented by beans wishing to customize the PageableHandlerMethodArgumentResolver configuration.
pageableResolver() - 类 中的方法org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration
 
pageableResolver() - 类 中的方法org.springframework.data.web.config.SpringDataWebConfiguration
 
pagedResourcesAssembler() - 类 中的方法org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration
 
PagedResourcesAssembler<T> - org.springframework.data.web中的类
ResourceAssembler to easily convert Page instances into PagedResources.
PagedResourcesAssembler(HateoasPageableHandlerMethodArgumentResolver, UriComponents) - 类 的构造器org.springframework.data.web.PagedResourcesAssembler
Creates a new PagedResourcesAssembler using the given PageableHandlerMethodArgumentResolver and base URI.
pagedResourcesAssemblerArgumentResolver() - 类 中的方法org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration
 
PagedResourcesAssemblerArgumentResolver - org.springframework.data.web中的类
HandlerMethodArgumentResolver to allow injection of PagedResourcesAssembler into Spring MVC controller methods.
PagedResourcesAssemblerArgumentResolver(HateoasPageableHandlerMethodArgumentResolver, <any>) - 类 的构造器org.springframework.data.web.PagedResourcesAssemblerArgumentResolver
Creates a new PagedResourcesAssemblerArgumentResolver using the given PageableHandlerMethodArgumentResolver and MethodLinkBuilderFactory.
pageNotFoundLogger - 类 中的静态变量org.springframework.web.servlet.DispatcherServlet
Additional logger to use when no mapped handler is found for a request.
pageNotFoundLogger - 类 中的静态变量org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
Specific logger to use when no mapped handler is found for a request.
pageNotFoundLogger - 类 中的静态变量org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Additional logger to use when no mapped handler is found for a request.
PagingAndSortingRepository<T,ID> - org.springframework.data.repository中的接口
Extension of CrudRepository to provide additional methods to retrieve entities using the pagination and sorting abstraction.
Pair<S,T> - org.springframework.data.util中的类
A tuple of things.
Pair() - 类 的构造器org.springframework.data.util.Pair
 
PAIRS - 类 中的静态变量org.yaml.snakeyaml.nodes.Tag
 
parallel() - 类 中的方法reactor.core.publisher.Flux
Prepare this Flux by dividing data on a number of 'rails' matching the number of CPU cores, in a round-robin fashion.
parallel(int) - 类 中的方法reactor.core.publisher.Flux
Prepare this Flux by dividing data on a number of 'rails' matching the provided parallelism parameter, in a round-robin fashion.
parallel(int, int) - 类 中的方法reactor.core.publisher.Flux
Prepare this Flux by dividing data on a number of 'rails' matching the provided parallelism parameter, in a round-robin fashion and using a custom prefetch amount and queue for dealing with the source Flux's values.
parallel() - 类 中的静态方法reactor.core.scheduler.Schedulers
Scheduler that hosts a fixed pool of single-threaded ExecutorService-based workers and is suited for parallel work.
ParallelFlux<T> - reactor.core.publisher中的类
A ParallelFlux publishes to an array of Subscribers, in parallel 'rails' (or 'groups').
ParallelFlux() - 类 的构造器reactor.core.publisher.ParallelFlux
 
parallelism() - 类 中的方法reactor.core.publisher.ParallelFlux
Returns the number of expected parallel Subscribers.
Param - org.springframework.data.repository.query中的注释类型
Annotation to bind let method parameters be bound to a query via a named parameter.
param(String, String...) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Add a request parameter to the MockHttpServletRequest.
Param - org.springframework.web.servlet.tags中的类
Bean used to pass name-value pair parameters from a ParamTag to a ParamAware tag.
Param() - 类 的构造器org.springframework.web.servlet.tags.Param
 
ParamAware - org.springframework.web.servlet.tags中的接口
Allows implementing tag to utilize nested spring:param tags.
Parameter - org.springframework.data.repository.query中的类
Class to abstract a single parameter of a query method.
Parameter(MethodParameter) - 类 的构造器org.springframework.data.repository.query.Parameter
Creates a new Parameter for the given MethodParameter.
ParameterAccessor - org.springframework.data.repository.query中的接口
Interface to access method parameters.
ParameterContentNegotiationStrategy - org.springframework.web.accept中的类
Strategy that resolves the requested content type from a query parameter.
ParameterContentNegotiationStrategy(Map<String, MediaType>) - 类 的构造器org.springframework.web.accept.ParameterContentNegotiationStrategy
Create an instance with the given map of file extensions and media types.
ParameterDisposer - org.springframework.jdbc.core中的接口
Interface to be implemented by objects that can close resources allocated by parameters like SqlLobValue objects.
parameterInfoToTypes(MBeanParameterInfo[]) - 类 中的静态方法org.springframework.jmx.support.JmxUtils
Convert an array of MBeanParameterInfo into an array of Class instances corresponding to the parameters.
parameterInfoToTypes(MBeanParameterInfo[], ClassLoader) - 类 中的静态方法org.springframework.jmx.support.JmxUtils
Convert an array of MBeanParameterInfo into an array of Class instances corresponding to the parameters.
ParameterizableViewController - org.springframework.web.servlet.mvc中的类
Trivial controller that always returns a pre-configured view and optionally sets the response status code.
ParameterizableViewController() - 类 的构造器org.springframework.web.servlet.mvc.ParameterizableViewController
 
ParameterizedPreparedStatementSetter<T> - org.springframework.jdbc.core中的接口
Parameterized callback interface used by the JdbcTemplate class for batch updates.
ParameterMapper - org.springframework.jdbc.core中的接口
Implement this interface when parameters need to be customized based on the connection.
parameterName(String) - 类 中的方法org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
Set the query parameter name to use when ContentNegotiationConfigurer.favorParameter(boolean) is on.
parameterNameToUse(String) - 接口 中的方法org.springframework.jdbc.core.metadata.CallMetaDataProvider
Provide any modification of the column name passed in to match the meta-data currently used.
parameterNameToUse(String) - 类 中的方法org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
parameterNameToUse(String) - 类 中的方法org.springframework.jdbc.core.metadata.SqlServerCallMetaDataProvider
 
parameterNameToUse(String) - 类 中的方法org.springframework.jdbc.core.metadata.SybaseCallMetaDataProvider
 
ParameterOutOfBoundsException - org.springframework.data.repository.query中的异常错误
Exception to be thrown when trying to access a Parameter with an invalid index inside a Parameters instance.
ParameterOutOfBoundsException(String, Throwable) - 异常错误 的构造器org.springframework.data.repository.query.ParameterOutOfBoundsException
Creates a new ParameterOutOfBoundsException with the given exception as cause.
Parameters<S extends Parameters<S,T>,T extends Parameter> - org.springframework.data.repository.query中的类
Abstracts method parameters that have to be bound to query parameters or applied to the query independently.
Parameters(Method) - 类 的构造器org.springframework.data.repository.query.Parameters
Creates a new instance of Parameters.
Parameters(List<T>) - 类 的构造器org.springframework.data.repository.query.Parameters
Creates a new Parameters instance with the given Parameters put into new context.
parameters() - 接口 中的方法org.springframework.http.server.PathContainer.PathSegment
Path parameters parsed from the path segment.
parameters - 类 中的变量org.yaml.snakeyaml.introspector.PropertySubstitute
 
ParametersParameterAccessor - org.springframework.data.repository.query中的类
ParameterAccessor implementation using a Parameters instance to find special parameters.
ParametersParameterAccessor(Parameters<?, ?>, Object[]) - 类 的构造器org.springframework.data.repository.query.ParametersParameterAccessor
params(MultiValueMap<String, String>) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Add a map of request parameters to the MockHttpServletRequest, for example when testing a form submission.
params(String...) - 接口 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo.Builder
Set the request param conditions.
ParamsRequestCondition - org.springframework.web.servlet.mvc.condition中的类
A logical conjunction (' && ') request condition that matches a request against a set parameter expressions with syntax defined in RequestMapping.params().
ParamsRequestCondition(String...) - 类 的构造器org.springframework.web.servlet.mvc.condition.ParamsRequestCondition
Create a new instance from the given param expressions.
ParamTag - org.springframework.web.servlet.tags中的类
The <param> tag collects name-value parameters and passes them to a ParamAware ancestor in the tag hierarchy.
ParamTag() - 类 的构造器org.springframework.web.servlet.tags.ParamTag
 
PARENT - 类 中的静态变量reactor.core.Scannable.Attr
Parent key exposes the direct upstream relationship of the scanned component.
parents() - 接口 中的方法reactor.core.Scannable
Return a Stream navigating the Subscription chain (upward).
ParentTypeAwareTypeInformation<S> - org.springframework.data.util中的类
Base class for TypeInformation implementations that need parent type awareness.
ParentTypeAwareTypeInformation(Type, TypeDiscoverer<?>) - 类 的构造器org.springframework.data.util.ParentTypeAwareTypeInformation
ParentTypeAwareTypeInformation(Type, TypeDiscoverer<?>, Map<TypeVariable<?>, Type>) - 类 的构造器org.springframework.data.util.ParentTypeAwareTypeInformation
 
parking() - 类 中的静态方法reactor.util.concurrent.WaitStrategy
Parking strategy that initially spins, then uses a Thread.yield(), and eventually sleep (LockSupport.parkNanos(1)) for the minimum number of nanos the OS and JVM will allow while the consumers are waiting on a barrier.
parking(int) - 类 中的静态方法reactor.util.concurrent.WaitStrategy
Parking strategy that initially spins, then uses a Thread.yield(), and eventually sleep (LockSupport.parkNanos(1)) for the minimum number of nanos the OS and JVM will allow while the consumers are waiting on a barrier.
parse(Element, ParserContext) - 类 中的方法org.springframework.data.repository.config.NamedQueriesBeanDefinitionParser
 
parse(Element, ParserContext) - 类 中的方法org.springframework.data.repository.config.RepositoryBeanDefinitionParser
 
parse(String) - 类 中的静态方法org.springframework.data.util.Version
Parses the given string representation of a version into a Version object.
parse(String, Locale) - 类 中的方法org.springframework.format.datetime.DateFormatter
 
parse(String, Locale) - 类 中的方法org.springframework.format.datetime.joda.DateTimeParser
 
parse(String, Locale) - 类 中的方法org.springframework.format.datetime.joda.LocalDateParser
 
parse(String, Locale) - 类 中的方法org.springframework.format.datetime.joda.LocalDateTimeParser
 
parse(String, Locale) - 类 中的方法org.springframework.format.datetime.joda.LocalTimeParser
 
parse(String, Locale) - 类 中的方法org.springframework.format.datetime.standard.InstantFormatter
 
parse(String, Locale) - 类 中的方法org.springframework.format.datetime.standard.TemporalAccessorParser
 
parse(String, Locale) - 类 中的方法org.springframework.format.number.AbstractNumberFormatter
 
parse(String, Locale) - 类 中的方法org.springframework.format.number.CurrencyStyleFormatter
 
parse(String, Locale) - 类 中的方法org.springframework.format.number.money.CurrencyUnitFormatter
 
parse(String, Locale) - 类 中的方法org.springframework.format.number.money.MonetaryAmountFormatter
 
parse(String, Locale) - 接口 中的方法org.springframework.format.Parser
Parse a text String to produce a T.
parse(String) - 类 中的静态方法org.springframework.http.ContentDisposition
Parse a Content-Disposition header value as defined in RFC 2183.
parse(URI, String) - 接口 中的静态方法org.springframework.http.server.RequestPath
Create a new RequestPath with the given parameters.
parse(Element, ParserContext) - 类 中的方法org.springframework.scheduling.config.AnnotationDrivenBeanDefinitionParser
 
parse(Element, ParserContext) - 类 中的方法org.springframework.web.servlet.config.CorsBeanDefinitionParser
 
parse(Element, ParserContext) - 类 中的方法org.springframework.web.servlet.config.ViewResolversBeanDefinitionParser
 
parse(String, SortedSet<CssLinkResourceTransformer.ContentChunkInfo>) - 类 中的方法org.springframework.web.servlet.resource.CssLinkResourceTransformer.AbstractLinkParser
 
parse(String, SortedSet<CssLinkResourceTransformer.ContentChunkInfo>) - 接口 中的方法org.springframework.web.servlet.resource.CssLinkResourceTransformer.LinkParser
 
parse(String) - 类 中的方法org.springframework.web.util.pattern.PathPatternParser
Process the path pattern content, a character at a time, breaking it into path elements around separator boundaries and verifying the structure at each stage.
parse(Reader) - 类 中的方法org.yaml.snakeyaml.Yaml
Parse a YAML stream and produce parsing events.
ParsedSql - org.springframework.jdbc.core.namedparam中的类
Holds information about a parsed SQL statement.
ParseException - org.springframework.expression中的异常错误
Represent an exception that occurs during expression parsing.
ParseException(String, int, String) - 异常错误 的构造器org.springframework.expression.ParseException
Create a new expression parsing exception.
ParseException(int, String, Throwable) - 异常错误 的构造器org.springframework.expression.ParseException
Create a new expression parsing exception.
ParseException(int, String) - 异常错误 的构造器org.springframework.expression.ParseException
Create a new expression parsing exception.
parseExpression(String) - 类 中的方法org.springframework.expression.common.TemplateAwareExpressionParser
 
parseExpression(String, ParserContext) - 类 中的方法org.springframework.expression.common.TemplateAwareExpressionParser
 
parseExpression(String) - 接口 中的方法org.springframework.expression.ExpressionParser
Parse the expression string and return an Expression object you can use for repeated evaluation.
parseExpression(String, ParserContext) - 接口 中的方法org.springframework.expression.ExpressionParser
Parse the expression string and return an Expression object you can use for repeated evaluation.
parseExpression(String, Class, javax.servlet.jsp.el.FunctionMapper) - 类 中的方法org.springframework.mock.web.MockExpressionEvaluator
 
parseFileItems(List<FileItem>, String) - 类 中的方法org.springframework.web.multipart.commons.CommonsFileUploadSupport
Parse the given List of Commons FileItems into a Spring MultipartParsingResult, containing Spring MultipartFile instances and a Map of multipart parameter.
parseLocale(String) - 类 中的静态方法org.springframework.util.StringUtils
Parse the given String value into a Locale, accepting the Locale.toString() format as well as BCP 47 language tags.
parseLocaleString(String) - 类 中的静态方法org.springframework.util.StringUtils
Parse the given String representation into a Locale.
parseLocaleValue(String) - 类 中的方法org.springframework.web.servlet.i18n.CookieLocaleResolver
Parse the given locale value coming from an incoming cookie.
parseLocaleValue(String) - 类 中的方法org.springframework.web.servlet.i18n.LocaleChangeInterceptor
Parse the given locale value as coming from a request parameter.
parseMatrixVariables(String) - 类 中的静态方法org.springframework.web.util.WebUtils
Parse the given string with matrix variables.
parseMediaType(String) - 类 中的静态方法org.springframework.http.MediaType
Parse the given String into a single MediaType.
parseMediaTypes(String) - 类 中的静态方法org.springframework.http.MediaType
Parse the given comma-separated string into a list of MediaType objects.
parseMediaTypes(List<String>) - 类 中的静态方法org.springframework.http.MediaType
Parse the given list of (potentially) comma-separated strings into a list of MediaType objects.
parseMimeType(String) - 类 中的静态方法org.springframework.util.MimeTypeUtils
Parse the given String into a single MimeType.
parseMimeTypes(String) - 类 中的静态方法org.springframework.util.MimeTypeUtils
Parse the given, comma-separated string into a list of MimeType objects.
parseNumber(String, Class<T>) - 类 中的静态方法org.springframework.util.NumberUtils
Parse the given text into a Number instance of the given target class, using the corresponding decode / valueOf method.
parseNumber(String, Class<T>, NumberFormat) - 类 中的静态方法org.springframework.util.NumberUtils
Parse the given text into a Number instance of the given target class, using the supplied NumberFormat.
parsePath(String) - 接口 中的静态方法org.springframework.http.server.PathContainer
Parse the path value into a sequence of Separator and PathSegment elements.
Parser<T> - org.springframework.format中的接口
Parses text strings to produce instances of T.
parser - 类 中的变量org.yaml.snakeyaml.composer.Composer
 
Parser - org.yaml.snakeyaml.parser中的接口
This interface represents an input stream of Events.
parseRanges(String) - 类 中的静态方法org.springframework.http.HttpRange
Parse the given, comma-separated string into a list of HttpRange objects.
parseRaw(String) - 类 中的方法org.springframework.expression.spel.standard.SpelExpressionParser
 
ParserContext - org.springframework.expression中的接口
Input provided to an expression parser that can influence an expression parsing/compilation routine.
parseRequest(HttpServletRequest) - 类 中的方法org.springframework.web.multipart.commons.CommonsMultipartResolver
Parse the given servlet request, resolving its multipart elements.
ParserException - org.yaml.snakeyaml.parser中的异常错误
Exception thrown by the Parser implementations in case of malformed input.
ParserException(String, Mark, String, Mark) - 异常错误 的构造器org.yaml.snakeyaml.parser.ParserException
Constructs an instance.
ParserImpl - org.yaml.snakeyaml.parser中的类
# The following YAML grammar is LL(1) and is parsed by a recursive descent parser.
ParserImpl(StreamReader) - 类 的构造器org.yaml.snakeyaml.parser.ParserImpl
 
ParserImpl(Scanner) - 类 的构造器org.yaml.snakeyaml.parser.ParserImpl
 
parseSqlStatement(String) - 类 中的静态方法org.springframework.jdbc.core.namedparam.NamedParameterUtils
Parse the SQL statement and locate any placeholders or named parameters.
parseSqlStatementIntoString(String) - 类 中的静态方法org.springframework.jdbc.core.namedparam.NamedParameterUtils
Parse the SQL statement and locate any placeholders or named parameters.
parseStringValue(String, PropertyPlaceholderHelper.PlaceholderResolver, Set<String>) - 类 中的方法org.springframework.util.PropertyPlaceholderHelper
 
parseTimeZoneString(String) - 类 中的静态方法org.springframework.util.StringUtils
Parse the given timeZoneString value into a TimeZone.
parseTransactionAnnotation(AnnotatedElement) - 类 中的方法org.springframework.transaction.annotation.Ejb3TransactionAnnotationParser
 
parseTransactionAnnotation(javax.ejb.TransactionAttribute) - 类 中的方法org.springframework.transaction.annotation.Ejb3TransactionAnnotationParser
 
parseTransactionAnnotation(AnnotatedElement) - 类 中的方法org.springframework.transaction.annotation.JtaTransactionAnnotationParser
 
parseTransactionAnnotation(javax.transaction.Transactional) - 类 中的方法org.springframework.transaction.annotation.JtaTransactionAnnotationParser
 
parseTransactionAnnotation(AnnotatedElement) - 类 中的方法org.springframework.transaction.annotation.SpringTransactionAnnotationParser
 
parseTransactionAnnotation(Transactional) - 类 中的方法org.springframework.transaction.annotation.SpringTransactionAnnotationParser
 
parseTransactionAnnotation(AnnotationAttributes) - 类 中的方法org.springframework.transaction.annotation.SpringTransactionAnnotationParser
 
parseTransactionAnnotation(AnnotatedElement) - 接口 中的方法org.springframework.transaction.annotation.TransactionAnnotationParser
Parse the transaction attribute for the given method or class, based on a known annotation type.
parseVersion(String) - 类 中的静态方法org.springframework.data.redis.VersionParser
已过时。
Parse version string eg. 1.1.1 to Version.
parseXmlByteArray(byte[], String) - 类 中的方法org.springframework.test.util.XpathExpectationsHelper
Parse the given XML content to a Document.
ParsingUtils - org.springframework.data.util中的类
Utility methods for String parsing.
ParsingUtils() - 类 的构造器org.springframework.data.util.ParsingUtils
 
ParsingValidator - org.xmlunit.validation中的类
Validator implementation that uses "the old way" of validating an XML input by parsing the input.
ParsingValidator(String) - 类 的构造器org.xmlunit.validation.ParsingValidator
 
Part - org.springframework.data.repository.query.parser中的类
A single part of a method name that has to be transformed into a query part.
Part(String, Class<?>) - 类 的构造器org.springframework.data.repository.query.parser.Part
Creates a new Part from the given method name part, the Class the part originates from and the start parameter index.
Part(String, Class<?>, boolean) - 类 的构造器org.springframework.data.repository.query.parser.Part
Creates a new Part from the given method name part, the Class the part originates from and the start parameter index.
part(String, Object) - 类 中的方法org.springframework.http.client.MultipartBodyBuilder
Add a part from an Object.
part(String, Object, MediaType) - 类 中的方法org.springframework.http.client.MultipartBodyBuilder
Variant of MultipartBodyBuilder.part(String, Object) that also accepts a MediaType which is used to determine how to encode the part.
Part - org.springframework.http.codec.multipart中的接口
Representation for a part in a "multipart/form-data" request.
part(Part...) - 类 中的方法org.springframework.test.web.servlet.request.MockMultipartHttpServletRequestBuilder
Add Part components to the request.
Part.IgnoreCaseType - org.springframework.data.repository.query.parser中的枚举
The various types of ignore case that are supported.
Part.Type - org.springframework.data.repository.query.parser中的枚举
The type of a method name part.
PartialUpdate<T> - org.springframework.data.redis.core中的类
PartialUpdate allows to issue individual property updates without the need of rewriting the whole entity.
PartialUpdate(Object, Class<T>) - 类 的构造器org.springframework.data.redis.core.PartialUpdate
Create new PartialUpdate for given id and type.
PartialUpdate(Object, T) - 类 的构造器org.springframework.data.redis.core.PartialUpdate
Create new PartialUpdate for given id and object.
PartialUpdate.PropertyUpdate - org.springframework.data.redis.core中的类
 
PartialUpdate.UpdateCommand - org.springframework.data.redis.core中的枚举
 
partitionsToClusterNodes(Partitions) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
PartTree - org.springframework.data.repository.query.parser中的类
Class to parse a String into a tree or PartTree.OrParts consisting of simple Part instances in turn.
PartTree(String, Class<?>) - 类 的构造器org.springframework.data.repository.query.parser.PartTree
Creates a new PartTree by parsing the given String.
PartTree.OrPart - org.springframework.data.repository.query.parser中的类
A part of the parsed source that results from splitting up the resource around Or keywords.
PassThroughExceptionTranslationStrategy - org.springframework.data.redis中的类
PassThroughExceptionTranslationStrategy(Converter<Exception, DataAccessException>) - 类 的构造器org.springframework.data.redis.PassThroughExceptionTranslationStrategy
 
PassThroughFilterChain - org.springframework.mock.web中的类
Implementation of the FilterConfig interface which simply passes the call through to a given Filter/FilterChain combination (indicating the next Filter in the chain along with the FilterChain that it is supposed to work on) or to a given Servlet (indicating the end of the chain).
PassThroughFilterChain(Filter, FilterChain) - 类 的构造器org.springframework.mock.web.PassThroughFilterChain
Create a new PassThroughFilterChain that delegates to the given Filter, calling it with the given FilterChain.
PassThroughFilterChain(Servlet) - 类 的构造器org.springframework.mock.web.PassThroughFilterChain
Create a new PassThroughFilterChain that delegates to the given Servlet.
PasswordInputTag - org.springframework.web.servlet.tags.form中的类
The <password> tag renders an HTML 'input' tag with type 'password' using the bound value.
PasswordInputTag() - 类 的构造器org.springframework.web.servlet.tags.form.PasswordInputTag
 
patch(URI) - 类 中的静态方法org.springframework.http.RequestEntity
Create an HTTP PATCH builder with the given url.
patch(String, Object...) - 类 中的静态方法org.springframework.mock.http.server.reactive.MockServerHttpRequest
HTTP PATCH variant.
patch() - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient
Prepare an HTTP PATCH request.
patch(String, Object...) - 类 中的静态方法org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockHttpServletRequestBuilder for a PATCH request.
patch(URI) - 类 中的静态方法org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockHttpServletRequestBuilder for a PATCH request.
patchForObject(String, Object, Class<T>, Object...) - 接口 中的方法org.springframework.web.client.RestOperations
Update a resource by PATCHing the given object to the URI template, and return the representation found in the response.
patchForObject(String, Object, Class<T>, Map<String, ?>) - 接口 中的方法org.springframework.web.client.RestOperations
Update a resource by PATCHing the given object to the URI template, and return the representation found in the response.
patchForObject(URI, Object, Class<T>) - 接口 中的方法org.springframework.web.client.RestOperations
Update a resource by PATCHing the given object to the URL, and return the representation found in the response.
patchForObject(String, Object, Class<T>, Object...) - 类 中的方法org.springframework.web.client.RestTemplate
 
patchForObject(String, Object, Class<T>, Map<String, ?>) - 类 中的方法org.springframework.web.client.RestTemplate
 
patchForObject(URI, Object, Class<T>) - 类 中的方法org.springframework.web.client.RestTemplate
 
PatchMapping - org.springframework.web.bind.annotation中的注释类型
Annotation for mapping HTTP PATCH requests onto specific handler methods.
path(String) - 接口 中的方法org.springframework.http.ResponseCookie.ResponseCookieBuilder
Set the cookie "Path" attribute.
path(String) - 接口 中的方法org.springframework.http.server.reactive.ServerHttpRequest.Builder
Set the path to use instead of the "rawPath" of the URI of the request with the following conditions: If uri is also set, the path given here overrides the path of the given URI.
path(String, Matcher<? super String>) - 类 中的方法org.springframework.test.web.servlet.result.CookieResultMatchers
Assert a cookie path with a Hamcrest Matcher.
path(String, String) - 类 中的方法org.springframework.test.web.servlet.result.CookieResultMatchers
 
path(String) - 接口 中的方法org.springframework.web.util.UriBuilder
Append the given path to the existing path of this builder.
path(String) - 类 中的方法org.springframework.web.util.UriComponentsBuilder
Append the given path to the existing path of this builder.
PATH_VARIABLES - 接口 中的静态变量org.springframework.web.servlet.View
Name of the HttpServletRequest attribute that contains a Map with path variables.
PATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE - 接口 中的静态变量org.springframework.web.servlet.HandlerMapping
Name of the HttpServletRequest attribute that contains the path within the handler mapping, in case of a pattern match, or the full relevant URI (typically within the DispatcherServlet's mapping) else.
PathAndValue(String, Object) - 类 的构造器org.springframework.data.redis.repository.query.RedisOperationChain.PathAndValue
 
PathAndValue(String, Collection<Object>) - 类 的构造器org.springframework.data.redis.repository.query.RedisOperationChain.PathAndValue
 
PathBasedRedisIndexDefinition - org.springframework.data.redis.core.index中的接口
IndexDefinition that is based on a property paths.
PathCondition(String) - 类 的构造器org.springframework.data.redis.core.index.RedisIndexDefinition.PathCondition
 
PathContainer - org.springframework.http.server中的接口
Structured representation of a URI path whose elements have been pre-parsed into a sequence of Separator and PathSegment elements.
pathContainer() - 类 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest
 
PathContainer.Element - org.springframework.http.server中的接口
Common representation of a path element, e.g. separator or segment.
PathContainer.PathSegment - org.springframework.http.server中的接口
Path segment element.
PathContainer.Separator - org.springframework.http.server中的接口
Path separator element.
pathEquals(String, String) - 类 中的静态方法org.springframework.util.StringUtils
Compare two paths after normalization of them.
PathExtensionContentNegotiationStrategy - org.springframework.web.accept中的类
A ContentNegotiationStrategy that resolves the file extension in the request path to a key to be used to look up a media type.
PathExtensionContentNegotiationStrategy() - 类 的构造器org.springframework.web.accept.PathExtensionContentNegotiationStrategy
Create an instance without any mappings to start with.
PathExtensionContentNegotiationStrategy(Map<String, MediaType>) - 类 的构造器org.springframework.web.accept.PathExtensionContentNegotiationStrategy
Create an instance with the given map of file extensions and media types.
PathIndexResolver - org.springframework.data.redis.core.convert中的类
IndexResolver implementation considering properties annotated with Indexed or paths set up in IndexConfiguration.
PathIndexResolver() - 类 的构造器org.springframework.data.redis.core.convert.PathIndexResolver
Creates new PathIndexResolver with empty IndexConfiguration.
PathIndexResolver(RedisMappingContext) - 类 的构造器org.springframework.data.redis.core.convert.PathIndexResolver
Creates new PathIndexResolver with given IndexConfiguration.
pathInfo(String) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Specify the portion of the requestURI that represents the pathInfo.
PathMatchConfigurer - org.springframework.web.servlet.config.annotation中的类
Helps with configuring HandlerMappings path matching options such as trailing slash match, suffix registration, path matcher and path helper.
PathMatchConfigurer() - 类 的构造器org.springframework.web.servlet.config.annotation.PathMatchConfigurer
 
PathMatcher - org.springframework.util中的接口
Strategy interface for String-based path matching.
pathMatcher(PathMatcher) - 类 中的方法org.springframework.web.servlet.config.annotation.InterceptorRegistration
A PathMatcher implementation to use with this interceptor.
pathMatching(Consumer<PathMatchConfigurer>) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.ControllerSpec
Configure path matching options.
PathPattern - org.springframework.web.util.pattern中的类
Representation of a parsed path pattern.
PathPattern.PathMatchInfo - org.springframework.web.util.pattern中的类
Holder for URI variables and path parameters (matrix variables) extracted based on the pattern for a given matched path.
PathPattern.PathRemainingMatchInfo - org.springframework.web.util.pattern中的类
Holder for the result of a match on the start of a pattern.
PathPatternParser - org.springframework.web.util.pattern中的类
Parser for URI path patterns producing PathPattern instances that can then be matched to requests.
PathPatternParser() - 类 的构造器org.springframework.web.util.pattern.PathPatternParser
 
PathResourceResolver - org.springframework.web.servlet.resource中的类
A simple ResourceResolver that tries to find a resource under the given locations matching to the request path.
PathResourceResolver() - 类 的构造器org.springframework.web.servlet.resource.PathResourceResolver
 
paths(String...) - 接口 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo.Builder
Set the path patterns.
paths(String...) - 类 中的静态方法org.springframework.web.servlet.mvc.method.RequestMappingInfo
Create a new RequestMappingInfo.Builder with the given paths.
pathSegment(String...) - 接口 中的方法org.springframework.web.util.UriBuilder
Append path segments to the existing path.
pathSegment(String...) - 类 中的方法org.springframework.web.util.UriComponentsBuilder
Append path segments to the existing path.
pathVariable(String, String) - 接口 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
 
PathVariable - org.springframework.web.bind.annotation中的注释类型
Annotation which indicates that a method parameter should be bound to a URI template variable.
PathVariableMapMethodArgumentResolver - org.springframework.web.servlet.mvc.method.annotation中的类
Resolves Map method arguments annotated with an @PathVariable where the annotation does not specify a path variable name.
PathVariableMapMethodArgumentResolver() - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.PathVariableMapMethodArgumentResolver
 
PathVariableMethodArgumentResolver - org.springframework.web.servlet.mvc.method.annotation中的类
Resolves method arguments annotated with an @PathVariable.
PathVariableMethodArgumentResolver() - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
 
pathVariables(Map<String, String>) - 接口 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
 
pathVariables() - 类 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest
 
pathWithinApplication() - 接口 中的方法org.springframework.http.server.RequestPath
The portion of the request path after the context path.
PatternMatchUtils - org.springframework.util中的类
Utility methods for simple pattern matching, in particular for Spring's typical "xxx*", "*xxx" and "*xxx*" pattern styles.
PatternMatchUtils() - 类 的构造器org.springframework.util.PatternMatchUtils
 
PatternParseException - org.springframework.web.util.pattern中的异常错误
Exception that is thrown when there is a problem with the pattern being parsed.
PatternParseException.PatternMessage - org.springframework.web.util.pattern中的枚举
The messages that can be included in a PatternParseException when there is a parse failure.
PatternsRequestCondition - org.springframework.web.servlet.mvc.condition中的类
A logical disjunction (' || ') request condition that matches a request against a set of URL path patterns.
PatternsRequestCondition(String...) - 类 的构造器org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
Creates a new instance with the given URL patterns.
PatternsRequestCondition(String[], UrlPathHelper, PathMatcher, boolean, boolean) - 类 的构造器org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
Additional constructor with flags for using suffix pattern (.*) and trailing slash matches.
PatternsRequestCondition(String[], UrlPathHelper, PathMatcher, boolean, boolean, List<String>) - 类 的构造器org.springframework.web.servlet.mvc.condition.PatternsRequestCondition
Creates a new instance with the given URL patterns.
PatternTopic - org.springframework.data.redis.listener中的类
Pattern topic (matching multiple channels).
PatternTopic(String) - 类 的构造器org.springframework.data.redis.listener.PatternTopic
Constructs a new PatternTopic instance.
peek() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
peek() - 类 中的方法org.yaml.snakeyaml.reader.StreamReader
 
peek(int) - 类 中的方法org.yaml.snakeyaml.reader.StreamReader
Peek the next index-th code point
peek() - 接口 中的方法reactor.core.Fuseable.QueueSubscription
 
peek() - 类 中的方法reactor.core.publisher.MonoProcessor
Returns the value that completed this MonoProcessor.
peekEvent() - 接口 中的方法org.yaml.snakeyaml.parser.Parser
Return the next event, but do not delete it from the stream.
peekEvent() - 类 中的方法org.yaml.snakeyaml.parser.ParserImpl
Get the next event.
peekFirst() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
peekLast() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
peekToken() - 接口 中的方法org.yaml.snakeyaml.scanner.Scanner
Return the next token, but do not delete it from the stream.
peekToken() - 类 中的方法org.yaml.snakeyaml.scanner.ScannerImpl
Return the next token, but do not delete it from the queue.
PercentEscaper - org.yaml.snakeyaml.external.com.google.gdata.util.common.base中的类
A UnicodeEscaper that escapes some set of Java characters using the URI percent encoding scheme.
PercentEscaper(String, boolean) - 类 的构造器org.yaml.snakeyaml.external.com.google.gdata.util.common.base.PercentEscaper
Constructs a URI escaper with the specified safe characters and optional handling of the space character.
PercentStyleFormatter - org.springframework.format.number中的类
A formatter for number values in percent style.
PercentStyleFormatter() - 类 的构造器org.springframework.format.number.PercentStyleFormatter
 
perform(RedisStringCommands.BitOperation) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveStringCommands.BitOpCommand
perform(RequestBuilder) - 类 中的方法org.springframework.test.web.servlet.MockMvc
Perform a request and return a type that allows chaining further actions, such as asserting expectations, on the result.
PeriodicTrigger - org.springframework.scheduling.support中的类
A trigger for periodic task execution.
PeriodicTrigger(long) - 类 的构造器org.springframework.scheduling.support.PeriodicTrigger
Create a trigger with the given period in milliseconds.
PeriodicTrigger(long, TimeUnit) - 类 的构造器org.springframework.scheduling.support.PeriodicTrigger
Create a trigger with the given period and time unit.
persist(byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
persist(byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
persist(String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
persist(ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands
Remove the expiration from given key.
persist(Publisher<ReactiveRedisConnection.KeyCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands
Remove one-by-one the expiration from given key.
persist(byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisKeyCommands
Remove the expiration from given key.
persist(String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Remove the expiration from given key.
persist() - 接口 中的方法org.springframework.data.redis.core.BoundKeyOperations
Removes the expiration (if any) of the key.
persist(K) - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisOperations
Remove the expiration from given key.
persist(K) - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
 
persist(K) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Remove the expiration from given key.
persist(K) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
persist() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicDouble
 
persist() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicInteger
 
persist() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicLong
 
persist() - 类 中的方法org.springframework.data.redis.support.collections.AbstractRedisCollection
 
persist() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisMap
 
persist() - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
PersistableEntityInformation<T extends org.springframework.data.domain.Persistable<ID>,ID> - org.springframework.data.repository.core.support中的类
Implementation of EntityMetadata that assumes the entity handled implements Persistable and uses Persistable.isNew() for the AbstractEntityInformation.isNew(Object) check.
PersistableEntityInformation(Class<T>) - 类 的构造器org.springframework.data.repository.core.support.PersistableEntityInformation
PersistableIsNewStrategy - org.springframework.data.support中的枚举
IsNewStrategy that invokes Persistable.isNew() on the given object.
PersistenceExceptionTranslationRepositoryProxyPostProcessor - org.springframework.data.repository.core.support中的类
RepositoryProxyPostProcessor to register a PersistenceExceptionTranslationInterceptor on the repository proxy.
PersistenceExceptionTranslationRepositoryProxyPostProcessor(ListableBeanFactory) - 类 的构造器org.springframework.data.repository.core.support.PersistenceExceptionTranslationRepositoryProxyPostProcessor
Creates a new PersistenceExceptionTranslationRepositoryProxyPostProcessor using the given ListableBeanFactory.
persistent() - 类 中的静态方法org.springframework.data.redis.core.types.Expiration
Creates new persistent Expiration.
PersistentEntityInformation<T,ID> - org.springframework.data.repository.core.support中的类
EntityInformation implementation that uses a PersistentEntity to obtain id type information and uses a IdentifierAccessor to access the property value if requested.
PersistentEntityInformation(PersistentEntity<T, ?>) - 类 的构造器org.springframework.data.repository.core.support.PersistentEntityInformation
Creates a new PersistableEntityInformation for the given PersistentEntity.
pExpire(byte[], long) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
pExpire(byte[], long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pExpire(String, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pExpire(ByteBuffer, Duration) - 接口 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands
Set time to live for given key in milliseconds.
pExpire(Publisher<ReactiveKeyCommands.ExpireCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands
Expire keys one by one.
pExpire(byte[], long) - 接口 中的方法org.springframework.data.redis.connection.RedisKeyCommands
Set time to live for given key in milliseconds.
pExpire(String, long) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Set time to live for given key in milliseconds.
pExpireAt(byte[], long) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
pExpireAt(byte[], long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pExpireAt(String, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pExpireAt(ByteBuffer, Instant) - 接口 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands
Set the expiration for given key as a UNIX timestamp.
pExpireAt(Publisher<ReactiveKeyCommands.ExpireAtCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands
Set one-by-one the expiration for given key as a UNIX timestamp in milliseconds.
pExpireAt(byte[], long) - 接口 中的方法org.springframework.data.redis.connection.RedisKeyCommands
Set the expiration for given key as a UNIX timestamp in milliseconds.
pExpireAt(String, long) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Set the expiration for given key as a UNIX timestamp in milliseconds.
pfAdd(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
pfAdd(byte[], byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pfAdd(String, String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pfAdd(ByteBuffer, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveHyperLogLogCommands
Adds given value to the HyperLogLog stored at given key.
pfAdd(ByteBuffer, Collection<ByteBuffer>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveHyperLogLogCommands
Adds given values to the HyperLogLog stored at given key.
pfAdd(Publisher<ReactiveHyperLogLogCommands.PfAddCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveHyperLogLogCommands
Adds given values to the HyperLogLog stored at given key.
pfAdd(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisHyperLogLogCommands
Adds given values to the HyperLogLog stored at given key.
pfAdd(String, String...) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Adds given values to the HyperLogLog stored at given key.
pfCount(byte[]...) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
pfCount(byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pfCount(String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pfCount(ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveHyperLogLogCommands
Return the approximated cardinality of the structures observed by the HyperLogLog at key.
pfCount(Collection<ByteBuffer>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveHyperLogLogCommands
Return the approximated cardinality of the structures observed by the HyperLogLog at key(s).
pfCount(Publisher<ReactiveHyperLogLogCommands.PfCountCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveHyperLogLogCommands
Return the approximated cardinality of the structures observed by the HyperLogLog at key(s).
pfCount(byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisHyperLogLogCommands
Return the approximated cardinality of the structures observed by the HyperLogLog at key(s).
pfCount(String...) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Return the approximated cardinality of the structures observed by the HyperLogLog at key(s).
pfMerge(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
pfMerge(byte[], byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pfMerge(String, String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pfMerge(ByteBuffer, Collection<ByteBuffer>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveHyperLogLogCommands
Merge N different HyperLogLogs at sourceKeys into a single destinationKey.
pfMerge(Publisher<ReactiveHyperLogLogCommands.PfMergeCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveHyperLogLogCommands
Merge N different HyperLogLogs at sourceKeys into a single destinationKey.
pfMerge(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisHyperLogLogCommands
Merge N different HyperLogLogs at sourceKeys into a single destinationKey.
pfMerge(String, String...) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Merge N different HyperLogLogs at sourceKeys into a single destinationKey.
PHANTOM - 类 中的静态变量org.springframework.data.redis.core.convert.MappingRedisConverter.BinaryKeyspaceIdentifier
 
PHANTOM - 类 中的静态变量org.springframework.data.redis.core.convert.MappingRedisConverter.KeyspaceIdentifier
 
PHANTOM_SUFFIX - 类 中的静态变量org.springframework.data.redis.core.convert.MappingRedisConverter.BinaryKeyspaceIdentifier
 
PHANTOM_SUFFIX - 类 中的静态变量org.springframework.data.redis.core.convert.MappingRedisConverter.KeyspaceIdentifier
 
phasedOff(long, long, TimeUnit, WaitStrategy) - 类 中的静态方法reactor.util.concurrent.WaitStrategy
Phased wait strategy for waiting consumers on a barrier.
phasedOffLiteLock(long, long, TimeUnit) - 类 中的静态方法reactor.util.concurrent.WaitStrategy
Block with wait/notifyAll semantics
phasedOffLock(long, long, TimeUnit) - 类 中的静态方法reactor.util.concurrent.WaitStrategy
Block with wait/notifyAll semantics
phasedOffSleep(long, long, TimeUnit) - 类 中的静态方法reactor.util.concurrent.WaitStrategy
Block by parking in a loop
ping() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
ping() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
ping(RedisClusterNode) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
ping() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
ping() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
ping(RedisClusterNode) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
ping() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
ping(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.ReactiveRedisClusterConnection
Test the connection to a specific Redis cluster node.
ping() - 接口 中的方法org.springframework.data.redis.connection.ReactiveRedisConnection
Test connection.
ping(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.RedisClusterConnection
 
ping() - 接口 中的方法org.springframework.data.redis.connection.RedisConnectionCommands
Test connection.
ping(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.core.ClusterOperations
Ping the given node;
PLACEHOLDER_PREFIX - 类 中的静态变量org.springframework.util.SystemPropertyUtils
Prefix for system property placeholders: "${"
PLACEHOLDER_SUFFIX - 类 中的静态变量org.springframework.util.SystemPropertyUtils
Suffix for system property placeholders: "}"
PlatformFeatureDetector - org.yaml.snakeyaml.util中的类
 
PlatformFeatureDetector() - 类 的构造器org.yaml.snakeyaml.util.PlatformFeatureDetector
 
PlatformTransactionManager - org.springframework.transaction中的接口
This is the central interface in Spring's transaction infrastructure.
PLUS_BYTES - 类 中的静态变量org.springframework.data.redis.connection.jedis.JedisConverters
 
PLUS_BYTES - 类 中的静态变量org.springframework.data.redis.connection.lettuce.LettuceConverters
 
poll() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
poll(long, TimeUnit) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
poll() - 类 中的方法reactor.core.publisher.Operators.MonoSubscriber
 
poll() - 类 中的方法reactor.core.publisher.UnicastProcessor
 
pollFirst() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
pollFirst(long, TimeUnit) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
pollForPurge() - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap.ReferenceManager
Return any reference that has been garbage collected and can be purged from the underlying structure or null if no references need purging.
pollLast() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
pollLast(long, TimeUnit) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
Pool<T> - org.springframework.data.redis.connection中的接口
Pool of resources
poolConfig(GenericObjectPoolConfig) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
 
poolConfig(GenericObjectPoolConfig) - 接口 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration.JedisPoolingClientConfigurationBuilder
 
poolConfig(GenericObjectPoolConfig) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettucePoolingClientConfiguration.LettucePoolingClientConfigurationBuilder
Set the GenericObjectPoolConfig used by the driver.
PoolConfig - org.springframework.data.redis.connection中的类
已过时。
use GenericObjectPoolConfig instead. Will be removed in 1.4.
PoolConfig() - 类 的构造器org.springframework.data.redis.connection.PoolConfig
已过时。
 
PoolException - org.springframework.data.redis.connection中的异常错误
Exception thrown when there are issues with a resource pool
PoolException(String) - 异常错误 的构造器org.springframework.data.redis.connection.PoolException
Constructs a new PoolException instance.
PoolException(String, Throwable) - 异常错误 的构造器org.springframework.data.redis.connection.PoolException
Constructs a new PoolException instance.
pop(Publisher<ReactiveListCommands.PopCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveListCommands
Removes and returns last element in list stored at ReactiveRedisConnection.KeyCommand.getKey()
pop() - 接口 中的方法org.springframework.data.redis.core.BoundSetOperations
Remove and return a random member from set at the bound key.
pop(K) - 接口 中的方法org.springframework.data.redis.core.ReactiveSetOperations
Remove and return a random member from set at key.
pop(K, long) - 接口 中的方法org.springframework.data.redis.core.ReactiveSetOperations
Remove and return count random members from set at key.
pop(K) - 接口 中的方法org.springframework.data.redis.core.SetOperations
Remove and return a random member from set at key.
pop(K, long) - 接口 中的方法org.springframework.data.redis.core.SetOperations
Remove and return count random members from set at key.
pop() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
pop() - 类 中的方法org.yaml.snakeyaml.util.ArrayStack
 
popActiveContextObject() - 类 中的方法org.springframework.expression.spel.ExpressionState
 
popNestedPath() - 类 中的方法org.springframework.validation.AbstractErrors
 
popNestedPath() - 异常错误 中的方法org.springframework.validation.BindException
 
popNestedPath() - 接口 中的方法org.springframework.validation.Errors
Pop the former nested path from the nested path stack.
popNestedPath() - 类 中的方法org.springframework.web.bind.EscapedErrors
 
popNestedPath() - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
PopResponse(ReactiveListCommands.BPopCommand, ReactiveListCommands.PopResult) - 类 的构造器org.springframework.data.redis.connection.ReactiveListCommands.PopResponse
 
PopResult(List<ByteBuffer>) - 类 的构造器org.springframework.data.redis.connection.ReactiveListCommands.PopResult
 
populate(Repositories) - 接口 中的方法org.springframework.data.repository.init.RepositoryPopulator
Populates the given Repositories.
populate(Repositories) - 类 中的方法org.springframework.data.repository.init.ResourceReaderRepositoryPopulator
 
populate(Connection) - 类 中的方法org.springframework.jdbc.datasource.init.CompositeDatabasePopulator
 
populate(Connection) - 接口 中的方法org.springframework.jdbc.datasource.init.DatabasePopulator
Populate, initialize, or clean up the database using the provided JDBC connection.
populate(Connection) - 类 中的方法org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Populate, initialize, or clean up the database using the provided JDBC connection.
populateAttributeDescriptor(Descriptor, Method, Method, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Allows subclasses to add extra fields to the Descriptor for a particular attribute.
populateAttributeDescriptor(Descriptor, Method, Method, String) - 类 中的方法org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Adds descriptor fields from the ManagedAttribute attribute or the ManagedMetric attribute to the attribute descriptor.
POPULATED_REQUEST_CONTEXT_HOLDER_ATTRIBUTE - 类 中的静态变量org.springframework.test.context.web.ServletTestExecutionListener
Attribute name for a TestContext attribute which indicates that ServletTestExecutionListener has already populated Spring Web's RequestContextHolder.
populateMBeanDescriptor(Descriptor, Object, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
Called after the ModelMBeanInfo instance has been constructed but before it is passed to the MBeanExporter.
populateMBeanDescriptor(Descriptor, Object, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Allows subclasses to add extra fields to the Descriptor for an MBean.
populateMBeanDescriptor(Descriptor, Object, String) - 类 中的方法org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Adds descriptor fields from the ManagedResource attribute to the MBean descriptor.
populateOperationDescriptor(Descriptor, Method, String) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Allows subclasses to add extra fields to the Descriptor for a particular operation.
populateOperationDescriptor(Descriptor, Method, String) - 类 中的方法org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Adds descriptor fields from the ManagedAttribute attribute to the attribute descriptor.
port(int) - 接口 中的方法org.springframework.web.util.UriBuilder
Set the URI port.
port(String) - 接口 中的方法org.springframework.web.util.UriBuilder
Set the URI port .
port(int) - 类 中的方法org.springframework.web.util.UriComponentsBuilder
Set the URI port.
port(String) - 类 中的方法org.springframework.web.util.UriComponentsBuilder
Set the URI port.
PORT_RANGE_MAX - 类 中的静态变量org.springframework.util.SocketUtils
The default maximum value for port ranges used when finding an available socket port.
PORT_RANGE_MIN - 类 中的静态变量org.springframework.util.SocketUtils
The default minimum value for port ranges used when finding an available socket port.
pos - 类 中的变量org.springframework.expression.spel.ast.SpelNodeImpl
 
position(M...) - 接口 中的方法org.springframework.data.redis.core.BoundGeoOperations
Get the Point representation of positions for one or more members.
position(K, M...) - 接口 中的方法org.springframework.data.redis.core.GeoOperations
Get the Point representation of positions for one or more members.
position(K, M) - 接口 中的方法org.springframework.data.redis.core.ReactiveGeoOperations
Get the Point representation of positions for one or more members.
position(K, M...) - 接口 中的方法org.springframework.data.redis.core.ReactiveGeoOperations
Get the Point representation of positions for one or more members.
position - 异常错误 中的变量org.springframework.expression.ExpressionException
 
POSITIVE_INFINITY_BYTES - 类 中的静态变量org.springframework.data.redis.connection.jedis.JedisConverters
 
POSITIVE_INFINITY_BYTES - 类 中的静态变量org.springframework.data.redis.connection.lettuce.LettuceConverters
 
possiblyExpectingExceptions(FrameworkMethod, Object, Statement) - 类 中的方法org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Perform the same logic as BlockJUnit4ClassRunner.possiblyExpectingExceptions(FrameworkMethod, Object, Statement) except that the expected exception is retrieved using SpringJUnit4ClassRunner.getExpectedException(FrameworkMethod).
post(URI) - 类 中的静态方法org.springframework.http.RequestEntity
Create an HTTP POST builder with the given url.
post(String, Object...) - 类 中的静态方法org.springframework.mock.http.server.reactive.MockServerHttpRequest
HTTP POST variant.
post() - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient
Prepare an HTTP POST request.
post(String, Object...) - 类 中的静态方法org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockHttpServletRequestBuilder for a POST request.
post(URI) - 类 中的静态方法org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockHttpServletRequestBuilder for a POST request.
postForEntity(String, HttpEntity<?>, Class<T>, Object...) - 接口 中的方法org.springframework.web.client.AsyncRestOperations
已过时。
Create a new resource by POSTing the given object to the URI template, and asynchronously returns the response as ResponseEntity.
postForEntity(String, HttpEntity<?>, Class<T>, Map<String, ?>) - 接口 中的方法org.springframework.web.client.AsyncRestOperations
已过时。
Create a new resource by POSTing the given object to the URI template, and asynchronously returns the response as ResponseEntity.
postForEntity(URI, HttpEntity<?>, Class<T>) - 接口 中的方法org.springframework.web.client.AsyncRestOperations
已过时。
Create a new resource by POSTing the given object to the URL, and asynchronously returns the response as ResponseEntity.
postForEntity(String, HttpEntity<?>, Class<T>, Object...) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
 
postForEntity(String, HttpEntity<?>, Class<T>, Map<String, ?>) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
 
postForEntity(URI, HttpEntity<?>, Class<T>) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
 
postForEntity(String, Object, Class<T>, Object...) - 接口 中的方法org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URI template, and returns the response as ResponseEntity.
postForEntity(String, Object, Class<T>, Map<String, ?>) - 接口 中的方法org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URI template, and returns the response as HttpEntity.
postForEntity(URI, Object, Class<T>) - 接口 中的方法org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URL, and returns the response as ResponseEntity.
postForEntity(String, Object, Class<T>, Object...) - 类 中的方法org.springframework.web.client.RestTemplate
 
postForEntity(String, Object, Class<T>, Map<String, ?>) - 类 中的方法org.springframework.web.client.RestTemplate
 
postForEntity(URI, Object, Class<T>) - 类 中的方法org.springframework.web.client.RestTemplate
 
postForLocation(String, HttpEntity<?>, Object...) - 接口 中的方法org.springframework.web.client.AsyncRestOperations
已过时。
Create a new resource by POSTing the given object to the URI template, and asynchronously returns the value of the Location header.
postForLocation(String, HttpEntity<?>, Map<String, ?>) - 接口 中的方法org.springframework.web.client.AsyncRestOperations
已过时。
Create a new resource by POSTing the given object to the URI template, and asynchronously returns the value of the Location header.
postForLocation(URI, HttpEntity<?>) - 接口 中的方法org.springframework.web.client.AsyncRestOperations
已过时。
Create a new resource by POSTing the given object to the URL, and asynchronously returns the value of the Location header.
postForLocation(String, HttpEntity<?>, Object...) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
 
postForLocation(String, HttpEntity<?>, Map<String, ?>) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
 
postForLocation(URI, HttpEntity<?>) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
 
postForLocation(String, Object, Object...) - 接口 中的方法org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URI template, and returns the value of the Location header.
postForLocation(String, Object, Map<String, ?>) - 接口 中的方法org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URI template, and returns the value of the Location header.
postForLocation(URI, Object) - 接口 中的方法org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URL, and returns the value of the Location header.
postForLocation(String, Object, Object...) - 类 中的方法org.springframework.web.client.RestTemplate
 
postForLocation(String, Object, Map<String, ?>) - 类 中的方法org.springframework.web.client.RestTemplate
 
postForLocation(URI, Object) - 类 中的方法org.springframework.web.client.RestTemplate
 
postForObject(String, Object, Class<T>, Object...) - 接口 中的方法org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URI template, and returns the representation found in the response.
postForObject(String, Object, Class<T>, Map<String, ?>) - 接口 中的方法org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URI template, and returns the representation found in the response.
postForObject(URI, Object, Class<T>) - 接口 中的方法org.springframework.web.client.RestOperations
Create a new resource by POSTing the given object to the URL, and returns the representation found in the response.
postForObject(String, Object, Class<T>, Object...) - 类 中的方法org.springframework.web.client.RestTemplate
 
postForObject(String, Object, Class<T>, Map<String, ?>) - 类 中的方法org.springframework.web.client.RestTemplate
 
postForObject(URI, Object, Class<T>) - 类 中的方法org.springframework.web.client.RestTemplate
 
PostgresCallMetaDataProvider - org.springframework.jdbc.core.metadata中的类
Postgres-specific implementation for the CallMetaDataProvider interface.
PostgresCallMetaDataProvider(DatabaseMetaData) - 类 的构造器org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
 
PostgreSQLSequenceMaxValueIncrementer - org.springframework.jdbc.support.incrementer中的类
已过时。
in favor of the differently named PostgresSequenceMaxValueIncrementer
PostgreSQLSequenceMaxValueIncrementer() - 类 的构造器org.springframework.jdbc.support.incrementer.PostgreSQLSequenceMaxValueIncrementer
已过时。
Default constructor for bean property style usage.
PostgreSQLSequenceMaxValueIncrementer(DataSource, String) - 类 的构造器org.springframework.jdbc.support.incrementer.PostgreSQLSequenceMaxValueIncrementer
已过时。
Convenience constructor.
PostgresSequenceMaxValueIncrementer - org.springframework.jdbc.support.incrementer中的类
DataFieldMaxValueIncrementer that retrieves the next value of a given PostgreSQL sequence.
PostgresSequenceMaxValueIncrementer() - 类 的构造器org.springframework.jdbc.support.incrementer.PostgresSequenceMaxValueIncrementer
Default constructor for bean property style usage.
PostgresSequenceMaxValueIncrementer(DataSource, String) - 类 的构造器org.springframework.jdbc.support.incrementer.PostgresSequenceMaxValueIncrementer
Convenience constructor.
PostgresTableMetaDataProvider - org.springframework.jdbc.core.metadata中的类
The PostgreSQL specific implementation of TableMetaDataProvider.
PostgresTableMetaDataProvider(DatabaseMetaData) - 类 的构造器org.springframework.jdbc.core.metadata.PostgresTableMetaDataProvider
 
postHandle(WebRequest, ModelMap) - 接口 中的方法org.springframework.web.context.request.WebRequestInterceptor
Intercept the execution of a request handler after its successful invocation, right before view rendering (if any).
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - 类 中的方法org.springframework.web.servlet.handler.HandlerInterceptorAdapter
This implementation is empty.
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - 类 中的方法org.springframework.web.servlet.handler.MappedInterceptor
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - 类 中的方法org.springframework.web.servlet.handler.WebRequestHandlerInterceptorAdapter
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - 接口 中的方法org.springframework.web.servlet.HandlerInterceptor
Intercept the execution of a handler.
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - 类 中的方法org.springframework.web.servlet.mvc.WebContentInterceptor
This implementation is empty.
PostMapping - org.springframework.web.bind.annotation中的注释类型
Annotation for mapping HTTP POST requests onto specific handler methods.
postProcess(BeanDefinitionBuilder, RepositoryConfigurationSource) - 接口 中的方法org.springframework.data.repository.config.RepositoryConfigurationExtension
Callback to post process the BeanDefinition and tweak the configuration if necessary.
postProcess(BeanDefinitionBuilder, AnnotationRepositoryConfigurationSource) - 接口 中的方法org.springframework.data.repository.config.RepositoryConfigurationExtension
Callback to post process the BeanDefinition built from annotations and tweak the configuration if necessary.
postProcess(BeanDefinitionBuilder, XmlRepositoryConfigurationSource) - 接口 中的方法org.springframework.data.repository.config.RepositoryConfigurationExtension
Callback to post process the BeanDefinition built from XML and tweak the configuration if necessary.
postProcess(BeanDefinitionBuilder, RepositoryConfigurationSource) - 类 中的方法org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
 
postProcess(BeanDefinitionBuilder, AnnotationRepositoryConfigurationSource) - 类 中的方法org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
 
postProcess(BeanDefinitionBuilder, XmlRepositoryConfigurationSource) - 类 中的方法org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
 
postProcess(ProxyFactory, RepositoryInformation) - 类 中的方法org.springframework.data.repository.core.support.EventPublishingRepositoryProxyPostProcessor
 
postProcess(ProxyFactory, RepositoryInformation) - 类 中的方法org.springframework.data.repository.core.support.PersistenceExceptionTranslationRepositoryProxyPostProcessor
 
postProcess(ProxyFactory, RepositoryInformation) - 接口 中的方法org.springframework.data.repository.core.support.RepositoryProxyPostProcessor
Manipulates the ProxyFactory, e.g. add further interceptors to it.
postProcess(NativeWebRequest, Callable<T>, Object) - 接口 中的方法org.springframework.web.context.request.async.CallableProcessingInterceptor
Invoked after the Callable has produced a result in the async thread in which the Callable is executed.
postProcess(NativeWebRequest, Callable<T>, Object) - 类 中的方法org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
已过时。
 
postProcess(NativeWebRequest, DeferredResult<T>, Object) - 接口 中的方法org.springframework.web.context.request.async.DeferredResultProcessingInterceptor
Invoked after a DeferredResult has been set, via DeferredResult.setResult(Object) or DeferredResult.setErrorResult(Object), and is also ready to handle the concurrent result.
postProcess(NativeWebRequest, DeferredResult<T>, Object) - 类 中的方法org.springframework.web.context.request.async.DeferredResultProcessingInterceptorAdapter
已过时。
This implementation is empty.
postProcessAfterInitialization(Object, String) - 类 中的方法org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
postProcessAfterInitialization(Object, String) - 类 中的方法org.springframework.validation.beanvalidation.BeanValidationPostProcessor
 
postProcessAfterInitialization(Object, String) - 类 中的方法org.springframework.web.context.support.ServletContextAwareProcessor
 
postProcessAfterInitialization(Object, String) - 类 中的方法org.springframework.web.servlet.handler.SimpleServletPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - 类 中的方法org.springframework.jca.context.ResourceAdapterApplicationContext
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - 类 中的方法org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
Register request/session scopes, a ServletContextAwareProcessor, etc.
postProcessBeanFactory(ConfigurableListableBeanFactory) - 类 中的方法org.springframework.web.context.support.GenericWebApplicationContext
Register ServletContextAwareProcessor.
postProcessBeanFactory(ConfigurableListableBeanFactory) - 类 中的方法org.springframework.web.context.support.StaticWebApplicationContext
Register request/session scopes, a ServletContextAwareProcessor, etc.
postProcessBeforeDestruction(Object, String) - 类 中的方法org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
postProcessBeforeDestruction(Object, String) - 类 中的方法org.springframework.web.servlet.handler.SimpleServletPostProcessor
 
postProcessBeforeInitialization(Object, String) - 类 中的方法org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - 类 中的方法org.springframework.validation.beanvalidation.BeanValidationPostProcessor
 
postProcessBeforeInitialization(Object, String) - 类 中的方法org.springframework.web.context.support.ServletContextAwareProcessor
 
postProcessBeforeInitialization(Object, String) - 类 中的方法org.springframework.web.servlet.handler.SimpleServletPostProcessor
 
postProcessBeforeInstantiation(Class<?>, String) - 类 中的方法org.springframework.scripting.support.ScriptFactoryPostProcessor
 
postProcessConfiguration(Configuration) - 类 中的方法org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
To be overridden by subclasses that want to perform custom post-processing of the Configuration object after this factory performed its default initialization.
postProcessConfiguration(Configuration<?>) - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
Post-process the given Bean Validation configuration, adding to or overriding any of its settings.
postProcessConnection(JedisConnection) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Post process a newly retrieved connection.
postProcessHttpRequest(HttpUriRequest) - 类 中的方法org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Template method that allows for manipulating the HttpUriRequest before it is returned as part of a HttpComponentsClientHttpRequest.
postProcessJobDetail(JobDetail) - 类 中的方法org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
Callback for post-processing the JobDetail to be exposed by this FactoryBean.
postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - 类 中的方法org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
postProcessMessageCode(String) - 类 中的方法org.springframework.validation.DefaultMessageCodesResolver
Post-process the given message code, built by this resolver.
postProcessProxyFactory(ProxyFactory) - 类 中的方法org.springframework.transaction.interceptor.TransactionProxyFactoryBean
As of 4.2, this method adds TransactionalProxy to the set of proxy interfaces in order to avoid re-processing of transaction metadata.
postProcessRequest(MockHttpServletRequest) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
 
postProcessRequest(MockHttpServletRequest) - 接口 中的方法org.springframework.test.web.servlet.request.RequestPostProcessor
Post-process the given MockHttpServletRequest after its creation and initialization through a MockHttpServletRequestBuilder.
postProcessRequest(MockHttpServletRequest) - 接口 中的方法org.springframework.test.web.servlet.SmartRequestBuilder
Apply request post processing.
postProcessResult(Publisher<T>, ReactiveRedisConnection, boolean) - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
Processes the result before returning the Publisher.
postProcessResult(T, RedisConnection, boolean) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
postProcessTemplateLoaders(List<TemplateLoader>) - 类 中的方法org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
To be overridden by subclasses that want to register custom TemplateLoader instances after this factory created its default template loaders.
postProcessTemplateLoaders(List<TemplateLoader>) - 类 中的方法org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
This implementation registers an additional ClassTemplateLoader for the Spring-provided macros, added to the end of the list.
postProcessTestInstance(Object, ExtensionContext) - 类 中的方法org.springframework.test.context.junit.jupiter.SpringExtension
postProcessViewName(String) - 类 中的方法org.springframework.web.servlet.mvc.UrlFilenameViewController
Build the full view name based on the given view name as indicated by the URL path.
postProcessWebApplicationContext(ConfigurableWebApplicationContext) - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Post-process the given WebApplicationContext before it is refreshed and activated as context for this servlet.
potentiallySortsDynamically() - 类 中的方法org.springframework.data.repository.query.Parameters
Returns whether we potentially find a Sort parameter in the parameters.
PRAGMA - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Pragma header field name.
Predicate<T> - org.xmlunit.util中的接口
A function that tests an object for a property.
predictBeanType(Class<?>, String) - 类 中的方法org.springframework.scripting.support.ScriptFactoryPostProcessor
 
prefersShortLivedTasks() - 类 中的方法org.springframework.jca.work.WorkManagerTaskExecutor
This task executor prefers short-lived work units.
prefersShortLivedTasks() - 类 中的方法org.springframework.scheduling.commonj.WorkManagerTaskExecutor
This task executor prefers short-lived work units.
prefersShortLivedTasks() - 类 中的方法org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
This task executor prefers short-lived work units.
prefersShortLivedTasks() - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
This task executor prefers short-lived work units.
prefersShortLivedTasks() - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
prefersShortLivedTasks() - 类 中的方法org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
This task executor prefers short-lived work units.
prefersShortLivedTasks() - 接口 中的方法org.springframework.scheduling.SchedulingTaskExecutor
Does this TaskExecutor prefer short-lived tasks over long-lived tasks?
PREFETCH - 类 中的静态变量reactor.core.Scannable.Attr
Prefetch is an Integer attribute defining the rate of processing in a component which has capacity to request and hold a backlog of data.
prefix(String) - 类 中的方法org.springframework.test.web.servlet.result.JsonPathResultMatchers
Configures the current JsonPathResultMatchers instance to verify that the JSON payload is prepended with the given prefix.
prefix(String) - 类 中的方法org.springframework.web.servlet.config.annotation.UrlBasedViewResolverRegistration
Set the prefix that gets prepended to view names when building a URL.
PREFIX - 类 中的静态变量org.yaml.snakeyaml.nodes.Tag
 
prefix(int) - 类 中的方法org.yaml.snakeyaml.reader.StreamReader
peek the next length code points
PREFIX_COMMIT_RULE - 类 中的静态变量org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
Prefix for commit-on-exception rules in description strings
PREFIX_ISOLATION - 类 中的静态变量org.springframework.transaction.support.DefaultTransactionDefinition
Prefix for the isolation constants defined in TransactionDefinition
PREFIX_PROPAGATION - 类 中的静态变量org.springframework.transaction.support.DefaultTransactionDefinition
Prefix for the propagation constants defined in TransactionDefinition
PREFIX_ROLLBACK_RULE - 类 中的静态变量org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
Prefix for rollback-on-exception rules in description strings
PREFIX_TIMEOUT - 类 中的静态变量org.springframework.transaction.support.DefaultTransactionDefinition
Prefix for transaction timeout values in description strings
prefixForward(int) - 类 中的方法org.yaml.snakeyaml.reader.StreamReader
prefix(length) immediately followed by forward(length)
PrefixVersionPathStrategy(String) - 类 的构造器org.springframework.web.servlet.resource.AbstractVersionStrategy.PrefixVersionPathStrategy
 
preHandle(WebRequest) - 接口 中的方法org.springframework.web.context.request.WebRequestInterceptor
Intercept the execution of a request handler before its invocation.
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.handler.ConversionServiceExposingInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.handler.HandlerInterceptorAdapter
This implementation always returns true.
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.handler.MappedInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.handler.WebRequestHandlerInterceptorAdapter
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - 接口 中的方法org.springframework.web.servlet.HandlerInterceptor
Intercept the execution of a handler.
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.i18n.LocaleChangeInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.mvc.WebContentInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.resource.ResourceUrlProviderExposingInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.theme.ThemeChangeInterceptor
 
prepare() - 类 中的方法org.springframework.jmx.access.MBeanClientInterceptor
Ensures that an MBeanServerConnection is configured and attempts to detect a local connection if one is not supplied.
prepare() - 类 中的方法org.springframework.jmx.access.NotificationListenerRegistrar
Registers the specified NotificationListener.
prepare(MimeMessage) - 接口 中的方法org.springframework.mail.javamail.MimeMessagePreparator
Prepare the given new MimeMessage instance.
prepare() - 类 中的方法org.springframework.remoting.caucho.HessianClientInterceptor
Initialize the Hessian proxy for this interceptor.
prepare() - 类 中的方法org.springframework.remoting.caucho.HessianExporter
Initialize this exporter.
prepare() - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Initialize the JAX-WS port for this interceptor.
prepare() - 类 中的方法org.springframework.remoting.rmi.JndiRmiClientInterceptor
Fetches the RMI stub on startup, if necessary.
prepare() - 类 中的方法org.springframework.remoting.rmi.JndiRmiServiceExporter
Initialize this service exporter, binding the specified service to JNDI.
prepare() - 类 中的方法org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Initialize this service exporter.
prepare() - 类 中的方法org.springframework.remoting.rmi.RmiClientInterceptor
Fetches RMI stub on startup, if necessary.
prepare() - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
Initialize this service exporter, registering the service as RMI object.
prepare() - 类 中的方法org.springframework.util.MethodInvoker
Prepare the specified method.
prepareConnection(HttpURLConnection, String) - 类 中的方法org.springframework.http.client.SimpleClientHttpRequestFactory
Template method for preparing the given HttpURLConnection.
prepareConnection(Connection) - 类 中的方法org.springframework.jca.cci.connection.SingleConnectionFactory
Prepare the given Connection before it is exposed.
prepareConnection(Connection) - 类 中的方法org.springframework.jdbc.datasource.SingleConnectionDataSource
Prepare the given Connection before it is exposed.
prepareConnection(HttpURLConnection, int) - 类 中的方法org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
Prepare the given HTTP connection.
prepareConnectionForTransaction(Connection, TransactionDefinition) - 类 中的静态方法org.springframework.jdbc.datasource.DataSourceUtils
Prepare the given Connection with the given transaction semantics.
prepareContext(ConfigurableApplicationContext, MergedContextConfiguration) - 类 中的方法org.springframework.test.context.support.AbstractContextLoader
Prepare the ConfigurableApplicationContext created by this SmartContextLoader before bean definitions are read.
prepareContext(GenericApplicationContext) - 类 中的方法org.springframework.test.context.support.AbstractGenericContextLoader
Prepare the GenericApplicationContext created by this ContextLoader.
PreparedStatementCallback<T> - org.springframework.jdbc.core中的接口
Generic callback interface for code that operates on a PreparedStatement.
PreparedStatementCreator - org.springframework.jdbc.core中的接口
One of the two central callback interfaces used by the JdbcTemplate class.
PreparedStatementCreatorFactory - org.springframework.jdbc.core中的类
Helper class that efficiently creates multiple PreparedStatementCreator objects with different parameters based on a SQL statement and a single set of parameter declarations.
PreparedStatementCreatorFactory(String) - 类 的构造器org.springframework.jdbc.core.PreparedStatementCreatorFactory
Create a new factory.
PreparedStatementCreatorFactory(String, int...) - 类 的构造器org.springframework.jdbc.core.PreparedStatementCreatorFactory
Create a new factory with the given SQL and JDBC types.
PreparedStatementCreatorFactory(String, List<SqlParameter>) - 类 的构造器org.springframework.jdbc.core.PreparedStatementCreatorFactory
Create a new factory with the given SQL and parameters.
PreparedStatementSetter - org.springframework.jdbc.core中的接口
General callback interface used by the JdbcTemplate class.
prepareFileUpload(String) - 类 中的方法org.springframework.web.multipart.commons.CommonsFileUploadSupport
Determine an appropriate FileUpload instance for the given encoding.
prepareForCommit(DefaultTransactionStatus) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Make preparations for commit, to be performed before the beforeCommit synchronization callbacks occur.
prepareForRendering(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.InternalResourceView
Prepare for rendering, and determine the request dispatcher path to forward to (or to include).
preparePortStub(Object) - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Prepare the given JAX-WS port stub, applying properties to it.
prepareResponse(Exception, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
Prepare the response for the exceptional case.
prepareResponse(HttpServletResponse) - 类 中的方法org.springframework.web.servlet.support.WebContentGenerator
Prepare the given response according to the settings of this generator.
prepareResponse(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.AbstractView
Prepare the given response for rendering.
prepareResponse(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.json.AbstractJackson2View
 
prepareResponse(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateView
 
prepareScriptBeans(BeanDefinition, String, String) - 类 中的方法org.springframework.scripting.support.ScriptFactoryPostProcessor
Prepare the script beans in the internal BeanFactory that this post-processor uses.
prepareSynchronization(DefaultTransactionStatus, TransactionDefinition) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Initialize transaction synchronization as appropriate.
prepareTestInstance(TestContext) - 类 中的方法org.springframework.test.context.support.DependencyInjectionTestExecutionListener
Performs dependency injection on the test instance of the supplied test context by autowiring and initializing the test instance via its own application context (without checking dependencies).
prepareTestInstance(Object) - 类 中的方法org.springframework.test.context.TestContextManager
Hook for preparing a test instance prior to execution of any individual test methods, for example for injecting dependencies, etc.
prepareTestInstance(TestContext) - 接口 中的方法org.springframework.test.context.TestExecutionListener
Prepares the test instance of the supplied test context, for example by injecting dependencies.
prepareTestInstance(TestContext) - 类 中的方法org.springframework.test.context.web.ServletTestExecutionListener
Sets up thread-local state during the test instance preparation callback phase via Spring Web's RequestContextHolder, but only if the test class is annotated with @WebAppConfiguration.
prepareTransactionalConnection(Connection, TransactionDefinition) - 类 中的方法org.springframework.jdbc.datasource.DataSourceTransactionManager
Prepare the transactional Connection right after transaction begin.
prepareTransactionInfo(PlatformTransactionManager, TransactionAttribute, String, TransactionStatus) - 类 中的方法org.springframework.transaction.interceptor.TransactionAspectSupport
Prepare a TransactionInfo for the given attribute and status object.
prepareTransactionStatus(TransactionDefinition, Object, boolean, boolean, boolean, Object) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Create a new TransactionStatus for the given arguments, also initializing transaction synchronization as appropriate.
prepareWriter(Map<String, Object>, PdfWriter, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.view.document.AbstractPdfView
Prepare the given PdfWriter.
preProcess(NativeWebRequest, Callable<T>) - 接口 中的方法org.springframework.web.context.request.async.CallableProcessingInterceptor
Invoked after the start of concurrent handling in the async thread in which the Callable is executed and before the actual invocation of the Callable.
preProcess(NativeWebRequest, Callable<T>) - 类 中的方法org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter
已过时。
 
preProcess(NativeWebRequest, DeferredResult<T>) - 接口 中的方法org.springframework.web.context.request.async.DeferredResultProcessingInterceptor
Invoked immediately after the start of concurrent handling, in the same thread that started it.
preProcess(NativeWebRequest, DeferredResult<T>) - 类 中的方法org.springframework.web.context.request.async.DeferredResultProcessingInterceptorAdapter
已过时。
This implementation is empty.
preProcessConnection(ReactiveRedisConnection, boolean) - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
Processes the connection (before any settings are executed on it).
preProcessConnection(RedisConnection, boolean) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
Processes the connection (before any settings are executed on it).
preProcessConnection(RedisConnection, boolean) - 类 中的方法org.springframework.data.redis.core.StringRedisTemplate
 
prettyPrint() - 类 中的方法org.springframework.util.StopWatch
Return a string with a table describing all tasks performed.
preventCaching(HttpServletResponse) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
Prevents the response from being cached, through setting corresponding HTTP Cache-Control: no-store header.
preventCaching(HttpServletResponse) - 类 中的方法org.springframework.web.servlet.support.WebContentGenerator
previous() - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
previous() - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Move the cursor to the previous row.
principal() - 类 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest
 
principal(Principal) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the principal of the request.
principal(Mono<Principal>) - 接口 中的方法org.springframework.web.server.ServerWebExchange.Builder
Set the Mono<Principal> to return for this exchange.
print(Date, Locale) - 类 中的方法org.springframework.format.datetime.DateFormatter
 
print(Long, Locale) - 类 中的方法org.springframework.format.datetime.joda.MillisecondInstantPrinter
 
print(ReadableInstant, Locale) - 类 中的方法org.springframework.format.datetime.joda.ReadableInstantPrinter
 
print(ReadablePartial, Locale) - 类 中的方法org.springframework.format.datetime.joda.ReadablePartialPrinter
 
print(Instant, Locale) - 类 中的方法org.springframework.format.datetime.standard.InstantFormatter
 
print(TemporalAccessor, Locale) - 类 中的方法org.springframework.format.datetime.standard.TemporalAccessorPrinter
 
print(Number, Locale) - 类 中的方法org.springframework.format.number.AbstractNumberFormatter
 
print(CurrencyUnit, Locale) - 类 中的方法org.springframework.format.number.money.CurrencyUnitFormatter
 
print(MonetaryAmount, Locale) - 类 中的方法org.springframework.format.number.money.MonetaryAmountFormatter
 
print(T, Locale) - 接口 中的方法org.springframework.format.Printer
Print the object of type T for display.
print(boolean) - 类 中的方法org.springframework.mock.web.MockBodyContent
 
print(char) - 类 中的方法org.springframework.mock.web.MockBodyContent
 
print(char[]) - 类 中的方法org.springframework.mock.web.MockBodyContent
 
print(double) - 类 中的方法org.springframework.mock.web.MockBodyContent
 
print(float) - 类 中的方法org.springframework.mock.web.MockBodyContent
 
print(int) - 类 中的方法org.springframework.mock.web.MockBodyContent
 
print(long) - 类 中的方法org.springframework.mock.web.MockBodyContent
 
print(Object) - 类 中的方法org.springframework.mock.web.MockBodyContent
 
print(String) - 类 中的方法org.springframework.mock.web.MockBodyContent
 
print(boolean) - 类 中的方法org.springframework.mock.web.MockJspWriter
 
print(char) - 类 中的方法org.springframework.mock.web.MockJspWriter
 
print(char[]) - 类 中的方法org.springframework.mock.web.MockJspWriter
 
print(double) - 类 中的方法org.springframework.mock.web.MockJspWriter
 
print(float) - 类 中的方法org.springframework.mock.web.MockJspWriter
 
print(int) - 类 中的方法org.springframework.mock.web.MockJspWriter
 
print(long) - 类 中的方法org.springframework.mock.web.MockJspWriter
 
print(Object) - 类 中的方法org.springframework.mock.web.MockJspWriter
 
print(String) - 类 中的方法org.springframework.mock.web.MockJspWriter
 
print() - 类 中的静态方法org.springframework.test.web.servlet.result.MockMvcResultHandlers
Print MvcResult details to the "standard" output stream.
print(OutputStream) - 类 中的静态方法org.springframework.test.web.servlet.result.MockMvcResultHandlers
Print MvcResult details to the supplied OutputStream.
print(Writer) - 类 中的静态方法org.springframework.test.web.servlet.result.MockMvcResultHandlers
Print MvcResult details to the supplied Writer.
printAsyncResult(MvcResult) - 类 中的方法org.springframework.test.web.servlet.result.PrintingResultHandler
 
Printer<T> - org.springframework.format中的接口
Prints objects of type T for display.
printFlashMap(FlashMap) - 类 中的方法org.springframework.test.web.servlet.result.PrintingResultHandler
Print "output" flash attributes.
printHandler(Object, HandlerInterceptor[]) - 类 中的方法org.springframework.test.web.servlet.result.PrintingResultHandler
Print the handler.
printHeading(String) - 接口 中的方法org.springframework.test.web.servlet.result.PrintingResultHandler.ResultValuePrinter
 
PrintingResultHandler - org.springframework.test.web.servlet.result中的类
Result handler that prints MvcResult details to a given output stream — for example: System.out, System.err, a custom java.io.PrintWriter, etc.
PrintingResultHandler(PrintingResultHandler.ResultValuePrinter) - 类 的构造器org.springframework.test.web.servlet.result.PrintingResultHandler
Protected constructor.
PrintingResultHandler.ResultValuePrinter - org.springframework.test.web.servlet.result中的接口
A contract for how to actually write result information.
println() - 类 中的方法org.springframework.mock.web.MockBodyContent
 
println(boolean) - 类 中的方法org.springframework.mock.web.MockBodyContent
 
println(char) - 类 中的方法org.springframework.mock.web.MockBodyContent
 
println(char[]) - 类 中的方法org.springframework.mock.web.MockBodyContent
 
println(double) - 类 中的方法org.springframework.mock.web.MockBodyContent
 
println(float) - 类 中的方法org.springframework.mock.web.MockBodyContent
 
println(int) - 类 中的方法org.springframework.mock.web.MockBodyContent
 
println(long) - 类 中的方法org.springframework.mock.web.MockBodyContent
 
println(Object) - 类 中的方法org.springframework.mock.web.MockBodyContent
 
println(String) - 类 中的方法org.springframework.mock.web.MockBodyContent
 
println() - 类 中的方法org.springframework.mock.web.MockJspWriter
 
println(boolean) - 类 中的方法org.springframework.mock.web.MockJspWriter
 
println(char) - 类 中的方法org.springframework.mock.web.MockJspWriter
 
println(char[]) - 类 中的方法org.springframework.mock.web.MockJspWriter
 
println(double) - 类 中的方法org.springframework.mock.web.MockJspWriter
 
println(float) - 类 中的方法org.springframework.mock.web.MockJspWriter
 
println(int) - 类 中的方法org.springframework.mock.web.MockJspWriter
 
println(long) - 类 中的方法org.springframework.mock.web.MockJspWriter
 
println(Object) - 类 中的方法org.springframework.mock.web.MockJspWriter
 
println(String) - 类 中的方法org.springframework.mock.web.MockJspWriter
 
printModelAndView(ModelAndView) - 类 中的方法org.springframework.test.web.servlet.result.PrintingResultHandler
Print the ModelAndView.
printRequest(MockHttpServletRequest) - 类 中的方法org.springframework.test.web.servlet.result.PrintingResultHandler
Print the request.
printResolvedException(Exception) - 类 中的方法org.springframework.test.web.servlet.result.PrintingResultHandler
Print exceptions resolved through a HandlerExceptionResolver.
printResponse(MockHttpServletResponse) - 类 中的方法org.springframework.test.web.servlet.result.PrintingResultHandler
Print the response.
printStackTrace(PrintStream) - 异常错误 中的方法org.springframework.mail.MailSendException
 
printStackTrace(PrintWriter) - 异常错误 中的方法org.springframework.mail.MailSendException
 
printValue(String, Object) - 接口 中的方法org.springframework.test.web.servlet.result.PrintingResultHandler.ResultValuePrinter
 
procedureNameToUse(String) - 接口 中的方法org.springframework.jdbc.core.metadata.CallMetaDataProvider
Provide any modification of the procedure name passed in to match the meta-data currently used.
procedureNameToUse(String) - 类 中的方法org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
proceedWithInvocation() - 接口 中的方法org.springframework.transaction.interceptor.TransactionAspectSupport.InvocationCallback
 
process(ImageReadParam) - 类 中的方法org.springframework.http.converter.BufferedImageHttpMessageConverter
Template method that allows for manipulating the ImageReadParam before it is used to read an image.
process(ImageWriteParam) - 类 中的方法org.springframework.http.converter.BufferedImageHttpMessageConverter
Template method that allows for manipulating the ImageWriteParam before it is used to write an image.
process(CorsConfiguration, ServerWebExchange) - 接口 中的方法org.springframework.web.cors.reactive.CorsProcessor
Process a request using the given CorsConfiguration.
process(CorsConfiguration, ServerWebExchange) - 类 中的方法org.springframework.web.cors.reactive.DefaultCorsProcessor
 
processAction(HttpServletRequest, String, String) - 接口 中的方法org.springframework.web.servlet.support.RequestDataValueProcessor
Invoked when a new form action is rendered.
processAnnotatedType(<any>) - 类 中的方法org.springframework.data.repository.cdi.CdiRepositoryExtensionSupport
Implementation of a an observer which checks for Spring Data repository types and stores them in CdiRepositoryExtensionSupport.repositoryTypes for later registration as bean type.
processConstraintViolations(Set<ConstraintViolation<Object>>, Errors) - 类 中的方法org.springframework.validation.beanvalidation.SpringValidatorAdapter
Process the given JSR-303 ConstraintViolations, adding corresponding errors to the provided Spring Errors object.
processContextConfiguration(ContextConfigurationAttributes) - 接口 中的方法org.springframework.test.context.SmartContextLoader
Processes the ContextConfigurationAttributes for a given test class.
processContextConfiguration(ContextConfigurationAttributes) - 类 中的方法org.springframework.test.context.support.AbstractContextLoader
For backwards compatibility with the ContextLoader SPI, the default implementation simply delegates to AbstractContextLoader.processLocations(Class, String...), passing it the declaring class and resource locations retrieved from the supplied configuration attributes.
processContextConfiguration(ContextConfigurationAttributes) - 类 中的方法org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
Delegates to candidate SmartContextLoaders to process the supplied ContextConfigurationAttributes.
processContextConfiguration(ContextConfigurationAttributes) - 类 中的方法org.springframework.test.context.support.AnnotationConfigContextLoader
Process annotated classes in the supplied ContextConfigurationAttributes.
processContextConfiguration(ContextConfigurationAttributes) - 类 中的方法org.springframework.test.context.web.AnnotationConfigWebContextLoader
Process annotated classes in the supplied ContextConfigurationAttributes.
processDuplicateKeys(MappingNode) - 类 中的方法org.yaml.snakeyaml.constructor.SafeConstructor
 
processFieldValue(String, String, String) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Process the given form field through a RequestDataValueProcessor instance if one is configured or otherwise returns the same value.
processFormFieldValue(HttpServletRequest, String, String, String) - 接口 中的方法org.springframework.web.servlet.support.RequestDataValueProcessor
Invoked when a form field value is rendered.
processHandlerException(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法org.springframework.web.servlet.DispatcherServlet
Determine an error ModelAndView via the registered HandlerExceptionResolvers.
processInjectionBasedOnCurrentContext(Object) - 类 中的静态方法org.springframework.web.context.support.SpringBeanAutowiringSupport
Process @Autowired injection for the given target object, based on the current web application context.
processInjectionBasedOnServletContext(Object, ServletContext) - 类 中的静态方法org.springframework.web.context.support.SpringBeanAutowiringSupport
Process @Autowired injection for the given target object, based on the current root web application context as stored in the ServletContext.
processLocations(Class<?>, String...) - 接口 中的方法org.springframework.test.context.ContextLoader
Processes application context resource locations for a specified class.
processLocations(Class<?>, String...) - 类 中的方法org.springframework.test.context.support.AbstractContextLoader
If the supplied locations are null or empty and AbstractContextLoader.isGenerateDefaultLocations() returns true, default locations will be generated (i.e., detected) for the specified class and the configured resource suffixes; otherwise, the supplied locations will be modified if necessary and returned.
processLocations(Class<?>, String...) - 类 中的方法org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
AbstractDelegatingSmartContextLoader does not support the ContextLoader.processLocations(Class, String...) method.
processMergedContextConfiguration(MergedContextConfiguration) - 类 中的方法org.springframework.test.context.support.AbstractTestContextBootstrapper
Process the supplied, newly instantiated MergedContextConfiguration instance.
processMergedContextConfiguration(MergedContextConfiguration) - 类 中的方法org.springframework.test.context.web.WebTestContextBootstrapper
Returns a WebMergedContextConfiguration if the test class in the supplied MergedContextConfiguration is annotated with @WebAppConfiguration and otherwise returns the supplied instance unmodified.
processMessage(MessageListener, Message, byte[]) - 类 中的方法org.springframework.data.redis.listener.RedisMessageListenerContainer
Process a message received from the provider.
processMetaData(DataSource, List<String>, String[]) - 类 中的方法org.springframework.jdbc.core.metadata.TableMetaDataContext
Process the current meta-data with the provided configuration options.
processMetaData(DatabaseMetaData) - 接口 中的方法org.springframework.jdbc.support.DatabaseMetaDataCallback
Implementations must implement this method to process the meta-data passed in.
processMissingFieldError(String, BindingResult) - 接口 中的方法org.springframework.validation.BindingErrorProcessor
Apply the missing field error to the given BindException.
processMissingFieldError(String, BindingResult) - 类 中的方法org.springframework.validation.DefaultBindingErrorProcessor
 
processParameters(List<SqlParameter>) - 类 中的方法org.springframework.jdbc.core.metadata.CallMetaDataContext
Process the list of parameters provided, and if procedure column meta-data is used, the parameters will be matched against the meta-data information and any missing ones will be automatically included.
processPath(String) - 类 中的方法org.springframework.web.servlet.resource.ResourceHttpRequestHandler
Process the given resource path.
processPropertyAccessException(PropertyAccessException, BindingResult) - 接口 中的方法org.springframework.validation.BindingErrorProcessor
Translate the given PropertyAccessException to an appropriate error registered on the given Errors instance.
processPropertyAccessException(PropertyAccessException, BindingResult) - 类 中的方法org.springframework.validation.DefaultBindingErrorProcessor
 
processRequest(CorsConfiguration, HttpServletRequest, HttpServletResponse) - 接口 中的方法org.springframework.web.cors.CorsProcessor
Process a request given a CorsConfiguration.
processRequest(CorsConfiguration, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.cors.DefaultCorsProcessor
 
processRequest(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Process this request, publishing an event regardless of the outcome.
processResourceAfterCommit(H) - 类 中的方法org.springframework.transaction.support.ResourceHolderSynchronization
After-commit callback for the given resource holder.
processResult(Object) - 类 中的方法org.springframework.data.repository.query.ResultProcessor
Post-processes the given query result.
processResult(Object, Converter<Object, Object>) - 类 中的方法org.springframework.data.repository.query.ResultProcessor
Post-processes the given query result using the given preparing Converter to potentially prepare collection elements.
processResultSet(ResultSet, ResultSetSupportingSqlParameter) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
Process the given ResultSet from a stored procedure.
processRow(ResultSet) - 接口 中的方法org.springframework.jdbc.core.RowCallbackHandler
Implementations must implement this method to process each row of data in the ResultSet.
processRow(ResultSet) - 类 中的方法org.springframework.jdbc.core.RowCountCallbackHandler
Implementation of ResultSetCallbackHandler.
processRow(ResultSet, int) - 类 中的方法org.springframework.jdbc.core.RowCountCallbackHandler
Subclasses may override this to perform custom extraction or processing.
processScheduled(Scheduled, Method, Object) - 类 中的方法org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
processSource(Source) - 类 中的方法org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
 
processTemplate(Template, SimpleHash, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.freemarker.FreeMarkerView
Process the FreeMarker template to the servlet response.
processTemplateIntoString(Template, Object) - 类 中的静态方法org.springframework.ui.freemarker.FreeMarkerTemplateUtils
Process the specified FreeMarker template with the given model and write the result to the given Writer.
processUrl(HttpServletRequest, String) - 接口 中的方法org.springframework.web.servlet.support.RequestDataValueProcessor
Invoked when a URL is about to be rendered or redirected to.
produced(AtomicLongFieldUpdater<T>, T, long) - 类 中的静态方法reactor.core.publisher.Operators
Concurrent subtraction bound to 0, mostly used to decrement a request tracker by the amount produced by the operator.
produces(String...) - 接口 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo.Builder
Set the produces conditions.
ProducesRequestCondition - org.springframework.web.servlet.mvc.condition中的类
A logical disjunction (' || ') request condition to match a request's 'Accept' header to a list of media type expressions.
ProducesRequestCondition(String...) - 类 的构造器org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
Creates a new instance from "produces" expressions.
ProducesRequestCondition(String[], String[]) - 类 的构造器org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
Creates a new instance with "produces" and "header" expressions.
ProducesRequestCondition(String[], String[], ContentNegotiationManager) - 类 的构造器org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
PRODUCIBLE_MEDIA_TYPES_ATTRIBUTE - 接口 中的静态变量org.springframework.web.servlet.HandlerMapping
Name of the HttpServletRequest attribute that contains the set of producible MediaTypes applicable to the mapped handler.
ProfileValueChecker - org.springframework.test.context.junit4.statements中的类
ProfileValueChecker is a custom JUnit Statement that checks whether a test class or test method is enabled in the current environment via Spring's @IfProfileValue annotation.
ProfileValueChecker(Statement, Class<?>, Method) - 类 的构造器org.springframework.test.context.junit4.statements.ProfileValueChecker
Construct a new ProfileValueChecker statement.
ProfileValueSource - org.springframework.test.annotation中的接口
Strategy interface for retrieving profile values for a given testing environment.
ProfileValueSourceConfiguration - org.springframework.test.annotation中的注释类型
ProfileValueSourceConfiguration is a class-level annotation which is used to specify what type of ProfileValueSource to use when retrieving profile values configured via the @IfProfileValue annotation.
ProfileValueUtils - org.springframework.test.annotation中的类
General utility methods for working with profile values.
ProfileValueUtils() - 类 的构造器org.springframework.test.annotation.ProfileValueUtils
 
ProjectedPayload - org.springframework.data.web中的注释类型
Annotation to mark projection interfaces that are supposed to be used as projection interface to bind request or response payloads to.
projectingArgumentResolverBeanPostProcessor(ObjectFactory<ConversionService>) - 类 中的静态方法org.springframework.data.web.config.ProjectingArgumentResolverRegistrar
Registers a BeanPostProcessor to modify RequestMappingHandlerAdapter beans in the application context to get a ProxyingHandlerMethodArgumentResolver configured as first HandlerMethodArgumentResolver.
ProjectingArgumentResolverRegistrar - org.springframework.data.web.config中的类
Configuration class to register a BeanPostProcessor to augment RequestMappingHandlerAdapter with a ProxyingHandlerMethodArgumentResolver.
ProjectingArgumentResolverRegistrar() - 类 的构造器org.springframework.data.web.config.ProjectingArgumentResolverRegistrar
 
ProjectingJackson2HttpMessageConverter - org.springframework.data.web中的类
HttpMessageConverter implementation to enable projected JSON binding to interfaces annotated with ProjectedPayload.
ProjectingJackson2HttpMessageConverter() - 类 的构造器org.springframework.data.web.ProjectingJackson2HttpMessageConverter
Creates a new ProjectingJackson2HttpMessageConverter using a default ObjectMapper.
ProjectingJackson2HttpMessageConverter(ObjectMapper) - 类 的构造器org.springframework.data.web.ProjectingJackson2HttpMessageConverter
Creates a new ProjectingJackson2HttpMessageConverter for the given ObjectMapper.
Projection - org.springframework.expression.spel.ast中的类
Represents projection, where a given operation is performed on all elements in some input sequence, returning a new sequence of the same size.
Projection(boolean, int, SpelNodeImpl) - 类 的构造器org.springframework.expression.spel.ast.Projection
 
promotedAs(RedisNode.NodeType) - 类 中的方法org.springframework.data.redis.connection.RedisClusterNode.RedisClusterNodeBuilder
 
promotedAs(RedisNode.NodeType) - 类 中的方法org.springframework.data.redis.connection.RedisNode.RedisNodeBuilder
Set server role.
PROP_THREAD_COUNT - 类 中的静态变量org.springframework.scheduling.quartz.SchedulerFactoryBean
 
propagate(Throwable) - 类 中的静态方法reactor.core.Exceptions
Prepare an unchecked RuntimeException that should be propagated downstream through Subscriber.onError(Throwable).
Propagation - org.springframework.transaction.annotation中的枚举
Enumeration that represents transaction propagation behaviors for use with the Transactional annotation, corresponding to the TransactionDefinition interface.
PROPAGATION_MANDATORY - 接口 中的静态变量org.springframework.transaction.TransactionDefinition
Support a current transaction; throw an exception if no current transaction exists.
PROPAGATION_NESTED - 接口 中的静态变量org.springframework.transaction.TransactionDefinition
Execute within a nested transaction if a current transaction exists, behave like TransactionDefinition.PROPAGATION_REQUIRED otherwise.
PROPAGATION_NEVER - 接口 中的静态变量org.springframework.transaction.TransactionDefinition
Do not support a current transaction; throw an exception if a current transaction exists.
PROPAGATION_NOT_SUPPORTED - 接口 中的静态变量org.springframework.transaction.TransactionDefinition
Do not support a current transaction; rather always execute non-transactionally.
PROPAGATION_REQUIRED - 接口 中的静态变量org.springframework.transaction.TransactionDefinition
Support a current transaction; create a new one if none exists.
PROPAGATION_REQUIRES_NEW - 接口 中的静态变量org.springframework.transaction.TransactionDefinition
Create a new transaction, suspending the current transaction if one exists.
PROPAGATION_SUPPORTS - 接口 中的静态变量org.springframework.transaction.TransactionDefinition
Support a current transaction; execute non-transactionally if none exists.
PropertiesBasedNamedQueries - org.springframework.data.repository.core.support中的类
NamedQueries implementation backed by a Properties instance.
PropertiesBasedNamedQueries() - 类 的构造器org.springframework.data.repository.core.support.PropertiesBasedNamedQueries
 
PropertiesPersister - org.springframework.util中的接口
Strategy interface for persisting java.util.Properties, allowing for pluggable parsing strategies.
Property - org.yaml.snakeyaml.introspector中的类
A Property represents a single member variable of a class, possibly including its accessor methods (getX, setX).
Property(String, Class<?>) - 类 的构造器org.yaml.snakeyaml.introspector.Property
 
PropertyAccessor - org.springframework.expression中的接口
A property accessor is able to read from (and possibly write to) an object's properties.
propertyNames() - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
propertyNamingStrategy(PropertyNamingStrategy) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Specify a PropertyNamingStrategy to configure the ObjectMapper with.
PropertyOrFieldReference - org.springframework.expression.spel.ast中的类
Represents a simple property or field reference.
PropertyOrFieldReference(boolean, String, int) - 类 的构造器org.springframework.expression.spel.ast.PropertyOrFieldReference
 
PropertyPlaceholderHelper - org.springframework.util中的类
Utility class for working with Strings that have placeholder values in them.
PropertyPlaceholderHelper(String, String) - 类 的构造器org.springframework.util.PropertyPlaceholderHelper
Creates a new PropertyPlaceholderHelper that uses the supplied prefix and suffix.
PropertyPlaceholderHelper(String, String, String, boolean) - 类 的构造器org.springframework.util.PropertyPlaceholderHelper
Creates a new PropertyPlaceholderHelper that uses the supplied prefix and suffix.
PropertyPlaceholderHelper.PlaceholderResolver - org.springframework.util中的接口
Strategy interface used to resolve replacement values for placeholders contained in Strings.
PropertySubstitute - org.yaml.snakeyaml.introspector中的类
 
PropertySubstitute(String, Class<?>, String, String, Class<?>...) - 类 的构造器org.yaml.snakeyaml.introspector.PropertySubstitute
 
PropertySubstitute(String, Class<?>, Class<?>...) - 类 的构造器org.yaml.snakeyaml.introspector.PropertySubstitute
 
PropertyUtils - org.yaml.snakeyaml.introspector中的类
 
PropertyUtils() - 类 的构造器org.yaml.snakeyaml.introspector.PropertyUtils
 
PROTOBUF - 类 中的静态变量org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
 
ProtobufHttpMessageConverter - org.springframework.http.converter.protobuf中的类
An HttpMessageConverter that reads and writes com.google.protobuf.Messages using Google Protocol Buffers.
ProtobufHttpMessageConverter() - 类 的构造器org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
Construct a new ProtobufHttpMessageConverter.
ProtobufHttpMessageConverter(ExtensionRegistryInitializer) - 类 的构造器org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
Construct a new ProtobufHttpMessageConverter with an initializer that allows the registration of message extensions.
ProtobufJsonFormatHttpMessageConverter - org.springframework.http.converter.protobuf中的类
Subclass of ProtobufHttpMessageConverter which enforces the use of Protobuf 3 and its official library "com.google.protobuf:protobuf-java-util" for JSON processing.
ProtobufJsonFormatHttpMessageConverter() - 类 的构造器org.springframework.http.converter.protobuf.ProtobufJsonFormatHttpMessageConverter
Construct a new ProtobufJsonFormatHttpMessageConverter with default JsonFormat.Parser and JsonFormat.Printer configuration.
ProtobufJsonFormatHttpMessageConverter(JsonFormat.Parser, JsonFormat.Printer) - 类 的构造器org.springframework.http.converter.protobuf.ProtobufJsonFormatHttpMessageConverter
Construct a new ProtobufJsonFormatHttpMessageConverter with the given JsonFormat.Parser and JsonFormat.Printer configuration.
ProtobufJsonFormatHttpMessageConverter(JsonFormat.Parser, JsonFormat.Printer, ExtensionRegistryInitializer) - 类 的构造器org.springframework.http.converter.protobuf.ProtobufJsonFormatHttpMessageConverter
Construct a new ProtobufJsonFormatHttpMessageConverter with the given JsonFormat.Parser and JsonFormat.Printer configuration, also accepting an initializer that allows the registration of message extensions
provideXml(OutputStream) - 接口 中的方法org.springframework.jdbc.support.xml.XmlBinaryStreamProvider
Implementations must implement this method to provide the XML content for the OutputStream.
provideXml(Writer) - 接口 中的方法org.springframework.jdbc.support.xml.XmlCharacterStreamProvider
Implementations must implement this method to provide the XML content for the Writer.
provideXml(Result) - 接口 中的方法org.springframework.jdbc.support.xml.XmlResultProvider
Implementations must implement this method to provide the XML content for the Result.
PROXY_AUTHENTICATE - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Proxy-Authenticate header field name.
PROXY_AUTHORIZATION - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Proxy-Authorization header field name.
PROXY_TARGET_CLASS_ATTRIBUTE - 类 中的静态变量org.springframework.scripting.support.ScriptFactoryPostProcessor
 
ProxyAsyncConfiguration - org.springframework.scheduling.annotation中的类
@Configuration class that registers the Spring infrastructure beans necessary to enable proxy-based asynchronous method execution.
ProxyAsyncConfiguration() - 类 的构造器org.springframework.scheduling.annotation.ProxyAsyncConfiguration
 
ProxyFactoryBean - org.springframework.http.client.support中的类
FactoryBean that creates a java.net.Proxy.
ProxyFactoryBean() - 类 的构造器org.springframework.http.client.support.ProxyFactoryBean
 
ProxyingHandlerMethodArgumentResolver - org.springframework.data.web中的类
HandlerMethodArgumentResolver to create Proxy instances for interface based controller method parameters.
ProxyingHandlerMethodArgumentResolver(ConversionService) - 类 的构造器org.springframework.data.web.ProxyingHandlerMethodArgumentResolver
ProxyingHandlerMethodArgumentResolver(ObjectFactory<ConversionService>, boolean) - 类 的构造器org.springframework.data.web.ProxyingHandlerMethodArgumentResolver
Creates a new PageableHandlerMethodArgumentResolver using the given ConversionService.
proxyRevalidate() - 类 中的方法org.springframework.http.CacheControl
Add a "proxy-revalidate" directive.
ProxyTransactionManagementConfiguration - org.springframework.transaction.annotation中的类
@Configuration class that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven transaction management.
ProxyTransactionManagementConfiguration() - 类 的构造器org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration
 
ProxyUtils - org.springframework.data.util中的类
Proxy type detection utilities, extensible via ProxyUtils.ProxyDetector registered via Spring factories.
ProxyUtils() - 类 的构造器org.springframework.data.util.ProxyUtils
 
ProxyUtils.ProxyDetector - org.springframework.data.util中的接口
SPI to extend Spring's default proxy detection capabilities.
pSetEx(byte[], long, byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
pSetEx(byte[], long, byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pSetEx(String, long, String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pSetEX(ByteBuffer, ByteBuffer, Expiration) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Set key value pair and Expiration.
pSetEX(Publisher<ReactiveStringCommands.SetCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Set key value pairs and Expiration.
pSetEx(byte[], long, byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisStringCommands
Set the value and expiration in milliseconds for key.
pSetEx(String, long, String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Set the value and expiration in milliseconds for key.
pSubscribe(MessageListener, byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pSubscribe(MessageListener, String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pSubscribe(MessageListener, byte[]...) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
pSubscribe(MessageListener, byte[]...) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
pSubscribe(MessageListener, byte[]...) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
pSubscribe(MessageListener, byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisPubSubCommands
Subscribes the connection to all channels matching the given patterns.
pSubscribe(MessageListener, String...) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Subscribes the connection to all channels matching the given patterns.
pSubscribe(byte[]...) - 接口 中的方法org.springframework.data.redis.connection.Subscription
Adds the given channel patterns to the current subscription.
pSubscribe(byte[]...) - 类 中的方法org.springframework.data.redis.connection.util.AbstractSubscription
 
pTtl(byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
pTtl(byte[], TimeUnit) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
pTtl(byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pTtl(byte[], TimeUnit) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pTtl(String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pTtl(String, TimeUnit) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
pTtl(ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands
Get the time to live for key in milliseconds.
pTtl(Publisher<ReactiveRedisConnection.KeyCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands
Get one-by-one the time to live for keys.
pTtl(byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisKeyCommands
Get the precise time to live for key in milliseconds.
pTtl(byte[], TimeUnit) - 接口 中的方法org.springframework.data.redis.connection.RedisKeyCommands
Get the precise time to live for key in and convert it to the given TimeUnit.
pTtl(String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get the precise time to live for key in milliseconds.
pTtl(String, TimeUnit) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get the precise time to live for key in and convert it to the given TimeUnit.
publish(byte[], byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
publish(String, String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
publish(byte[], byte[]) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
publish(byte[], byte[]) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
publish(byte[], byte[]) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
publish(byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisPubSubCommands
Publishes the given message to the given channel.
publish(String, String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Publishes the given message to the given channel.
publish() - 类 中的方法reactor.core.publisher.Flux
Prepare a ConnectableFlux which shares this Flux sequence and dispatches values to subscribers in a backpressure-aware manner.
publish(int) - 类 中的方法reactor.core.publisher.Flux
Prepare a ConnectableFlux which shares this Flux sequence and dispatches values to subscribers in a backpressure-aware manner.
publish(Function<? super Flux<T>, ? extends Publisher<? extends R>>) - 类 中的方法reactor.core.publisher.Flux
Shares a sequence for the duration of a function that may transform it and consume it as many times as necessary without causing multiple subscriptions to the upstream.
publish(Function<? super Flux<T>, ? extends Publisher<? extends R>>, int) - 类 中的方法reactor.core.publisher.Flux
Shares a sequence for the duration of a function that may transform it and consume it as many times as necessary without causing multiple subscriptions to the upstream.
publish(Function<? super Mono<T>, ? extends Mono<? extends R>>) - 类 中的方法reactor.core.publisher.Mono
Share a Mono for the duration of a function that may transform it and consume it as many times as necessary without causing multiple subscriptions to the upstream.
publishEndpoint(Endpoint, WebService) - 类 中的方法org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Actually publish the given endpoint.
publishEndpoint(Endpoint, WebServiceProvider) - 类 中的方法org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Actually publish the given provider endpoint.
publishEndpoint(Endpoint, WebService) - 类 中的方法org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
publishEndpoint(Endpoint, WebServiceProvider) - 类 中的方法org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
publishEndpoint(Endpoint, WebService) - 类 中的方法org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
 
publishEndpoint(Endpoint, WebServiceProvider) - 类 中的方法org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
 
publishEndpoints() - 类 中的方法org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Publish all WebService annotated beans in the containing BeanFactory.
publisherToFlowPublisher(Publisher<T>) - 类 中的静态方法reactor.adapter.JdkFlowAdapter
Return a java Flow.Publisher from a Flux
publishEvent(RedisKeyExpiredEvent) - 类 中的方法org.springframework.data.redis.listener.KeyExpirationEventMessageListener
Publish the event in case an ApplicationEventPublisher is set.
publishNext() - 类 中的方法reactor.core.publisher.Flux
Prepare a Mono which shares this Flux sequence and dispatches the first observed item to subscribers in a backpressure-aware manner.
publishOn(Scheduler) - 类 中的方法reactor.core.publisher.Flux
Run onNext, onComplete and onError on a supplied Scheduler Worker.
publishOn(Scheduler, int) - 类 中的方法reactor.core.publisher.Flux
Run onNext, onComplete and onError on a supplied Scheduler Scheduler.Worker.
publishOn(Scheduler, boolean, int) - 类 中的方法reactor.core.publisher.Flux
Run onNext, onComplete and onError on a supplied Scheduler Scheduler.Worker.
publishOn(Scheduler) - 类 中的方法reactor.core.publisher.Mono
Run onNext, onComplete and onError on a supplied Scheduler Worker.
pUnsubscribe() - 接口 中的方法org.springframework.data.redis.connection.Subscription
Cancels the subscription for all channels matched by patterns.
pUnsubscribe(byte[]...) - 接口 中的方法org.springframework.data.redis.connection.Subscription
Cancels the subscription for all channels matching the given patterns.
pUnsubscribe() - 类 中的方法org.springframework.data.redis.connection.util.AbstractSubscription
 
pUnsubscribe(byte[]...) - 类 中的方法org.springframework.data.redis.connection.util.AbstractSubscription
 
purgeUnreferencedEntries() - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap
Remove any entries that have been garbage collected and are no longer referenced.
push(Publisher<ReactiveListCommands.PushCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveListCommands
push(E) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
push(T) - 类 中的方法org.yaml.snakeyaml.util.ArrayStack
 
push(Consumer<? super FluxSink<T>>) - 类 中的静态方法reactor.core.publisher.Flux
Programmatically create a Flux with the capability of emitting multiple elements from a single-threaded producer through the FluxSink API.
push(Consumer<? super FluxSink<T>>, FluxSink.OverflowStrategy) - 类 中的静态方法reactor.core.publisher.Flux
Programmatically create a Flux with the capability of emitting multiple elements from a single-threaded producer through the FluxSink API.
pushActiveContextObject(TypedValue) - 类 中的方法org.springframework.expression.spel.ExpressionState
 
pushDescriptor(String) - 类 中的方法org.springframework.expression.spel.CodeFlow
Record the descriptor for the most recently evaluated expression element.
pushNestedPath(String) - 类 中的方法org.springframework.validation.AbstractErrors
 
pushNestedPath(String) - 异常错误 中的方法org.springframework.validation.BindException
 
pushNestedPath(String) - 接口 中的方法org.springframework.validation.Errors
Push the given sub path onto the nested path stack.
pushNestedPath(String) - 类 中的方法org.springframework.web.bind.EscapedErrors
 
pushNestedPath(String) - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
put(HK, HV) - 接口 中的方法org.springframework.data.redis.core.BoundHashOperations
Set the value of a hash key at the bound key.
put(String, byte[]) - 类 中的方法org.springframework.data.redis.core.convert.Bucket
Add String representation of property dot path with given value.
put(H, HK, HV) - 接口 中的方法org.springframework.data.redis.core.HashOperations
Set the value of a hash hashKey.
put(H, HK, HV) - 接口 中的方法org.springframework.data.redis.core.ReactiveHashOperations
Set the value of a hash hashKey.
put(Object, Object, String) - 类 中的方法org.springframework.data.redis.core.RedisKeyValueAdapter
 
put(E) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
put(K, V) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisMap
 
put(Object, Object) - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
put(String, List<String>) - 类 中的方法org.springframework.http.HttpHeaders
 
put(URI) - 类 中的静态方法org.springframework.http.RequestEntity
Create an HTTP PUT builder with the given url.
put(String, Object...) - 类 中的静态方法org.springframework.mock.http.server.reactive.MockServerHttpRequest
HTTP PUT variant.
put(MergedContextConfiguration, ApplicationContext) - 接口 中的方法org.springframework.test.context.cache.ContextCache
Explicitly add an ApplicationContext instance to the cache under the given key, potentially honoring a custom eviction policy.
put(MergedContextConfiguration, ApplicationContext) - 类 中的方法org.springframework.test.context.cache.DefaultContextCache
Explicitly add an ApplicationContext instance to the cache under the given key, potentially honoring a custom eviction policy.
put() - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient
Prepare an HTTP PUT request.
put(String, Object...) - 类 中的静态方法org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockHttpServletRequestBuilder for a PUT request.
put(URI) - 类 中的静态方法org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockHttpServletRequestBuilder for a PUT request.
put(K, V) - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap
 
put(String, V) - 类 中的方法org.springframework.util.LinkedCaseInsensitiveMap
 
put(K, List<V>) - 类 中的方法org.springframework.util.LinkedMultiValueMap
 
put(String, Object) - 类 中的方法org.springframework.validation.support.BindingAwareConcurrentModel
 
put(String, Object) - 类 中的方法org.springframework.validation.support.BindingAwareModelMap
 
put(String, HttpEntity<?>, Object...) - 接口 中的方法org.springframework.web.client.AsyncRestOperations
已过时。
Create or update a resource by PUTting the given object to the URI.
put(String, HttpEntity<?>, Map<String, ?>) - 接口 中的方法org.springframework.web.client.AsyncRestOperations
已过时。
Creates a new resource by PUTting the given object to URI template.
put(URI, HttpEntity<?>) - 接口 中的方法org.springframework.web.client.AsyncRestOperations
已过时。
Creates a new resource by PUTting the given object to URL.
put(String, HttpEntity<?>, Object...) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
 
put(String, HttpEntity<?>, Map<String, ?>) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
 
put(URI, HttpEntity<?>) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
 
put(String, Object, Object...) - 接口 中的方法org.springframework.web.client.RestOperations
Create or update a resource by PUTting the given object to the URI.
put(String, Object, Map<String, ?>) - 接口 中的方法org.springframework.web.client.RestOperations
Creates a new resource by PUTting the given object to URI template.
put(URI, Object) - 接口 中的方法org.springframework.web.client.RestOperations
Creates a new resource by PUTting the given object to URL.
put(String, Object, Object...) - 类 中的方法org.springframework.web.client.RestTemplate
 
put(String, Object, Map<String, ?>) - 类 中的方法org.springframework.web.client.RestTemplate
 
put(URI, Object) - 类 中的方法org.springframework.web.client.RestTemplate
 
put(String, Object) - 类 中的方法org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
The value is formatted as a String before being added.
put(Object, Object) - 接口 中的方法reactor.util.context.Context
Create a new Context that contains all current key/value pairs plus the given key/value pair.
putAll(Map<? extends HK, ? extends HV>) - 接口 中的方法org.springframework.data.redis.core.BoundHashOperations
Set multiple hash fields to multiple values using data provided in m at the bound key.
putAll(H, Map<? extends HK, ? extends HV>) - 接口 中的方法org.springframework.data.redis.core.HashOperations
Set multiple hash fields to multiple values using data provided in m.
putAll(H, Map<? extends HK, ? extends HV>) - 接口 中的方法org.springframework.data.redis.core.ReactiveHashOperations
Set multiple hash fields to multiple values using data provided in m.
putAll(Map<? extends K, ? extends V>) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisMap
 
putAll(Map<? extends Object, ? extends Object>) - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
putAll(Map<? extends String, ? extends List<String>>) - 类 中的方法org.springframework.http.HttpHeaders
 
putAll(Map<? extends String, ? extends V>) - 类 中的方法org.springframework.util.LinkedCaseInsensitiveMap
 
putAll(Map<? extends K, ? extends List<V>>) - 类 中的方法org.springframework.util.LinkedMultiValueMap
 
putAll(Map<? extends String, ?>) - 类 中的方法org.springframework.validation.support.BindingAwareConcurrentModel
 
putAll(Map<? extends String, ?>) - 类 中的方法org.springframework.validation.support.BindingAwareModelMap
 
putAll(Map<? extends String, ? extends Object>) - 类 中的方法org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
Each value is formatted as a String before being added.
putAll(Context) - 接口 中的方法reactor.util.context.Context
Create a new Context by merging the content of this context and a given Context.
putFirst(E) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
putIfAbsent(HK, HV) - 接口 中的方法org.springframework.data.redis.core.BoundHashOperations
Set the value of a hash key only if key does not exist.
putIfAbsent(H, HK, HV) - 接口 中的方法org.springframework.data.redis.core.HashOperations
Set the value of a hash hashKey only if hashKey does not exist.
putIfAbsent(H, HK, HV) - 接口 中的方法org.springframework.data.redis.core.ReactiveHashOperations
Set the value of a hash hashKey only if hashKey does not exist.
putIfAbsent(K, V) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisMap
 
putIfAbsent(Object, Object) - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
putIfAbsent(K, V) - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap
 
putLast(E) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
putListPropertyType(String, Class<? extends Object>) - 类 中的方法org.yaml.snakeyaml.TypeDescription
已过时。
PutMapping - org.springframework.web.bind.annotation中的注释类型
Annotation for mapping HTTP PUT requests onto specific handler methods.
putMapPropertyType(String, Class<? extends Object>, Class<? extends Object>) - 类 中的方法org.yaml.snakeyaml.TypeDescription
已过时。
putValue(String, Object) - 类 中的方法org.springframework.mock.web.MockHttpSession
 

Q

QualifiedIdentifier - org.springframework.expression.spel.ast中的类
Represents a dot separated sequence of strings that indicate a package qualified type reference.
QualifiedIdentifier(int, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.QualifiedIdentifier
 
QUALITY_VALUE_COMPARATOR - 类 中的静态变量org.springframework.http.MediaType
QuartzJobBean - org.springframework.scheduling.quartz中的类
Simple implementation of the Quartz Job interface, applying the passed-in JobDataMap and also the SchedulerContext as bean property values.
QuartzJobBean() - 类 的构造器org.springframework.scheduling.quartz.QuartzJobBean
 
query(String, ResultSetExtractor<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Execute a query given static SQL, reading the ResultSet with a ResultSetExtractor.
query(String, RowCallbackHandler) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Execute a query given static SQL, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(String, RowMapper<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Execute a query given static SQL, mapping each row to a Java object via a RowMapper.
query(PreparedStatementCreator, ResultSetExtractor<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query using a prepared statement, reading the ResultSet with a ResultSetExtractor.
query(String, PreparedStatementSetter, ResultSetExtractor<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query using a prepared statement, reading the ResultSet with a ResultSetExtractor.
query(String, Object[], int[], ResultSetExtractor<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet with a ResultSetExtractor.
query(String, Object[], ResultSetExtractor<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet with a ResultSetExtractor.
query(String, ResultSetExtractor<T>, Object...) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet with a ResultSetExtractor.
query(PreparedStatementCreator, RowCallbackHandler) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query using a prepared statement, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(String, PreparedStatementSetter, RowCallbackHandler) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a PreparedStatementSetter implementation that knows how to bind values to the query, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(String, Object[], int[], RowCallbackHandler) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(String, Object[], RowCallbackHandler) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(String, RowCallbackHandler, Object...) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(PreparedStatementCreator, RowMapper<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query using a prepared statement, mapping each row to a Java object via a RowMapper.
query(String, PreparedStatementSetter, RowMapper<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a PreparedStatementSetter implementation that knows how to bind values to the query, mapping each row to a Java object via a RowMapper.
query(String, Object[], int[], RowMapper<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping each row to a Java object via a RowMapper.
query(String, Object[], RowMapper<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping each row to a Java object via a RowMapper.
query(String, RowMapper<T>, Object...) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping each row to a Java object via a RowMapper.
query(String, ResultSetExtractor<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(String, RowCallbackHandler) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(String, RowMapper<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(PreparedStatementCreator, PreparedStatementSetter, ResultSetExtractor<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
Query using a prepared statement, allowing for a PreparedStatementCreator and a PreparedStatementSetter.
query(PreparedStatementCreator, ResultSetExtractor<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(String, PreparedStatementSetter, ResultSetExtractor<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(String, Object[], int[], ResultSetExtractor<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(String, Object[], ResultSetExtractor<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(String, ResultSetExtractor<T>, Object...) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(PreparedStatementCreator, RowCallbackHandler) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(String, PreparedStatementSetter, RowCallbackHandler) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(String, Object[], int[], RowCallbackHandler) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(String, Object[], RowCallbackHandler) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(String, RowCallbackHandler, Object...) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(PreparedStatementCreator, RowMapper<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(String, PreparedStatementSetter, RowMapper<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(String, Object[], int[], RowMapper<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(String, Object[], RowMapper<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(String, RowMapper<T>, Object...) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(String, SqlParameterSource, ResultSetExtractor<T>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet with a ResultSetExtractor.
query(String, Map<String, ?>, ResultSetExtractor<T>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet with a ResultSetExtractor.
query(String, ResultSetExtractor<T>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL, reading the ResultSet with a ResultSetExtractor.
query(String, SqlParameterSource, RowCallbackHandler) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(String, Map<String, ?>, RowCallbackHandler) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(String, RowCallbackHandler) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(String, SqlParameterSource, RowMapper<T>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping each row to a Java object via a RowMapper.
query(String, Map<String, ?>, RowMapper<T>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping each row to a Java object via a RowMapper.
query(String, RowMapper<T>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL, mapping each row to a Java object via a RowMapper.
query(String, SqlParameterSource, ResultSetExtractor<T>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
query(String, Map<String, ?>, ResultSetExtractor<T>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
query(String, ResultSetExtractor<T>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
query(String, SqlParameterSource, RowCallbackHandler) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
query(String, Map<String, ?>, RowCallbackHandler) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
query(String, RowCallbackHandler) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
query(String, SqlParameterSource, RowMapper<T>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
query(String, Map<String, ?>, RowMapper<T>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
query(String, RowMapper<T>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
query(String) - 接口 中的方法org.springframework.web.util.UriBuilder
Append the given query to the existing query of this builder.
query(String) - 类 中的方法org.springframework.web.util.UriComponentsBuilder
Append the given query to the existing query of this builder.
QueryByExampleExecutor<T> - org.springframework.data.repository.query中的接口
Interface to allow execution of Query by Example Example instances.
QueryCreationException - org.springframework.data.repository.query中的异常错误
Exception to be thrown if a query cannot be created from a QueryMethod.
QueryCreationListener<T extends RepositoryQuery> - org.springframework.data.repository.core.support中的接口
Callback for listeners that want to execute functionality on RepositoryQuery creation.
QuerydslActivator() - 类 的构造器org.springframework.data.web.config.EnableSpringDataWebSupport.QuerydslActivator
 
querydslBindingsFactory() - 类 中的方法org.springframework.data.web.config.QuerydslWebConfiguration
 
querydslPredicateArgumentResolver() - 类 中的方法org.springframework.data.web.config.QuerydslWebConfiguration
Default QuerydslPredicateArgumentResolver to create Querydsl Predicate instances for Spring MVC controller methods.
QuerydslPredicateArgumentResolver - org.springframework.data.web.querydsl中的类
HandlerMethodArgumentResolver to allow injection of com.querydsl.core.types.Predicate into Spring MVC controller methods.
QuerydslPredicateArgumentResolver(QuerydslBindingsFactory, Optional<ConversionService>) - 类 的构造器org.springframework.data.web.querydsl.QuerydslPredicateArgumentResolver
Creates a new QuerydslPredicateArgumentResolver using the given ConversionService.
QuerydslWebConfiguration - org.springframework.data.web.config中的类
Querydsl-specific web configuration for Spring Data.
QuerydslWebConfiguration() - 类 的构造器org.springframework.data.web.config.QuerydslWebConfiguration
 
QueryExecutionConverters - org.springframework.data.repository.util中的类
Converters to potentially wrap the execution of a repository method into a variety of wrapper types potentially being available on the classpath.
QueryExecutionConverters.WrapperType - org.springframework.data.repository.util中的类
 
QueryExecutorMethodInterceptor(RepositoryInformation, ProjectionFactory) - 类 的构造器org.springframework.data.repository.core.support.RepositoryFactorySupport.QueryExecutorMethodInterceptor
queryForList(String, Class<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Execute a query for a result list, given static SQL.
queryForList(String) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Execute a query for a result list, given static SQL.
queryForList(String, Object[], int[], Class<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result list.
queryForList(String, Object[], Class<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result list.
queryForList(String, Class<T>, Object...) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result list.
queryForList(String, Object[], int[]) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result list.
queryForList(String, Object...) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result list.
queryForList(String, Class<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForList(String) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForList(String, Object[], int[], Class<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForList(String, Object[], Class<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForList(String, Class<T>, Object...) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForList(String, Object[], int[]) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForList(String, Object...) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForList(String, SqlParameterSource, Class<T>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result list.
queryForList(String, Map<String, ?>, Class<T>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result list.
queryForList(String, SqlParameterSource) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result list.
queryForList(String, Map<String, ?>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result list.
queryForList(String, SqlParameterSource, Class<T>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryForList(String, Map<String, ?>, Class<T>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryForList(String, SqlParameterSource) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryForList(String, Map<String, ?>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryForMap(String) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Execute a query for a result Map, given static SQL.
queryForMap(String, Object[], int[]) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result Map.
queryForMap(String, Object...) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result Map.
queryForMap(String) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForMap(String, Object[], int[]) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForMap(String, Object...) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForMap(String, SqlParameterSource) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result Map.
queryForMap(String, Map<String, ?>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result Map.
queryForMap(String, SqlParameterSource) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryForMap(String, Map<String, ?>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryForObject(String, RowMapper<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Execute a query given static SQL, mapping a single result row to a Java object via a RowMapper.
queryForObject(String, Class<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Execute a query for a result object, given static SQL.
queryForObject(String, Object[], int[], RowMapper<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping a single result row to a Java object via a RowMapper.
queryForObject(String, Object[], RowMapper<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping a single result row to a Java object via a RowMapper.
queryForObject(String, RowMapper<T>, Object...) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping a single result row to a Java object via a RowMapper.
queryForObject(String, Object[], int[], Class<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result object.
queryForObject(String, Object[], Class<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result object.
queryForObject(String, Class<T>, Object...) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result object.
queryForObject(String, RowMapper<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForObject(String, Class<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForObject(String, Object[], int[], RowMapper<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForObject(String, Object[], RowMapper<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForObject(String, RowMapper<T>, Object...) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForObject(String, Object[], int[], Class<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForObject(String, Object[], Class<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForObject(String, Class<T>, Object...) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForObject(String, SqlParameterSource, RowMapper<T>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping a single result row to a Java object via a RowMapper.
queryForObject(String, Map<String, ?>, RowMapper<T>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping a single result row to a Java object via a RowMapper.
queryForObject(String, SqlParameterSource, Class<T>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result object.
queryForObject(String, Map<String, ?>, Class<T>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result object.
queryForObject(String, SqlParameterSource, RowMapper<T>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryForObject(String, Map<String, ?>, RowMapper<T>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryForObject(String, SqlParameterSource, Class<T>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryForObject(String, Map<String, ?>, Class<T>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryForRowSet(String) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Execute a query for a SqlRowSet, given static SQL.
queryForRowSet(String, Object[], int[]) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a SqlRowSet.
queryForRowSet(String, Object...) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a SqlRowSet.
queryForRowSet(String) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForRowSet(String, Object[], int[]) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForRowSet(String, Object...) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForRowSet(String, SqlParameterSource) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a SqlRowSet.
queryForRowSet(String, Map<String, ?>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a SqlRowSet.
queryForRowSet(String, SqlParameterSource) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryForRowSet(String, Map<String, ?>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
QueryLookupStrategy - org.springframework.data.repository.query中的接口
Strategy interface for which way to lookup RepositoryQuerys.
QueryLookupStrategy.Key - org.springframework.data.repository.query中的枚举
 
QueryMethod - org.springframework.data.repository.query中的类
Abstraction of a method that is designated to execute a finder query.
QueryMethod(Method, RepositoryMetadata, ProjectionFactory) - 类 的构造器org.springframework.data.repository.query.QueryMethod
Creates a new QueryMethod from the given parameters.
QueryMethodParameterConversionException - org.springframework.data.repository.support中的异常错误
Exception to represent a failed attempt to convert a source value into a query method parameter.
QueryMethodParameterConversionException(Object, MethodParameter, ConversionException) - 异常错误 的构造器org.springframework.data.repository.support.QueryMethodParameterConversionException
Creates a new QueryMethodParameterConversionException for the given source object, MethodParameter and root cause ConversionException.
queryParam(String, Object...) - 接口 中的方法org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
Append the given query parameter to the existing query parameters.
queryParam(String, String) - 接口 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
 
queryParam(String, Matcher<? super String>...) - 类 中的静态方法org.springframework.test.web.client.match.MockRestRequestMatchers
Assert request query parameter values with the given Hamcrest matcher(s).
queryParam(String, String...) - 类 中的静态方法org.springframework.test.web.client.match.MockRestRequestMatchers
Assert request query parameter values.
queryParam(String, Object...) - 接口 中的方法org.springframework.web.util.UriBuilder
Append the given query parameter to the existing query parameters.
queryParam(String, Object...) - 类 中的方法org.springframework.web.util.UriComponentsBuilder
Append the given query parameter to the existing query parameters.
queryParams(MultiValueMap<String, String>) - 接口 中的方法org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
Add the given query parameters and values.
queryParams(MultiValueMap<String, String>) - 接口 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
 
queryParams() - 类 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest
 
queryParams(MultiValueMap<String, String>) - 接口 中的方法org.springframework.web.util.UriBuilder
Add the given query parameters.
queryParams(MultiValueMap<String, String>) - 类 中的方法org.springframework.web.util.UriComponentsBuilder
Add the given query parameters.
queryProperties(Map<String, Object>) - 类 中的方法org.springframework.web.servlet.view.RedirectView
Determine name-value pairs for query strings, which will be stringified, URL-encoded and formatted by RedirectView.appendQueryProperties(java.lang.StringBuilder, java.util.Map<java.lang.String, java.lang.Object>, java.lang.String).
QueryUtils - org.springframework.data.redis.core.query中的类
Utilities for SortQuery implementations.
QueryUtils() - 类 的构造器org.springframework.data.redis.core.query.QueryUtils
 
Queues - reactor.util.concurrent中的类
Queue utilities and suppliers for 1-producer/1-consumer ready queues adapted for various given capacities.
quote(String) - 类 中的静态方法org.springframework.util.StringUtils
Quote the given String with single quotes.
quoteIfString(Object) - 类 中的静态方法org.springframework.util.StringUtils
Turn the given Object into a String with single quotes if it is a String; keeping the Object as-is else.

R

RadioButtonsTag - org.springframework.web.servlet.tags.form中的类
The <radiobuttons> tag renders multiple HTML 'input' tags with type 'radio'.
RadioButtonsTag() - 类 的构造器org.springframework.web.servlet.tags.form.RadioButtonsTag
 
RadioButtonTag - org.springframework.web.servlet.tags.form中的类
The <radiobutton> tag renders an HTML 'input' tag with type 'radio'.
RadioButtonTag() - 类 的构造器org.springframework.web.servlet.tags.form.RadioButtonTag
 
radius(Circle) - 接口 中的方法org.springframework.data.redis.core.BoundGeoOperations
Get the members within the boundaries of a given Circle.
radius(Circle, RedisGeoCommands.GeoRadiusCommandArgs) - 接口 中的方法org.springframework.data.redis.core.BoundGeoOperations
Get the members within the boundaries of a given Circle applying RedisGeoCommands.GeoRadiusCommandArgs.
radius(K, M, double) - 接口 中的方法org.springframework.data.redis.core.BoundGeoOperations
Get the members within the circle defined by the members coordinates and given radius.
radius(M, Distance) - 接口 中的方法org.springframework.data.redis.core.BoundGeoOperations
Get the members within the circle defined by the members coordinates and given radius applying Metric.
radius(M, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - 接口 中的方法org.springframework.data.redis.core.BoundGeoOperations
Get the members within the circle defined by the members coordinates and given radius applying Metric and RedisGeoCommands.GeoRadiusCommandArgs.
radius(K, Circle) - 接口 中的方法org.springframework.data.redis.core.GeoOperations
Get the members within the boundaries of a given Circle.
radius(K, Circle, RedisGeoCommands.GeoRadiusCommandArgs) - 接口 中的方法org.springframework.data.redis.core.GeoOperations
Get the members within the boundaries of a given Circle applying RedisGeoCommands.GeoRadiusCommandArgs.
radius(K, M, double) - 接口 中的方法org.springframework.data.redis.core.GeoOperations
Get the members within the circle defined by the members coordinates and given radius.
radius(K, M, Distance) - 接口 中的方法org.springframework.data.redis.core.GeoOperations
Get the members within the circle defined by the members coordinates and given radius applying Metric.
radius(K, M, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - 接口 中的方法org.springframework.data.redis.core.GeoOperations
Get the members within the circle defined by the members coordinates and given radius applying Metric and RedisGeoCommands.GeoRadiusCommandArgs.
radius(K, Circle) - 接口 中的方法org.springframework.data.redis.core.ReactiveGeoOperations
Get the members within the boundaries of a given Circle.
radius(K, Circle, RedisGeoCommands.GeoRadiusCommandArgs) - 接口 中的方法org.springframework.data.redis.core.ReactiveGeoOperations
Get the members within the boundaries of a given Circle applying RedisGeoCommands.GeoRadiusCommandArgs.
radius(K, M, double) - 接口 中的方法org.springframework.data.redis.core.ReactiveGeoOperations
Get the members within the circle defined by the members coordinates and given radius.
radius(K, M, Distance) - 接口 中的方法org.springframework.data.redis.core.ReactiveGeoOperations
Get the members within the circle defined by the members coordinates and given radius applying Metric.
radius(K, M, Distance, RedisGeoCommands.GeoRadiusCommandArgs) - 接口 中的方法org.springframework.data.redis.core.ReactiveGeoOperations
Get the members within the circle defined by the members coordinates and given radius applying Metric and RedisGeoCommands.GeoRadiusCommandArgs.
randomKey() - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
randomKey() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
randomKey(RedisClusterNode) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
randomKey(RedisClusterNode) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
randomKey(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.ReactiveClusterKeyCommands
Retrieve a random key from RedisNode.
randomKey() - 接口 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands
Return a random key from the keyspace.
randomKey(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.RedisClusterConnection
 
randomKey() - 接口 中的方法org.springframework.data.redis.connection.RedisKeyCommands
Return a random key from the keyspace.
randomKey(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.core.ClusterOperations
Get a random key from the range served by the given node.
randomKey() - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisOperations
Return a random key from the keyspace.
randomKey() - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
 
randomKey() - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Return a random key from the keyspace.
randomKey() - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
randomMember() - 接口 中的方法org.springframework.data.redis.core.BoundSetOperations
Get random element from set at the bound key.
randomMember(K) - 接口 中的方法org.springframework.data.redis.core.ReactiveSetOperations
Get random element from set at key.
randomMember(K) - 接口 中的方法org.springframework.data.redis.core.SetOperations
Get random element from set at key.
randomMembers(long) - 接口 中的方法org.springframework.data.redis.core.BoundSetOperations
Get count random elements from set at the bound key.
randomMembers(K, long) - 接口 中的方法org.springframework.data.redis.core.ReactiveSetOperations
Get count random elements from set at key.
randomMembers(K, long) - 接口 中的方法org.springframework.data.redis.core.SetOperations
Get count random elements from set at key.
Range() - 类 的构造器org.springframework.data.redis.connection.RedisZSetCommands.Range
 
range() - 类 中的静态方法org.springframework.data.redis.connection.RedisZSetCommands.Range
 
Range(long, long) - 类 的构造器org.springframework.data.redis.connection.SortParameters.Range
 
range(long, long) - 接口 中的方法org.springframework.data.redis.core.BoundListOperations
Get elements between begin and end from list at the bound key.
range(long, long) - 接口 中的方法org.springframework.data.redis.core.BoundZSetOperations
Get elements between start and end from sorted set.
range(K, long, long) - 接口 中的方法org.springframework.data.redis.core.ListOperations
Get elements between begin and end from list at key.
range(K, long, long) - 接口 中的方法org.springframework.data.redis.core.ReactiveListOperations
Get elements between begin and end from list at key.
range(K, Range<Long>) - 接口 中的方法org.springframework.data.redis.core.ReactiveZSetOperations
Get elements between start and end from sorted set.
range(K, long, long) - 接口 中的方法org.springframework.data.redis.core.ZSetOperations
Get elements between start and end from sorted set.
range(long, long) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
range(long, long) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisZSet
 
range(long, long) - 接口 中的方法org.springframework.data.redis.support.collections.RedisList
 
range(long, long) - 接口 中的方法org.springframework.data.redis.support.collections.RedisZSet
 
RANGE - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Range header field name.
range(HttpRange...) - 接口 中的方法org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
Set the (new) value of the Range header.
range(int, int) - 类 中的静态方法reactor.core.publisher.Flux
Build a Flux that will only emit a sequence of count incrementing integers, starting from start.
rangeByLex(RedisZSetCommands.Range) - 接口 中的方法org.springframework.data.redis.core.BoundZSetOperations
Get all elements with lexicographical ordering with a value between RedisZSetCommands.Range.getMin() and RedisZSetCommands.Range.getMax().
rangeByLex(RedisZSetCommands.Range, RedisZSetCommands.Limit) - 接口 中的方法org.springframework.data.redis.core.BoundZSetOperations
Get all elements n elements, where n = RedisZSetCommands.Limit.getCount(), starting at RedisZSetCommands.Limit.getOffset() with lexicographical ordering having a value between RedisZSetCommands.Range.getMin() and RedisZSetCommands.Range.getMax().
rangeByLex(K, Range<String>) - 接口 中的方法org.springframework.data.redis.core.ReactiveZSetOperations
Get all elements with lexicographical ordering from ZSET at key with a value between Range#getLowerBound() and Range#getUpperBound().
rangeByLex(K, Range<String>, RedisZSetCommands.Limit) - 接口 中的方法org.springframework.data.redis.core.ReactiveZSetOperations
Get all elements n elements, where n = RedisZSetCommands.Limit.getCount(), starting at RedisZSetCommands.Limit.getOffset() with lexicographical ordering from ZSET at key with a value between Range#getLowerBound() and Range#getUpperBound().
rangeByLex(K, RedisZSetCommands.Range) - 接口 中的方法org.springframework.data.redis.core.ZSetOperations
Get all elements with lexicographical ordering from ZSET at key with a value between RedisZSetCommands.Range.getMin() and RedisZSetCommands.Range.getMax().
rangeByLex(K, RedisZSetCommands.Range, RedisZSetCommands.Limit) - 接口 中的方法org.springframework.data.redis.core.ZSetOperations
Get all elements n elements, where n = RedisZSetCommands.Limit.getCount(), starting at RedisZSetCommands.Limit.getOffset() with lexicographical ordering from ZSET at key with a value between RedisZSetCommands.Range.getMin() and RedisZSetCommands.Range.getMax().
rangeByLex(RedisZSetCommands.Range) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisZSet
 
rangeByLex(RedisZSetCommands.Range, RedisZSetCommands.Limit) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisZSet
 
rangeByLex(RedisZSetCommands.Range) - 接口 中的方法org.springframework.data.redis.support.collections.RedisZSet
Get all elements with lexicographical ordering with a value between RedisZSetCommands.Range.getMin() and RedisZSetCommands.Range.getMax().
rangeByLex(RedisZSetCommands.Range, RedisZSetCommands.Limit) - 接口 中的方法org.springframework.data.redis.support.collections.RedisZSet
Get all elements n elements, where n = RedisZSetCommands.Limit.getCount(), starting at RedisZSetCommands.Limit.getOffset() with lexicographical ordering having a value between RedisZSetCommands.Range.getMin() and RedisZSetCommands.Range.getMax().
rangeByScore(double, double) - 接口 中的方法org.springframework.data.redis.core.BoundZSetOperations
Get elements where score is between min and max from sorted set.
rangeByScore(K, Range<Double>) - 接口 中的方法org.springframework.data.redis.core.ReactiveZSetOperations
Get elements where score is between min and max from sorted set.
rangeByScore(K, Range<Double>, RedisZSetCommands.Limit) - 接口 中的方法org.springframework.data.redis.core.ReactiveZSetOperations
Get elements in range from start to end where score is between min and max from sorted set.
rangeByScore(K, double, double) - 接口 中的方法org.springframework.data.redis.core.ZSetOperations
Get elements where score is between min and max from sorted set.
rangeByScore(K, double, double, long, long) - 接口 中的方法org.springframework.data.redis.core.ZSetOperations
Get elements in range from start to end where score is between min and max from sorted set.
rangeByScore(double, double) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisZSet
 
rangeByScore(double, double) - 接口 中的方法org.springframework.data.redis.support.collections.RedisZSet
 
rangeByScoreWithScores(double, double) - 接口 中的方法org.springframework.data.redis.core.BoundZSetOperations
Get set of RedisZSetCommands.Tuples where score is between min and max from sorted set.
rangeByScoreWithScores(K, Range<Double>) - 接口 中的方法org.springframework.data.redis.core.ReactiveZSetOperations
Get set of RedisZSetCommands.Tuples where score is between min and max from sorted set.
rangeByScoreWithScores(K, Range<Double>, RedisZSetCommands.Limit) - 接口 中的方法org.springframework.data.redis.core.ReactiveZSetOperations
Get set of RedisZSetCommands.Tuples in range from start to end where score is between min and max from sorted set.
rangeByScoreWithScores(K, double, double) - 接口 中的方法org.springframework.data.redis.core.ZSetOperations
Get set of RedisZSetCommands.Tuples where score is between min and max from sorted set.
rangeByScoreWithScores(K, double, double, long, long) - 接口 中的方法org.springframework.data.redis.core.ZSetOperations
Get set of RedisZSetCommands.Tuples in range from start to end where score is between min and max from sorted set.
rangeByScoreWithScores(double, double) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisZSet
 
rangeByScoreWithScores(double, double) - 接口 中的方法org.springframework.data.redis.support.collections.RedisZSet
 
rangeWithScores(long, long) - 接口 中的方法org.springframework.data.redis.core.BoundZSetOperations
Get set of RedisZSetCommands.Tuples between start and end from sorted set.
rangeWithScores(K, Range<Long>) - 接口 中的方法org.springframework.data.redis.core.ReactiveZSetOperations
Get set of RedisZSetCommands.Tuples between start and end from sorted set.
rangeWithScores(K, long, long) - 接口 中的方法org.springframework.data.redis.core.ZSetOperations
Get set of RedisZSetCommands.Tuples between start and end from sorted set.
rangeWithScores(long, long) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisZSet
 
rangeWithScores(long, long) - 接口 中的方法org.springframework.data.redis.support.collections.RedisZSet
 
rank(Object) - 接口 中的方法org.springframework.data.redis.core.BoundZSetOperations
Determine the index of element with value in a sorted set.
rank(K, Object) - 接口 中的方法org.springframework.data.redis.core.ReactiveZSetOperations
Determine the index of element with value in a sorted set.
rank(K, Object) - 接口 中的方法org.springframework.data.redis.core.ZSetOperations
Determine the index of element with value in a sorted set.
rank(Object) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisZSet
 
rank(Object) - 接口 中的方法org.springframework.data.redis.support.collections.RedisZSet
Returns the rank (position) of the given element in the set, in ascending order.
raw() - 接口 中的静态方法org.springframework.data.redis.serializer.RedisSerializationContext
raw() - 接口 中的静态方法org.springframework.data.redis.serializer.RedisSerializationContext.SerializationPair
Creates a pass through RedisSerializationContext.SerializationPair to pass-thru ByteBuffer objects.
rawMap() - 类 中的方法org.springframework.data.redis.core.convert.Bucket
Get keys and values in binary format.
RdbmsOperation - org.springframework.jdbc.object中的类
An "RDBMS operation" is a multi-threaded, reusable object representing a query, update, or stored procedure call.
RdbmsOperation() - 类 的构造器org.springframework.jdbc.object.RdbmsOperation
 
ReactiveClusterGeoCommands - org.springframework.data.redis.connection中的接口
 
ReactiveClusterHashCommands - org.springframework.data.redis.connection中的接口
 
ReactiveClusterHyperLogLogCommands - org.springframework.data.redis.connection中的接口
 
ReactiveClusterKeyCommands - org.springframework.data.redis.connection中的接口
 
ReactiveClusterListCommands - org.springframework.data.redis.connection中的接口
 
ReactiveClusterNumberCommands - org.springframework.data.redis.connection中的接口
 
ReactiveClusterScriptingCommands - org.springframework.data.redis.connection中的接口
 
ReactiveClusterServerCommands - org.springframework.data.redis.connection中的接口
Redis Server commands executed in cluster environment using reactive infrastructure.
ReactiveClusterSetCommands - org.springframework.data.redis.connection中的接口
 
ReactiveClusterStringCommands - org.springframework.data.redis.connection中的接口
 
ReactiveClusterZSetCommands - org.springframework.data.redis.connection中的接口
 
ReactiveCrudRepository<T,ID> - org.springframework.data.repository.reactive中的接口
Interface for generic CRUD operations on a repository for a specific type.
ReactiveGeoCommands - org.springframework.data.redis.connection中的接口
Redis Geo commands executed using reactive infrastructure.
ReactiveGeoCommands.GeoAddCommand - org.springframework.data.redis.connection中的类
GEOADD command parameters.
ReactiveGeoCommands.GeoDistCommand - org.springframework.data.redis.connection中的类
GEODIST command parameters.
ReactiveGeoCommands.GeoHashCommand - org.springframework.data.redis.connection中的类
GEOHASH command parameters.
ReactiveGeoCommands.GeoPosCommand - org.springframework.data.redis.connection中的类
GEOPOS command parameters.
ReactiveGeoCommands.GeoRadiusByMemberCommand - org.springframework.data.redis.connection中的类
GEORADIUSBYMEMBER command parameters.
ReactiveGeoCommands.GeoRadiusCommand - org.springframework.data.redis.connection中的类
GEORADIUS command parameters.
ReactiveGeoOperations<K,M> - org.springframework.data.redis.core中的接口
Reactive Redis operations for geo commands.
ReactiveHashCommands - org.springframework.data.redis.connection中的接口
Redis Hash commands executed using reactive infrastructure.
ReactiveHashCommands.HDelCommand - org.springframework.data.redis.connection中的类
 
ReactiveHashCommands.HExistsCommand - org.springframework.data.redis.connection中的类
ReactiveHashCommands.HGetCommand - org.springframework.data.redis.connection中的类
ReactiveHashCommands.HSetCommand - org.springframework.data.redis.connection中的类
ReactiveHashOperations<H,HK,HV> - org.springframework.data.redis.core中的接口
Redis map specific operations working on a hash.
ReactiveHttpInputMessage - org.springframework.http中的接口
An "reactive" HTTP input message that exposes the input as Publisher.
ReactiveHttpOutputMessage - org.springframework.http中的接口
A "reactive" HTTP output message that accepts output as a Publisher.
ReactiveHyperLogLogCommands - org.springframework.data.redis.connection中的接口
Redis HyperLogLog commands executed using reactive infrastructure.
ReactiveHyperLogLogCommands.PfAddCommand - org.springframework.data.redis.connection中的类
PFADD command parameters.
ReactiveHyperLogLogCommands.PfCountCommand - org.springframework.data.redis.connection中的类
PFCOUNT command parameters.
ReactiveHyperLogLogCommands.PfMergeCommand - org.springframework.data.redis.connection中的类
PFMERGE command parameters.
ReactiveHyperLogLogOperations<K,V> - org.springframework.data.redis.core中的接口
Redis cardinality specific operations working on a HyperLogLog multiset.
ReactiveKeyCommands - org.springframework.data.redis.connection中的接口
Redis Key commands executed using reactive infrastructure.
ReactiveKeyCommands.ExpireAtCommand - org.springframework.data.redis.connection中的类
EXPIREAT/PEXPIREAT command parameters.
ReactiveKeyCommands.ExpireCommand - org.springframework.data.redis.connection中的类
EXPIRE/PEXPIRE command parameters.
ReactiveKeyCommands.MoveCommand - org.springframework.data.redis.connection中的类
MOVE command parameters.
ReactiveKeyCommands.RenameCommand - org.springframework.data.redis.connection中的类
RENAME command parameters.
ReactiveListCommands - org.springframework.data.redis.connection中的接口
Redis List commands executed using reactive infrastructure.
ReactiveListCommands.BPopCommand - org.springframework.data.redis.connection中的类
 
ReactiveListCommands.BRPopLPushCommand - org.springframework.data.redis.connection中的类
BRPOPLPUSH command parameters.
ReactiveListCommands.Direction - org.springframework.data.redis.connection中的枚举
 
ReactiveListCommands.LIndexCommand - org.springframework.data.redis.connection中的类
LINDEX command parameters.
ReactiveListCommands.LInsertCommand - org.springframework.data.redis.connection中的类
LINSERT command parameters.
ReactiveListCommands.LRemCommand - org.springframework.data.redis.connection中的类
LREM command parameters.
ReactiveListCommands.LSetCommand - org.springframework.data.redis.connection中的类
LSET command parameters.
ReactiveListCommands.PopCommand - org.springframework.data.redis.connection中的类
LPOP/RPOP command parameters.
ReactiveListCommands.PopResponse - org.springframework.data.redis.connection中的类
ReactiveListCommands.PopResult - org.springframework.data.redis.connection中的类
ReactiveListCommands.PushCommand - org.springframework.data.redis.connection中的类
LPUSH/RPUSH command parameters.
ReactiveListCommands.RPopLPushCommand - org.springframework.data.redis.connection中的类
RPOPLPUSH command parameters.
ReactiveListOperations<K,V> - org.springframework.data.redis.core中的接口
Redis list specific operations.
ReactiveNumberCommands - org.springframework.data.redis.connection中的接口
Redis numeric commands executed using reactive infrastructure.
ReactiveNumberCommands.DecrByCommand<T extends Number> - org.springframework.data.redis.connection中的类
DECRBY command parameters.
ReactiveNumberCommands.HIncrByCommand<T extends Number> - org.springframework.data.redis.connection中的类
HINCRBY command parameters.
ReactiveNumberCommands.IncrByCommand<T extends Number> - org.springframework.data.redis.connection中的类
INCRBY command parameters.
ReactiveQueryByExampleExecutor<T> - org.springframework.data.repository.query中的接口
Interface to allow execution of Query by Example Example instances using a reactive infrastructure.
ReactiveRedisCallback<T> - org.springframework.data.redis.core中的接口
Generic callback interface for code that operates on a low-level ReactiveRedisConnection.
ReactiveRedisClusterConnection - org.springframework.data.redis.connection中的接口
 
ReactiveRedisConnection - org.springframework.data.redis.connection中的接口
Redis connection using reactive infrastructure declaring entry points for reactive command execution.
ReactiveRedisConnection.AbsentByteBufferResponse<I> - org.springframework.data.redis.connection中的类
ReactiveRedisConnection.CommandResponse implementation for ByteBuffer responses for absent keys.
ReactiveRedisConnection.BooleanResponse<I> - org.springframework.data.redis.connection中的类
ReactiveRedisConnection.CommandResponse implementation for Boolean responses.
ReactiveRedisConnection.ByteBufferResponse<I> - org.springframework.data.redis.connection中的类
ReactiveRedisConnection.Command - org.springframework.data.redis.connection中的接口
Base interface for Redis commands executed with a reactive infrastructure.
ReactiveRedisConnection.CommandResponse<I,O> - org.springframework.data.redis.connection中的类
Base class for command responses.
ReactiveRedisConnection.KeyCommand - org.springframework.data.redis.connection中的类
ReactiveRedisConnection.Command for key-bound operations.
ReactiveRedisConnection.MultiValueResponse<I,O> - org.springframework.data.redis.connection中的类
ReactiveRedisConnection.CommandResponse implementation for List responses.
ReactiveRedisConnection.NumericResponse<I,O extends Number> - org.springframework.data.redis.connection中的类
ReactiveRedisConnection.CommandResponse implementation for numeric responses.
ReactiveRedisConnection.RangeCommand - org.springframework.data.redis.connection中的类
 
ReactiveRedisConnectionFactory - org.springframework.data.redis.connection中的接口
Thread-safe factory of reactive Redis connections.
ReactiveRedisOperations<K,V> - org.springframework.data.redis.core中的接口
Interface that specified a basic set of Redis operations, implemented by ReactiveRedisTemplate.
ReactiveRedisTemplate<K,V> - org.springframework.data.redis.core中的类
Central abstraction for reactive Redis data access implementing ReactiveRedisOperations.
ReactiveRedisTemplate(ReactiveRedisConnectionFactory, RedisSerializationContext<K, V>) - 类 的构造器org.springframework.data.redis.core.ReactiveRedisTemplate
ReactiveRedisTemplate(ReactiveRedisConnectionFactory, RedisSerializationContext<K, V>, boolean) - 类 的构造器org.springframework.data.redis.core.ReactiveRedisTemplate
ReactiveRepositoryFactorySupport - org.springframework.data.repository.core.support中的类
Base class for repository factories to use reactive support.
ReactiveRepositoryFactorySupport() - 类 的构造器org.springframework.data.repository.core.support.ReactiveRepositoryFactorySupport
 
ReactiveRepositoryInformation - org.springframework.data.repository.core.support中的类
已过时。
as of 2.0, can be deleted...
ReactiveRepositoryInformation(RepositoryMetadata, Class<?>, RepositoryComposition) - 类 的构造器org.springframework.data.repository.core.support.ReactiveRepositoryInformation
已过时。
Creates a new ReactiveRepositoryInformation for the given RepositoryMetadata, repository base class, custom implementation and ConversionService.
ReactiveScriptExecutor<K> - org.springframework.data.redis.core.script中的接口
Executes RedisScripts using reactive infrastructure.
ReactiveScriptingCommands - org.springframework.data.redis.connection中的接口
Redis Scripting commands executed using reactive infrastructure.
ReactiveServerCommands - org.springframework.data.redis.connection中的接口
Redis Server commands executed using reactive infrastructure.
ReactiveSetCommands - org.springframework.data.redis.connection中的接口
Redis Set commands executed using reactive infrastructure.
ReactiveSetCommands.SAddCommand - org.springframework.data.redis.connection中的类
SADD command parameters.
ReactiveSetCommands.SDiffCommand - org.springframework.data.redis.connection中的类
SDIFF command parameters.
ReactiveSetCommands.SDiffStoreCommand - org.springframework.data.redis.connection中的类
SDIFFSTORE command parameters.
ReactiveSetCommands.SInterCommand - org.springframework.data.redis.connection中的类
SINTER command parameters.
ReactiveSetCommands.SInterStoreCommand - org.springframework.data.redis.connection中的类
SINTERSTORE command parameters.
ReactiveSetCommands.SIsMemberCommand - org.springframework.data.redis.connection中的类
SISMEMBER command parameters.
ReactiveSetCommands.SMoveCommand - org.springframework.data.redis.connection中的类
SMOVE command parameters.
ReactiveSetCommands.SPopCommand - org.springframework.data.redis.connection中的类
SPOP command parameters.
ReactiveSetCommands.SRandMembersCommand - org.springframework.data.redis.connection中的类
SRANDMEMBER command parameters.
ReactiveSetCommands.SRemCommand - org.springframework.data.redis.connection中的类
SREM command parameters.
ReactiveSetCommands.SUnionCommand - org.springframework.data.redis.connection中的类
SUNION command parameters.
ReactiveSetCommands.SUnionStoreCommand - org.springframework.data.redis.connection中的类
SUNIONSTORE command parameters.
ReactiveSetOperations<K,V> - org.springframework.data.redis.core中的接口
Redis set specific operations.
ReactiveSortingRepository<T,ID> - org.springframework.data.repository.reactive中的接口
Extension of ReactiveCrudRepository to provide additional methods to retrieve entities using the sorting abstraction.
ReactiveStringCommands - org.springframework.data.redis.connection中的接口
Redis String commands executed using reactive infrastructure.
ReactiveStringCommands.AppendCommand - org.springframework.data.redis.connection中的类
APPEND command parameters.
ReactiveStringCommands.BitCountCommand - org.springframework.data.redis.connection中的类
BITCOUNT command parameters.
ReactiveStringCommands.BitOpCommand - org.springframework.data.redis.connection中的类
BITOP command parameters.
ReactiveStringCommands.GetBitCommand - org.springframework.data.redis.connection中的类
GETBIT command parameters.
ReactiveStringCommands.MSetCommand - org.springframework.data.redis.connection中的类
MSET command parameters.
ReactiveStringCommands.SetBitCommand - org.springframework.data.redis.connection中的类
SETBIT command parameters.
ReactiveStringCommands.SetCommand - org.springframework.data.redis.connection中的类
SET command parameters.
ReactiveStringCommands.SetRangeCommand - org.springframework.data.redis.connection中的类
SETRANGE command parameters.
ReactiveValueOperations<K,V> - org.springframework.data.redis.core中的接口
Reactive Redis operations for simple (or in Redis terminology 'string') values.
ReactiveWrapperConverters - org.springframework.data.repository.util中的类
Conversion support for reactive wrapper types.
ReactiveWrapperConverters() - 类 的构造器org.springframework.data.repository.util.ReactiveWrapperConverters
 
ReactiveWrappers - org.springframework.data.repository.util中的类
Utility class to expose details about reactive wrapper types.
ReactiveWrappers() - 类 的构造器org.springframework.data.repository.util.ReactiveWrappers
 
ReactiveZSetCommands - org.springframework.data.redis.connection中的接口
Redis Sorted Set commands executed using reactive infrastructure.
ReactiveZSetCommands.ZAddCommand - org.springframework.data.redis.connection中的类
ZADD command parameters.
ReactiveZSetCommands.ZCountCommand - org.springframework.data.redis.connection中的类
ZCOUNT command parameters.
ReactiveZSetCommands.ZIncrByCommand - org.springframework.data.redis.connection中的类
ZINCRBY command parameters.
ReactiveZSetCommands.ZInterStoreCommand - org.springframework.data.redis.connection中的类
ZINTERSTORE command parameters.
ReactiveZSetCommands.ZRangeByLexCommand - org.springframework.data.redis.connection中的类
ZRANGEBYLEX/ZREVRANGEBYLEX command parameters.
ReactiveZSetCommands.ZRangeByScoreCommand - org.springframework.data.redis.connection中的类
ZRANGEBYSCORE/ZREVRANGEBYSCORE.
ReactiveZSetCommands.ZRangeCommand - org.springframework.data.redis.connection中的类
ZRANGE/ZREVRANGE command parameters.
ReactiveZSetCommands.ZRankCommand - org.springframework.data.redis.connection中的类
ZRANK/ZREVRANK command parameters.
ReactiveZSetCommands.ZRemCommand - org.springframework.data.redis.connection中的类
ZREM command parameters.
ReactiveZSetCommands.ZRemRangeByRankCommand - org.springframework.data.redis.connection中的类
ZREMRANGEBYRANK command parameters.
ReactiveZSetCommands.ZRemRangeByScoreCommand - org.springframework.data.redis.connection中的类
ZREMRANGEBYSCORE command parameters.
ReactiveZSetCommands.ZScoreCommand - org.springframework.data.redis.connection中的类
ZSCORE command parameters.
ReactiveZSetCommands.ZUnionStoreCommand - org.springframework.data.redis.connection中的类
ZUNIONSTORE command parameters.
ReactiveZSetOperations<K,V> - org.springframework.data.redis.core中的接口
Redis ZSet/sorted set specific operations.
reactor.adapter - 程序包 reactor.adapter
Adapt Publisher to Java 9+ Flow.Publisher.
reactor.core - 程序包 reactor.core
Core components of the framework supporting extensions to the Reactive Stream programming model.
reactor.core.publisher - 程序包 reactor.core.publisher
Provide for Flux, Mono composition API and Processor implementations Flux A typed N-elements or zero sequence Publisher with core reactive extensions.
reactor.core.scheduler - 程序包 reactor.core.scheduler
Scheduler contract and static registry and factory methods in Schedulers.
reactor.util - 程序包 reactor.util
Miscellaneous utility classes, such as loggers, tuples or queue suppliers and implementations.
reactor.util.annotation - 程序包 reactor.util.annotation
 
reactor.util.concurrent - 程序包 reactor.util.concurrent
Queue suppliers and utilities, busy spin utils WaitStrategy.
reactor.util.context - 程序包 reactor.util.context
Miscellaneous utility classes, such as loggers, tuples or queue suppliers and implementations.
reactor.util.function - 程序包 reactor.util.function
Tuples provide a type-safe way to specify multiple parameters.
ReactorClientHttpConnector - org.springframework.http.client.reactive中的类
Reactor-Netty implementation of ClientHttpConnector.
ReactorClientHttpConnector() - 类 的构造器org.springframework.http.client.reactive.ReactorClientHttpConnector
Create a Reactor Netty ClientHttpConnector with default ClientOptions and HTTP compression support enabled.
ReactorClientHttpConnector(Consumer<? super HttpClientOptions.Builder>) - 类 的构造器org.springframework.http.client.reactive.ReactorClientHttpConnector
Create a Reactor Netty ClientHttpConnector with the given HttpClientOptions.Builder
ReactorHttpHandlerAdapter - org.springframework.http.server.reactive中的类
Adapt HttpHandler to the Reactor Netty channel handling function.
ReactorHttpHandlerAdapter(HttpHandler) - 类 的构造器org.springframework.http.server.reactive.ReactorHttpHandlerAdapter
 
read(Class<R>, RedisData) - 类 中的方法org.springframework.data.redis.core.convert.MappingRedisConverter
 
read(ByteBuffer) - 接口 中的方法org.springframework.data.redis.serializer.RedisElementReader
Deserialize a ByteBuffer into the according type.
read(ByteBuffer) - 接口 中的方法org.springframework.data.redis.serializer.RedisSerializationContext.SerializationPair
Deserialize a ByteBuffer into the according type.
read(Type, Class<?>, HttpInputMessage) - 类 中的方法org.springframework.data.web.ProjectingJackson2HttpMessageConverter
 
read(EvaluationContext, Object, String) - 接口 中的方法org.springframework.expression.PropertyAccessor
Called to read a property from a specified target object.
read(EvaluationContext, Object, String) - 类 中的方法org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
 
read(EvaluationContext, Object, String) - 类 中的方法org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
read(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - 类 中的方法org.springframework.http.codec.DecoderHttpMessageReader
 
read(ResolvableType, ResolvableType, ServerHttpRequest, ServerHttpResponse, Map<String, Object>) - 类 中的方法org.springframework.http.codec.DecoderHttpMessageReader
 
read(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - 类 中的方法org.springframework.http.codec.FormHttpMessageReader
 
read(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - 接口 中的方法org.springframework.http.codec.HttpMessageReader
Read from the input message and encode to a stream of objects.
read(ResolvableType, ResolvableType, ServerHttpRequest, ServerHttpResponse, Map<String, Object>) - 接口 中的方法org.springframework.http.codec.HttpMessageReader
Server-side only alternative to HttpMessageReader.read(ResolvableType, ReactiveHttpInputMessage, Map) with additional context available.
read(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - 类 中的方法org.springframework.http.codec.multipart.MultipartHttpMessageReader
 
read(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - 类 中的方法org.springframework.http.codec.multipart.SynchronossPartHttpMessageReader
 
read(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - 类 中的方法org.springframework.http.codec.ServerSentEventHttpMessageReader
 
read(Class<? extends T>, HttpInputMessage) - 类 中的方法org.springframework.http.converter.AbstractHttpMessageConverter
read(Class<? extends BufferedImage>, HttpInputMessage) - 类 中的方法org.springframework.http.converter.BufferedImageHttpMessageConverter
 
read(Class<? extends MultiValueMap<String, ?>>, HttpInputMessage) - 类 中的方法org.springframework.http.converter.FormHttpMessageConverter
 
read(Type, Class<?>, HttpInputMessage) - 接口 中的方法org.springframework.http.converter.GenericHttpMessageConverter
Read an object of the given type form the given input message, and returns it.
read(Class<? extends T>, HttpInputMessage) - 接口 中的方法org.springframework.http.converter.HttpMessageConverter
Read an object of the given type from the given input message, and returns it.
read(Type, Class<?>, HttpInputMessage) - 类 中的方法org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
read(Type, Class<?>, HttpInputMessage) - 类 中的方法org.springframework.http.converter.json.AbstractJsonHttpMessageConverter
 
read(Type, Class<?>, HttpInputMessage) - 类 中的方法org.springframework.http.converter.ResourceRegionHttpMessageConverter
 
read(Type, Class<?>, HttpInputMessage) - 类 中的方法org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
 
read() - 类 中的方法org.springframework.http.server.reactive.AbstractListenerReadPublisher
Read once from the input, if possible.
read(InputStream) - 类 中的方法org.springframework.jca.cci.core.support.CommAreaRecord
 
read() - 类 中的方法org.springframework.mock.web.DelegatingServletInputStream
 
read(char[], int, int) - 类 中的方法org.yaml.snakeyaml.reader.UnicodeReader
 
READ_ONLY_MARKER - 类 中的静态变量org.springframework.transaction.support.DefaultTransactionDefinition
Marker for read-only transactions in description strings
ReadableInstantPrinter - org.springframework.format.datetime.joda中的类
Prints Joda-Time ReadableInstant instances using a DateTimeFormatter.
ReadableInstantPrinter(DateTimeFormatter) - 类 的构造器org.springframework.format.datetime.joda.ReadableInstantPrinter
Create a new ReadableInstantPrinter.
ReadablePartialPrinter - org.springframework.format.datetime.joda中的类
Prints Joda-Time ReadablePartial instances using a DateTimeFormatter.
ReadablePartialPrinter(DateTimeFormatter) - 类 的构造器org.springframework.format.datetime.joda.ReadablePartialPrinter
Create a new ReadableInstantPrinter.
readBodyContent() - 类 中的方法org.springframework.web.servlet.tags.EscapeBodyTag
Read the unescaped body content from the page.
readDate(ZonedDateTime) - 接口 中的方法org.springframework.http.ContentDisposition.Builder
Set the value of the read-date parameter.
reader(HttpMessageReader<?>) - 接口 中的方法org.springframework.http.codec.CodecConfigurer.CustomCodecs
Add a custom HttpMessageReader.
ReaderException - org.yaml.snakeyaml.reader中的异常错误
 
ReaderException(String, int, int, String) - 异常错误 的构造器org.yaml.snakeyaml.reader.ReaderException
 
readFrom(Resource, ClassLoader) - 类 中的方法org.springframework.data.repository.init.Jackson2ResourceReader
 
readFrom(Resource, ClassLoader) - 接口 中的方法org.springframework.data.repository.init.ResourceReader
Reads a single or Collection of target objects from the given Resource.
readFrom(Resource, ClassLoader) - 类 中的方法org.springframework.data.repository.init.UnmarshallingResourceReader
 
readFromSource(Class<? extends T>, HttpHeaders, Source) - 类 中的方法org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
readFromSource(Class<? extends T>, HttpHeaders, Source) - 类 中的方法org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
 
readFromSource(Class<?>, HttpHeaders, Source) - 类 中的方法org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
 
readFromSource(Class<?>, HttpHeaders, Source) - 类 中的方法org.springframework.http.converter.xml.MarshallingHttpMessageConverter
 
readingPaused() - 类 中的方法org.springframework.http.server.reactive.AbstractListenerReadPublisher
Invoked when reading is paused due to a lack of demand.
readInternal(Class<? extends Object>, HttpInputMessage) - 类 中的方法org.springframework.data.web.XmlBeamHttpMessageConverter
 
readInternal(Class<? extends T>, HttpInputMessage) - 类 中的方法org.springframework.http.converter.AbstractHttpMessageConverter
Abstract template method that reads the actual object.
readInternal(Class<? extends byte[]>, HttpInputMessage) - 类 中的方法org.springframework.http.converter.ByteArrayHttpMessageConverter
 
readInternal(Class<? extends T>, HttpInputMessage) - 类 中的方法org.springframework.http.converter.feed.AbstractWireFeedHttpMessageConverter
 
readInternal(Class<?>, HttpInputMessage) - 类 中的方法org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
readInternal(Class<?>, HttpInputMessage) - 类 中的方法org.springframework.http.converter.json.AbstractJsonHttpMessageConverter
 
readInternal(Type, Reader) - 类 中的方法org.springframework.http.converter.json.AbstractJsonHttpMessageConverter
Template method that reads the JSON-bound object from the given Reader.
readInternal(Type, Reader) - 类 中的方法org.springframework.http.converter.json.GsonHttpMessageConverter
 
readInternal(Type, Reader) - 类 中的方法org.springframework.http.converter.json.JsonbHttpMessageConverter
 
readInternal(Class<?>, HttpInputMessage) - 类 中的方法org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
readInternal(Class<? extends Message>, HttpInputMessage) - 类 中的方法org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
 
readInternal(Class<? extends Resource>, HttpInputMessage) - 类 中的方法org.springframework.http.converter.ResourceHttpMessageConverter
 
readInternal(Class<?>, HttpInputMessage) - 类 中的方法org.springframework.http.converter.ResourceRegionHttpMessageConverter
 
readInternal(Class<? extends String>, HttpInputMessage) - 类 中的方法org.springframework.http.converter.StringHttpMessageConverter
 
readInternal(Class<? extends T>, HttpInputMessage) - 类 中的方法org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
 
readInternal(Class<? extends T>, HttpInputMessage) - 类 中的方法org.springframework.http.converter.xml.SourceHttpMessageConverter
 
readMono(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - 类 中的方法org.springframework.http.codec.DecoderHttpMessageReader
 
readMono(ResolvableType, ResolvableType, ServerHttpRequest, ServerHttpResponse, Map<String, Object>) - 类 中的方法org.springframework.http.codec.DecoderHttpMessageReader
 
readMono(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - 类 中的方法org.springframework.http.codec.FormHttpMessageReader
 
readMono(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - 接口 中的方法org.springframework.http.codec.HttpMessageReader
Read from the input message and encode to a single object.
readMono(ResolvableType, ResolvableType, ServerHttpRequest, ServerHttpResponse, Map<String, Object>) - 接口 中的方法org.springframework.http.codec.HttpMessageReader
Server-side only alternative to HttpMessageReader.readMono(ResolvableType, ReactiveHttpInputMessage, Map) with additional, context available.
readMono(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - 类 中的方法org.springframework.http.codec.multipart.MultipartHttpMessageReader
 
readMono(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - 类 中的方法org.springframework.http.codec.multipart.SynchronossPartHttpMessageReader
 
readMono(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - 类 中的方法org.springframework.http.codec.ServerSentEventHttpMessageReader
 
READONLY_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
The name of the 'readonly' attribute.
READONLY_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.InputTag
 
READONLY_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.TextareaTag
 
readOnlyHttpHeaders(HttpHeaders) - 类 中的静态方法org.springframework.http.HttpHeaders
Return a HttpHeaders object that can only be read, not written to.
readPdfResource() - 类 中的方法org.springframework.web.servlet.view.document.AbstractPdfStamperView
Read the raw PDF resource into an iText PdfReader.
readRemoteInvocation(HttpServletRequest) - 类 中的方法org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Read a RemoteInvocation from the given HTTP request.
readRemoteInvocation(HttpServletRequest, InputStream) - 类 中的方法org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Deserialize a RemoteInvocation object from the given InputStream.
readRemoteInvocation(HttpExchange) - 类 中的方法org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
Read a RemoteInvocation from the given HTTP request.
readRemoteInvocation(HttpExchange, InputStream) - 类 中的方法org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
Deserialize a RemoteInvocation object from the given InputStream.
readRemoteInvocationResult(InputStream, String) - 类 中的方法org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Deserialize a RemoteInvocationResult object from the given InputStream.
readResponseBody(HttpInvokerClientConfiguration, HttpURLConnection) - 类 中的方法org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
Extract the response body from the given executed remote invocation request.
readScript(LineNumberReader, String, String) - 类 中的静态方法org.springframework.jdbc.datasource.init.ScriptUtils
Read a script from the provided LineNumberReader, using the supplied comment prefix and statement separator, and build a String containing the lines.
readTimeout(Duration) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
 
readTimeout(Duration) - 接口 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration.JedisClientConfigurationBuilder
Configure a read timeout.
readWithMessageConverters(NativeWebRequest, MethodParameter, Type) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
Create the method argument value of the expected parameter type by reading from the given request.
readWithMessageConverters(HttpInputMessage, MethodParameter, Type) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
Create the method argument value of the expected parameter type by reading from the given HttpInputMessage.
readWithMessageConverters(NativeWebRequest, MethodParameter, Type) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
 
RealLiteral - org.springframework.expression.spel.ast中的类
Expression language AST node that represents a real literal.
RealLiteral(String, int, double) - 类 的构造器org.springframework.expression.spel.ast.RealLiteral
 
reason(Matcher<? super String>) - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the Servlet response error message with the given Hamcrest Matcher.
reason(String) - 类 中的方法org.springframework.test.web.servlet.result.StatusResultMatchers
Assert the Servlet response error message.
reasonEquals(String) - 类 中的方法org.springframework.test.web.reactive.server.StatusAssertions
Assert the response error message.
rebind(String, Object) - 类 中的方法org.springframework.jndi.JndiTemplate
Rebind the given object to the current JNDI context, using the given name.
rebind(String, Object) - 类 中的方法org.springframework.mock.jndi.SimpleNamingContext
 
rebind(Name, Object) - 类 中的方法org.springframework.mock.jndi.SimpleNamingContext
 
rebind() - 类 中的方法org.springframework.remoting.rmi.JndiRmiServiceExporter
Rebind the specified service to JNDI, for recovering in case of the target registry having been restarted.
reconcatenateCamelCase(String, String) - 类 中的静态方法org.springframework.data.util.ParsingUtils
Reconcatenates the given camel-case source String using the given delimiter.
reconcileColumnsToUse(List<String>, String[]) - 类 中的方法org.springframework.jdbc.core.metadata.TableMetaDataContext
Compare columns created from meta-data with declared columns and return a reconciled list.
reconcileParameters(List<SqlParameter>) - 类 中的方法org.springframework.jdbc.core.metadata.CallMetaDataContext
Reconcile the provided parameters with available meta-data and add new ones where appropriate.
reconnectTime(long) - 接口 中的方法org.springframework.web.servlet.mvc.method.annotation.SseEmitter.SseEventBuilder
Add an SSE "retry" line.
RecordCreator - org.springframework.jca.cci.core中的接口
Callback interface for creating a CCI Record instance, usually based on the passed-in CCI RecordFactory.
RecordCreatorImpl(Object) - 类 的构造器org.springframework.jca.cci.object.MappingRecordOperation.RecordCreatorImpl
 
RecordExtractor<T> - org.springframework.jca.cci.core中的接口
Callback interface for extracting a result object from a CCI Record instance.
RecordExtractorImpl() - 类 的构造器org.springframework.jca.cci.object.MappingRecordOperation.RecordExtractorImpl
 
recordFieldValue(String, Class<?>, Object) - 类 中的方法org.springframework.validation.AbstractBindingResult
 
recordFieldValue(String, Class<?>, Object) - 异常错误 中的方法org.springframework.validation.BindException
 
recordFieldValue(String, Class<?>, Object) - 接口 中的方法org.springframework.validation.BindingResult
Record the given value for the specified field.
recordFieldValue(String, Class<?>, Object) - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
recordSuppressedField(String) - 类 中的方法org.springframework.validation.AbstractBindingResult
Mark the specified disallowed field as suppressed.
recordSuppressedField(String) - 异常错误 中的方法org.springframework.validation.BindException
 
recordSuppressedField(String) - 接口 中的方法org.springframework.validation.BindingResult
Mark the specified disallowed field as suppressed.
recordSuppressedField(String) - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
RecordTypeNotSupportedException - org.springframework.jca.cci中的异常错误
Exception thrown when the creating of a CCI Record failed because the connector doesn't support the desired CCI Record type.
RecordTypeNotSupportedException(String, ResourceException) - 异常错误 的构造器org.springframework.jca.cci.RecordTypeNotSupportedException
Constructor for RecordTypeNotSupportedException.
recreate() - 类 中的方法org.springframework.remoting.support.RemoteInvocationResult
Recreate the invocation result, either returning the result value in case of a successful invocation of the target method, or rethrowing the exception thrown by the target method.
recreateRemoteInvocationResult(RemoteInvocationResult) - 类 中的方法org.springframework.remoting.support.RemoteInvocationBasedAccessor
Recreate the invocation result contained in the given RemoteInvocationResult object.
RecursiveXPathBuilder - org.xmlunit.diff中的类
Finds the XPathContext of a Node by recursively building up the XPathContext.
RecursiveXPathBuilder() - 类 的构造器org.xmlunit.diff.RecursiveXPathBuilder
 
REDIRECT_URL_PREFIX - 类 中的静态变量org.springframework.web.servlet.view.UrlBasedViewResolver
Prefix for special view names that specify a redirect URL (usually to a controller after a form has been submitted and processed).
RedirectAttributes - org.springframework.web.servlet.mvc.support中的接口
A specialization of the Model interface that controllers can use to select attributes for a redirect scenario.
RedirectAttributesMethodArgumentResolver - org.springframework.web.servlet.mvc.method.annotation中的类
Resolves method arguments of type RedirectAttributes.
RedirectAttributesMethodArgumentResolver() - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.RedirectAttributesMethodArgumentResolver
 
RedirectAttributesModelMap - org.springframework.web.servlet.mvc.support中的类
A ModelMap implementation of RedirectAttributes that formats values as Strings using a DataBinder.
RedirectAttributesModelMap() - 类 的构造器org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
Default constructor without a DataBinder.
RedirectAttributesModelMap(DataBinder) - 类 的构造器org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
Constructor with a DataBinder.
redirectedUrl(String) - 类 中的静态方法org.springframework.test.web.servlet.result.MockMvcResultMatchers
Asserts the request was redirected to the given URL.
redirectedUrlPattern(String) - 类 中的静态方法org.springframework.test.web.servlet.result.MockMvcResultMatchers
Asserts the request was redirected to the given URL.
redirectedUrlTemplate(String, Object...) - 类 中的静态方法org.springframework.test.web.servlet.result.MockMvcResultMatchers
Asserts the request was redirected to the given URL template.
RedirectView - org.springframework.web.servlet.view中的类
View that redirects to an absolute, context relative, or current request relative URL.
RedirectView() - 类 的构造器org.springframework.web.servlet.view.RedirectView
Constructor for use as a bean.
RedirectView(String) - 类 的构造器org.springframework.web.servlet.view.RedirectView
Create a new RedirectView with the given URL.
RedirectView(String, boolean) - 类 的构造器org.springframework.web.servlet.view.RedirectView
Create a new RedirectView with the given URL.
RedirectView(String, boolean, boolean) - 类 的构造器org.springframework.web.servlet.view.RedirectView
Create a new RedirectView with the given URL.
RedirectView(String, boolean, boolean, boolean) - 类 的构造器org.springframework.web.servlet.view.RedirectView
Create a new RedirectView with the given URL.
RedirectViewControllerRegistration - org.springframework.web.servlet.config.annotation中的类
Assist with the registration of a single redirect view controller.
RedirectViewControllerRegistration(String, String) - 类 的构造器org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration
 
RedisAccessor - org.springframework.data.redis.core中的类
Base class for RedisTemplate defining common properties.
RedisAccessor() - 类 的构造器org.springframework.data.redis.core.RedisAccessor
 
RedisAtomicDouble - org.springframework.data.redis.support.atomic中的类
Atomic double backed by Redis.
RedisAtomicDouble(String, RedisConnectionFactory) - 类 的构造器org.springframework.data.redis.support.atomic.RedisAtomicDouble
Constructs a new RedisAtomicDouble instance.
RedisAtomicDouble(String, RedisConnectionFactory, double) - 类 的构造器org.springframework.data.redis.support.atomic.RedisAtomicDouble
Constructs a new RedisAtomicDouble instance.
RedisAtomicDouble(String, RedisOperations<String, Double>) - 类 的构造器org.springframework.data.redis.support.atomic.RedisAtomicDouble
Constructs a new RedisAtomicDouble instance.
RedisAtomicDouble(String, RedisOperations<String, Double>, double) - 类 的构造器org.springframework.data.redis.support.atomic.RedisAtomicDouble
Constructs a new RedisAtomicDouble instance.
RedisAtomicInteger - org.springframework.data.redis.support.atomic中的类
Atomic integer backed by Redis.
RedisAtomicInteger(String, RedisConnectionFactory) - 类 的构造器org.springframework.data.redis.support.atomic.RedisAtomicInteger
Constructs a new RedisAtomicInteger instance.
RedisAtomicInteger(String, RedisConnectionFactory, int) - 类 的构造器org.springframework.data.redis.support.atomic.RedisAtomicInteger
Constructs a new RedisAtomicInteger instance.
RedisAtomicInteger(String, RedisOperations<String, Integer>) - 类 的构造器org.springframework.data.redis.support.atomic.RedisAtomicInteger
Constructs a new RedisAtomicInteger instance.
RedisAtomicInteger(String, RedisOperations<String, Integer>, int) - 类 的构造器org.springframework.data.redis.support.atomic.RedisAtomicInteger
Constructs a new RedisAtomicInteger instance.
RedisAtomicLong - org.springframework.data.redis.support.atomic中的类
Atomic long backed by Redis.
RedisAtomicLong(String, RedisConnectionFactory) - 类 的构造器org.springframework.data.redis.support.atomic.RedisAtomicLong
Constructs a new RedisAtomicLong instance.
RedisAtomicLong(String, RedisConnectionFactory, long) - 类 的构造器org.springframework.data.redis.support.atomic.RedisAtomicLong
Constructs a new RedisAtomicLong instance.
RedisAtomicLong(String, RedisOperations<String, Long>) - 类 的构造器org.springframework.data.redis.support.atomic.RedisAtomicLong
Constructs a new RedisAtomicLong instance.
RedisAtomicLong(String, RedisOperations<String, Long>, long) - 类 的构造器org.springframework.data.redis.support.atomic.RedisAtomicLong
Constructs a new RedisAtomicLong instance.
RedisCallback<T> - org.springframework.data.redis.core中的接口
Callback interface for Redis 'low level' code.
RedisClientInfo - org.springframework.data.redis.core.types中的类
RedisClientInfo provides general and statistical information about client connections.
RedisClientInfo(Properties) - 类 的构造器org.springframework.data.redis.core.types.RedisClientInfo
RedisClientInfo.INFO - org.springframework.data.redis.core.types中的枚举
 
RedisClientInfo.RedisClientInfoBuilder - org.springframework.data.redis.core.types中的类
 
RedisClientInfoBuilder() - 类 的构造器org.springframework.data.redis.core.types.RedisClientInfo.RedisClientInfoBuilder
 
RedisClusterCallback<T> - org.springframework.data.redis.core中的接口
Callback interface for low level operations executed against a clustered Redis environment.
RedisClusterCommands - org.springframework.data.redis.connection中的接口
Interface for the cluster commands supported by Redis.
RedisClusterCommands.AddSlots - org.springframework.data.redis.connection中的枚举
 
RedisClusterConfiguration - org.springframework.data.redis.connection中的类
Configuration class used for setting up RedisConnection via RedisConnectionFactory using connecting to Redis Cluster.
RedisClusterConfiguration() - 类 的构造器org.springframework.data.redis.connection.RedisClusterConfiguration
RedisClusterConfiguration(Collection<String>) - 类 的构造器org.springframework.data.redis.connection.RedisClusterConfiguration
Creates RedisClusterConfiguration for given hostPort combinations.
RedisClusterConfiguration(PropertySource<?>) - 类 的构造器org.springframework.data.redis.connection.RedisClusterConfiguration
Creates RedisClusterConfiguration looking up values in given PropertySource.
RedisClusterConnection - org.springframework.data.redis.connection中的接口
RedisClusterConnection allows sending commands to dedicated nodes within the cluster.
RedisClusterNode - org.springframework.data.redis.connection中的类
Representation of a Redis server within the cluster.
RedisClusterNode() - 类 的构造器org.springframework.data.redis.connection.RedisClusterNode
 
RedisClusterNode(String, int) - 类 的构造器org.springframework.data.redis.connection.RedisClusterNode
RedisClusterNode(String) - 类 的构造器org.springframework.data.redis.connection.RedisClusterNode
Creates new RedisClusterNode with an id and empty RedisClusterNode.SlotRange.
RedisClusterNode(String, int, RedisClusterNode.SlotRange) - 类 的构造器org.springframework.data.redis.connection.RedisClusterNode
RedisClusterNode(RedisClusterNode.SlotRange) - 类 的构造器org.springframework.data.redis.connection.RedisClusterNode
RedisClusterNode.Flag - org.springframework.data.redis.connection中的枚举
 
RedisClusterNode.LinkState - org.springframework.data.redis.connection中的枚举
 
RedisClusterNode.RedisClusterNodeBuilder - org.springframework.data.redis.connection中的类
Builder for creating new RedisClusterNode.
RedisClusterNode.SlotRange - org.springframework.data.redis.connection中的类
 
RedisClusterNodeBuilder() - 类 的构造器org.springframework.data.redis.connection.RedisClusterNode.RedisClusterNodeBuilder
 
RedisClusterServerCommands - org.springframework.data.redis.connection中的接口
 
RedisCollection<E> - org.springframework.data.redis.support.collections中的接口
Redis extension for the Collection contract.
RedisCollectionFactoryBean - org.springframework.data.redis.support.collections中的类
Factory bean that facilitates creation of Redis-based collections.
RedisCollectionFactoryBean() - 类 的构造器org.springframework.data.redis.support.collections.RedisCollectionFactoryBean
 
RedisCollectionFactoryBean.CollectionType - org.springframework.data.redis.support.collections中的枚举
Collection types supported by this factory.
RedisCommand - org.springframework.data.redis.core中的枚举
 
RedisCommands - org.springframework.data.redis.connection中的接口
Interface for the commands supported by Redis.
RedisConnection - org.springframework.data.redis.connection中的接口
A connection to a Redis server.
RedisConnectionCommands - org.springframework.data.redis.connection中的接口
Connection-specific commands supported by Redis.
RedisConnectionFactory - org.springframework.data.redis.connection中的接口
Thread-safe factory of Redis connections.
RedisConnectionFailureException - org.springframework.data.redis中的异常错误
Fatal exception thrown when the Redis connection fails completely.
RedisConnectionFailureException(String) - 异常错误 的构造器org.springframework.data.redis.RedisConnectionFailureException
 
RedisConnectionFailureException(String, Throwable) - 异常错误 的构造器org.springframework.data.redis.RedisConnectionFailureException
 
RedisConnectionUtils - org.springframework.data.redis.core中的类
Helper class featuring RedisConnection handling, allowing for reuse of instances within 'transactions'/scopes.
RedisConnectionUtils() - 类 的构造器org.springframework.data.redis.core.RedisConnectionUtils
 
RedisConverter - org.springframework.data.redis.core.convert中的接口
Redis specific EntityConverter.
RedisCustomConversions - org.springframework.data.redis.core.convert中的类
Value object to capture custom conversion.
RedisCustomConversions() - 类 的构造器org.springframework.data.redis.core.convert.RedisCustomConversions
Creates an empty RedisCustomConversions object.
RedisCustomConversions(List<?>) - 类 的构造器org.springframework.data.redis.core.convert.RedisCustomConversions
Creates a new RedisCustomConversions instance registering the given converters.
RedisData - org.springframework.data.redis.core.convert中的类
Data object holding Bucket representing the domain object to be stored in a Redis hash.
RedisData() - 类 的构造器org.springframework.data.redis.core.convert.RedisData
Creates new RedisData with empty Bucket.
RedisData(Map<byte[], byte[]>) - 类 的构造器org.springframework.data.redis.core.convert.RedisData
Creates new RedisData with Bucket holding provided values.
RedisData(Bucket) - 类 的构造器org.springframework.data.redis.core.convert.RedisData
Creates new RedisData with Bucket
RedisElementReader<T> - org.springframework.data.redis.serializer中的接口
Strategy interface that specifies a deserializer that can deserialize a binary element representation stored in Redis into an object.
RedisElementWriter<T> - org.springframework.data.redis.serializer中的接口
Strategy interface that specifies a serializer that can serialize an element to its binary representation to be used as Redis protocol payload.
RedisEntityInformation<T,ID> - org.springframework.data.redis.repository.core中的接口
 
RedisGeoCommands - org.springframework.data.redis.connection中的接口
Geo-specific Redis commands.
RedisGeoCommands.DistanceUnit - org.springframework.data.redis.connection中的枚举
Metrics supported by Redis.
RedisGeoCommands.GeoLocation<T> - org.springframework.data.redis.connection中的类
RedisGeoCommands.GeoLocation representing a Point associated with a name.
RedisGeoCommands.GeoRadiusCommandArgs - org.springframework.data.redis.connection中的类
Additional arguments (like count/sort/...) to be used with RedisGeoCommands.
RedisGeoCommands.GeoRadiusCommandArgs.Flag - org.springframework.data.redis.connection中的枚举
 
RedisHash - org.springframework.data.redis.core中的注释类型
RedisHash marks Objects as aggregate roots to be stored in a Redis hash.
RedisHashCommands - org.springframework.data.redis.connection中的接口
Hash-specific commands supported by Redis.
RedisHyperLogLogCommands - org.springframework.data.redis.connection中的接口
HyperLogLog specific commands supported by Redis.
RedisIndexDefinition - org.springframework.data.redis.core.index中的类
Base IndexDefinition implementation.
RedisIndexDefinition(String, String, String) - 类 的构造器org.springframework.data.redis.core.index.RedisIndexDefinition
RedisIndexDefinition.CompositeValueTransformer - org.springframework.data.redis.core.index中的类
 
RedisIndexDefinition.LowercaseIndexValueTransformer - org.springframework.data.redis.core.index中的枚举
 
RedisIndexDefinition.NoOpValueTransformer - org.springframework.data.redis.core.index中的枚举
 
RedisIndexDefinition.OrCondition<T> - org.springframework.data.redis.core.index中的类
 
RedisIndexDefinition.PathCondition - org.springframework.data.redis.core.index中的类
 
RedisInvalidSubscriptionException - org.springframework.data.redis.connection中的异常错误
Exception thrown when subscribing to an expired/dead Subscription.
RedisInvalidSubscriptionException(String, Throwable) - 异常错误 的构造器org.springframework.data.redis.connection.RedisInvalidSubscriptionException
Constructs a new RedisInvalidSubscriptionException instance.
RedisInvalidSubscriptionException(String) - 异常错误 的构造器org.springframework.data.redis.connection.RedisInvalidSubscriptionException
Constructs a new RedisInvalidSubscriptionException instance.
RedisKeyCommands - org.springframework.data.redis.connection中的接口
Key-specific commands supported by Redis.
RedisKeyExpiredEvent<T> - org.springframework.data.redis.core中的类
RedisKeyExpiredEvent is Redis specific ApplicationEvent published when a specific key in Redis expires.
RedisKeyExpiredEvent(byte[]) - 类 的构造器org.springframework.data.redis.core.RedisKeyExpiredEvent
RedisKeyExpiredEvent(byte[], Object) - 类 的构造器org.springframework.data.redis.core.RedisKeyExpiredEvent
RedisKeyExpiredEvent(String, byte[], Object) - 类 的构造器org.springframework.data.redis.core.RedisKeyExpiredEvent
RedisKeyspaceEvent - org.springframework.data.redis.core中的类
Redis specific ApplicationEvent published when a key expires in Redis.
RedisKeyspaceEvent(byte[]) - 类 的构造器org.springframework.data.redis.core.RedisKeyspaceEvent
Creates new RedisKeyspaceEvent.
RedisKeyspaceEvent(String, byte[]) - 类 的构造器org.springframework.data.redis.core.RedisKeyspaceEvent
Creates new RedisKeyspaceEvent.
RedisKeyValueAdapter - org.springframework.data.redis.core中的类
Redis specific KeyValueAdapter implementation.
RedisKeyValueAdapter(RedisOperations<?, ?>) - 类 的构造器org.springframework.data.redis.core.RedisKeyValueAdapter
RedisKeyValueAdapter(RedisOperations<?, ?>, RedisMappingContext) - 类 的构造器org.springframework.data.redis.core.RedisKeyValueAdapter
RedisKeyValueAdapter(RedisOperations<?, ?>, RedisMappingContext, CustomConversions) - 类 的构造器org.springframework.data.redis.core.RedisKeyValueAdapter
RedisKeyValueAdapter(RedisOperations<?, ?>, RedisMappingContext, CustomConversions) - 类 的构造器org.springframework.data.redis.core.RedisKeyValueAdapter
RedisKeyValueAdapter(RedisOperations<?, ?>, RedisConverter) - 类 的构造器org.springframework.data.redis.core.RedisKeyValueAdapter
Creates new RedisKeyValueAdapter with specific RedisConverter.
RedisKeyValueAdapter() - 类 的构造器org.springframework.data.redis.core.RedisKeyValueAdapter
Default constructor.
RedisKeyValueAdapter.EnableKeyspaceEvents - org.springframework.data.redis.core中的枚举
 
RedisKeyValueAdapterBean - org.springframework.data.redis.repository.cdi中的类
CdiBean to create RedisKeyValueAdapter instances.
RedisKeyValueAdapterBean(<any>, Set<Annotation>, BeanManager) - 类 的构造器org.springframework.data.redis.repository.cdi.RedisKeyValueAdapterBean
RedisKeyValueCallback() - 类 的构造器org.springframework.data.redis.core.RedisKeyValueTemplate.RedisKeyValueCallback
 
RedisKeyValueTemplate - org.springframework.data.redis.core中的类
Redis specific implementation of KeyValueTemplate.
RedisKeyValueTemplate(RedisKeyValueAdapter, RedisMappingContext) - 类 的构造器org.springframework.data.redis.core.RedisKeyValueTemplate
RedisKeyValueTemplate.RedisKeyValueCallback<T> - org.springframework.data.redis.core中的类
Redis specific KeyValueCallback.
RedisKeyValueTemplateBean - org.springframework.data.redis.repository.cdi中的类
CdiBean to create RedisKeyValueTemplate instances.
RedisKeyValueTemplateBean(<any>, Set<Annotation>, BeanManager) - 类 的构造器org.springframework.data.redis.repository.cdi.RedisKeyValueTemplateBean
RedisList<E> - org.springframework.data.redis.support.collections中的接口
Redis extension for the List contract.
RedisListCommands - org.springframework.data.redis.connection中的接口
List-specific commands supported by Redis.
RedisListCommands.Position - org.springframework.data.redis.connection中的枚举
List insertion position.
RedisListenerExecutionFailedException - org.springframework.data.redis.listener.adapter中的异常错误
Exception thrown when the execution of a listener method failed.
RedisListenerExecutionFailedException(String, Throwable) - 异常错误 的构造器org.springframework.data.redis.listener.adapter.RedisListenerExecutionFailedException
Constructs a new RedisListenerExecutionFailedException instance.
RedisListenerExecutionFailedException(String) - 异常错误 的构造器org.springframework.data.redis.listener.adapter.RedisListenerExecutionFailedException
Constructs a new RedisListenerExecutionFailedException instance.
RedisMap<K,V> - org.springframework.data.redis.support.collections中的接口
Map view of a Redis hash.
RedisMappingContext - org.springframework.data.redis.core.mapping中的类
Redis specific MappingContext.
RedisMappingContext() - 类 的构造器org.springframework.data.redis.core.mapping.RedisMappingContext
RedisMappingContext(MappingConfiguration) - 类 的构造器org.springframework.data.redis.core.mapping.RedisMappingContext
Creates new RedisMappingContext.
RedisMessageListenerContainer - org.springframework.data.redis.listener中的类
Container providing asynchronous behaviour for Redis message listeners.
RedisMessageListenerContainer() - 类 的构造器org.springframework.data.redis.listener.RedisMessageListenerContainer
 
RedisNode - org.springframework.data.redis.connection中的类
 
RedisNode(String, int) - 类 的构造器org.springframework.data.redis.connection.RedisNode
Creates a new RedisNode with the given host, port.
RedisNode() - 类 的构造器org.springframework.data.redis.connection.RedisNode
 
RedisNode.NodeType - org.springframework.data.redis.connection中的枚举
 
RedisNode.RedisNodeBuilder - org.springframework.data.redis.connection中的类
Builder for creating new RedisNode.
RedisNodeBuilder() - 类 的构造器org.springframework.data.redis.connection.RedisNode.RedisNodeBuilder
 
RedisOperationChain - org.springframework.data.redis.repository.query中的类
Simple set of operations required to run queries against Redis.
RedisOperationChain() - 类 的构造器org.springframework.data.redis.repository.query.RedisOperationChain
 
RedisOperationChain.NearPath - org.springframework.data.redis.repository.query中的类
 
RedisOperationChain.PathAndValue - org.springframework.data.redis.repository.query中的类
 
RedisOperations<K,V> - org.springframework.data.redis.core中的接口
Interface that specified a basic set of Redis operations, implemented by RedisTemplate.
RedisPassword - org.springframework.data.redis.connection中的类
Value object which may or may not contain a Redis password.
RedisPassword() - 类 的构造器org.springframework.data.redis.connection.RedisPassword
 
RedisPersistentEntity<T> - org.springframework.data.redis.core.mapping中的接口
Redis specific PersistentEntity.
RedisPersistentProperty - org.springframework.data.redis.core.mapping中的类
Redis specific PersistentProperty implementation.
RedisPersistentProperty(Property, PersistentEntity<?, RedisPersistentProperty>, SimpleTypeHolder) - 类 的构造器org.springframework.data.redis.core.mapping.RedisPersistentProperty
RedisPipelineException - org.springframework.data.redis.connection中的异常错误
Exception thrown when executing/closing a pipeline that contains one or multiple invalid/incorrect statements.
RedisPipelineException(String, Throwable, List<Object>) - 异常错误 的构造器org.springframework.data.redis.connection.RedisPipelineException
Constructs a new RedisPipelineException instance.
RedisPipelineException(Exception, List<Object>) - 异常错误 的构造器org.springframework.data.redis.connection.RedisPipelineException
Constructs a new RedisPipelineException instance using a default message.
RedisPipelineException(Exception) - 异常错误 的构造器org.springframework.data.redis.connection.RedisPipelineException
Constructs a new RedisPipelineException instance using a default message and an empty pipeline result list.
RedisPipelineException(String, List<Object>) - 异常错误 的构造器org.springframework.data.redis.connection.RedisPipelineException
Constructs a new RedisPipelineException instance.
RedisProperties - org.springframework.data.redis.support.collections中的类
Properties extension for a Redis back-store.
RedisProperties(BoundHashOperations<String, String, String>) - 类 的构造器org.springframework.data.redis.support.collections.RedisProperties
Constructs a new RedisProperties instance.
RedisProperties(String, RedisOperations<String, ?>) - 类 的构造器org.springframework.data.redis.support.collections.RedisProperties
Constructs a new RedisProperties instance.
RedisProperties(Properties, BoundHashOperations<String, String, String>) - 类 的构造器org.springframework.data.redis.support.collections.RedisProperties
Constructs a new RedisProperties instance.
RedisProperties(Properties, String, RedisOperations<String, ?>) - 类 的构造器org.springframework.data.redis.support.collections.RedisProperties
Constructs a new RedisProperties instance.
RedisPubSubCommands - org.springframework.data.redis.connection中的接口
PubSub-specific Redis commands.
RedisQueryCreator - org.springframework.data.redis.repository.query中的类
Redis specific query creator.
RedisQueryCreator(PartTree, ParameterAccessor) - 类 的构造器org.springframework.data.redis.repository.query.RedisQueryCreator
 
RedisRepositoriesRegistrar - org.springframework.data.redis.repository.configuration中的类
Redis specific ImportBeanDefinitionRegistrar.
RedisRepositoriesRegistrar() - 类 的构造器org.springframework.data.redis.repository.configuration.RedisRepositoriesRegistrar
 
RedisRepositoryBean<T> - org.springframework.data.redis.repository.cdi中的类
CdiRepositoryBean to create Redis repository instances.
RedisRepositoryBean(<any>, Set<Annotation>, Class<T>, BeanManager, CustomRepositoryImplementationDetector) - 类 的构造器org.springframework.data.redis.repository.cdi.RedisRepositoryBean
Creates a new CdiRepositoryBean.
RedisRepositoryConfigurationExtension - org.springframework.data.redis.repository.configuration中的类
RedisRepositoryConfigurationExtension() - 类 的构造器org.springframework.data.redis.repository.configuration.RedisRepositoryConfigurationExtension
 
RedisRepositoryExtension - org.springframework.data.redis.repository.cdi中的类
CDI extension to export Redis repositories.
RedisRepositoryExtension() - 类 的构造器org.springframework.data.redis.repository.cdi.RedisRepositoryExtension
 
RedisRepositoryFactory - org.springframework.data.redis.repository.support中的类
RepositoryFactorySupport specific of handing Redis KeyValueRepository.
RedisRepositoryFactory(KeyValueOperations) - 类 的构造器org.springframework.data.redis.repository.support.RedisRepositoryFactory
 
RedisRepositoryFactory(KeyValueOperations, Class<? extends AbstractQueryCreator<?, ?>>) - 类 的构造器org.springframework.data.redis.repository.support.RedisRepositoryFactory
 
RedisRepositoryFactory(KeyValueOperations, Class<? extends AbstractQueryCreator<?, ?>>, Class<? extends RepositoryQuery>) - 类 的构造器org.springframework.data.redis.repository.support.RedisRepositoryFactory
 
RedisRepositoryFactoryBean<T extends Repository<S,ID>,S,ID> - org.springframework.data.redis.repository.support中的类
Adapter for Springs FactoryBean interface to allow easy setup of RedisRepositoryFactory via Spring configuration.
RedisRepositoryFactoryBean(Class<? extends T>) - 类 的构造器org.springframework.data.redis.repository.support.RedisRepositoryFactoryBean
Creates a new RedisRepositoryFactoryBean for the given repository interface.
RedisScript<T> - org.springframework.data.redis.core.script中的接口
A script to be executed using the Redis scripting support available as of version 2.6
RedisScriptingCommands - org.springframework.data.redis.connection中的接口
Scripting commands.
RedisSentinelCommands - org.springframework.data.redis.connection中的接口
Redis Sentinel-specific commands.
RedisSentinelConfiguration - org.springframework.data.redis.connection中的类
Configuration class used for setting up RedisConnection via RedisConnectionFactory using connecting to Redis Sentinel(s).
RedisSentinelConfiguration() - 类 的构造器org.springframework.data.redis.connection.RedisSentinelConfiguration
RedisSentinelConfiguration(String, Set<String>) - 类 的构造器org.springframework.data.redis.connection.RedisSentinelConfiguration
Creates RedisSentinelConfiguration for given hostPort combinations.
RedisSentinelConfiguration(PropertySource<?>) - 类 的构造器org.springframework.data.redis.connection.RedisSentinelConfiguration
Creates RedisSentinelConfiguration looking up values in given PropertySource.
RedisSentinelConnection - org.springframework.data.redis.connection中的接口
 
RedisSerializationContext<K,V> - org.springframework.data.redis.serializer中的接口
Serialization context for reactive use.
RedisSerializationContext.RedisSerializationContextBuilder<K,V> - org.springframework.data.redis.serializer中的接口
RedisSerializationContext.SerializationPair<T> - org.springframework.data.redis.serializer中的接口
Typed serialization tuple.
RedisSerializer<T> - org.springframework.data.redis.serializer中的接口
Basic interface serialization and deserialization of Objects to byte arrays (binary data).
RedisServer - org.springframework.data.redis.connection中的类
 
RedisServer(String, int) - 类 的构造器org.springframework.data.redis.connection.RedisServer
Creates a new RedisServer with the given host, port.
RedisServer(String, int, Properties) - 类 的构造器org.springframework.data.redis.connection.RedisServer
Creates a new RedisServer with the given host, port and properties.
RedisServer.INFO - org.springframework.data.redis.connection中的枚举
 
RedisServerCommands - org.springframework.data.redis.connection中的接口
Server-specific commands supported by Redis.
RedisServerCommands.MigrateOption - org.springframework.data.redis.connection中的枚举
 
RedisServerCommands.ShutdownOption - org.springframework.data.redis.connection中的枚举
 
RedisSet<E> - org.springframework.data.redis.support.collections中的接口
Redis extension for the Set contract.
RedisSetCommands - org.springframework.data.redis.connection中的接口
Set-specific commands supported by Redis.
RedisStandaloneConfiguration - org.springframework.data.redis.connection中的类
Configuration class used for setting up RedisConnection via RedisConnectionFactory using connecting to a single node Redis installation.
RedisStandaloneConfiguration() - 类 的构造器org.springframework.data.redis.connection.RedisStandaloneConfiguration
Create a new default RedisStandaloneConfiguration.
RedisStandaloneConfiguration(String) - 类 的构造器org.springframework.data.redis.connection.RedisStandaloneConfiguration
Create a new RedisStandaloneConfiguration given hostName.
RedisStandaloneConfiguration(String, int) - 类 的构造器org.springframework.data.redis.connection.RedisStandaloneConfiguration
Create a new RedisStandaloneConfiguration given hostName and port.
RedisStore - org.springframework.data.redis.support.collections中的接口
Basic interface for Redis-based collections.
RedisStringCommands - org.springframework.data.redis.connection中的接口
String/Value-specific commands supported by Redis.
RedisStringCommands.BitOperation - org.springframework.data.redis.connection中的枚举
 
RedisStringCommands.SetOption - org.springframework.data.redis.connection中的枚举
SET command arguments for NX, XX.
RedisSubscribedConnectionException - org.springframework.data.redis.connection中的异常错误
Exception thrown when issuing commands on a connection that is subscribed and waiting for events.
RedisSubscribedConnectionException(String, Throwable) - 异常错误 的构造器org.springframework.data.redis.connection.RedisSubscribedConnectionException
Constructs a new RedisSubscribedConnectionException instance.
RedisSubscribedConnectionException(String) - 异常错误 的构造器org.springframework.data.redis.connection.RedisSubscribedConnectionException
Constructs a new RedisSubscribedConnectionException instance.
RedisSystemException - org.springframework.data.redis中的异常错误
Exception thrown when we can't classify a Redis exception into one of Spring generic data access exceptions.
RedisSystemException(String, Throwable) - 异常错误 的构造器org.springframework.data.redis.RedisSystemException
 
RedisTemplate<K,V> - org.springframework.data.redis.core中的类
Helper class that simplifies Redis data access code.
RedisTemplate() - 类 的构造器org.springframework.data.redis.core.RedisTemplate
Constructs a new RedisTemplate instance.
RedisTxCommands - org.springframework.data.redis.connection中的接口
Transaction/Batch specific commands supported by Redis.
RedisZSet<E> - org.springframework.data.redis.support.collections中的接口
Redis ZSet (or sorted set (by weight)).
RedisZSetCommands - org.springframework.data.redis.connection中的接口
ZSet(SortedSet)-specific commands supported by Redis.
RedisZSetCommands.Aggregate - org.springframework.data.redis.connection中的枚举
Sort aggregation operations.
RedisZSetCommands.Limit - org.springframework.data.redis.connection中的类
 
RedisZSetCommands.Range - org.springframework.data.redis.connection中的类
RedisZSetCommands.Range defines min and max values to retrieve from a ZSET.
RedisZSetCommands.Range.Boundary - org.springframework.data.redis.connection中的类
 
RedisZSetCommands.Tuple - org.springframework.data.redis.connection中的接口
ZSet tuple.
reduce(BiFunction<T, T, T>) - 类 中的方法reactor.core.publisher.Flux
Reduce the values from this Flux sequence into an single object of the same type than the emitted items.
reduce(A, BiFunction<A, ? super T, A>) - 类 中的方法reactor.core.publisher.Flux
Reduce the values from this Flux sequence into an single object matching the type of a seed value.
reduce(BiFunction<T, T, T>) - 类 中的方法reactor.core.publisher.ParallelFlux
Reduces all values within a 'rail' and across 'rails' with a reducer function into a single sequential value.
reduce(Supplier<R>, BiFunction<R, ? super T, R>) - 类 中的方法reactor.core.publisher.ParallelFlux
Reduces all values within a 'rail' to a single value (with a possibly different type) via a reducer function that is initialized on each rail from an initialSupplier value.
reduceWith(Supplier<A>, BiFunction<A, ? super T, A>) - 类 中的方法reactor.core.publisher.Flux
Reduce the values from this Flux sequence into an single object matching the type of a lazily supplied seed value.
refCount() - 类 中的方法reactor.core.publisher.ConnectableFlux
Connects to the upstream source when the first Subscriber subscribes and disconnects when all Subscribers cancelled or the upstream source completed.
refCount(int) - 类 中的方法reactor.core.publisher.ConnectableFlux
Connects to the upstream source when the given number of Subscriber subscribes and disconnects when all Subscribers cancelled or the upstream source completed.
refCount(int, Duration) - 类 中的方法reactor.core.publisher.ConnectableFlux
Connects to the upstream source when the given number of Subscriber subscribes.
refCount(int, Duration, Scheduler) - 类 中的方法reactor.core.publisher.ConnectableFlux
Connects to the upstream source when the given number of Subscriber subscribes.
REFERENCE_REQUEST - 接口 中的静态变量org.springframework.web.context.request.RequestAttributes
Name of the standard reference to the request object: "request".
REFERENCE_SESSION - 接口 中的静态变量org.springframework.web.context.request.RequestAttributes
Name of the standard reference to the session object: "session".
ReferenceManager() - 类 的构造器org.springframework.util.ConcurrentReferenceHashMap.ReferenceManager
 
ReferenceResolver - org.springframework.data.redis.core.convert中的接口
ReferenceResolver retrieves Objects marked with Reference from Redis.
ReferenceResolverImpl - org.springframework.data.redis.core.convert中的类
ReferenceResolver using RedisKeyValueAdapter to read raw data.
ReferenceResolverImpl(RedisOperations<?, ?>) - 类 的构造器org.springframework.data.redis.core.convert.ReferenceResolverImpl
 
REFERER - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Referer header field name.
ReflectionEntityInformation<T,ID> - org.springframework.data.repository.core.support中的类
EntityInformation implementation that inspects fields for an annotation and looks up this field's value to retrieve the id.
ReflectionEntityInformation(Class<T>) - 类 的构造器org.springframework.data.repository.core.support.ReflectionEntityInformation
Creates a new ReflectionEntityInformation inspecting the given domain class for a field carrying the Id annotation.
ReflectionEntityInformation(Class<T>, Class<? extends Annotation>) - 类 的构造器org.springframework.data.repository.core.support.ReflectionEntityInformation
Creates a new ReflectionEntityInformation inspecting the given domain class for a field carrying the given annotation.
ReflectionHelper - org.springframework.expression.spel.support中的类
Utility methods used by the reflection resolver code to discover the appropriate methods/constructors and fields that should be used in expressions.
ReflectionHelper() - 类 的构造器org.springframework.expression.spel.support.ReflectionHelper
 
ReflectionTestUtils - org.springframework.test.util中的类
ReflectionTestUtils is a collection of reflection-based utility methods for use in unit and integration testing scenarios.
ReflectionTestUtils() - 类 的构造器org.springframework.test.util.ReflectionTestUtils
 
ReflectionUtils - org.springframework.data.util中的类
Spring Data specific reflection utility methods and classes.
ReflectionUtils() - 类 的构造器org.springframework.data.util.ReflectionUtils
 
ReflectionUtils - org.springframework.util中的类
Simple utility class for working with the reflection API and handling reflection exceptions.
ReflectionUtils() - 类 的构造器org.springframework.util.ReflectionUtils
 
ReflectionUtils.AnnotationFieldFilter - org.springframework.data.util中的类
A ReflectionUtils.FieldFilter for a given annotation.
ReflectionUtils.DescribedFieldFilter - org.springframework.data.util中的接口
A ReflectionUtils.FieldFilter that has a description.
ReflectionUtils.FieldCallback - org.springframework.util中的接口
Callback interface invoked on each field in the hierarchy.
ReflectionUtils.FieldFilter - org.springframework.util中的接口
Callback optionally used to filter fields to be operated on by a field callback.
ReflectionUtils.MethodCallback - org.springframework.util中的接口
Action to take on each method.
ReflectionUtils.MethodFilter - org.springframework.util中的接口
Callback optionally used to filter methods to be operated on by a method callback.
ReflectiveConstructorExecutor - org.springframework.expression.spel.support中的类
A simple ConstructorExecutor implementation that runs a constructor using reflective invocation.
ReflectiveConstructorExecutor(Constructor<?>) - 类 的构造器org.springframework.expression.spel.support.ReflectiveConstructorExecutor
 
ReflectiveConstructorResolver - org.springframework.expression.spel.support中的类
A constructor resolver that uses reflection to locate the constructor that should be invoked.
ReflectiveConstructorResolver() - 类 的构造器org.springframework.expression.spel.support.ReflectiveConstructorResolver
 
ReflectiveLoadTimeWeaver - org.springframework.instrument.classloading中的类
LoadTimeWeaver which uses reflection to delegate to an underlying ClassLoader with well-known transformation hooks.
ReflectiveLoadTimeWeaver() - 类 的构造器org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
Create a new ReflectiveLoadTimeWeaver for the current context class loader, which needs to support the required weaving methods.
ReflectiveLoadTimeWeaver(ClassLoader) - 类 的构造器org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver
Create a new SimpleLoadTimeWeaver for the given class loader.
ReflectiveMethodExecutor - org.springframework.expression.spel.support中的类
 
ReflectiveMethodExecutor(Method) - 类 的构造器org.springframework.expression.spel.support.ReflectiveMethodExecutor
 
ReflectiveMethodResolver - org.springframework.expression.spel.support中的类
Reflection-based MethodResolver used by default in StandardEvaluationContext unless explicit method resolvers have been specified.
ReflectiveMethodResolver() - 类 的构造器org.springframework.expression.spel.support.ReflectiveMethodResolver
 
ReflectiveMethodResolver(boolean) - 类 的构造器org.springframework.expression.spel.support.ReflectiveMethodResolver
This constructor allows the ReflectiveMethodResolver to be configured such that it will use a distance computation to check which is the better of two close matches (when there are multiple matches).
ReflectivePropertyAccessor - org.springframework.expression.spel.support中的类
A powerful PropertyAccessor that uses reflection to access properties for reading and possibly also for writing.
ReflectivePropertyAccessor() - 类 的构造器org.springframework.expression.spel.support.ReflectivePropertyAccessor
Create a new property accessor for reading as well writing.
ReflectivePropertyAccessor(boolean) - 类 的构造器org.springframework.expression.spel.support.ReflectivePropertyAccessor
Create a new property accessor for reading and possibly writing.
ReflectivePropertyAccessor.OptimalPropertyAccessor - org.springframework.expression.spel.support中的类
An optimized form of a PropertyAccessor that will use reflection but only knows how to access a particular property on a particular class.
refresh() - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Refresh this servlet's application context, as well as the dependent state of the servlet.
REFRESH_CHECK_DELAY_ATTRIBUTE - 类 中的静态变量org.springframework.scripting.support.ScriptFactoryPostProcessor
 
RefreshableScriptTargetSource - org.springframework.scripting.support中的类
Subclass of BeanFactoryRefreshableTargetSource that determines whether a refresh is required through the given ScriptFactory.
RefreshableScriptTargetSource(BeanFactory, String, ScriptFactory, ScriptSource, boolean) - 类 的构造器org.springframework.scripting.support.RefreshableScriptTargetSource
Create a new RefreshableScriptTargetSource.
refreshAndRetry(MethodInvocation) - 类 中的方法org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Refresh the EJB home object and retry the given invocation.
refreshAndRetry(MethodInvocation) - 类 中的方法org.springframework.remoting.rmi.JndiRmiClientInterceptor
Refresh the RMI stub and retry the given invocation.
refreshAndRetry(MethodInvocation) - 类 中的方法org.springframework.remoting.rmi.RmiClientInterceptor
Refresh the RMI stub and retry the given invocation.
refreshApplicationContext(ApplicationContext) - 类 中的方法org.springframework.web.server.adapter.AbstractReactiveWebInitializer
Refresh the given application context, if necessary.
refreshHome() - 类 中的方法org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Refresh the cached home object, if applicable.
refreshHome() - 类 中的方法org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
Reset the cached session bean instance, if necessary.
refreshTtl(boolean) - 类 中的方法org.springframework.data.redis.core.PartialUpdate
Set indicator for updating expiration time of target.
register(Class<?>...) - 类 中的方法org.springframework.web.context.support.AnnotationConfigWebApplicationContext
Register one or more annotated classes to be processed.
registerAfterCompletionWithExistingTransaction(Object, List<TransactionSynchronization>) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
 
registerAfterCompletionWithExistingTransaction(Object, List<TransactionSynchronization>) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Register the given list of transaction synchronizations with the existing transaction.
registerBean(CdiRepositoryBean<?>) - 类 中的方法org.springframework.data.repository.cdi.CdiRepositoryExtensionSupport
Registers the given CdiRepositoryBean for further general treatment by the infrastructure.
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - 类 中的方法org.springframework.data.repository.config.RepositoryBeanDefinitionRegistrarSupport
 
registerBeanNameOrInstance(Object, String) - 类 中的方法org.springframework.jmx.export.MBeanExporter
Register an individual bean with the MBeanServer.
registerBeans() - 类 中的方法org.springframework.jmx.export.MBeanExporter
Register the defined beans with the MBeanServer.
registerBeansForRoot(BeanDefinitionRegistry, RepositoryConfigurationSource) - 类 中的方法org.springframework.data.redis.repository.configuration.RedisRepositoryConfigurationExtension
 
registerBeansForRoot(BeanDefinitionRegistry, RepositoryConfigurationSource) - 接口 中的方法org.springframework.data.repository.config.RepositoryConfigurationExtension
Callback to register additional bean definitions for a repositories root node.
registerBeansForRoot(BeanDefinitionRegistry, RepositoryConfigurationSource) - 类 中的方法org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
 
registerCallableInterceptor(Object, CallableProcessingInterceptor) - 类 中的方法org.springframework.web.context.request.async.WebAsyncManager
Register a CallableProcessingInterceptor under the given key.
registerCallableInterceptors(CallableProcessingInterceptor...) - 类 中的方法org.springframework.web.context.request.async.WebAsyncManager
Register a CallableProcessingInterceptor without a key.
registerCallableInterceptors(CallableProcessingInterceptor...) - 类 中的方法org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
Configure lifecycle interceptors with callbacks around concurrent request execution that starts when a controller returns a Callable.
registerCloseListener(ServletContext, ApplicationContext) - 类 中的方法org.springframework.web.server.adapter.AbstractReactiveWebInitializer
Register a ServletContextListener that closes the given application context when the servlet context is destroyed.
registerContext(String, ServletContext) - 类 中的方法org.springframework.mock.web.MockServletContext
 
registerContextLoaderListener(ServletContext) - 类 中的方法org.springframework.web.context.AbstractContextLoaderInitializer
Register a ContextLoaderListener against the given servlet context.
registerConvertersIn(ConfigurableConversionService) - 类 中的静态方法org.springframework.data.repository.util.QueryExecutionConverters
Registers converters for wrapper types found on the classpath.
registerCorsConfiguration(String, CorsConfiguration) - 类 中的方法org.springframework.web.cors.reactive.UrlBasedCorsConfigurationSource
Register a CorsConfiguration for the specified path pattern.
registerCorsConfiguration(String, CorsConfiguration) - 类 中的方法org.springframework.web.cors.UrlBasedCorsConfigurationSource
Register a CorsConfiguration for the specified path pattern.
registerCorsConfigurations(Map<String, CorsConfiguration>, ParserContext, Object) - 类 中的静态方法org.springframework.web.servlet.config.MvcNamespaceUtils
Registers a Map<String, CorsConfiguration> (mapped CorsConfigurations) under a well-known name unless already registered.
registerCustomEditor(Class<?>, PropertyEditor) - 类 中的方法org.springframework.validation.DataBinder
 
registerCustomEditor(Class<?>, String, PropertyEditor) - 类 中的方法org.springframework.validation.DataBinder
 
registerDatabase(DataSource, String) - 类 中的方法org.springframework.jdbc.support.SQLErrorCodesFactory
Associate the specified database name with the given DataSource.
registerDefaultComponents(ParserContext, Object) - 类 中的静态方法org.springframework.web.servlet.config.MvcNamespaceUtils
 
registerDefaults(boolean) - 接口 中的方法org.springframework.http.codec.CodecConfigurer
Provides a way to completely turn off registration of default HTTP message readers and writers, and instead rely only on the ones provided via CodecConfigurer.customCodecs().
registerDeferredResultInterceptor(Object, DeferredResultProcessingInterceptor) - 类 中的方法org.springframework.web.context.request.async.WebAsyncManager
Register a DeferredResultProcessingInterceptor under the given key.
registerDeferredResultInterceptors(DeferredResultProcessingInterceptor...) - 类 中的方法org.springframework.web.context.request.async.WebAsyncManager
Register one or more DeferredResultProcessingInterceptors without a specified key.
registerDeferredResultInterceptors(DeferredResultProcessingInterceptor...) - 类 中的方法org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
Configure lifecycle interceptors with callbacks around concurrent request execution that starts when a controller returns a DeferredResult.
registerDestructionCallback(String, Runnable) - 类 中的方法org.springframework.transaction.support.SimpleTransactionScope
 
registerDestructionCallback(String, Runnable) - 类 中的方法org.springframework.web.context.request.AbstractRequestAttributesScope
 
registerDestructionCallback(String, Runnable, int) - 类 中的方法org.springframework.web.context.request.FacesRequestAttributes
 
registerDestructionCallback(String, Runnable, int) - 接口 中的方法org.springframework.web.context.request.RequestAttributes
Register a callback to be executed on destruction of the specified attribute in the given scope.
registerDestructionCallback(String, Runnable, int) - 类 中的方法org.springframework.web.context.request.ServletRequestAttributes
 
registerDestructionCallback(String, Runnable) - 类 中的方法org.springframework.web.context.support.ServletContextScope
 
registerDispatcherServlet(ServletContext) - 类 中的方法org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
Register a DispatcherServlet against the given servlet context.
registerEnvironmentBeans(ConfigurableListableBeanFactory, ServletContext) - 类 中的静态方法org.springframework.web.context.support.WebApplicationContextUtils
Register web-specific environment beans ("contextParameters", "contextAttributes") with the given BeanFactory, as used by the WebApplicationContext.
registerEnvironmentBeans(ConfigurableListableBeanFactory, ServletContext, ServletConfig) - 类 中的静态方法org.springframework.web.context.support.WebApplicationContextUtils
Register web-specific environment beans ("contextParameters", "contextAttributes") with the given BeanFactory, as used by the WebApplicationContext.
registerFormatters(FormatterRegistry) - 类 中的方法org.springframework.format.datetime.DateFormatterRegistrar
 
registerFormatters(FormatterRegistry) - 类 中的方法org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
 
registerFormatters(FormatterRegistry) - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
 
registerFormatters(FormatterRegistry) - 接口 中的方法org.springframework.format.FormatterRegistrar
Register Formatters and Converters with a FormattingConversionService through a FormatterRegistry SPI.
registerFunction(String, Method) - 类 中的方法org.springframework.expression.spel.support.StandardEvaluationContext
 
registerHandler(String[], String) - 类 中的方法org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Register the specified handler for the given URL paths.
registerHandler(String, Object) - 类 中的方法org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Register the specified handler for the given URL path.
registerHandlerMethod(Object, Method, T) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Register a handler method and its unique mapping.
registerHandlers(Map<String, Object>) - 类 中的方法org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
Register all handlers specified in the URL map for the corresponding paths.
registerIfNotAlreadyRegistered(AbstractBeanDefinition, BeanDefinitionRegistry, String, Object) - 类 中的静态方法org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
Registers the given AbstractBeanDefinition with the given registry with the given bean name unless the registry already contains a bean with that name.
registerImport(String) - 类 中的方法org.springframework.expression.spel.support.StandardTypeLocator
Register a new import prefix that will be used when searching for unqualified types.
registerJobsAndTriggers() - 类 中的方法org.springframework.scheduling.quartz.SchedulerAccessor
Register jobs and triggers (within a transaction, if possible).
registerListeners() - 类 中的方法org.springframework.scheduling.quartz.SchedulerAccessor
Register all specified listeners with the Scheduler.
registerManagedResource(Object) - 类 中的方法org.springframework.jmx.export.MBeanExporter
 
registerManagedResource(Object, ObjectName) - 类 中的方法org.springframework.jmx.export.MBeanExporter
 
registerManagedResource(Object) - 接口 中的方法org.springframework.jmx.export.MBeanExportOperations
Register the supplied resource with JMX.
registerManagedResource(Object, ObjectName) - 接口 中的方法org.springframework.jmx.export.MBeanExportOperations
Register the supplied resource with JMX.
registerMapping(T, Object, Method) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Register the given mapping.
registerMethodFilter(Class<?>, MethodFilter) - 类 中的方法org.springframework.expression.spel.support.ReflectiveMethodResolver
Register a filter for methods on the given type.
registerMethodFilter(Class<?>, MethodFilter) - 类 中的方法org.springframework.expression.spel.support.StandardEvaluationContext
Register a MethodFilter which will be called during method resolution for the specified type.
registerNamedDispatcher(String, RequestDispatcher) - 类 中的方法org.springframework.mock.web.MockServletContext
Register a RequestDispatcher (typically a MockRequestDispatcher) that acts as a wrapper for the named Servlet.
registerNewClinit(CodeFlow.ClinitAdder) - 类 中的方法org.springframework.expression.spel.CodeFlow
Register a ClinitAdder which will add code to the static initializer in the generated class to support the code produced by an ast nodes primary generateCode() method.
registerNewField(CodeFlow.FieldAdder) - 类 中的方法org.springframework.expression.spel.CodeFlow
Register a FieldAdder which will add a new field to the generated class to support the code produced by an ast nodes primary generateCode() method.
registerPathMatcher(RuntimeBeanReference, ParserContext, Object) - 类 中的静态方法org.springframework.web.servlet.config.MvcNamespaceUtils
Adds an alias to an existing well-known name or registers a new instance of a PathMatcher under that well-known name, unless already registered.
registerRepositoriesIn(BeanDefinitionRegistry, RepositoryConfigurationExtension) - 类 中的方法org.springframework.data.repository.config.RepositoryConfigurationDelegate
Registers the found repositories in the given BeanDefinitionRegistry.
registerRequestDestructionCallback(String, Runnable) - 类 中的方法org.springframework.web.context.request.AbstractRequestAttributes
Register the given callback as to be executed after request completion.
registerScriptFactoryPostProcessorIfNecessary(BeanDefinitionRegistry) - 类 中的静态方法org.springframework.scripting.config.LangNamespaceUtils
Register a ScriptFactoryPostProcessor bean definition in the supplied BeanDefinitionRegistry if the ScriptFactoryPostProcessor hasn't already been registered.
registerServletFilter(ServletContext, Filter) - 类 中的方法org.springframework.web.servlet.support.AbstractDispatcherServletInitializer
Add the given filter to the ServletContext and map it to the DispatcherServlet as follows: a default filter name is chosen based on its concrete type the asyncSupported flag is set depending on the return value of asyncSupported a filter mapping is created with dispatcher types REQUEST, FORWARD, INCLUDE, and conditionally ASYNC depending on the return value of asyncSupported If the above defaults are not suitable or insufficient, override this method and register filters directly with the ServletContext.
registerSessionDestructionCallback(String, Runnable) - 类 中的方法org.springframework.web.context.request.ServletRequestAttributes
Register the given callback as to be executed after session termination.
registerSqlType(String, int) - 类 中的方法org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource
Register a SQL type for the given parameter.
registerSynchronization(Synchronization) - 类 中的方法org.springframework.transaction.jta.ManagedTransactionAdapter
 
registerSynchronization(TransactionSynchronization) - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationManager
Register a new transaction synchronization for the current thread.
registerTasks(ScheduledExecutorTask[], ScheduledExecutorService) - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
Register the specified ScheduledExecutorTasks on the given ScheduledExecutorService.
registerTestExecutionListeners(List<TestExecutionListener>) - 类 中的方法org.springframework.test.context.TestContextManager
Register the supplied list of TestExecutionListeners by appending them to the list of listeners used by this TestContextManager.
registerTestExecutionListeners(TestExecutionListener...) - 类 中的方法org.springframework.test.context.TestContextManager
Register the supplied array of TestExecutionListeners by appending them to the list of listeners used by this TestContextManager.
registerTranslator(String, SQLExceptionTranslator) - 类 中的方法org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistry
Register a new custom translator for the specified database name.
registerTypeName(String, String) - 类 中的方法org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource
Register a SQL type for the given parameter.
registerUrlPathHelper(RuntimeBeanReference, ParserContext, Object) - 类 中的静态方法org.springframework.web.servlet.config.MvcNamespaceUtils
Adds an alias to an existing well-known name or registers a new instance of a UrlPathHelper under that well-known name, unless already registered.
registerWebApplicationScopes(ConfigurableListableBeanFactory) - 类 中的静态方法org.springframework.web.context.support.WebApplicationContextUtils
Register web-specific scopes ("request", "session", "globalSession") with the given BeanFactory, as used by the WebApplicationContext.
registerWebApplicationScopes(ConfigurableListableBeanFactory, ServletContext) - 类 中的静态方法org.springframework.web.context.support.WebApplicationContextUtils
Register web-specific scopes ("request", "session", "globalSession", "application") with the given BeanFactory, as used by the WebApplicationContext.
registerWithSourceAndGeneratedBeanName(BeanDefinitionRegistry, AbstractBeanDefinition, Object) - 类 中的静态方法org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
Sets the given source on the given AbstractBeanDefinition and registers it inside the given BeanDefinitionRegistry.
RegistrationPolicy - org.springframework.jmx.support中的枚举
Indicates registration behavior when attempting to register an MBean that already exists.
REINJECT_DEPENDENCIES_ATTRIBUTE - 类 中的静态变量org.springframework.test.context.support.DependencyInjectionTestExecutionListener
Attribute name for a TestContext attribute which indicates whether or not the dependencies of a test instance should be reinjected in beforeTestMethod().
reject(String, Object[], String) - 类 中的方法org.springframework.validation.AbstractBindingResult
 
reject(String) - 类 中的方法org.springframework.validation.AbstractErrors
 
reject(String, String) - 类 中的方法org.springframework.validation.AbstractErrors
 
reject(String) - 异常错误 中的方法org.springframework.validation.BindException
 
reject(String, String) - 异常错误 中的方法org.springframework.validation.BindException
 
reject(String, Object[], String) - 异常错误 中的方法org.springframework.validation.BindException
 
reject(String) - 接口 中的方法org.springframework.validation.Errors
Register a global error for the entire target object, using the given error description.
reject(String, String) - 接口 中的方法org.springframework.validation.Errors
Register a global error for the entire target object, using the given error description.
reject(String, Object[], String) - 接口 中的方法org.springframework.validation.Errors
Register a global error for the entire target object, using the given error description.
reject(String) - 类 中的方法org.springframework.web.bind.EscapedErrors
 
reject(String, String) - 类 中的方法org.springframework.web.bind.EscapedErrors
 
reject(String, Object[], String) - 类 中的方法org.springframework.web.bind.EscapedErrors
 
reject(String) - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
reject(String, String) - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
reject(String, Object[], String) - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
rejectIfEmpty(Errors, String, String) - 类 中的静态方法org.springframework.validation.ValidationUtils
Reject the given field with the given error code if the value is empty.
rejectIfEmpty(Errors, String, String, String) - 类 中的静态方法org.springframework.validation.ValidationUtils
Reject the given field with the given error code and default message if the value is empty.
rejectIfEmpty(Errors, String, String, Object[]) - 类 中的静态方法org.springframework.validation.ValidationUtils
Reject the given field with the given error code and error arguments if the value is empty.
rejectIfEmpty(Errors, String, String, Object[], String) - 类 中的静态方法org.springframework.validation.ValidationUtils
Reject the given field with the given error code, error arguments and default message if the value is empty.
rejectIfEmptyOrWhitespace(Errors, String, String) - 类 中的静态方法org.springframework.validation.ValidationUtils
Reject the given field with the given error code if the value is empty or just contains whitespace.
rejectIfEmptyOrWhitespace(Errors, String, String, String) - 类 中的静态方法org.springframework.validation.ValidationUtils
Reject the given field with the given error code and default message if the value is empty or just contains whitespace.
rejectIfEmptyOrWhitespace(Errors, String, String, Object[]) - 类 中的静态方法org.springframework.validation.ValidationUtils
Reject the given field with the given error code and error arguments if the value is empty or just contains whitespace.
rejectIfEmptyOrWhitespace(Errors, String, String, Object[], String) - 类 中的静态方法org.springframework.validation.ValidationUtils
Reject the given field with the given error code, error arguments and default message if the value is empty or just contains whitespace.
rejectRequest(ServerHttpResponse) - 类 中的方法org.springframework.web.cors.DefaultCorsProcessor
Invoked when one of the CORS checks failed.
rejectRequest(ServerHttpResponse) - 类 中的方法org.springframework.web.cors.reactive.DefaultCorsProcessor
Invoked when one of the CORS checks failed.
rejectValue(String, String, Object[], String) - 类 中的方法org.springframework.validation.AbstractBindingResult
 
rejectValue(String, String) - 类 中的方法org.springframework.validation.AbstractErrors
 
rejectValue(String, String, String) - 类 中的方法org.springframework.validation.AbstractErrors
 
rejectValue(String, String) - 异常错误 中的方法org.springframework.validation.BindException
 
rejectValue(String, String, String) - 异常错误 中的方法org.springframework.validation.BindException
 
rejectValue(String, String, Object[], String) - 异常错误 中的方法org.springframework.validation.BindException
 
rejectValue(String, String) - 接口 中的方法org.springframework.validation.Errors
Register a field error for the specified field of the current object (respecting the current nested path, if any), using the given error description.
rejectValue(String, String, String) - 接口 中的方法org.springframework.validation.Errors
Register a field error for the specified field of the current object (respecting the current nested path, if any), using the given error description.
rejectValue(String, String, Object[], String) - 接口 中的方法org.springframework.validation.Errors
Register a field error for the specified field of the current object (respecting the current nested path, if any), using the given error description.
rejectValue(String, String) - 类 中的方法org.springframework.web.bind.EscapedErrors
 
rejectValue(String, String, String) - 类 中的方法org.springframework.web.bind.EscapedErrors
 
rejectValue(String, String, Object[], String) - 类 中的方法org.springframework.web.bind.EscapedErrors
 
rejectValue(String, String) - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
rejectValue(String, String, String) - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
rejectValue(String, String, Object[], String) - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
relative(int) - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
relative(int) - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Move the cursor a relative number of rows, either positive or negative.
RelativeRedirectFilter - org.springframework.web.filter中的类
Overrides HttpServletResponse.sendRedirect(String) and handles it by setting the HTTP status and "Location" headers, which keeps the Servlet container from re-writing relative redirect URLs into absolute ones.
RelativeRedirectFilter() - 类 的构造器org.springframework.web.filter.RelativeRedirectFilter
 
relativeTo(UriComponentsBuilder) - 类 中的静态方法org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
Create an instance of this class with a base URL.
RELAXNG_NS_URI - 类 中的静态变量org.xmlunit.validation.Languages
RELAX NG This is most likely only supported if you use additional libraries and configure JAXP to use them.
release(StatefulConnection<?, ?>) - 接口 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionProvider
Release the connection.
release() - 类 中的方法org.springframework.jca.endpoint.AbstractMessageEndpointFactory.AbstractMessageEndpoint
 
release() - 类 中的方法org.springframework.jca.work.DelegatingWork
This implementation is empty, since we expect the Runnable to terminate based on some specific shutdown signal.
release() - 类 中的方法org.springframework.mock.web.MockPageContext
 
release() - 类 中的方法org.springframework.scheduling.commonj.DelegatingWork
This implementation is empty, since we expect the Runnable to terminate based on some specific shutdown signal.
release() - 接口 中的方法org.springframework.util.ConcurrentReferenceHashMap.Reference
Release this entry and ensure that it will be returned from ReferenceManager#pollForPurge().
release() - 类 中的方法org.springframework.web.servlet.tags.ArgumentTag
 
release() - 类 中的方法org.springframework.web.servlet.tags.MessageTag
 
release() - 类 中的方法org.springframework.web.servlet.tags.ParamTag
 
releaseConnection(RedisConnection, RedisConnectionFactory) - 类 中的静态方法org.springframework.data.redis.core.RedisConnectionUtils
Closes the given connection, created via the given factory if not managed externally (i.e. not bound to the thread).
releaseConnection(Connection, ConnectionFactory) - 类 中的静态方法org.springframework.jca.cci.connection.ConnectionFactoryUtils
Close the given Connection, obtained from the given ConnectionFactory, if it is not managed externally (that is, not bound to the thread).
releaseConnection(Connection) - 类 中的方法org.springframework.jca.cci.core.support.CciDaoSupport
Close the given CCI Connection, created via this bean's ConnectionFactory, if it isn't bound to the thread.
releaseConnection(Connection) - 类 中的方法org.springframework.jdbc.core.support.JdbcDaoSupport
Close the given JDBC Connection, created via this DAO's DataSource, if it isn't bound to the thread.
releaseConnection(Connection) - 接口 中的方法org.springframework.jdbc.datasource.ConnectionHandle
Release the JDBC Connection that this handle refers to.
releaseConnection(Connection, DataSource) - 类 中的静态方法org.springframework.jdbc.datasource.DataSourceUtils
Close the given Connection, obtained from the given DataSource, if it is not managed externally (that is, not bound to the thread).
releaseConnection(Connection) - 类 中的方法org.springframework.jdbc.datasource.SimpleConnectionHandle
This implementation is empty, as we're using a standard Connection handle that does not have to be released.
releaseContext(Context) - 类 中的方法org.springframework.jndi.JndiTemplate
Release a JNDI context as obtained from JndiTemplate.getContext().
released() - 类 中的方法org.springframework.jdbc.datasource.ConnectionHolder
Releases the current Connection held by this ConnectionHolder.
released() - 类 中的方法org.springframework.transaction.support.ResourceHolderSupport
Decrease the reference count by one because the holder has been released (i.e. someone released the resource held by it).
releaseHeldSavepoint() - 类 中的方法org.springframework.transaction.support.AbstractTransactionStatus
Release the savepoint that is held for the transaction.
releaseInstance(ConstraintValidator<?, ?>) - 类 中的方法org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
 
releaseInstance(ConstraintValidator<?, ?>) - 类 中的方法org.springframework.web.bind.support.SpringWebConstraintValidatorFactory
 
releaseResource(H, K) - 类 中的方法org.springframework.transaction.support.ResourceHolderSynchronization
Release the given resource (after it has been unbound from the thread).
releaseSavepoint(Object) - 类 中的方法org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
This implementation releases the given JDBC 3.0 Savepoint.
releaseSavepoint(Object) - 接口 中的方法org.springframework.transaction.SavepointManager
Explicitly release the given savepoint.
releaseSavepoint(Object) - 类 中的方法org.springframework.transaction.support.AbstractTransactionStatus
This implementation delegates to a SavepointManager for the underlying transaction, if possible.
releaseSessionBeanInstance(EJBLocalObject) - 类 中的方法org.springframework.ejb.access.LocalSlsbInvokerInterceptor
Release the given EJB instance.
releaseSessionBeanInstance(EJBObject) - 类 中的方法org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
Release the given EJB instance.
releaseTarget(Object) - 类 中的方法org.springframework.jndi.JndiObjectTargetSource
 
remainingCapacity() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
RemoteAccessException - org.springframework.remoting中的异常错误
Generic remote access exception.
RemoteAccessException(String) - 异常错误 的构造器org.springframework.remoting.RemoteAccessException
Constructor for RemoteAccessException.
RemoteAccessException(String, Throwable) - 异常错误 的构造器org.springframework.remoting.RemoteAccessException
Constructor for RemoteAccessException.
RemoteAccessor - org.springframework.remoting.support中的类
Abstract base class for classes that access a remote service.
RemoteAccessor() - 类 的构造器org.springframework.remoting.support.RemoteAccessor
 
remoteAddress(InetSocketAddress) - 接口 中的方法org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
Set the remote address to return.
RemoteConnectFailureException - org.springframework.remoting中的异常错误
RemoteAccessException subclass to be thrown when no connection could be established with a remote service.
RemoteConnectFailureException(String, Throwable) - 异常错误 的构造器org.springframework.remoting.RemoteConnectFailureException
Constructor for RemoteConnectFailureException.
RemoteExporter - org.springframework.remoting.support中的类
Abstract base class for classes that export a remote service.
RemoteExporter() - 类 的构造器org.springframework.remoting.support.RemoteExporter
 
RemoteInvocation - org.springframework.remoting.support中的类
Encapsulates a remote invocation, providing core method invocation properties in a serializable fashion.
RemoteInvocation(MethodInvocation) - 类 的构造器org.springframework.remoting.support.RemoteInvocation
Create a new RemoteInvocation for the given AOP method invocation.
RemoteInvocation(String, Class<?>[], Object[]) - 类 的构造器org.springframework.remoting.support.RemoteInvocation
Create a new RemoteInvocation for the given parameters.
RemoteInvocation() - 类 的构造器org.springframework.remoting.support.RemoteInvocation
Create a new RemoteInvocation for JavaBean-style deserialization (e.g. with Jackson).
RemoteInvocationBasedAccessor - org.springframework.remoting.support中的类
Abstract base class for remote service accessors that are based on serialization of RemoteInvocation objects.
RemoteInvocationBasedAccessor() - 类 的构造器org.springframework.remoting.support.RemoteInvocationBasedAccessor
 
RemoteInvocationBasedExporter - org.springframework.remoting.support中的类
Abstract base class for remote service exporters that are based on deserialization of RemoteInvocation objects.
RemoteInvocationBasedExporter() - 类 的构造器org.springframework.remoting.support.RemoteInvocationBasedExporter
 
RemoteInvocationExecutor - org.springframework.remoting.support中的接口
Strategy interface for executing a RemoteInvocation on a target object.
RemoteInvocationFactory - org.springframework.remoting.support中的接口
Strategy interface for creating a RemoteInvocation from an AOP Alliance MethodInvocation.
RemoteInvocationFailureException - org.springframework.remoting中的异常错误
RemoteAccessException subclass to be thrown when the execution of the target method failed on the server side, for example when a method was not found on the target object.
RemoteInvocationFailureException(String, Throwable) - 异常错误 的构造器org.springframework.remoting.RemoteInvocationFailureException
Constructor for RemoteInvocationFailureException.
RemoteInvocationResult - org.springframework.remoting.support中的类
Encapsulates a remote invocation result, holding a result value or an exception.
RemoteInvocationResult(Object) - 类 的构造器org.springframework.remoting.support.RemoteInvocationResult
Create a new RemoteInvocationResult for the given result value.
RemoteInvocationResult(Throwable) - 类 的构造器org.springframework.remoting.support.RemoteInvocationResult
Create a new RemoteInvocationResult for the given exception.
RemoteInvocationResult() - 类 的构造器org.springframework.remoting.support.RemoteInvocationResult
Create a new RemoteInvocationResult for JavaBean-style deserialization (e.g. with Jackson).
RemoteInvocationSerializingExporter - org.springframework.remoting.rmi中的类
Abstract base class for remote service exporters that explicitly deserialize RemoteInvocation objects and serialize RemoteInvocationResult objects, for example Spring's HTTP invoker.
RemoteInvocationSerializingExporter() - 类 的构造器org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
 
RemoteInvocationTraceInterceptor - org.springframework.remoting.support中的类
AOP Alliance MethodInterceptor for tracing remote invocations.
RemoteInvocationTraceInterceptor() - 类 的构造器org.springframework.remoting.support.RemoteInvocationTraceInterceptor
Create a new RemoteInvocationTraceInterceptor.
RemoteInvocationTraceInterceptor(String) - 类 的构造器org.springframework.remoting.support.RemoteInvocationTraceInterceptor
Create a new RemoteInvocationTraceInterceptor.
RemoteInvocationUtils - org.springframework.remoting.support中的类
General utilities for handling remote invocations.
RemoteInvocationUtils() - 类 的构造器org.springframework.remoting.support.RemoteInvocationUtils
 
RemoteLookupFailureException - org.springframework.remoting中的异常错误
RemoteAccessException subclass to be thrown in case of a lookup failure, typically if the lookup happens on demand for each method invocation.
RemoteLookupFailureException(String) - 异常错误 的构造器org.springframework.remoting.RemoteLookupFailureException
Constructor for RemoteLookupFailureException.
RemoteLookupFailureException(String, Throwable) - 异常错误 的构造器org.springframework.remoting.RemoteLookupFailureException
Constructor for RemoteLookupFailureException.
RemoteProxyFailureException - org.springframework.remoting中的异常错误
RemoteAccessException subclass to be thrown in case of a failure within the client-side proxy for a remote service, for example when a method was not found on the underlying RMI stub.
RemoteProxyFailureException(String, Throwable) - 异常错误 的构造器org.springframework.remoting.RemoteProxyFailureException
Constructor for RemoteProxyFailureException.
RemoteTimeoutException - org.springframework.remoting中的异常错误
RemoteAccessException subclass to be thrown when the execution of the target method did not complete before a configurable timeout, for example when a reply message was not received.
RemoteTimeoutException(String) - 异常错误 的构造器org.springframework.remoting.RemoteTimeoutException
Constructor for RemoteTimeoutException.
RemoteTimeoutException(String, Throwable) - 异常错误 的构造器org.springframework.remoting.RemoteTimeoutException
Constructor for RemoteTimeoutException.
RemotingSupport - org.springframework.remoting.support中的类
Generic support base class for remote accessor and exporters, providing common bean ClassLoader handling.
RemotingSupport() - 类 的构造器org.springframework.remoting.support.RemotingSupport
 
remove(NamedNode) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisSentinelConnection
 
remove(String) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisSentinelConnection
 
remove(NamedNode) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
 
remove(String) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
 
remove(NamedNode) - 接口 中的方法org.springframework.data.redis.connection.RedisSentinelCommands
Removes given master.
remove(Object) - 类 中的方法org.springframework.data.redis.connection.util.ByteArraySet
 
remove(M...) - 接口 中的方法org.springframework.data.redis.core.BoundGeoOperations
Remove the members.
remove(long, Object) - 接口 中的方法org.springframework.data.redis.core.BoundListOperations
Removes the first count occurrences of value from the list stored at the bound key.
remove(Object...) - 接口 中的方法org.springframework.data.redis.core.BoundSetOperations
Remove given values from set at the bound key and return the number of removed elements.
remove(Object...) - 接口 中的方法org.springframework.data.redis.core.BoundZSetOperations
Remove values from sorted set.
remove(String) - 类 中的方法org.springframework.data.redis.core.convert.Bucket
Remove the property at property dot path.
remove() - 类 中的方法org.springframework.data.redis.core.ConvertingCursor
 
remove(K, M...) - 接口 中的方法org.springframework.data.redis.core.GeoOperations
Remove the members.
remove(K, long, Object) - 接口 中的方法org.springframework.data.redis.core.ListOperations
Removes the first count occurrences of value from the list stored at key.
remove(K, M...) - 接口 中的方法org.springframework.data.redis.core.ReactiveGeoOperations
Remove the members.
remove(H, Object...) - 接口 中的方法org.springframework.data.redis.core.ReactiveHashOperations
Delete given hash hashKeys from the hash at key.
remove(K, long, Object) - 接口 中的方法org.springframework.data.redis.core.ReactiveListOperations
Removes the first count occurrences of value from the list stored at key.
remove(K, Object...) - 接口 中的方法org.springframework.data.redis.core.ReactiveSetOperations
Remove given values from set at key and return the number of removed elements.
remove(K, Object...) - 接口 中的方法org.springframework.data.redis.core.ReactiveZSetOperations
Remove values from sorted set.
remove() - 类 中的方法org.springframework.data.redis.core.ScanCursor
 
remove(K, Object...) - 接口 中的方法org.springframework.data.redis.core.SetOperations
Remove given values from set at key and return the number of removed elements.
remove(K, Object...) - 接口 中的方法org.springframework.data.redis.core.ZSetOperations
Remove values from sorted set.
remove(Object) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
remove(int) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
remove() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
remove(Object) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisMap
 
remove(Object, Object) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisMap
 
remove(Object) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisSet
 
remove(long, long) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisZSet
 
remove(Object) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisZSet
 
remove(Object) - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
remove(Object, Object) - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
remove(long, long) - 接口 中的方法org.springframework.data.redis.support.collections.RedisZSet
 
remove(Object) - 类 中的方法org.springframework.http.HttpHeaders
 
remove(MergedContextConfiguration, DirtiesContext.HierarchyMode) - 接口 中的方法org.springframework.test.context.cache.ContextCache
Remove the context with the given key from the cache and explicitly close it if it is an instance of ConfigurableApplicationContext.
remove(MergedContextConfiguration, DirtiesContext.HierarchyMode) - 类 中的方法org.springframework.test.context.cache.DefaultContextCache
Remove the context with the given key from the cache and explicitly close it if it is an instance of ConfigurableApplicationContext.
remove(String) - 类 中的方法org.springframework.transaction.support.SimpleTransactionScope
 
remove(int) - 类 中的方法org.springframework.util.AutoPopulatingList
 
remove(Object) - 类 中的方法org.springframework.util.AutoPopulatingList
 
remove() - 类 中的方法org.springframework.util.CompositeIterator
 
remove(Object) - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap
 
remove(Object, Object) - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap
 
remove(Object) - 类 中的方法org.springframework.util.LinkedCaseInsensitiveMap
 
remove(Object) - 类 中的方法org.springframework.util.LinkedMultiValueMap
 
remove(String) - 类 中的方法org.springframework.web.context.request.AbstractRequestAttributesScope
 
remove(String) - 类 中的方法org.springframework.web.context.request.SessionScope
 
remove(String) - 类 中的方法org.springframework.web.context.support.ServletContextScope
 
remove(Disposable) - 接口 中的方法reactor.core.Disposable.Composite
Delete the Disposable from this container, without disposing it.
remove() - 接口 中的方法reactor.core.Fuseable.QueueSubscription
 
remove(Object) - 接口 中的方法reactor.core.Fuseable.QueueSubscription
 
removeAll(Collection<?>) - 类 中的方法org.springframework.data.redis.connection.util.ByteArraySet
 
removeAll(Collection<?>) - 类 中的方法org.springframework.data.redis.support.collections.AbstractRedisCollection
 
removeAll(Collection<?>) - 类 中的方法org.springframework.util.AutoPopulatingList
 
removeAll(Collection<?>) - 接口 中的方法reactor.core.Fuseable.QueueSubscription
 
removeAllParameters() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
Removes all existing parameters.
removeAttribute(String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
removeAttribute(String) - 类 中的方法org.springframework.mock.web.MockHttpSession
 
removeAttribute(String) - 类 中的方法org.springframework.mock.web.MockPageContext
 
removeAttribute(String, int) - 类 中的方法org.springframework.mock.web.MockPageContext
 
removeAttribute(String) - 类 中的方法org.springframework.mock.web.MockServletContext
 
removeAttribute(String) - 类 中的方法org.springframework.test.context.support.DefaultTestContext
 
removeAttribute(String, int) - 类 中的方法org.springframework.web.context.request.FacesRequestAttributes
 
removeAttribute(String, int) - 接口 中的方法org.springframework.web.context.request.RequestAttributes
Remove the scoped attribute of the given name, if it exists.
removeAttribute(String, int) - 类 中的方法org.springframework.web.context.request.ServletRequestAttributes
 
removeAttributes(Map<String, ?>) - 类 中的方法org.springframework.web.method.support.ModelAndViewContainer
Remove the given attributes from the model.
removeAttributes() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
Called by AbstractHtmlElementBodyTag.doFinally() allowing subclasses to remove any attributes from the javax.servlet.jsp.PageContext as needed.
removeAttributes() - 类 中的方法org.springframework.web.servlet.tags.form.ErrorsTag
Removes any bind status error messages that were previously stored under this key in the PageContext#PAGE_SCOPE.
removeAttributes() - 类 中的方法org.springframework.web.servlet.tags.form.OptionTag
 
removeBinding(String) - 类 中的方法org.springframework.util.xml.SimpleNamespaceContext
Remove the given prefix from this context.
removeByScore(double, double) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisZSet
 
removeByScore(double, double) - 接口 中的方法org.springframework.data.redis.support.collections.RedisZSet
 
removeConnectionSpecFromCurrentThread() - 类 中的方法org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
Remove any ConnectionSpec for this proxy from the current thread.
removeConstructorResolver(ConstructorResolver) - 类 中的方法org.springframework.expression.spel.support.StandardEvaluationContext
 
removeCookie(HttpServletResponse) - 类 中的方法org.springframework.web.util.CookieGenerator
Remove the cookie that this generator describes from the response.
removeCredentialsFromCurrentThread() - 类 中的方法org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
Remove any user credentials for this proxy from the current thread.
removeDuplicateStrings(String[]) - 类 中的静态方法org.springframework.util.StringUtils
Remove duplicate strings from the given array.
removeEldestEntry(Map.Entry<String, V>) - 类 中的方法org.springframework.util.LinkedCaseInsensitiveMap
Determine whether this map should remove the given eldest entry.
removeFirst() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
removeFirstOccurrence(Object) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
removeFromCache(String, Locale) - 类 中的方法org.springframework.web.servlet.view.AbstractCachingViewResolver
Provides functionality to clear the cache for a certain view.
removeFromEnvironment(String) - 类 中的方法org.springframework.mock.jndi.SimpleNamingContext
 
removeImport(String) - 类 中的方法org.springframework.expression.spel.support.StandardTypeLocator
Remove that specified prefix from this locator's list of imports.
RemoveIndexedData - org.springframework.data.redis.core.convert中的类
RemoveIndexedData represents a removed index entry from a secondary index for a property path in a given keyspace.
removeLast() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
removeLastOccurrence(Object) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
removeMessageListener(MessageListener, Collection<? extends Topic>) - 类 中的方法org.springframework.data.redis.listener.RedisMessageListenerContainer
Removes a message listener from the given topics.
removeMessageListener(MessageListener, Topic) - 类 中的方法org.springframework.data.redis.listener.RedisMessageListenerContainer
Removes a message listener from the from the given topic.
removeMessageListener(MessageListener) - 类 中的方法org.springframework.data.redis.listener.RedisMessageListenerContainer
Removes the given message listener completely (from all topics).
removeMethodResolver(MethodResolver) - 类 中的方法org.springframework.expression.spel.support.StandardEvaluationContext
 
removeParameter(String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
Remove already registered values for the specified HTTP parameter, if any.
removePathExtension() - 类 中的方法org.springframework.web.servlet.support.ServletUriComponentsBuilder
Remove any path extension from the requestURI.
removePropertyAccessor(PropertyAccessor) - 类 中的方法org.springframework.expression.spel.support.StandardEvaluationContext
 
removeQualityValue() - 类 中的方法org.springframework.http.MediaType
Return a replica of this instance with its quality value removed.
removeRange(long, long) - 接口 中的方法org.springframework.data.redis.core.BoundZSetOperations
Remove elements in range between start and end from sorted set with the bound key.
removeRange(K, Range<Long>) - 接口 中的方法org.springframework.data.redis.core.ReactiveZSetOperations
Remove elements in range between start and end from sorted set with key.
removeRange(K, long, long) - 接口 中的方法org.springframework.data.redis.core.ZSetOperations
Remove elements in range between start and end from sorted set with key.
removeRangeByScore(double, double) - 接口 中的方法org.springframework.data.redis.core.BoundZSetOperations
Remove elements with scores between min and max from sorted set with the bound key.
removeRangeByScore(K, Range<Double>) - 接口 中的方法org.springframework.data.redis.core.ReactiveZSetOperations
Remove elements with scores between min and max from sorted set with key.
removeRangeByScore(K, double, double) - 接口 中的方法org.springframework.data.redis.core.ZSetOperations
Remove elements with scores between min and max from sorted set with key.
removeRequestDestructionCallback(String) - 类 中的方法org.springframework.web.context.request.AbstractRequestAttributes
Remove the request destruction callback for the specified attribute, if any.
removeSemicolonContent(String) - 类 中的方法org.springframework.web.util.UrlPathHelper
Remove ";" (semicolon) content from the given request URI if the removeSemicolonContent property is set to "true".
removeSession(String) - 类 中的方法org.springframework.web.server.session.InMemoryWebSessionStore
 
removeSession(String) - 接口 中的方法org.springframework.web.server.session.WebSessionStore
Remove the WebSession for the specified id.
removeSessionBeanInstance(EJBObject) - 类 中的方法org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Remove the given EJB instance.
removeSessionBeanInstance(EJBLocalObject) - 类 中的方法org.springframework.ejb.access.LocalSlsbInvokerInterceptor
Remove the given EJB instance.
removeTransformers() - 类 中的方法org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver
Remove all registered transformers, in inverse order of registration.
removeValue(String) - 类 中的方法org.springframework.mock.web.MockHttpSession
 
removeVersion(String, String) - 类 中的方法org.springframework.web.servlet.resource.AbstractVersionStrategy.FileNameVersionPathStrategy
 
removeVersion(String, String) - 类 中的方法org.springframework.web.servlet.resource.AbstractVersionStrategy.PrefixVersionPathStrategy
 
removeVersion(String, String) - 类 中的方法org.springframework.web.servlet.resource.AbstractVersionStrategy
 
removeVersion(String, String) - 接口 中的方法org.springframework.web.servlet.resource.VersionPathStrategy
Remove the version from the request path.
removeWebAppRootSystemProperty(ServletContext) - 类 中的静态方法org.springframework.web.util.WebUtils
Remove the system property that points to the web app root directory.
rename(byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
rename(byte[], byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
rename(String, String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
rename(ByteBuffer, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands
Rename key oleName to newName.
rename(Publisher<ReactiveKeyCommands.RenameCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands
Rename key oleName to newName.
rename(byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisKeyCommands
Rename key sourceKey to targetKey.
rename(String, String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Rename key oleName to newName.
rename(K) - 接口 中的方法org.springframework.data.redis.core.BoundKeyOperations
Renames the key.
rename(K, K) - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisOperations
Rename key oldKey to newKey.
rename(K, K) - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
 
rename(K, K) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Rename key oldKey to newKey.
rename(K, K) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
rename(String) - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicDouble
 
rename(String) - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicInteger
 
rename(String) - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicLong
 
rename(String) - 类 中的方法org.springframework.data.redis.support.collections.AbstractRedisCollection
 
rename(String) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisMap
 
rename(String) - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
rename(String, String) - 类 中的方法org.springframework.mock.jndi.SimpleNamingContext
 
rename(Name, Name) - 类 中的方法org.springframework.mock.jndi.SimpleNamingContext
 
renameIfAbsent(K, K) - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisOperations
Rename key oleName to newKey only if newKey does not exist.
renameIfAbsent(K, K) - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
 
renameIfAbsent(K, K) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Rename key oleName to newKey only if newKey does not exist.
renameIfAbsent(K, K) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
renameNX(byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
renameNX(byte[], byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
renameNX(String, String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
renameNX(ByteBuffer, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands
Rename key oleName to newName only if newName does not exist.
renameNX(Publisher<ReactiveKeyCommands.RenameCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands
Rename key oleName to newName only if newName does not exist.
renameNX(byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisKeyCommands
Rename key sourceKey to targetKey only if targetKey does not exist.
renameNX(String, String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Rename key oleName to newName only if newName does not exist.
render(ModelAndView, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.DispatcherServlet
Render the given ModelAndView.
render(Map<String, ?>, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.AbstractView
Prepares the view given the specified model, merging it with static attributes and a RequestContext attribute, if necessary.
render(Map<String, ?>, HttpServletRequest, HttpServletResponse) - 接口 中的方法org.springframework.web.servlet.View
Render the view given the specified model.
renderDefaultContent(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
 
renderDefaultContent(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.ErrorsTag
 
renderDefaultContent(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.OptionTag
 
renderFromBodyContent(BodyContent, TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
Render the tag contents based on the supplied BodyContent.
renderFromBodyContent(BodyContent, TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.OptionTag
 
renderFromBoolean(Boolean, TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
Render the 'input(checkbox)' with the supplied value, marking the 'input' element as 'checked' if the supplied Boolean is true.
renderFromValue(Object, TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
Render the 'input(checkbox)' with the supplied value, marking the 'input' element as 'checked' if the supplied value matches the bound value.
renderFromValue(Object, Object, TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
Render the 'input(checkbox)' with the supplied value, marking the 'input' element as 'checked' if the supplied value matches the bound value.
RenderingContext - org.springframework.web.servlet.view.script中的类
Context passed to ScriptTemplateView render function in order to make the application context, the locale, the template loader and the url available on scripting side.
RenderingContext(ApplicationContext, Locale, Function<String, String>, String) - 类 的构造器org.springframework.web.servlet.view.script.RenderingContext
Create a new RenderingContext.
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.AbstractTemplateView
 
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.AbstractView
Subclasses must implement this method to actually render the view.
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.document.AbstractPdfStamperView
 
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.document.AbstractPdfView
 
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.document.AbstractXlsView
Renders the Excel view, given the specified model.
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.feed.AbstractFeedView
 
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.InternalResourceView
Render the internal resource given the specified model.
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.json.AbstractJackson2View
 
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.RedirectView
Convert model to request parameters and redirect to the given URL.
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateView
 
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.tiles3.TilesView
 
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.xml.MarshallingView
 
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.xslt.XsltView
 
renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.AbstractTemplateView
Subclasses must implement this method to actually render the view.
renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.freemarker.FreeMarkerView
Process the model map by merging it with the FreeMarker template.
renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.groovy.GroovyMarkupView
 
renderWorkbook(Workbook, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.document.AbstractXlsView
The actual render step: taking the POI Workbook and rendering it to the given response.
renderWorkbook(Workbook, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.document.AbstractXlsxStreamingView
This implementation disposes of the SXSSFWorkbook when done with rendering.
Repeat - org.springframework.test.annotation中的注释类型
Test annotation to indicate that a test method should be invoked repeatedly.
repeat() - 类 中的方法reactor.core.publisher.Flux
Repeatedly and indefinitely subscribe to the source upon completion of the previous subscription.
repeat(BooleanSupplier) - 类 中的方法reactor.core.publisher.Flux
Repeatedly subscribe to the source if the predicate returns true after completion of the previous subscription.
repeat(long) - 类 中的方法reactor.core.publisher.Flux
Repeatedly subscribe to the source numRepeat times.
repeat(long, BooleanSupplier) - 类 中的方法reactor.core.publisher.Flux
Repeatedly subscribe to the source if the predicate returns true after completion of the previous subscription.
repeat() - 类 中的方法reactor.core.publisher.Mono
Repeatedly and indefinitely subscribe to the source upon completion of the previous subscription.
repeat(BooleanSupplier) - 类 中的方法reactor.core.publisher.Mono
Repeatedly subscribe to the source if the predicate returns true after completion of the previous subscription.
repeat(long) - 类 中的方法reactor.core.publisher.Mono
Repeatedly subscribe to the source numRepeat times.
repeat(long, BooleanSupplier) - 类 中的方法reactor.core.publisher.Mono
Repeatedly subscribe to the source if the predicate returns true after completion of the previous subscription.
repeatWhen(Function<Flux<Long>, ? extends Publisher<?>>) - 类 中的方法reactor.core.publisher.Flux
Repeatedly subscribe to this Flux when a companion sequence emits elements in response to the flux completion signal.
repeatWhen(Function<Flux<Long>, ? extends Publisher<?>>) - 类 中的方法reactor.core.publisher.Mono
Repeatedly subscribe to this Mono when a companion sequence emits elements in response to the flux completion signal.
repeatWhenEmpty(Function<Flux<Long>, ? extends Publisher<?>>) - 类 中的方法reactor.core.publisher.Mono
Repeatedly subscribe to this Mono as long as the current subscription to this Mono completes empty and the companion Publisher produces an onNext signal.
repeatWhenEmpty(int, Function<Flux<Long>, ? extends Publisher<?>>) - 类 中的方法reactor.core.publisher.Mono
Repeatedly subscribe to this Mono as long as the current subscription to this Mono completes empty and the companion Publisher produces an onNext signal.
replace(K, V, V) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisMap
 
replace(K, V) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisMap
 
replace(Object, Object, Object) - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
replace(Object, Object) - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
replace(K, V, V) - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap
 
replace(K, V) - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap
 
replace(String, String, String) - 类 中的静态方法org.springframework.util.StringUtils
Replace all occurrences of a substring within a string with another string.
replace(Disposable) - 接口 中的方法reactor.core.Disposable.Swap
Atomically push the next Disposable on this container but don't dispose the previous one (if any).
replace(AtomicReferenceFieldUpdater<F, Subscription>, F, Subscription) - 类 中的静态方法reactor.core.publisher.Operators
A generic utility to atomically replace a subscription or cancel the replacement if the current subscription is marked as already cancelled (as in Operators.cancelledSubscription()).
replaceMediaTypes(Map<String, MediaType>) - 类 中的方法org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
replacePath(String) - 接口 中的方法org.springframework.web.util.UriBuilder
Set the path of this builder overriding the existing path values.
replacePath(String) - 类 中的方法org.springframework.web.util.UriComponentsBuilder
Set the path of this builder overriding all existing path and path segment values.
replacePlaceholders(String, Properties) - 类 中的方法org.springframework.util.PropertyPlaceholderHelper
Replaces all placeholders of format ${name} with the corresponding property from the supplied Properties.
replacePlaceholders(String, PropertyPlaceholderHelper.PlaceholderResolver) - 类 中的方法org.springframework.util.PropertyPlaceholderHelper
Replaces all placeholders of format ${name} with the value returned from the supplied PropertyPlaceholderHelper.PlaceholderResolver.
replaceQuery(String) - 接口 中的方法org.springframework.web.util.UriBuilder
Set the query of this builder overriding all existing query parameters.
replaceQuery(String) - 类 中的方法org.springframework.web.util.UriComponentsBuilder
Set the query of this builder overriding all existing query parameters.
replaceQueryParam(String, Object...) - 接口 中的方法org.springframework.web.util.UriBuilder
Set the query parameter values overriding all existing query values for the same parameter.
replaceQueryParam(String, Object...) - 类 中的方法org.springframework.web.util.UriComponentsBuilder
Set the query parameter values overriding all existing query values for the same parameter.
replaceQueryParams(MultiValueMap<String, String>) - 接口 中的方法org.springframework.web.util.UriBuilder
Set the query parameter values overriding all existing query values.
replaceQueryParams(MultiValueMap<String, String>) - 类 中的方法org.springframework.web.util.UriComponentsBuilder
Set the query parameter values overriding all existing query values.
replaceUriTemplateParams(String, List<Param>, Set<String>) - 类 中的方法org.springframework.web.servlet.tags.UrlTag
Replace template markers in the URL matching available parameters.
replaceUriTemplateVariables(String, Map<String, Object>, Map<String, String>, String) - 类 中的方法org.springframework.web.servlet.view.RedirectView
Replace URI template variables in the target URL with encoded model attributes or URI variables from the current request.
replaceValidators(Validator...) - 类 中的方法org.springframework.validation.DataBinder
Replace the Validators to apply after each binding step.
replay() - 类 中的方法reactor.core.publisher.Flux
Turn this Flux into a hot source and cache last emitted signals for further Subscriber.
replay(int) - 类 中的方法reactor.core.publisher.Flux
Turn this Flux into a connectable hot source and cache last emitted signals for further Subscriber.
replay(Duration) - 类 中的方法reactor.core.publisher.Flux
Turn this Flux into a connectable hot source and cache last emitted signals for further Subscriber.
replay(int, Duration) - 类 中的方法reactor.core.publisher.Flux
Turn this Flux into a connectable hot source and cache last emitted signals for further Subscriber.
replay(Duration, Scheduler) - 类 中的方法reactor.core.publisher.Flux
Turn this Flux into a connectable hot source and cache last emitted signals for further Subscriber.
replay(int, Duration, Scheduler) - 类 中的方法reactor.core.publisher.Flux
Turn this Flux into a connectable hot source and cache last emitted signals for further Subscriber.
ReplayProcessor<T> - reactor.core.publisher中的类
Replays all or the last N items to Subscribers.
reportBadRequest(long) - 类 中的静态方法reactor.core.publisher.Operators
Log an IllegalArgumentException if the request is null or negative.
reportMoreProduced() - 类 中的静态方法reactor.core.publisher.Operators
Log an IllegalStateException that indicates more than the requested amount was produced.
reportSubscriptionSet() - 类 中的静态方法reactor.core.publisher.Operators
Repositories - org.springframework.data.repository.support中的类
Wrapper class to access repository instances obtained from a ListableBeanFactory.
Repositories(ListableBeanFactory) - 类 的构造器org.springframework.data.repository.support.Repositories
Creates a new Repositories instance by looking up the repository instances and meta information from the given ListableBeanFactory.
RepositoriesPopulatedEvent - org.springframework.data.repository.init中的类
ApplicationEvent being thrown after a RepositoryPopulator has finished populating the Repositories available in the ApplicationContext.
RepositoriesPopulatedEvent(RepositoryPopulator, Repositories) - 类 的构造器org.springframework.data.repository.init.RepositoriesPopulatedEvent
Repository<T,ID> - org.springframework.data.repository中的接口
Central repository marker interface.
Repository - org.springframework.stereotype中的注释类型
Indicates that an annotated class is a "Repository", originally defined by Domain-Driven Design (Evans, 2003) as "a mechanism for encapsulating storage, retrieval, and search behavior which emulates a collection of objects".
RepositoryBeanDefinitionParser - org.springframework.data.repository.config中的类
Base class to implement repository namespaces.
RepositoryBeanDefinitionParser(RepositoryConfigurationExtension) - 类 的构造器org.springframework.data.repository.config.RepositoryBeanDefinitionParser
RepositoryBeanDefinitionRegistrarSupport - org.springframework.data.repository.config中的类
Base class to implement ImportBeanDefinitionRegistrars to enable repository
RepositoryBeanDefinitionRegistrarSupport() - 类 的构造器org.springframework.data.repository.config.RepositoryBeanDefinitionRegistrarSupport
 
RepositoryBeanNameGenerator - org.springframework.data.repository.config中的类
Special BeanNameGenerator to create bean names for Spring Data repositories.
RepositoryBeanNameGenerator() - 类 的构造器org.springframework.data.repository.config.RepositoryBeanNameGenerator
 
RepositoryComposition - org.springframework.data.repository.core.support中的类
Composite implementation to back repository method implementations.
RepositoryComposition() - 类 的构造器org.springframework.data.repository.core.support.RepositoryComposition
 
RepositoryComposition.RepositoryFragments - org.springframework.data.repository.core.support中的类
Value object representing an ordered list of fragments.
RepositoryConfiguration<T extends RepositoryConfigurationSource> - org.springframework.data.repository.config中的接口
Configuration information for a single repository instance.
RepositoryConfigurationDelegate - org.springframework.data.repository.config中的类
Delegate for configuration integration to reuse the general way of detecting repositories.
RepositoryConfigurationDelegate(RepositoryConfigurationSource, ResourceLoader, Environment) - 类 的构造器org.springframework.data.repository.config.RepositoryConfigurationDelegate
Creates a new RepositoryConfigurationDelegate for the given RepositoryConfigurationSource and ResourceLoader and Environment.
RepositoryConfigurationExtension - org.springframework.data.repository.config中的接口
SPI to implement store specific extension to the repository bean definition registration process.
RepositoryConfigurationExtensionSupport - org.springframework.data.repository.config中的类
Base implementation of RepositoryConfigurationExtension to ease the implementation of the interface.
RepositoryConfigurationExtensionSupport() - 类 的构造器org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
 
RepositoryConfigurationSource - org.springframework.data.repository.config中的接口
Interface containing the configurable options for the Spring Data repository subsystem.
RepositoryConfigurationSourceSupport - org.springframework.data.repository.config中的类
Base class to implement RepositoryConfigurationSources.
RepositoryConfigurationSourceSupport(Environment, ClassLoader, BeanDefinitionRegistry) - 类 的构造器org.springframework.data.repository.config.RepositoryConfigurationSourceSupport
Creates a new RepositoryConfigurationSourceSupport with the given environment.
RepositoryConfigurationUtils - org.springframework.data.repository.config中的接口
Helper class to centralize common functionality that needs to be used in various places of the configuration implementation.
RepositoryDefinition - org.springframework.data.repository中的注释类型
Annotation to demarcate interfaces a repository proxy shall be created for.
RepositoryFactoryBeanSupport<T extends Repository<S,ID>,S,ID> - org.springframework.data.repository.core.support中的类
Adapter for Springs FactoryBean interface to allow easy setup of repository factories via Spring configuration.
RepositoryFactoryBeanSupport(Class<? extends T>) - 类 的构造器org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
Creates a new RepositoryFactoryBeanSupport for the given repository interface.
RepositoryFactoryInformation<T,ID> - org.springframework.data.repository.core.support中的接口
Interface for components that can provide meta-information about a repository factory, the backing EntityInformation and RepositoryInformation as well as the QueryMethods exposed by the repository.
RepositoryFactorySupport - org.springframework.data.repository.core.support中的类
Factory bean to create instances of a given repository interface.
RepositoryFactorySupport() - 类 的构造器org.springframework.data.repository.core.support.RepositoryFactorySupport
 
RepositoryFactorySupport.ImplementationMethodExecutionInterceptor - org.springframework.data.repository.core.support中的类
Method interceptor that calls methods on the RepositoryComposition.
RepositoryFactorySupport.QueryExecutorMethodInterceptor - org.springframework.data.repository.core.support中的类
This MethodInterceptor intercepts calls to methods of the custom implementation and delegates the to it if configured.
RepositoryFragment<T> - org.springframework.data.repository.core.support中的接口
Value object representing a repository fragment.
RepositoryFragment.ImplementedRepositoryFragment<T> - org.springframework.data.repository.core.support中的类
 
RepositoryFragment.StructuralRepositoryFragment<T> - org.springframework.data.repository.core.support中的类
 
RepositoryFragmentConfiguration - org.springframework.data.repository.config中的类
Fragment configuration consisting of an interface name and the implementation class name.
RepositoryFragmentConfiguration(String, String) - 类 的构造器org.springframework.data.repository.config.RepositoryFragmentConfiguration
Creates a RepositoryFragmentConfiguration given interfaceName and className of the implementation.
RepositoryFragmentConfiguration(String, AbstractBeanDefinition) - 类 的构造器org.springframework.data.repository.config.RepositoryFragmentConfiguration
Creates a RepositoryFragmentConfiguration given interfaceName and AbstractBeanDefinition of the implementation.
RepositoryFragments() - 类 的构造器org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragments
 
RepositoryFragmentsFactoryBean<T> - org.springframework.data.repository.core.support中的类
Factory bean for creation of RepositoryComposition.RepositoryFragments.
RepositoryFragmentsFactoryBean(List<String>) - 类 的构造器org.springframework.data.repository.core.support.RepositoryFragmentsFactoryBean
Creates a new RepositoryFragmentsFactoryBean given fragmentBeanNames.
RepositoryInformation - org.springframework.data.repository.core中的接口
Additional repository specific information
RepositoryInvocationInformation - org.springframework.data.repository.support中的接口
Meta-information about the methods a repository exposes.
RepositoryInvoker - org.springframework.data.repository.support中的接口
API to invoke (CRUD) methods on Spring Data repository instances independently of the base interface they expose.
RepositoryInvokerFactory - org.springframework.data.repository.support中的接口
Interface for a factory to create RepositoryInvoker instances for repositories managing a particular domain type.
RepositoryMetadata - org.springframework.data.repository.core中的接口
Metadata for repository interfaces.
RepositoryNameSpaceHandler - org.springframework.data.repository.config中的类
NamespaceHandler to register BeanDefinitionParsers for repository initializers.
RepositoryNameSpaceHandler() - 类 的构造器org.springframework.data.repository.config.RepositoryNameSpaceHandler
 
RepositoryPopulator - org.springframework.data.repository.init中的接口
Interface for components that will populate the Spring Data repositories with objects.
RepositoryProxyPostProcessor - org.springframework.data.repository.core.support中的接口
Callback interface used during repository proxy creation.
RepositoryQuery - org.springframework.data.repository.query中的接口
Interface for a query abstraction.
represent(Object) - 类 中的方法org.yaml.snakeyaml.representer.BaseRepresenter
 
Represent - org.yaml.snakeyaml.representer中的接口
Create a Node Graph out of the provided Native Data Structure (Java instance).
represent(Object) - 类 中的方法org.yaml.snakeyaml.Yaml
Produce the corresponding representation tree for a given Object.
representData(Object) - 类 中的方法org.yaml.snakeyaml.representer.BaseRepresenter
 
representData(Object) - 接口 中的方法org.yaml.snakeyaml.representer.Represent
Create a Node
representData(Object) - 类 中的方法org.yaml.snakeyaml.representer.Representer.RepresentJavaBean
 
representedObjects - 类 中的变量org.yaml.snakeyaml.representer.BaseRepresenter
 
Representer - org.yaml.snakeyaml.representer中的类
Represent JavaBeans
Representer() - 类 的构造器org.yaml.snakeyaml.representer.Representer
 
representer - 类 中的变量org.yaml.snakeyaml.Yaml
 
Representer.RepresentJavaBean - org.yaml.snakeyaml.representer中的类
 
representers - 类 中的变量org.yaml.snakeyaml.representer.BaseRepresenter
 
representJavaBean(Set<Property>, Object) - 类 中的方法org.yaml.snakeyaml.representer.Representer
Tag logic: - explicit root tag is set in serializer - if there is a predefined class tag it is used - a global tag with class name is always used as tag.
RepresentJavaBean() - 类 的构造器org.yaml.snakeyaml.representer.Representer.RepresentJavaBean
 
representJavaBeanProperty(Object, Property, Object, Tag) - 类 中的方法org.yaml.snakeyaml.representer.Representer
Represent one JavaBean property.
representMapping(Tag, Map<?, ?>, Boolean) - 类 中的方法org.yaml.snakeyaml.representer.BaseRepresenter
 
representScalar(Tag, String, Character) - 类 中的方法org.yaml.snakeyaml.representer.BaseRepresenter
 
representScalar(Tag, String) - 类 中的方法org.yaml.snakeyaml.representer.BaseRepresenter
 
representSequence(Tag, Iterable<?>, Boolean) - 类 中的方法org.yaml.snakeyaml.representer.BaseRepresenter
 
request(HttpMethod, String, Object...) - 类 中的静态方法org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockHttpServletRequestBuilder for a request with the given HTTP method.
request(HttpMethod, URI) - 类 中的静态方法org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Create a MockHttpServletRequestBuilder for a request with the given HTTP method.
request(String, URI) - 类 中的静态方法org.springframework.test.web.servlet.request.MockMvcRequestBuilders
Alternative factory method that allows for custom HTTP verbs (e.g.
request() - 类 中的静态方法org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to request-related assertions.
request(Consumer<ServerHttpRequest.Builder>) - 接口 中的方法org.springframework.web.server.ServerWebExchange.Builder
Configure a consumer to modify the current request using a builder.
request(ServerHttpRequest) - 接口 中的方法org.springframework.web.server.ServerWebExchange.Builder
Set the request to use especially when there is a need to override ServerHttpRequest methods.
request(long) - 类 中的方法reactor.core.publisher.BaseSubscriber
 
request(long) - 类 中的方法reactor.core.publisher.MonoProcessor
 
request(long) - 类 中的方法reactor.core.publisher.Operators.DeferredSubscription
 
request(long) - 类 中的方法reactor.core.publisher.Operators.MonoSubscriber
 
request(long) - 类 中的方法reactor.core.publisher.UnicastProcessor
 
REQUEST_CONTEXT_PAGE_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.RequestContextAwareTag
javax.servlet.jsp.PageContext attribute for the page-level RequestContext instance.
REQUEST_DATA_VALUE_PROCESSOR_BEAN_NAME - 类 中的静态变量org.springframework.web.servlet.support.RequestContextUtils
The name of the bean to use to look up in an implementation of RequestDataValueProcessor has been configured.
REQUEST_TO_VIEW_NAME_TRANSLATOR_BEAN_NAME - 类 中的静态变量org.springframework.web.servlet.DispatcherServlet
Well-known name for the RequestToViewNameTranslator object in the bean factory for this namespace.
requestAttr(String, Object) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set a request attribute.
RequestAttribute - org.springframework.web.bind.annotation中的注释类型
Annotation to bind a method parameter to a request attribute.
RequestAttributeMethodArgumentResolver - org.springframework.web.servlet.mvc.method.annotation中的类
Resolves method arguments annotated with an @RequestAttribute.
RequestAttributeMethodArgumentResolver() - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.RequestAttributeMethodArgumentResolver
 
RequestAttributes - org.springframework.web.context.request中的接口
Abstraction for accessing attribute objects associated with a request.
RequestBody - org.springframework.web.bind.annotation中的注释类型
Annotation indicating a method parameter should be bound to the body of the web request.
RequestBodyAdvice - org.springframework.web.servlet.mvc.method.annotation中的接口
Allows customizing the request before its body is read and converted into an Object and also allows for processing of the resulting Object before it is passed into a controller method as an @RequestBody or an HttpEntity method argument.
RequestBodyAdviceAdapter - org.springframework.web.servlet.mvc.method.annotation中的类
A convenient starting point for implementing ResponseBodyAdvice with default method implementations.
RequestBodyAdviceAdapter() - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdviceAdapter
 
RequestBuilder - org.springframework.test.web.servlet中的接口
RequestCallback - org.springframework.web.client中的接口
Callback interface for code that operates on a ClientHttpRequest.
requestCompleted() - 类 中的方法org.springframework.web.context.request.AbstractRequestAttributes
Signal that the request has been completed.
RequestCondition<T> - org.springframework.web.servlet.mvc.condition中的接口
Contract for request mapping conditions.
RequestConditionHolder - org.springframework.web.servlet.mvc.condition中的类
A holder for a RequestCondition useful when the type of the request condition is not known ahead of time, e.g. custom condition.
RequestConditionHolder(RequestCondition<?>) - 类 的构造器org.springframework.web.servlet.mvc.condition.RequestConditionHolder
Create a new holder to wrap the given request condition.
RequestContext - org.springframework.web.servlet.support中的类
Context holder for request-specific state, like current web application context, current locale, current theme, and potential binding errors.
RequestContext(HttpServletRequest) - 类 的构造器org.springframework.web.servlet.support.RequestContext
Create a new RequestContext for the given request, using the request attributes for Errors retrieval.
RequestContext(HttpServletRequest, HttpServletResponse) - 类 的构造器org.springframework.web.servlet.support.RequestContext
Create a new RequestContext for the given request, using the request attributes for Errors retrieval.
RequestContext(HttpServletRequest, ServletContext) - 类 的构造器org.springframework.web.servlet.support.RequestContext
Create a new RequestContext for the given request, using the request attributes for Errors retrieval.
RequestContext(HttpServletRequest, Map<String, Object>) - 类 的构造器org.springframework.web.servlet.support.RequestContext
Create a new RequestContext for the given request, using the given model attributes for Errors retrieval.
RequestContext(HttpServletRequest, HttpServletResponse, ServletContext, Map<String, Object>) - 类 的构造器org.springframework.web.servlet.support.RequestContext
Create a new RequestContext for the given request, using the given model attributes for Errors retrieval.
RequestContextAwareTag - org.springframework.web.servlet.tags中的类
Superclass for all tags that require a RequestContext.
RequestContextAwareTag() - 类 的构造器org.springframework.web.servlet.tags.RequestContextAwareTag
 
RequestContextFilter - org.springframework.web.filter中的类
Servlet Filter that exposes the request to the current thread, through both LocaleContextHolder and RequestContextHolder.
RequestContextFilter() - 类 的构造器org.springframework.web.filter.RequestContextFilter
 
RequestContextHolder - org.springframework.web.context.request中的类
Holder class to expose the web request in the form of a thread-bound RequestAttributes object.
RequestContextHolder() - 类 的构造器org.springframework.web.context.request.RequestContextHolder
 
RequestContextListener - org.springframework.web.context.request中的类
Servlet listener that exposes the request to the current thread, through both LocaleContextHolder and RequestContextHolder.
RequestContextListener() - 类 的构造器org.springframework.web.context.request.RequestContextListener
 
RequestContextUtils - org.springframework.web.servlet.support中的类
Utility class for easy access to request-specific state which has been set by the DispatcherServlet.
RequestContextUtils() - 类 的构造器org.springframework.web.servlet.support.RequestContextUtils
 
RequestCount(ExpectedCount) - 类 的构造器org.springframework.test.web.client.DefaultRequestExpectation.RequestCount
 
RequestDataValueProcessor - org.springframework.web.servlet.support中的接口
A contract for inspecting and potentially modifying request data values such as URL query parameters or form field values before they are rendered by a view or before a redirect.
requestDestroyed(ServletRequestEvent) - 类 中的方法org.springframework.web.context.request.RequestContextListener
 
requestDestructionCallbacks - 类 中的变量org.springframework.web.context.request.AbstractRequestAttributes
Map from attribute name String to destruction callback Runnable
requested() - 类 中的方法org.springframework.transaction.support.ResourceHolderSupport
Increase the reference count by one because the holder has been requested (i.e. someone requested the resource held by it).
REQUESTED_FROM_DOWNSTREAM - 类 中的静态变量reactor.core.Scannable.Attr
A Long attribute exposing the current pending demand of a downstream component.
requestedFromDownstream() - 接口 中的方法reactor.core.publisher.FluxSink
The current outstanding request amount.
RequestEntity<T> - org.springframework.http中的类
Extension of HttpEntity that adds a method and uri.
RequestEntity(HttpMethod, URI) - 类 的构造器org.springframework.http.RequestEntity
Constructor with method and URL but without body nor headers.
RequestEntity(T, HttpMethod, URI) - 类 的构造器org.springframework.http.RequestEntity
Constructor with method, URL and body but without headers.
RequestEntity(T, HttpMethod, URI, Type) - 类 的构造器org.springframework.http.RequestEntity
Constructor with method, URL, body and type but without headers.
RequestEntity(MultiValueMap<String, String>, HttpMethod, URI) - 类 的构造器org.springframework.http.RequestEntity
Constructor with method, URL and headers but without body.
RequestEntity(T, MultiValueMap<String, String>, HttpMethod, URI) - 类 的构造器org.springframework.http.RequestEntity
Constructor with method, URL, headers and body.
RequestEntity(T, MultiValueMap<String, String>, HttpMethod, URI, Type) - 类 的构造器org.springframework.http.RequestEntity
Constructor with method, URL, headers, body and type.
RequestEntity.BodyBuilder - org.springframework.http中的接口
Defines a builder that adds a body to the response entity.
RequestEntity.HeadersBuilder<B extends RequestEntity.HeadersBuilder<B>> - org.springframework.http中的接口
Defines a builder that adds headers to the request entity.
RequestExpectation - org.springframework.test.web.client中的接口
An extension of ResponseActions that also implements RequestMatcher and ResponseCreator While ResponseActions is the API for defining expectations this sub-interface is the internal SPI for matching these expectations to actual requests and for creating responses.
RequestExpectationGroup() - 类 的构造器org.springframework.test.web.client.AbstractRequestExpectationManager.RequestExpectationGroup
 
RequestExpectationManager - org.springframework.test.web.client中的接口
Encapsulates the behavior required to implement MockRestServiceServer including its public API (create expectations + verify/reset) along with an extra method for verifying actual requests.
requestFusion(int) - 接口 中的方法reactor.core.Fuseable.QueueSubscription
Request a specific fusion mode from this QueueSubscription.
requestFusion(int) - 接口 中的方法reactor.core.Fuseable.SynchronousSubscription
 
requestFusion(int) - 类 中的方法reactor.core.publisher.Operators.MonoSubscriber
 
requestFusion(int) - 类 中的方法reactor.core.publisher.UnicastProcessor
 
RequestHandledEvent - org.springframework.web.context.support中的类
Event raised when a request is handled within an ApplicationContext.
RequestHandledEvent(Object, String, String, long) - 类 的构造器org.springframework.web.context.support.RequestHandledEvent
Create a new RequestHandledEvent with session information.
RequestHandledEvent(Object, String, String, long, Throwable) - 类 的构造器org.springframework.web.context.support.RequestHandledEvent
Create a new RequestHandledEvent with session information.
RequestHeader - org.springframework.web.bind.annotation中的注释类型
Annotation which indicates that a method parameter should be bound to a web request header.
RequestHeaderMapMethodArgumentResolver - org.springframework.web.method.annotation中的类
Resolves Map method arguments annotated with @RequestHeader.
RequestHeaderMapMethodArgumentResolver() - 类 的构造器org.springframework.web.method.annotation.RequestHeaderMapMethodArgumentResolver
 
RequestHeaderMethodArgumentResolver - org.springframework.web.method.annotation中的类
Resolves method arguments annotated with @RequestHeader except for Map arguments.
RequestHeaderMethodArgumentResolver(ConfigurableBeanFactory) - 类 的构造器org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
 
requestInitialized(ServletRequestEvent) - 类 中的方法org.springframework.web.context.request.RequestContextListener
 
RequestMapping - org.springframework.web.bind.annotation中的注释类型
Annotation for mapping web requests onto methods in request-handling classes with flexible method signatures.
requestMappingHandlerAdapter() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Returns a RequestMappingHandlerAdapter for processing requests through annotated controller methods.
RequestMappingHandlerAdapter - org.springframework.web.servlet.mvc.method.annotation中的类
Extension of AbstractHandlerMethodAdapter that supports RequestMapping annotated HandlerMethods.
RequestMappingHandlerAdapter() - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
 
requestMappingHandlerMapping() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Return a RequestMappingHandlerMapping ordered at 0 for mapping requests to annotated controllers.
RequestMappingHandlerMapping - org.springframework.web.servlet.mvc.method.annotation中的类
Creates RequestMappingInfo instances from type and method-level @RequestMapping annotations in @Controller classes.
RequestMappingHandlerMapping() - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
 
RequestMappingInfo - org.springframework.web.servlet.mvc.method中的类
A RequestCondition that consists of the following other conditions: PatternsRequestCondition RequestMethodsRequestCondition ParamsRequestCondition HeadersRequestCondition ConsumesRequestCondition ProducesRequestCondition RequestCondition (optional, custom request condition)
RequestMappingInfo(String, PatternsRequestCondition, RequestMethodsRequestCondition, ParamsRequestCondition, HeadersRequestCondition, ConsumesRequestCondition, ProducesRequestCondition, RequestCondition<?>) - 类 的构造器org.springframework.web.servlet.mvc.method.RequestMappingInfo
 
RequestMappingInfo(PatternsRequestCondition, RequestMethodsRequestCondition, ParamsRequestCondition, HeadersRequestCondition, ConsumesRequestCondition, ProducesRequestCondition, RequestCondition<?>) - 类 的构造器org.springframework.web.servlet.mvc.method.RequestMappingInfo
Creates a new instance with the given request conditions.
RequestMappingInfo(RequestMappingInfo, RequestCondition<?>) - 类 的构造器org.springframework.web.servlet.mvc.method.RequestMappingInfo
Re-create a RequestMappingInfo with the given custom request condition.
RequestMappingInfo.Builder - org.springframework.web.servlet.mvc.method中的接口
Defines a builder for creating a RequestMappingInfo.
RequestMappingInfo.BuilderConfiguration - org.springframework.web.servlet.mvc.method中的类
Container for configuration options used for request mapping purposes.
RequestMappingInfoHandlerMapping - org.springframework.web.servlet.mvc.method中的类
Abstract base class for classes for which RequestMappingInfo defines the mapping between a request and a handler method.
RequestMappingInfoHandlerMapping() - 类 的构造器org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping
 
RequestMappingInfoHandlerMethodMappingNamingStrategy - org.springframework.web.servlet.mvc.method中的类
A HandlerMethodMappingNamingStrategy for RequestMappingInfo-based handler method mappings.
RequestMappingInfoHandlerMethodMappingNamingStrategy() - 类 的构造器org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMethodMappingNamingStrategy
 
RequestMatcher - org.springframework.test.web.client中的接口
A contract for matching requests to expectations.
RequestMatchResult - org.springframework.web.servlet.handler中的类
Container for the result from request pattern matching via MatchableHandlerMapping with a method to further extract URI template variables from the pattern.
RequestMatchResult(String, String, PathMatcher) - 类 的构造器org.springframework.web.servlet.handler.RequestMatchResult
Create an instance with a matching pattern.
RequestMethod - org.springframework.web.bind.annotation中的枚举
Java 5 enumeration of HTTP request methods.
RequestMethodsRequestCondition - org.springframework.web.servlet.mvc.condition中的类
A logical disjunction (' || ') request condition that matches a request against a set of RequestMethods.
RequestMethodsRequestCondition(RequestMethod...) - 类 的构造器org.springframework.web.servlet.mvc.condition.RequestMethodsRequestCondition
Create a new instance with the given request methods.
RequestParam - org.springframework.web.bind.annotation中的注释类型
Annotation which indicates that a method parameter should be bound to a web request parameter.
RequestParamMapMethodArgumentResolver - org.springframework.web.method.annotation中的类
Resolves Map method arguments annotated with an @RequestParam where the annotation does not specify a request parameter name.
RequestParamMapMethodArgumentResolver() - 类 的构造器org.springframework.web.method.annotation.RequestParamMapMethodArgumentResolver
 
RequestParamMethodArgumentResolver - org.springframework.web.method.annotation中的类
Resolves method arguments annotated with @RequestParam, arguments of type MultipartFile in conjunction with Spring's MultipartResolver abstraction, and arguments of type javax.servlet.http.Part in conjunction with Servlet 3.0 multipart requests.
RequestParamMethodArgumentResolver(boolean) - 类 的构造器org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
 
RequestParamMethodArgumentResolver(ConfigurableBeanFactory, boolean) - 类 的构造器org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
 
RequestPart - org.springframework.web.bind.annotation中的注释类型
Annotation that can be used to associate the part of a "multipart/form-data" request with a method argument.
RequestPartMethodArgumentResolver - org.springframework.web.servlet.mvc.method.annotation中的类
Resolves the following method arguments: Annotated with @RequestPart Of type MultipartFile in conjunction with Spring's MultipartResolver abstraction Of type javax.servlet.http.Part in conjunction with Servlet 3.0 multipart requests When a parameter is annotated with @RequestPart, the content of the part is passed through an HttpMessageConverter to resolve the method argument with the 'Content-Type' of the request part in mind.
RequestPartMethodArgumentResolver(List<HttpMessageConverter<?>>) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver
Basic constructor with converters only.
RequestPartMethodArgumentResolver(List<HttpMessageConverter<?>>, List<Object>) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver
Constructor with converters and Request~ and ResponseBodyAdvice.
RequestPartServletServerHttpRequest - org.springframework.web.multipart.support中的类
ServerHttpRequest implementation that accesses one part of a multipart request.
RequestPartServletServerHttpRequest(HttpServletRequest, String) - 类 的构造器org.springframework.web.multipart.support.RequestPartServletServerHttpRequest
Create a new RequestPartServletServerHttpRequest instance.
RequestPath - org.springframework.http.server中的接口
Represents the complete path for a request.
RequestPostProcessor - org.springframework.test.web.servlet.request中的接口
Extension point for applications or 3rd party libraries that wish to further initialize a MockHttpServletRequest instance after it has been built by MockHttpServletRequestBuilder or its subclass MockMultipartHttpServletRequestBuilder.
RequestResponseBodyMethodProcessor - org.springframework.web.servlet.mvc.method.annotation中的类
Resolves method arguments annotated with @RequestBody and handles return values from methods annotated with @ResponseBody by reading and writing to the body of the request or response with an HttpMessageConverter.
RequestResponseBodyMethodProcessor(List<HttpMessageConverter<?>>) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
Basic constructor with converters only.
RequestResponseBodyMethodProcessor(List<HttpMessageConverter<?>>, ContentNegotiationManager) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
Basic constructor with converters and ContentNegotiationManager.
RequestResponseBodyMethodProcessor(List<HttpMessageConverter<?>>, List<Object>) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
Complete constructor for resolving @RequestBody method arguments.
RequestResponseBodyMethodProcessor(List<HttpMessageConverter<?>>, ContentNegotiationManager, List<Object>) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
Complete constructor for resolving @RequestBody and handling @ResponseBody.
RequestResultMatchers - org.springframework.test.web.servlet.result中的类
Factory for assertions on the request.
RequestResultMatchers() - 类 的构造器org.springframework.test.web.servlet.result.RequestResultMatchers
Protected constructor.
RequestScope - org.springframework.web.context.annotation中的注释类型
@RequestScope is a specialization of @Scope for a component whose lifecycle is bound to the current web request.
RequestScope - org.springframework.web.context.request中的类
Request-backed Scope implementation.
RequestScope() - 类 的构造器org.springframework.web.context.request.RequestScope
 
requestTask(Subscription) - 类 中的方法reactor.core.publisher.TopicProcessor
 
requestTask(Subscription) - 类 中的方法reactor.core.publisher.WorkQueueProcessor
 
requestTaskExecutor(ExecutorService) - 类 中的方法reactor.core.publisher.TopicProcessor.Builder
Configures an additional ExecutorService that is used internally on each subscription.
requestTaskExecutor(ExecutorService) - 类 中的方法reactor.core.publisher.WorkQueueProcessor.Builder
Configures an additional ExecutorService that is used internally on each subscription.
requestTo(Matcher<String>) - 类 中的静态方法org.springframework.test.web.client.match.MockRestRequestMatchers
Assert the request URI string with the given Hamcrest matcher.
requestTo(String) - 类 中的静态方法org.springframework.test.web.client.match.MockRestRequestMatchers
Assert the request URI matches the given string.
requestTo(URI) - 类 中的静态方法org.springframework.test.web.client.match.MockRestRequestMatchers
Expect a request to the given URI.
requestToUriTemplate(String, Object...) - 类 中的静态方法org.springframework.test.web.client.match.MockRestRequestMatchers
Variant of MockRestRequestMatchers.requestTo(URI) that prepares the URI from a URI template plus optional variables via UriComponentsBuilder including encoding.
RequestToViewNameTranslator - org.springframework.web.servlet中的接口
Strategy interface for translating an incoming HttpServletRequest into a logical view name when no view name is explicitly supplied.
requestUnbounded() - 类 中的方法reactor.core.publisher.BaseSubscriber
Request an unbounded amount.
requiredViewClass() - 类 中的方法org.springframework.web.servlet.view.AbstractTemplateViewResolver
 
requiredViewClass() - 类 中的方法org.springframework.web.servlet.view.freemarker.FreeMarkerViewResolver
Requires FreeMarkerView.
requiredViewClass() - 类 中的方法org.springframework.web.servlet.view.groovy.GroovyMarkupViewResolver
 
requiredViewClass() - 类 中的方法org.springframework.web.servlet.view.InternalResourceViewResolver
This resolver requires InternalResourceView.
requiredViewClass() - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateViewResolver
 
requiredViewClass() - 类 中的方法org.springframework.web.servlet.view.tiles3.TilesViewResolver
This resolver requires TilesView.
requiredViewClass() - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
Return the required type of view for this resolver.
requiredViewClass() - 类 中的方法org.springframework.web.servlet.view.xslt.XsltViewResolver
 
requiresArguments() - 枚举 中的方法org.springframework.data.redis.core.RedisCommand
 
requiresConfigInterface() - 类 中的方法org.springframework.scripting.bsh.BshScriptFactory
BeanShell scripts do require a config interface.
requiresConfigInterface() - 类 中的方法org.springframework.scripting.groovy.GroovyScriptFactory
Groovy scripts do not need a config interface, since they expose their setters as public methods.
requiresConfigInterface() - 接口 中的方法org.springframework.scripting.ScriptFactory
Return whether the script requires a config interface to be generated for it.
requiresConfigInterface() - 类 中的方法org.springframework.scripting.support.StandardScriptFactory
 
requiresDestruction(Object) - 类 中的方法org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
requiresDestruction(Object) - 类 中的方法org.springframework.web.servlet.handler.SimpleServletPostProcessor
 
requiresExactNumberOfArguments() - 枚举 中的方法org.springframework.data.redis.core.RedisCommand
 
requiresRefresh() - 类 中的方法org.springframework.scripting.support.RefreshableScriptTargetSource
Determine whether a refresh is required through calling ScriptFactory's requiresScriptedObjectRefresh method.
requiresScriptedObjectRefresh(ScriptSource) - 类 中的方法org.springframework.scripting.bsh.BshScriptFactory
 
requiresScriptedObjectRefresh(ScriptSource) - 类 中的方法org.springframework.scripting.groovy.GroovyScriptFactory
 
requiresScriptedObjectRefresh(ScriptSource) - 接口 中的方法org.springframework.scripting.ScriptFactory
Determine whether a refresh is required (e.g. through ScriptSource's isModified() method).
requiresScriptedObjectRefresh(ScriptSource) - 类 中的方法org.springframework.scripting.support.StandardScriptFactory
 
reset() - 类 中的方法org.springframework.jdbc.object.BatchSqlUpdate
Reset the statement parameter queue, the rows affected cache, and the execution count.
reset() - 类 中的方法org.springframework.mock.web.MockFilterChain
Reset the MockFilterChain allowing it to be invoked again.
reset() - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
reset() - 接口 中的方法org.springframework.test.context.cache.ContextCache
Reset all state maintained by this cache including statistics.
reset() - 类 中的方法org.springframework.test.context.cache.DefaultContextCache
Reset all state maintained by this cache including statistics.
reset() - 类 中的方法org.springframework.test.web.client.AbstractRequestExpectationManager.RequestExpectationGroup
 
reset() - 类 中的方法org.springframework.test.web.client.AbstractRequestExpectationManager
 
reset() - 类 中的方法org.springframework.test.web.client.MockRestServiceServer
Reset the internal state removing all expectations and recorded requests.
reset() - 接口 中的方法org.springframework.test.web.client.RequestExpectationManager
Reset the internal state removing all expectations and recorded requests.
reset() - 类 中的方法org.springframework.test.web.client.SimpleRequestExpectationManager
 
reset() - 类 中的方法org.springframework.test.web.client.UnorderedRequestExpectationManager
 
reset() - 接口 中的方法org.springframework.transaction.support.ResourceHolder
Reset the transactional state of this holder.
reset() - 类 中的方法org.springframework.transaction.support.ResourceHolderSupport
Reset this resource holder - transactional state as well as reference count.
reset() - 类 中的方法org.springframework.util.FastByteArrayOutputStream
Reset the contents of this FastByteArrayOutputStream.
reset() - 类 中的方法org.springframework.web.util.ContentCachingResponseWrapper
 
RESET_REQUEST_CONTEXT_HOLDER_ATTRIBUTE - 类 中的静态变量org.springframework.test.context.web.ServletTestExecutionListener
Attribute name for a TestContext attribute which indicates whether or not the ServletTestExecutionListener should reset Spring Web's RequestContextHolder in ServletTestExecutionListener.afterTestMethod(TestContext).
resetBuffer() - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
resetBuffer() - 类 中的方法org.springframework.web.util.ContentCachingResponseWrapper
 
resetConfigStats(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisClusterConnection
已过时。
resetConfigStats() - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
resetConfigStats() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
resetConfigStats(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.ReactiveClusterServerCommands
Reset statistic counters on server.
resetConfigStats() - 接口 中的方法org.springframework.data.redis.connection.ReactiveServerCommands
Reset statistic counters on server.
resetConfigStats(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.RedisClusterServerCommands
 
resetConfigStats() - 接口 中的方法org.springframework.data.redis.connection.RedisServerCommands
Reset statistic counters on server.
resetConnection() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Reset the underlying shared Connection, to be reinitialized on next access.
resetConnection() - 类 中的方法org.springframework.jca.cci.connection.SingleConnectionFactory
Reset the underlying shared Connection, to be reinitialized on next access.
resetConnection() - 类 中的方法org.springframework.jdbc.datasource.SingleConnectionDataSource
Reset the underlying shared Connection, to be reinitialized on next access.
resetConnectionAfterTransaction(Connection, Integer) - 类 中的静态方法org.springframework.jdbc.datasource.DataSourceUtils
Reset the given Connection after a transaction, regarding read-only flag and isolation level.
resetDateTimeContext() - 类 中的静态方法org.springframework.format.datetime.standard.DateTimeContextHolder
Reset the DateTimeContext for the current thread.
resetFactory() - 类 中的静态方法reactor.core.scheduler.Schedulers
Re-apply default factory to Schedulers
resetJodaTimeContext() - 类 中的静态方法org.springframework.format.datetime.joda.JodaTimeContextHolder
Reset the JodaTimeContext for the current thread.
resetLoggerFactory() - 类 中的静态方法reactor.util.Loggers
Attempt to activate the best reactor Logger factory, by first attempting to use the SLF4J one, then falling back to either Console logging or java.util.logging.Logger).
resetOnEachOperator(String) - 类 中的静态方法reactor.core.publisher.Hooks
Remove the sub-hook with key key from the onEachOperator hook.
resetOnEachOperator() - 类 中的静态方法reactor.core.publisher.Hooks
Reset global "assembly" hook tracking
resetOnErrorDropped() - 类 中的静态方法reactor.core.publisher.Hooks
Reset global error dropped strategy to bubbling back the error.
resetOnHandleError() - 类 中的静态方法reactor.core.scheduler.Schedulers
Reset the Schedulers.onHandleError(BiConsumer) hook to the default no-op behavior.
resetOnLastOperator(String) - 类 中的静态方法reactor.core.publisher.Hooks
Remove the sub-hook with key key from the onLastOperator hook.
resetOnLastOperator() - 类 中的静态方法reactor.core.publisher.Hooks
Reset global "subscriber" hook tracking
resetOnNextDropped() - 类 中的静态方法reactor.core.publisher.Hooks
Reset global data dropped strategy to throwing via Exceptions.failWithCancel()
resetOnOperatorDebug() - 类 中的静态方法reactor.core.publisher.Hooks
Reset global operator debug.
resetOnOperatorError(String) - 类 中的静态方法reactor.core.publisher.Hooks
Remove the sub-hook with key key from the onOperatorError hook.
resetOnOperatorError() - 类 中的静态方法reactor.core.publisher.Hooks
Reset global operator error mapping to the default behavior.
resetRequestAttributes() - 类 中的静态方法org.springframework.web.context.request.RequestContextHolder
Reset the RequestAttributes for the current thread.
resetRollbackOnly() - 类 中的方法org.springframework.transaction.support.ResourceHolderSupport
Reset the rollback-only status for this resource transaction.
resetThreadContextClassLoader(ClassLoader) - 类 中的方法org.springframework.remoting.support.RemotingSupport
Reset the original thread context ClassLoader if necessary.
reshard(RedisClusterNode, int, RedisClusterNode) - 接口 中的方法org.springframework.data.redis.core.ClusterOperations
Move slot assignment from one source to target node and copy keys associated with the slot.
ResizableByteArrayOutputStream - org.springframework.util中的类
An extension of ByteArrayOutputStream that: has public ResizableByteArrayOutputStream.grow(int) and ResizableByteArrayOutputStream.resize(int) methods to get more control over the size of the internal buffer has a higher initial capacity (256) by default As of 4.2, this class has been superseded by FastByteArrayOutputStream for Spring's internal use where no assignability to ByteArrayOutputStream is needed (since FastByteArrayOutputStream is more efficient with buffer resize management but doesn't extend the standard ByteArrayOutputStream).
ResizableByteArrayOutputStream() - 类 的构造器org.springframework.util.ResizableByteArrayOutputStream
Create a new ResizableByteArrayOutputStream with the default initial capacity of 256 bytes.
ResizableByteArrayOutputStream(int) - 类 的构造器org.springframework.util.ResizableByteArrayOutputStream
Create a new ResizableByteArrayOutputStream with the specified initial capacity.
resize(int) - 类 中的方法org.springframework.util.FastByteArrayOutputStream
Resize the internal buffer size to a specified capacity.
resize(int) - 类 中的方法org.springframework.util.ResizableByteArrayOutputStream
Resize the internal buffer size to a specified capacity.
resolve(EvaluationContext, String) - 接口 中的方法org.springframework.expression.BeanResolver
Look up a bean by the given name and return a corresponding instance for it.
resolve(EvaluationContext, String, List<TypeDescriptor>) - 接口 中的方法org.springframework.expression.ConstructorResolver
Within the supplied context determine a suitable constructor on the supplied type that can handle the specified arguments.
resolve(EvaluationContext, Object, String, List<TypeDescriptor>) - 接口 中的方法org.springframework.expression.MethodResolver
Within the supplied context determine a suitable method on the supplied object that can handle the specified arguments.
resolve(EvaluationContext, Object, String, List<TypeDescriptor>) - 类 中的方法org.springframework.expression.spel.support.DataBindingMethodResolver
 
resolve(EvaluationContext, String, List<TypeDescriptor>) - 类 中的方法org.springframework.expression.spel.support.ReflectiveConstructorResolver
Locate a constructor on the type.
resolve(EvaluationContext, Object, String, List<TypeDescriptor>) - 类 中的方法org.springframework.expression.spel.support.ReflectiveMethodResolver
Locate a method on a type.
resolve(String) - 枚举 中的静态方法org.springframework.http.HttpMethod
Resolve the given method value to an HttpMethod.
resolve(int) - 枚举 中的静态方法org.springframework.http.HttpStatus
Resolve the given status code to an HttpStatus, if possible.
resolve(Class<?>) - 接口 中的方法org.springframework.test.context.ActiveProfilesResolver
Resolve the bean definition profiles to use when loading an ApplicationContext for the given test class.
resolve(Class<?>) - 类 中的方法org.springframework.test.context.support.DefaultActiveProfilesResolver
Resolve the bean definition profiles for the given test class based on profiles configured declaratively via ActiveProfiles.profiles() or ActiveProfiles.value().
resolve(NodeId, String, boolean) - 类 中的方法org.yaml.snakeyaml.resolver.Resolver
 
resolveAction() - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Resolve the value of the 'action' attribute.
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 接口 中的方法org.springframework.data.web.PageableArgumentResolver
Resolves a Pageable method parameter into an argument value from a given request.
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 类 中的方法org.springframework.data.web.PageableHandlerMethodArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 类 中的方法org.springframework.data.web.PagedResourcesAssemblerArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 类 中的方法org.springframework.data.web.querydsl.QuerydslPredicateArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 接口 中的方法org.springframework.data.web.SortArgumentResolver
Resolves a Sort method parameter into an argument value from a given request.
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 类 中的方法org.springframework.data.web.SortHandlerMethodArgumentResolver
 
resolveArgument(MethodParameter, NativeWebRequest) - 接口 中的方法org.springframework.web.bind.support.WebArgumentResolver
Resolve an argument for the given handler method parameter within the given web request.
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 类 中的方法org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 类 中的方法org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
Delegate to the WebArgumentResolver instance.
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 类 中的方法org.springframework.web.method.annotation.ErrorsMethodArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 类 中的方法org.springframework.web.method.annotation.MapMethodProcessor
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 类 中的方法org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Resolve the argument from the model or if not found instantiate it with its default if it is available.
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 类 中的方法org.springframework.web.method.annotation.ModelMethodProcessor
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 类 中的方法org.springframework.web.method.annotation.RequestHeaderMapMethodArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 类 中的方法org.springframework.web.method.annotation.RequestParamMapMethodArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 类 中的方法org.springframework.web.method.annotation.SessionStatusMethodArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 接口 中的方法org.springframework.web.method.support.HandlerMethodArgumentResolver
Resolves a method parameter into an argument value from a given request.
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 类 中的方法org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
Iterate over registered HandlerMethodArgumentResolvers and invoke the one that supports it.
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMapMethodArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.PathVariableMapMethodArgumentResolver
Return a Map with all URI template variables or an empty map.
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RedirectAttributesMethodArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
Throws MethodArgumentNotValidException if validation fails.
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ServletRequestMethodArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ServletResponseMethodArgumentResolver
Set ModelAndViewContainer.setRequestHandled(boolean) to false to indicate that the method signature provides access to the response.
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.UriComponentsBuilderMethodArgumentResolver
 
resolveArguments(Object) - 类 中的方法org.springframework.web.servlet.tags.MessageTag
Resolve the given arguments Object into an arguments array.
resolveBean() - 类 中的方法org.springframework.web.method.ControllerAdviceBean
Return a bean instance if necessary resolving the bean name through the BeanFactory.
resolveClassName(String) - 类 中的方法org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
resolveClassName(String) - 类 中的方法org.springframework.scheduling.support.MethodInvokingRunnable
 
resolveClassName(String, ClassLoader) - 类 中的静态方法org.springframework.util.ClassUtils
Resolve the given class name into a Class instance.
resolveClassName(String) - 类 中的方法org.springframework.util.MethodInvoker
Resolve the given class name into a Class.
resolveContextLoader(Class<?>, List<ContextConfigurationAttributes>) - 类 中的方法org.springframework.test.context.support.AbstractTestContextBootstrapper
Resolve the ContextLoader class to use for the supplied list of ContextConfigurationAttributes and then instantiate and return that ContextLoader.
resolveContextualObject(String) - 类 中的方法org.springframework.transaction.support.SimpleTransactionScope
 
resolveContextualObject(String) - 类 中的方法org.springframework.web.context.request.AbstractRequestAttributesScope
 
resolveContextualObject(String) - 类 中的方法org.springframework.web.context.support.ServletContextScope
 
resolveCssClass() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Gets the appropriate CSS class to use based on the state of the current BindStatus object.
resolveCssClass() - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Override resolve CSS class since error class is not supported.
resolved - 类 中的变量org.yaml.snakeyaml.nodes.Node
true when the tag is assigned by the resolver
RESOLVED_RESOURCE_CACHE_KEY_PREFIX - 类 中的静态变量org.springframework.web.servlet.resource.CachingResourceResolver
 
RESOLVED_URL_PATH_CACHE_KEY_PREFIX - 类 中的静态变量org.springframework.web.servlet.resource.CachingResourceResolver
 
resolveEmbeddedValuesInPatterns(String[]) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Resolve placeholder values in the given array of patterns.
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
Check whether this resolver is supposed to apply (i.e. if the supplied handler matches any of the configured handlers or handler classes), and then delegate to the AbstractHandlerExceptionResolver.doResolveException(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.Object, java.lang.Exception) template method.
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
Resolve the exception by iterating over the list of configured exception resolvers.
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - 接口 中的方法org.springframework.web.servlet.HandlerExceptionResolver
Try to resolve the given exception that got thrown during handler execution, returning a ModelAndView that represents a specific error page if appropriate.
resolveExplicitContextLoaderClass(List<ContextConfigurationAttributes>) - 类 中的方法org.springframework.test.context.support.AbstractTestContextBootstrapper
Resolve the ContextLoader class to use for the supplied list of ContextConfigurationAttributes.
resolveFallbackIfPossible(String, ClassNotFoundException) - 类 中的方法org.springframework.remoting.rmi.CodebaseAwareObjectInputStream
 
resolveFileExtensions(MediaType) - 类 中的方法org.springframework.web.accept.ContentNegotiationManager
 
resolveFileExtensions(MediaType) - 类 中的方法org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
 
resolveFileExtensions(MediaType) - 接口 中的方法org.springframework.web.accept.MediaTypeFileExtensionResolver
Resolve the given media type to a list of path extensions.
resolveFor() - 类 中的方法org.springframework.web.servlet.tags.form.LabelTag
Determine the 'for' attribute value for this tag, autogenerating one if none specified.
resolveId(Element, AbstractBeanDefinition, ParserContext) - 类 中的方法org.springframework.transaction.config.JtaTransactionManagerBeanDefinitionParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - 类 中的方法org.springframework.web.servlet.config.FreeMarkerConfigurerBeanDefinitionParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - 类 中的方法org.springframework.web.servlet.config.GroovyMarkupConfigurerBeanDefinitionParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - 类 中的方法org.springframework.web.servlet.config.ScriptTemplateConfigurerBeanDefinitionParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - 类 中的方法org.springframework.web.servlet.config.TilesConfigurerBeanDefinitionParser
 
resolveId() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Determine the 'id' attribute value for this tag, autogenerating one if none specified.
resolveId() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Appends a counter to a specified id as well, since we're dealing with multiple HTML elements.
resolveId() - 类 中的方法org.springframework.web.servlet.tags.form.OptionsTag
Appends a counter to a specified id, since we're dealing with multiple HTML elements.
resolveIndex(String, String, PersistentProperty<?>, Object) - 类 中的方法org.springframework.data.redis.core.convert.PathIndexResolver
 
resolveIndexesFor(TypeInformation<?>, Object) - 类 中的方法org.springframework.data.redis.core.convert.CompositeIndexResolver
 
resolveIndexesFor(String, String, TypeInformation<?>, Object) - 类 中的方法org.springframework.data.redis.core.convert.CompositeIndexResolver
 
resolveIndexesFor(TypeInformation<?>, Object) - 接口 中的方法org.springframework.data.redis.core.convert.IndexResolver
Resolves all indexes for given type information / value combination.
resolveIndexesFor(String, String, TypeInformation<?>, Object) - 接口 中的方法org.springframework.data.redis.core.convert.IndexResolver
Resolves all indexes for given type information / value combination.
resolveIndexesFor(TypeInformation<?>, Object) - 类 中的方法org.springframework.data.redis.core.convert.PathIndexResolver
 
resolveIndexesFor(String, String, TypeInformation<?>, Object) - 类 中的方法org.springframework.data.redis.core.convert.PathIndexResolver
 
resolveIndexesFor(TypeInformation<?>, Object) - 类 中的方法org.springframework.data.redis.core.convert.SpelIndexResolver
 
resolveIndexesFor(String, String, TypeInformation<?>, Object) - 类 中的方法org.springframework.data.redis.core.convert.SpelIndexResolver
 
resolveLocale(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.i18n.AbstractLocaleContextResolver
 
resolveLocale(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
 
resolveLocale(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.i18n.CookieLocaleResolver
 
resolveLocale(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.i18n.FixedLocaleResolver
 
resolveLocale(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.i18n.SessionLocaleResolver
 
resolveLocale(HttpServletRequest) - 接口 中的方法org.springframework.web.servlet.LocaleResolver
Resolve the current locale via the given request.
resolveLocale(Request) - 类 中的方法org.springframework.web.servlet.view.tiles3.SpringLocaleResolver
 
resolveLocaleContext(ServerWebExchange) - 类 中的方法org.springframework.web.server.i18n.AcceptHeaderLocaleContextResolver
 
resolveLocaleContext(ServerWebExchange) - 类 中的方法org.springframework.web.server.i18n.FixedLocaleContextResolver
 
resolveLocaleContext(ServerWebExchange) - 接口 中的方法org.springframework.web.server.i18n.LocaleContextResolver
Resolve the current locale context via the given exchange.
resolveLocaleContext(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.i18n.CookieLocaleResolver
 
resolveLocaleContext(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.i18n.FixedLocaleResolver
 
resolveLocaleContext(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.i18n.SessionLocaleResolver
 
resolveLocaleContext(HttpServletRequest) - 接口 中的方法org.springframework.web.servlet.LocaleContextResolver
Resolve the current locale context via the given request.
resolveMediaTypeKey(NativeWebRequest, String) - 类 中的方法org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
An alternative to AbstractMappingContentNegotiationStrategy.resolveMediaTypes(NativeWebRequest) that accepts an already extracted key.
resolveMediaTypes(NativeWebRequest) - 类 中的方法org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
 
resolveMediaTypes(NativeWebRequest) - 类 中的方法org.springframework.web.accept.ContentNegotiationManager
 
resolveMediaTypes(NativeWebRequest) - 接口 中的方法org.springframework.web.accept.ContentNegotiationStrategy
Resolve the given request to a list of media types.
resolveMediaTypes(NativeWebRequest) - 类 中的方法org.springframework.web.accept.FixedContentNegotiationStrategy
 
resolveMediaTypes(NativeWebRequest) - 类 中的方法org.springframework.web.accept.HeaderContentNegotiationStrategy
Resolve the given request to a list of media types.
resolveMessage() - 类 中的方法org.springframework.web.servlet.tags.MessageTag
Resolve the specified message into a concrete message String.
resolveMessageCodes(String) - 类 中的方法org.springframework.validation.AbstractBindingResult
 
resolveMessageCodes(String, String) - 类 中的方法org.springframework.validation.AbstractBindingResult
 
resolveMessageCodes(String) - 异常错误 中的方法org.springframework.validation.BindException
 
resolveMessageCodes(String, String) - 异常错误 中的方法org.springframework.validation.BindException
 
resolveMessageCodes(String) - 接口 中的方法org.springframework.validation.BindingResult
Resolve the given error code into message codes.
resolveMessageCodes(String, String) - 接口 中的方法org.springframework.validation.BindingResult
Resolve the given error code into message codes for the given field.
resolveMessageCodes(String, String) - 类 中的方法org.springframework.validation.DefaultMessageCodesResolver
 
resolveMessageCodes(String, String, String, Class<?>) - 类 中的方法org.springframework.validation.DefaultMessageCodesResolver
Build the code list for the given code and field: an object/field-specific code, a field-specific code, a plain error code.
resolveMessageCodes(String, String) - 接口 中的方法org.springframework.validation.MessageCodesResolver
Build message codes for the given error code and object name.
resolveMessageCodes(String, String, String, Class<?>) - 接口 中的方法org.springframework.validation.MessageCodesResolver
Build message codes for the given error code and field specification.
resolveMessageCodes(String) - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
resolveMessageCodes(String, String) - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
resolveMethod(Exception) - 类 中的方法org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
Find a Method to handle the given exception.
resolveMethodByExceptionType(Class<? extends Throwable>) - 类 中的方法org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
Find a Method to handle the given exception type.
resolveMethodByThrowable(Throwable) - 类 中的方法org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
Find a Method to handle the given Throwable.
resolveModelAndView(Method, Class<?>, Object, ExtendedModelMap, NativeWebRequest) - 接口 中的方法org.springframework.web.servlet.mvc.annotation.ModelAndViewResolver
 
resolveModelAttribute() - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Resolves and returns the name of the form object.
resolveMultipart(HttpServletRequest) - 类 中的方法org.springframework.web.multipart.commons.CommonsMultipartResolver
 
resolveMultipart(HttpServletRequest) - 接口 中的方法org.springframework.web.multipart.MultipartResolver
Parse the given HTTP request into multipart files and parameters, and wrap the request inside a MultipartHttpServletRequest object that provides access to file descriptors and makes contained parameters accessible via the standard ServletRequest methods.
resolveMultipart(HttpServletRequest) - 类 中的方法org.springframework.web.multipart.support.StandardServletMultipartResolver
 
resolveMultipartArgument(String, MethodParameter, HttpServletRequest) - 类 中的静态方法org.springframework.web.multipart.support.MultipartResolutionDelegate
 
resolveName(String, MethodParameter, NativeWebRequest) - 类 中的方法org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
Resolve the given parameter type and value name into an argument value.
resolveName(String, MethodParameter, NativeWebRequest) - 类 中的方法org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
 
resolveName(String, MethodParameter, NativeWebRequest) - 类 中的方法org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
 
resolveName(String, MethodParameter, NativeWebRequest) - 类 中的方法org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
 
resolveName(String, MethodParameter, NativeWebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMethodArgumentResolver
 
resolveName(String, MethodParameter, NativeWebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
 
resolveName(String, MethodParameter, NativeWebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestAttributeMethodArgumentResolver
 
resolveName(String, MethodParameter, NativeWebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ServletCookieValueMethodArgumentResolver
 
resolveName(String, MethodParameter, NativeWebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.SessionAttributeMethodArgumentResolver
 
resolveParameter(ParameterContext, ExtensionContext) - 类 中的方法org.springframework.test.context.junit.jupiter.SpringExtension
Resolve a value for the Parameter in the supplied ParameterContext by retrieving the corresponding dependency from the test's ApplicationContext.
resolvePlaceholder(String) - 接口 中的方法org.springframework.util.PropertyPlaceholderHelper.PlaceholderResolver
Resolve the supplied placeholder name to the replacement value.
resolvePlaceholders(String) - 类 中的静态方法org.springframework.util.SystemPropertyUtils
Resolve ${...} placeholders in the given text, replacing them with corresponding system property values.
resolvePlaceholders(String, boolean) - 类 中的静态方法org.springframework.util.SystemPropertyUtils
Resolve ${...} placeholders in the given text, replacing them with corresponding system property values.
resolvePlaceholders(String, ServletContext) - 类 中的静态方法org.springframework.web.util.ServletContextPropertyUtils
Resolve ${...} placeholders in the given text, replacing them with corresponding servlet context init parameter or system property values.
resolvePlaceholders(String, ServletContext, boolean) - 类 中的静态方法org.springframework.web.util.ServletContextPropertyUtils
Resolve ${...} placeholders in the given text, replacing them with corresponding servlet context init parameter or system property values.
resolvePrimitiveClassName(String) - 类 中的静态方法org.springframework.util.ClassUtils
Resolve the given class name as primitive class, if appropriate, according to the JVM's naming rules for primitive classes.
resolvePrimitiveIfNecessary(Class<?>) - 类 中的静态方法org.springframework.util.ClassUtils
Resolve the given class if it is a primitive class, returning the corresponding primitive wrapper type instead.
resolveProxyTargetClass(BeanDefinition) - 类 中的方法org.springframework.scripting.support.ScriptFactoryPostProcessor
 
resolveQuery(Method, RepositoryMetadata, ProjectionFactory, NamedQueries) - 接口 中的方法org.springframework.data.repository.query.QueryLookupStrategy
Resolves a RepositoryQuery from the given QueryMethod that can be executed afterwards.
Resolver - org.yaml.snakeyaml.resolver中的类
Resolver tries to detect a type by content (when the tag is implicit)
Resolver() - 类 的构造器org.yaml.snakeyaml.resolver.Resolver
 
resolver - 类 中的变量org.yaml.snakeyaml.Yaml
 
resolveReference(Object, String) - 接口 中的方法org.springframework.data.redis.core.convert.ReferenceResolver
 
resolveReference(Object, String) - 类 中的方法org.springframework.data.redis.core.convert.ReferenceResolverImpl
 
resolveReference(String) - 类 中的方法org.springframework.web.context.request.FacesRequestAttributes
 
resolveReference(String) - 接口 中的方法org.springframework.web.context.request.RequestAttributes
Resolve the contextual reference for the given key, if any.
resolveReference(String) - 类 中的方法org.springframework.web.context.request.ServletRequestAttributes
 
resolveRefreshCheckDelay(BeanDefinition) - 类 中的方法org.springframework.scripting.support.ScriptFactoryPostProcessor
Get the refresh check delay for the given ScriptFactory BeanDefinition.
resolveResource(HttpServletRequest, String, List<? extends Resource>, ResourceResolverChain) - 类 中的方法org.springframework.web.servlet.resource.AbstractResourceResolver
 
resolveResource(HttpServletRequest, String, List<? extends Resource>, ResourceResolverChain) - 接口 中的方法org.springframework.web.servlet.resource.ResourceResolver
Resolve the supplied request and request path to a Resource that exists under one of the given resource locations.
resolveResource(HttpServletRequest, String, List<? extends Resource>) - 接口 中的方法org.springframework.web.servlet.resource.ResourceResolverChain
Resolve the supplied request and request path to a Resource that exists under one of the given resource locations.
resolveResourceInternal(HttpServletRequest, String, List<? extends Resource>, ResourceResolverChain) - 类 中的方法org.springframework.web.servlet.resource.AbstractResourceResolver
 
resolveResourceInternal(HttpServletRequest, String, List<? extends Resource>, ResourceResolverChain) - 类 中的方法org.springframework.web.servlet.resource.CachingResourceResolver
 
resolveResourceInternal(HttpServletRequest, String, List<? extends Resource>, ResourceResolverChain) - 类 中的方法org.springframework.web.servlet.resource.GzipResourceResolver
 
resolveResourceInternal(HttpServletRequest, String, List<? extends Resource>, ResourceResolverChain) - 类 中的方法org.springframework.web.servlet.resource.PathResourceResolver
 
resolveResourceInternal(HttpServletRequest, String, List<? extends Resource>, ResourceResolverChain) - 类 中的方法org.springframework.web.servlet.resource.VersionResourceResolver
 
resolveResourceInternal(HttpServletRequest, String, List<? extends Resource>, ResourceResolverChain) - 类 中的方法org.springframework.web.servlet.resource.WebJarsResourceResolver
 
resolveResponseStatus(ResponseStatus, HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver
Template method that handles the @ResponseStatus annotation.
resolveResponseStatusException(ResponseStatusException, HttpServletRequest, HttpServletResponse, Object) - 类 中的方法org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver
Template method that handles an ResponseStatusException.
resolverIdGeneratorInstance(MapperConfig<?>, Annotated, Class<?>) - 类 中的方法org.springframework.http.converter.json.SpringHandlerInstantiator
 
resolveSessionIds(ServerWebExchange) - 类 中的方法org.springframework.web.server.session.CookieWebSessionIdResolver
 
resolveSessionIds(ServerWebExchange) - 类 中的方法org.springframework.web.server.session.HeaderWebSessionIdResolver
 
resolveSessionIds(ServerWebExchange) - 接口 中的方法org.springframework.web.server.session.WebSessionIdResolver
Resolve the session id's associated with the request.
resolveSpecifiedDataSource(Object) - 类 中的方法org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
Resolve the specified data source object into a DataSource instance.
resolveSpecifiedLookupKey(Object) - 类 中的方法org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
Resolve the given lookup key object, as specified in the targetDataSources map, into the actual lookup key to be used for matching with the current lookup key.
resolveSpecifiedLookupKey(Object) - 类 中的方法org.springframework.jdbc.datasource.lookup.IsolationLevelDataSourceRouter
Supports Integer values for the isolation level constants as well as isolation level names as defined on the TransactionDefinition interface.
resolveSql() - 类 中的方法org.springframework.jdbc.object.RdbmsOperation
Resolve the configured SQL for actual use.
resolveStringValue(String) - 接口 中的方法org.springframework.util.StringValueResolver
Resolve the given String value, for example parsing placeholders.
resolveTemplate(ClassLoader, String) - 类 中的方法org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
Resolve a template from the given template path.
resolveThemeName(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.theme.CookieThemeResolver
 
resolveThemeName(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.theme.FixedThemeResolver
 
resolveThemeName(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.theme.SessionThemeResolver
 
resolveThemeName(HttpServletRequest) - 接口 中的方法org.springframework.web.servlet.ThemeResolver
Resolve the current theme name via the given request.
resolveUrlPath(String, List<? extends Resource>, ResourceResolverChain) - 类 中的方法org.springframework.web.servlet.resource.AbstractResourceResolver
 
resolveUrlPath(String, List<? extends Resource>, ResourceResolverChain) - 接口 中的方法org.springframework.web.servlet.resource.ResourceResolver
Resolve the externally facing public URL path for clients to use to access the resource that is located at the given internal resource path.
resolveUrlPath(String, List<? extends Resource>) - 接口 中的方法org.springframework.web.servlet.resource.ResourceResolverChain
Resolve the externally facing public URL path for clients to use to access the resource that is located at the given internal resource path.
resolveUrlPath(String, HttpServletRequest, Resource, ResourceTransformerChain) - 类 中的方法org.springframework.web.servlet.resource.ResourceTransformerSupport
A transformer can use this method when a resource being transformed contains links to other resources.
resolveUrlPathInternal(String, List<? extends Resource>, ResourceResolverChain) - 类 中的方法org.springframework.web.servlet.resource.AbstractResourceResolver
 
resolveUrlPathInternal(String, List<? extends Resource>, ResourceResolverChain) - 类 中的方法org.springframework.web.servlet.resource.CachingResourceResolver
 
resolveUrlPathInternal(String, List<? extends Resource>, ResourceResolverChain) - 类 中的方法org.springframework.web.servlet.resource.GzipResourceResolver
 
resolveUrlPathInternal(String, List<? extends Resource>, ResourceResolverChain) - 类 中的方法org.springframework.web.servlet.resource.PathResourceResolver
 
resolveUrlPathInternal(String, List<? extends Resource>, ResourceResolverChain) - 类 中的方法org.springframework.web.servlet.resource.VersionResourceResolver
 
resolveUrlPathInternal(String, List<? extends Resource>, ResourceResolverChain) - 类 中的方法org.springframework.web.servlet.resource.WebJarsResourceResolver
 
resolveViewName(String, Map<String, Object>, Locale, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.DispatcherServlet
Resolve the given view name into a View object (to be rendered).
resolveViewName(String, Locale) - 类 中的方法org.springframework.web.servlet.view.AbstractCachingViewResolver
 
resolveViewName(String, Locale) - 类 中的方法org.springframework.web.servlet.view.BeanNameViewResolver
 
resolveViewName(String, Locale) - 类 中的方法org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
resolveViewName(String, Locale) - 类 中的方法org.springframework.web.servlet.view.ViewResolverComposite
 
resolveViewName(String, Locale) - 接口 中的方法org.springframework.web.servlet.ViewResolver
Resolve the given view by name.
RESOURCE_URL_PROVIDER_ATTR - 类 中的静态变量org.springframework.web.servlet.resource.ResourceUrlProviderExposingInterceptor
Name of the request attribute that holds the ResourceUrlProvider.
ResourceAccessException - org.springframework.web.client中的异常错误
Exception thrown when an I/O error occurs.
ResourceAccessException(String) - 异常错误 的构造器org.springframework.web.client.ResourceAccessException
Construct a new ResourceAccessException with the given message.
ResourceAccessException(String, IOException) - 异常错误 的构造器org.springframework.web.client.ResourceAccessException
Construct a new ResourceAccessException with the given message and IOException.
ResourceAdapterApplicationContext - org.springframework.jca.context中的类
ApplicationContext implementation for a JCA ResourceAdapter.
ResourceAdapterApplicationContext(BootstrapContext) - 类 的构造器org.springframework.jca.context.ResourceAdapterApplicationContext
Create a new ResourceAdapterApplicationContext for the given BootstrapContext.
ResourceAdapterFactoryBean - org.springframework.jca.support中的类
FactoryBean that bootstraps the specified JCA 1.7 javax.resource.spi.ResourceAdapter, starting it with a local javax.resource.spi.BootstrapContext and exposing it for bean references.
ResourceAdapterFactoryBean() - 类 的构造器org.springframework.jca.support.ResourceAdapterFactoryBean
 
ResourceBundleThemeSource - org.springframework.ui.context.support中的类
ThemeSource implementation that looks up an individual ResourceBundle per theme.
ResourceBundleThemeSource() - 类 的构造器org.springframework.ui.context.support.ResourceBundleThemeSource
 
ResourceBundleViewResolver - org.springframework.web.servlet.view中的类
A ViewResolver implementation that uses bean definitions in a ResourceBundle, specified by the bundle basename.
ResourceBundleViewResolver() - 类 的构造器org.springframework.web.servlet.view.ResourceBundleViewResolver
 
resourceChain(boolean) - 类 中的方法org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
Configure a chain of resource resolvers and transformers to use.
resourceChain(boolean, Cache) - 类 中的方法org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
Configure a chain of resource resolvers and transformers to use.
ResourceChainRegistration - org.springframework.web.servlet.config.annotation中的类
Assists with the registration of resource resolvers and transformers.
ResourceChainRegistration(boolean) - 类 的构造器org.springframework.web.servlet.config.annotation.ResourceChainRegistration
 
ResourceChainRegistration(boolean, Cache) - 类 的构造器org.springframework.web.servlet.config.annotation.ResourceChainRegistration
 
ResourceDatabasePopulator - org.springframework.jdbc.datasource.init中的类
Populates, initializes, or cleans up a database using SQL scripts defined in external resources.
ResourceDatabasePopulator() - 类 的构造器org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Construct a new ResourceDatabasePopulator with default settings.
ResourceDatabasePopulator(Resource...) - 类 的构造器org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Construct a new ResourceDatabasePopulator with default settings for the supplied scripts.
ResourceDatabasePopulator(boolean, boolean, String, Resource...) - 类 的构造器org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Construct a new ResourceDatabasePopulator with the supplied values.
resourceHandlerMapping() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Return a handler mapping ordered at Integer.MAX_VALUE-1 with mapped resource handlers.
ResourceHandlerRegistration - org.springframework.web.servlet.config.annotation中的类
Encapsulates information required to create a resource handler.
ResourceHandlerRegistration(String...) - 类 的构造器org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
Create a ResourceHandlerRegistration instance.
ResourceHandlerRegistry - org.springframework.web.servlet.config.annotation中的类
Stores registrations of resource handlers for serving static resources such as images, css files and others through Spring MVC including setting cache headers optimized for efficient loading in a web browser.
ResourceHandlerRegistry(ApplicationContext, ServletContext) - 类 的构造器org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
Create a new resource handler registry for the given application context.
ResourceHandlerRegistry(ApplicationContext, ServletContext, ContentNegotiationManager) - 类 的构造器org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
Create a new resource handler registry for the given application context.
ResourceHandlerRegistry(ApplicationContext, ServletContext, ContentNegotiationManager, UrlPathHelper) - 类 的构造器org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
A variant of ResourceHandlerRegistry.ResourceHandlerRegistry(ApplicationContext, ServletContext, ContentNegotiationManager) that also accepts the UrlPathHelper used for mapping requests to static resources.
ResourceHolder - org.springframework.transaction.support中的接口
Generic interface to be implemented by resource holders.
ResourceHolderSupport - org.springframework.transaction.support中的类
Convenient base class for resource holders.
ResourceHolderSupport() - 类 的构造器org.springframework.transaction.support.ResourceHolderSupport
 
ResourceHolderSynchronization<H extends ResourceHolder,K> - org.springframework.transaction.support中的类
ResourceHolderSynchronization(H, K) - 类 的构造器org.springframework.transaction.support.ResourceHolderSynchronization
Create a new ResourceHolderSynchronization for the given holder.
ResourceHttpMessageConverter - org.springframework.http.converter中的类
Implementation of HttpMessageConverter that can read/write Resources and supports byte range requests.
ResourceHttpMessageConverter() - 类 的构造器org.springframework.http.converter.ResourceHttpMessageConverter
Create a new instance of the ResourceHttpMessageConverter that supports read streaming, i.e. can convert an HttpInputMessage to InputStreamResource.
ResourceHttpMessageConverter(boolean) - 类 的构造器org.springframework.http.converter.ResourceHttpMessageConverter
Create a new instance of the ResourceHttpMessageConverter.
ResourceHttpMessageWriter - org.springframework.http.codec中的类
HttpMessageWriter that can write a Resource.
ResourceHttpMessageWriter() - 类 的构造器org.springframework.http.codec.ResourceHttpMessageWriter
 
ResourceHttpMessageWriter(int) - 类 的构造器org.springframework.http.codec.ResourceHttpMessageWriter
 
ResourceHttpRequestHandler - org.springframework.web.servlet.resource中的类
HttpRequestHandler that serves static resources in an optimized way according to the guidelines of Page Speed, YSlow, etc.
ResourceHttpRequestHandler() - 类 的构造器org.springframework.web.servlet.resource.ResourceHttpRequestHandler
 
resourceLoader - 类 中的变量org.springframework.scheduling.quartz.SchedulerAccessor
 
ResourceLoaderClassLoadHelper - org.springframework.scheduling.quartz中的类
Wrapper that adapts from the Quartz ClassLoadHelper interface onto Spring's ResourceLoader interface.
ResourceLoaderClassLoadHelper() - 类 的构造器org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
Create a new ResourceLoaderClassLoadHelper for the default ResourceLoader.
ResourceLoaderClassLoadHelper(ResourceLoader) - 类 的构造器org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
Create a new ResourceLoaderClassLoadHelper for the given ResourceLoader.
ResourceOverridingShadowingClassLoader - org.springframework.instrument.classloading中的类
Subclass of ShadowingClassLoader that overrides attempts to locate certain files.
ResourceOverridingShadowingClassLoader(ClassLoader) - 类 的构造器org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
Create a new ResourceOverridingShadowingClassLoader, decorating the given ClassLoader.
ResourceReader - org.springframework.data.repository.init中的接口
 
ResourceReader.Type - org.springframework.data.repository.init中的枚举
 
ResourceReaderRepositoryPopulator - org.springframework.data.repository.init中的类
A RepositoryPopulator using a ResourceReader to read objects from the configured Resources.
ResourceReaderRepositoryPopulator(ResourceReader) - 类 的构造器org.springframework.data.repository.init.ResourceReaderRepositoryPopulator
Creates a new ResourceReaderRepositoryPopulator using the given ResourceReader.
ResourceReaderRepositoryPopulator(ResourceReader, ClassLoader) - 类 的构造器org.springframework.data.repository.init.ResourceReaderRepositoryPopulator
ResourceReaderRepositoryPopulatorBeanDefinitionParser - org.springframework.data.repository.config中的类
BeanDefinitionParser to parse repository initializers.
ResourceReaderRepositoryPopulatorBeanDefinitionParser() - 类 的构造器org.springframework.data.repository.config.ResourceReaderRepositoryPopulatorBeanDefinitionParser
 
ResourceRegionHttpMessageConverter - org.springframework.http.converter中的类
Implementation of HttpMessageConverter that can write a single ResourceRegion, or Collections of ResourceRegions.
ResourceRegionHttpMessageConverter() - 类 的构造器org.springframework.http.converter.ResourceRegionHttpMessageConverter
 
ResourceResolver - org.springframework.web.servlet.resource中的接口
A strategy for resolving a request to a server-side resource.
ResourceResolverChain - org.springframework.web.servlet.resource中的接口
A contract for invoking a chain of ResourceResolvers where each resolver is given a reference to the chain allowing it to delegate when necessary.
ResourceScriptSource - org.springframework.scripting.support中的类
ScriptSource implementation based on Spring's Resource abstraction.
ResourceScriptSource(EncodedResource) - 类 的构造器org.springframework.scripting.support.ResourceScriptSource
Create a new ResourceScriptSource for the given resource.
ResourceScriptSource(Resource) - 类 的构造器org.springframework.scripting.support.ResourceScriptSource
Create a new ResourceScriptSource for the given resource.
ResourceTransactionManager - org.springframework.transaction.support中的接口
Extension of the PlatformTransactionManager interface, indicating a native resource transaction manager, operating on a single target resource.
ResourceTransformer - org.springframework.web.servlet.resource中的接口
An abstraction for transforming the content of a resource.
ResourceTransformerChain - org.springframework.web.servlet.resource中的接口
A contract for invoking a chain of ResourceTransformers where each resolver is given a reference to the chain allowing it to delegate when necessary.
ResourceTransformerSupport - org.springframework.web.servlet.resource中的类
A base class for a ResourceTransformer with an optional helper method for resolving public links within a transformed resource.
ResourceTransformerSupport() - 类 的构造器org.springframework.web.servlet.resource.ResourceTransformerSupport
 
ResourceUrlEncodingFilter - org.springframework.web.servlet.resource中的类
A filter that wraps the HttpServletResponse and overrides its encodeURL method in order to translate internal resource request URLs into public URL paths for external use.
ResourceUrlEncodingFilter() - 类 的构造器org.springframework.web.servlet.resource.ResourceUrlEncodingFilter
 
ResourceUrlProvider - org.springframework.web.servlet.resource中的类
A central component to use to obtain the public URL path that clients should use to access a static resource.
ResourceUrlProvider() - 类 的构造器org.springframework.web.servlet.resource.ResourceUrlProvider
 
ResourceUrlProviderExposingInterceptor - org.springframework.web.servlet.resource中的类
An interceptor that exposes the ResourceUrlProvider instance it is configured with as a request attribute.
ResourceUrlProviderExposingInterceptor(ResourceUrlProvider) - 类 的构造器org.springframework.web.servlet.resource.ResourceUrlProviderExposingInterceptor
 
ResourceUtils - org.springframework.util中的类
Utility methods for resolving resource locations to files in the file system.
ResourceUtils() - 类 的构造器org.springframework.util.ResourceUtils
 
response(ServerHttpResponse) - 接口 中的方法org.springframework.web.server.ServerWebExchange.Builder
Set the response to use.
RESPONSE_ENCODED_HTML_ESCAPE_CONTEXT_PARAM - 类 中的静态变量org.springframework.web.util.WebUtils
Use of response encoding for HTML escaping parameter at the servlet context level (i.e. a context-param in web.xml): "responseEncodedHtmlEscape".
RESPONSE_HANDLED - 接口 中的静态变量org.springframework.web.context.request.async.CallableProcessingInterceptor
Constant indicating that the response has been handled by this interceptor without a result and that no further interceptors are to be invoked.
RESPONSE_STATUS_ATTRIBUTE - 接口 中的静态变量org.springframework.web.servlet.View
Name of the HttpServletRequest attribute that contains the response status code.
ResponseActions - org.springframework.test.web.client中的接口
A contract for setting up request expectations and defining a response.
ResponseBody - org.springframework.web.bind.annotation中的注释类型
Annotation that indicates a method return value should be bound to the web response body.
ResponseBodyAdvice<T> - org.springframework.web.servlet.mvc.method.annotation中的接口
Allows customizing the response after the execution of an @ResponseBody or a ResponseEntity controller method but before the body is written with an HttpMessageConverter.
ResponseBodyEmitter - org.springframework.web.servlet.mvc.method.annotation中的类
A controller method return value type for asynchronous request processing where one or more objects are written to the response.
ResponseBodyEmitter() - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
Create a new ResponseBodyEmitter instance.
ResponseBodyEmitter(Long) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
Create a ResponseBodyEmitter with a custom timeout value.
ResponseBodyEmitter.DataWithMediaType - org.springframework.web.servlet.mvc.method.annotation中的类
A simple holder of data to be written along with a MediaType hint for selecting a message converter to write with.
ResponseBodyEmitterReturnValueHandler - org.springframework.web.servlet.mvc.method.annotation中的类
Handler for return values of type ResponseBodyEmitter and sub-classes such as SseEmitter including the same types wrapped with ResponseEntity.
ResponseBodyEmitterReturnValueHandler(List<HttpMessageConverter<?>>) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler
Simple constructor with reactive type support based on a default instance of ReactiveAdapterRegistry, SyncTaskExecutor, and ContentNegotiationManager with an Accept header strategy.
ResponseBodyEmitterReturnValueHandler(List<HttpMessageConverter<?>>, ReactiveAdapterRegistry, TaskExecutor, ContentNegotiationManager) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler
Complete constructor with pluggable "reactive" type support.
ResponseCookie - org.springframework.http中的类
An HttpCookie subclass with the additional attributes allowed in the "Set-Cookie" response header.
ResponseCookie.ResponseCookieBuilder - org.springframework.http中的接口
A builder for a server-defined HttpCookie with attributes.
ResponseCreator - org.springframework.test.web.client中的接口
A contract for creating a ClientHttpResponse.
ResponseEntity<T> - org.springframework.http中的类
Extension of HttpEntity that adds a HttpStatus status code.
ResponseEntity(HttpStatus) - 类 的构造器org.springframework.http.ResponseEntity
Create a new ResponseEntity with the given status code, and no body nor headers.
ResponseEntity(T, HttpStatus) - 类 的构造器org.springframework.http.ResponseEntity
Create a new ResponseEntity with the given body and status code, and no headers.
ResponseEntity(MultiValueMap<String, String>, HttpStatus) - 类 的构造器org.springframework.http.ResponseEntity
Create a new HttpEntity with the given headers and status code, and no body.
ResponseEntity(T, MultiValueMap<String, String>, HttpStatus) - 类 的构造器org.springframework.http.ResponseEntity
Create a new HttpEntity with the given body, headers, and status code.
ResponseEntity.BodyBuilder - org.springframework.http中的接口
Defines a builder that adds a body to the response entity.
ResponseEntity.HeadersBuilder<B extends ResponseEntity.HeadersBuilder<B>> - org.springframework.http中的接口
Defines a builder that adds headers to the response entity.
ResponseEntityExceptionHandler - org.springframework.web.servlet.mvc.method.annotation中的类
A convenient base class for @ControllerAdvice classes that wish to provide centralized exception handling across all @RequestMapping methods through @ExceptionHandler methods.
ResponseEntityExceptionHandler() - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
 
responseEntityExtractor(Type) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
Returns a response extractor for ResponseEntity.
responseEntityExtractor(Type) - 类 中的方法org.springframework.web.client.RestTemplate
Returns a response extractor for ResponseEntity.
ResponseErrorHandler - org.springframework.web.client中的接口
Strategy interface used by the RestTemplate to determine whether a particular response has an error or not.
ResponseExtractor<T> - org.springframework.web.client中的接口
Generic callback interface used by RestTemplate's retrieval methods Implementations of this interface perform the actual work of extracting data from a ClientHttpResponse, but don't need to worry about exception handling or closing resources.
ResponseStatus - org.springframework.web.bind.annotation中的注释类型
Marks a method or exception class with the status ResponseStatus.code() and ResponseStatus.reason() that should be returned.
ResponseStatusException - org.springframework.web.server中的异常错误
Base class for exceptions associated with specific HTTP response status codes.
ResponseStatusException(HttpStatus) - 异常错误 的构造器org.springframework.web.server.ResponseStatusException
Constructor with a response status.
ResponseStatusException(HttpStatus, String) - 异常错误 的构造器org.springframework.web.server.ResponseStatusException
Constructor with a response status and a reason to add to the exception message as explanation.
ResponseStatusException(HttpStatus, String, Throwable) - 异常错误 的构造器org.springframework.web.server.ResponseStatusException
Constructor with a response status and a reason to add to the exception message as explanation, as well as a nested exception.
ResponseStatusExceptionHandler - org.springframework.web.server.handler中的类
Handle ResponseStatusException by setting the response status.
ResponseStatusExceptionHandler() - 类 的构造器org.springframework.web.server.handler.ResponseStatusExceptionHandler
 
ResponseStatusExceptionResolver - org.springframework.web.servlet.mvc.annotation中的类
A HandlerExceptionResolver that uses the @ResponseStatus annotation to map exceptions to HTTP status codes.
ResponseStatusExceptionResolver() - 类 的构造器org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver
 
responseTimeout(Duration) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.Builder
Max amount of time to wait for responses.
RestClientException - org.springframework.web.client中的异常错误
Base class for exceptions thrown by RestTemplate whenever it encounters client-side HTTP errors.
RestClientException(String) - 异常错误 的构造器org.springframework.web.client.RestClientException
Construct a new instance of RestClientException with the given message.
RestClientException(String, Throwable) - 异常错误 的构造器org.springframework.web.client.RestClientException
Construct a new instance of RestClientException with the given message and exception.
RestClientResponseException - org.springframework.web.client中的异常错误
Common base class for exceptions that contain actual HTTP response data.
RestClientResponseException(String, int, String, HttpHeaders, byte[], Charset) - 异常错误 的构造器org.springframework.web.client.RestClientResponseException
Construct a new instance of with the given response data.
RestController - org.springframework.web.bind.annotation中的注释类型
A convenience annotation that is itself annotated with @Controller and @ResponseBody.
RestControllerAdvice - org.springframework.web.bind.annotation中的注释类型
A convenience annotation that is itself annotated with @ControllerAdvice and @ResponseBody.
RestGatewaySupport - org.springframework.web.client.support中的类
Convenient super class for application classes that need REST access.
RestGatewaySupport() - 类 的构造器org.springframework.web.client.support.RestGatewaySupport
Construct a new instance of the RestGatewaySupport, with default parameters.
RestGatewaySupport(ClientHttpRequestFactory) - 类 的构造器org.springframework.web.client.support.RestGatewaySupport
Construct a new instance of the RestGatewaySupport, with the given ClientHttpRequestFactory.
RestOperations - org.springframework.web.client中的接口
Interface specifying a basic set of RESTful operations.
restore(byte[], long, byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
restore(byte[], long, byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
restore(byte[], long, byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisKeyCommands
Create key using the serializedValue, previously obtained using RedisKeyCommands.dump(byte[]).
restore(K, byte[], long, TimeUnit) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Create key using the serializedValue, previously obtained using RedisOperations.dump(Object).
restore(K, byte[], long, TimeUnit) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
Executes the Redis restore command.
restructureIfNecessary(boolean) - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap.Segment
Restructure the underlying data structure when it becomes necessary.
RestTemplate - org.springframework.web.client中的类
Spring's central class for synchronous client-side HTTP access.
RestTemplate() - 类 的构造器org.springframework.web.client.RestTemplate
Create a new instance of the RestTemplate using default settings.
RestTemplate(ClientHttpRequestFactory) - 类 的构造器org.springframework.web.client.RestTemplate
Create a new instance of the RestTemplate based on the given ClientHttpRequestFactory.
RestTemplate(List<HttpMessageConverter<?>>) - 类 的构造器org.springframework.web.client.RestTemplate
Create a new instance of the RestTemplate using the given list of HttpMessageConverter to use
RESULT_NONE - 接口 中的静态变量org.springframework.web.context.request.async.CallableProcessingInterceptor
Constant indicating that no result has been determined by this interceptor, giving subsequent interceptors a chance.
ResultActions - org.springframework.test.web.servlet中的接口
Allows applying actions, such as expectations, on the result of an executed request.
ResultHandler - org.springframework.test.web.servlet中的接口
A ResultHandler performs a generic action on the result of an executed request — for example, printing debug information.
ResultMatcher - org.springframework.test.web.servlet中的接口
A ResultMatcher matches the result of an executed request against some expectation.
ResultProcessor - org.springframework.data.repository.query中的类
A ResultProcessor to expose metadata about query result element projection and eventually post processing raw query results into projections and data transfer objects.
ResultSetExtractor<T> - org.springframework.jdbc.core中的接口
Callback interface used by JdbcTemplate's query methods.
ResultSetSupportingSqlParameter - org.springframework.jdbc.core中的类
Common base class for ResultSet-supporting SqlParameters like SqlOutParameter and SqlReturnResultSet.
ResultSetSupportingSqlParameter(String, int) - 类 的构造器org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Create a new ResultSetSupportingSqlParameter.
ResultSetSupportingSqlParameter(String, int, int) - 类 的构造器org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Create a new ResultSetSupportingSqlParameter.
ResultSetSupportingSqlParameter(String, int, String) - 类 的构造器org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Create a new ResultSetSupportingSqlParameter.
ResultSetSupportingSqlParameter(String, int, ResultSetExtractor<?>) - 类 的构造器org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Create a new ResultSetSupportingSqlParameter.
ResultSetSupportingSqlParameter(String, int, RowCallbackHandler) - 类 的构造器org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Create a new ResultSetSupportingSqlParameter.
ResultSetSupportingSqlParameter(String, int, RowMapper<?>) - 类 的构造器org.springframework.jdbc.core.ResultSetSupportingSqlParameter
Create a new ResultSetSupportingSqlParameter.
ResultSetWrappingSqlRowSet - org.springframework.jdbc.support.rowset中的类
The default implementation of Spring's SqlRowSet interface, wrapping a ResultSet, catching any SQLExceptions and translating them to a corresponding Spring InvalidResultSetAccessException.
ResultSetWrappingSqlRowSet(ResultSet) - 类 的构造器org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
Create a new ResultSetWrappingSqlRowSet for the given ResultSet.
ResultSetWrappingSqlRowSetMetaData - org.springframework.jdbc.support.rowset中的类
The default implementation of Spring's SqlRowSetMetaData interface, wrapping a ResultSetMetaData instance, catching any SQLExceptions and translating them to a corresponding Spring InvalidResultSetAccessException.
ResultSetWrappingSqlRowSetMetaData(ResultSetMetaData) - 类 的构造器org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSetMetaData
Create a new ResultSetWrappingSqlRowSetMetaData object for the given ResultSetMetaData instance.
resume(Object, AbstractPlatformTransactionManager.SuspendedResourcesHolder) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Resume the given transaction.
resume() - 类 中的方法org.springframework.transaction.support.ResourceHolderSynchronization
 
resume() - 接口 中的方法org.springframework.transaction.support.TransactionSynchronization
Resume this synchronization.
resume() - 类 中的方法org.springframework.transaction.support.TransactionSynchronizationAdapter
 
retainAll(Collection<?>) - 类 中的方法org.springframework.data.redis.connection.util.ByteArraySet
 
retainAll(Collection<?>) - 类 中的方法org.springframework.util.AutoPopulatingList
 
retainAll(Collection<?>) - 接口 中的方法reactor.core.Fuseable.QueueSubscription
 
rethrowException(Throwable) - 类 中的静态方法org.springframework.util.ReflectionUtils
Rethrow the given exception, which is presumably the target exception of an InvocationTargetException.
rethrowRuntimeException(Throwable) - 类 中的静态方法org.springframework.util.ReflectionUtils
Rethrow the given exception, which is presumably the target exception of an InvocationTargetException.
retrieveAndUpdate(HttpServletRequest, HttpServletResponse) - 接口 中的方法org.springframework.web.servlet.FlashMapManager
Find a FlashMap saved by a previous request that matches to the current request, remove it from underlying storage, and also remove other expired FlashMap instances.
retrieveAndUpdate(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.support.AbstractFlashMapManager
 
retrieveAttribute(WebRequest, String) - 类 中的方法org.springframework.web.bind.support.DefaultSessionAttributeStore
 
retrieveAttribute(WebRequest, String) - 接口 中的方法org.springframework.web.bind.support.SessionAttributeStore
Retrieve the specified attribute from the backend session.
retrieveAttributes(WebRequest) - 类 中的方法org.springframework.web.method.annotation.SessionAttributesHandler
Retrieve "known" attributes from the session, i.e. attributes listed by name in @SessionAttributes or attributes previously stored in the model that matched by type.
retrieveDataSource(TestContext, String) - 类 中的静态方法org.springframework.test.context.transaction.TestContextTransactionUtils
Retrieve the DataSource to use for the supplied test context.
retrieveEngineByName(ScriptEngineManager, String) - 类 中的静态方法org.springframework.scripting.support.StandardScriptUtils
Retrieve a ScriptEngine from the given ScriptEngineManager by name, delegating to ScriptEngineManager.getEngineByName(java.lang.String) but throwing a descriptive exception if not found or if initialization failed.
retrieveFlashMaps(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.support.AbstractFlashMapManager
Retrieve saved FlashMap instances from the underlying storage.
retrieveFlashMaps(HttpServletRequest) - 类 中的方法org.springframework.web.servlet.support.SessionFlashMapManager
Retrieves saved FlashMap instances from the HTTP session, if any.
retrieveLastModifiedTime() - 类 中的方法org.springframework.scripting.support.ResourceScriptSource
Retrieve the current last-modified timestamp of the underlying resource.
retrieveMaxCacheSize() - 类 中的静态方法org.springframework.test.context.cache.ContextCacheUtils
Retrieve the maximum size of the ContextCache.
retrieveProfileValueSource(Class<?>) - 类 中的静态方法org.springframework.test.annotation.ProfileValueUtils
Retrieves the ProfileValueSource type for the specified test class as configured via the @ProfileValueSourceConfiguration annotation and instantiates a new instance of that type.
retrieveScriptEngine(ScriptSource) - 类 中的方法org.springframework.scripting.support.StandardScriptFactory
 
retrieveSession(String) - 类 中的方法org.springframework.web.server.session.InMemoryWebSessionStore
 
retrieveSession(String) - 接口 中的方法org.springframework.web.server.session.WebSessionStore
Return the WebSession for the given id.
retrieveTransactionManager(TestContext, String) - 类 中的静态方法org.springframework.test.context.transaction.TestContextTransactionUtils
Retrieve the transaction manager to use for the supplied test context.
retrieveTransactionManager() - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Allows subclasses to retrieve the JTA TransactionManager in a vendor-specific manner.
retrieveTransactionManager() - 类 中的方法org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
retrieveTransactionSynchronizationRegistry() - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Allows subclasses to retrieve the JTA 1.1 TransactionSynchronizationRegistry in a vendor-specific manner.
retrieveUserTransaction() - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Allows subclasses to retrieve the JTA UserTransaction in a vendor-specific manner.
retrieveUserTransaction() - 类 中的方法org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
retry(Duration) - 接口 中的方法org.springframework.http.codec.ServerSentEvent.Builder
Set the value of the retry field.
retry() - 类 中的方法org.springframework.http.codec.ServerSentEvent
Return the retry field of this event, if available.
retry() - 类 中的方法reactor.core.publisher.Flux
Re-subscribes to this Flux sequence if it signals any error, indefinitely.
retry(long) - 类 中的方法reactor.core.publisher.Flux
Re-subscribes to this Flux sequence if it signals any error, for a fixed number of times.
retry(Predicate<? super Throwable>) - 类 中的方法reactor.core.publisher.Flux
Re-subscribes to this Flux sequence if it signals any error that matches the given Predicate, otherwise push the error downstream.
retry(long, Predicate<? super Throwable>) - 类 中的方法reactor.core.publisher.Flux
Re-subscribes to this Flux sequence up to the specified number of retries if it signals any error that match the given Predicate, otherwise push the error downstream.
retry() - 类 中的方法reactor.core.publisher.Mono
Re-subscribes to this Mono sequence if it signals any error, indefinitely.
retry(long) - 类 中的方法reactor.core.publisher.Mono
Re-subscribes to this Mono sequence if it signals any error, for a fixed number of times.
retry(Predicate<? super Throwable>) - 类 中的方法reactor.core.publisher.Mono
Re-subscribes to this Mono sequence if it signals any error that matches the given Predicate, otherwise push the error downstream.
retry(long, Predicate<? super Throwable>) - 类 中的方法reactor.core.publisher.Mono
Re-subscribes to this Mono sequence up to the specified number of retries if it signals any error that match the given Predicate, otherwise push the error downstream.
RETRY_AFTER - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Retry-After header field name.
retryWhen(Function<Flux<Throwable>, ? extends Publisher<?>>) - 类 中的方法reactor.core.publisher.Flux
Retries this Flux when a companion sequence signals an item in response to this Flux error signal If the companion sequence signals when the Flux is active, the retry attempt is suppressed and any terminal signal will terminate the Flux source with the same signal immediately.
retryWhen(Function<Flux<Throwable>, ? extends Publisher<?>>) - 类 中的方法reactor.core.publisher.Mono
Retries this Mono when a companion sequence signals an item in response to this Mono error signal If the companion sequence signals when the Mono is active, the retry attempt is suppressed and any terminal signal will terminate the Mono source with the same signal immediately.
returnBrokenResource(StatefulConnection<byte[], byte[]>) - 类 中的方法org.springframework.data.redis.connection.lettuce.DefaultLettucePool
已过时。
 
returnBrokenResource(T) - 接口 中的方法org.springframework.data.redis.connection.Pool
 
ReturnedType - org.springframework.data.repository.query中的类
A representation of the type returned by a QueryMethod.
ReturnedType() - 类 的构造器org.springframework.data.repository.query.ReturnedType
 
returningResultSet(String, RowMapper<?>) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCall
 
returningResultSet(String, RowMapper<?>) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Used to specify when a ResultSet is returned by the stored procedure and you want it mapped by a RowMapper.
returnPropertyIfBetterIdPropertyCandidateOrNull(RedisPersistentProperty) - 类 中的方法org.springframework.data.redis.core.mapping.BasicRedisPersistentEntity
 
returnResource(StatefulConnection<byte[], byte[]>) - 类 中的方法org.springframework.data.redis.connection.lettuce.DefaultLettucePool
已过时。
 
returnResource(T) - 接口 中的方法org.springframework.data.redis.connection.Pool
 
returnResult() - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.BodyContentSpec
Exit the chained API and return an ExchangeResult with the raw response content.
returnResult() - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.BodySpec
Exit the chained API and return an ExchangeResult with the decoded response content.
returnResult(Class<T>) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec
Exit the chained API and consume the response body externally.
returnResult(ParameterizedTypeReference<T>) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec
Alternative to WebTestClient.ResponseSpec.returnResult(Class) that accepts information about a target type with generics.
returnsRawValue() - 接口 中的方法org.springframework.data.redis.core.script.RedisScript
 
ReturnType - org.springframework.data.redis.connection中的枚举
Represents a data type returned from Redis, currently used to denote the expected return type of Redis scripting commands
returnTypeAndParameters(Method) - 类 中的静态方法org.springframework.data.util.ReflectionUtils
Returns a Stream of the return and parameters types of the given Method.
reverseIndexOf(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRankCommand
Creates a new ReactiveZSetCommands.ZIncrByCommand given a member to obtain its reversed rank (ordering high to low).
reverseRange(long, long) - 接口 中的方法org.springframework.data.redis.core.BoundZSetOperations
Get elements in range from start to end from sorted set ordered from high to low.
reverseRange(K, Range<Long>) - 接口 中的方法org.springframework.data.redis.core.ReactiveZSetOperations
Get elements in range from start to end from sorted set ordered from high to low.
reverseRange(K, long, long) - 接口 中的方法org.springframework.data.redis.core.ZSetOperations
Get elements in range from start to end from sorted set ordered from high to low.
reverseRange(long, long) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisZSet
 
reverseRange(long, long) - 接口 中的方法org.springframework.data.redis.support.collections.RedisZSet
 
reverseRangeByLex(K, Range<String>) - 接口 中的方法org.springframework.data.redis.core.ReactiveZSetOperations
Get all elements with reverse lexicographical ordering from ZSET at key with a value between Range#getLowerBound() and Range#getUpperBound().
reverseRangeByLex(K, Range<String>, RedisZSetCommands.Limit) - 接口 中的方法org.springframework.data.redis.core.ReactiveZSetOperations
Get all elements n elements, where n = RedisZSetCommands.Limit.getCount(), starting at RedisZSetCommands.Limit.getOffset() with reverse lexicographical ordering from ZSET at key with a value between Range#getLowerBound() and Range#getUpperBound().
reverseRangeByScore(double, double) - 接口 中的方法org.springframework.data.redis.core.BoundZSetOperations
Get elements where score is between min and max from sorted set ordered from high to low.
reverseRangeByScore(K, Range<Double>) - 接口 中的方法org.springframework.data.redis.core.ReactiveZSetOperations
Get elements where score is between min and max from sorted set ordered from high to low.
reverseRangeByScore(K, Range<Double>, RedisZSetCommands.Limit) - 接口 中的方法org.springframework.data.redis.core.ReactiveZSetOperations
Get elements in range from start to end where score is between min and max from sorted set ordered high -> low.
reverseRangeByScore(K, double, double) - 接口 中的方法org.springframework.data.redis.core.ZSetOperations
Get elements where score is between min and max from sorted set ordered from high to low.
reverseRangeByScore(K, double, double, long, long) - 接口 中的方法org.springframework.data.redis.core.ZSetOperations
Get elements in range from start to end where score is between min and max from sorted set ordered high -> low.
reverseRangeByScore(double, double) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisZSet
 
reverseRangeByScore(double, double) - 接口 中的方法org.springframework.data.redis.support.collections.RedisZSet
 
reverseRangeByScoreWithScores(double, double) - 接口 中的方法org.springframework.data.redis.core.BoundZSetOperations
Get set of RedisZSetCommands.Tuple where score is between min and max from sorted set ordered from high to low.
reverseRangeByScoreWithScores(K, Range<Double>) - 接口 中的方法org.springframework.data.redis.core.ReactiveZSetOperations
Get set of RedisZSetCommands.Tuple where score is between min and max from sorted set ordered from high to low.
reverseRangeByScoreWithScores(K, Range<Double>, RedisZSetCommands.Limit) - 接口 中的方法org.springframework.data.redis.core.ReactiveZSetOperations
Get set of RedisZSetCommands.Tuple in range from start to end where score is between min and max from sorted set ordered high -> low.
reverseRangeByScoreWithScores(K, double, double) - 接口 中的方法org.springframework.data.redis.core.ZSetOperations
Get set of RedisZSetCommands.Tuple where score is between min and max from sorted set ordered from high to low.
reverseRangeByScoreWithScores(K, double, double, long, long) - 接口 中的方法org.springframework.data.redis.core.ZSetOperations
Get set of RedisZSetCommands.Tuple in range from start to end where score is between min and max from sorted set ordered high -> low.
reverseRangeByScoreWithScores(double, double) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisZSet
 
reverseRangeByScoreWithScores(double, double) - 接口 中的方法org.springframework.data.redis.support.collections.RedisZSet
 
reverseRangeWithScores(long, long) - 接口 中的方法org.springframework.data.redis.core.BoundZSetOperations
Get set of RedisZSetCommands.Tuples in range from start to end from sorted set ordered from high to low.
reverseRangeWithScores(K, Range<Long>) - 接口 中的方法org.springframework.data.redis.core.ReactiveZSetOperations
Get set of RedisZSetCommands.Tuples in range from start to end from sorted set ordered from high to low.
reverseRangeWithScores(K, long, long) - 接口 中的方法org.springframework.data.redis.core.ZSetOperations
Get set of RedisZSetCommands.Tuples in range from start to end from sorted set ordered from high to low.
reverseRangeWithScores(long, long) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisZSet
 
reverseRangeWithScores(long, long) - 接口 中的方法org.springframework.data.redis.support.collections.RedisZSet
 
reverseRank(Object) - 接口 中的方法org.springframework.data.redis.core.BoundZSetOperations
Determine the index of element with value in a sorted set when scored high to low.
reverseRank(K, Object) - 接口 中的方法org.springframework.data.redis.core.ReactiveZSetOperations
Determine the index of element with value in a sorted set when scored high to low.
reverseRank(K, Object) - 接口 中的方法org.springframework.data.redis.core.ZSetOperations
Determine the index of element with value in a sorted set when scored high to low.
reverseRank(Object) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisZSet
 
reverseRank(Object) - 接口 中的方法org.springframework.data.redis.support.collections.RedisZSet
Returns the rank (position) of the given element in the set, in descending order.
reverseScoresWithin(Range<Double>) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByScoreCommand
Creates a new ReactiveZSetCommands.ZRangeByScoreCommand given a Range to obtain elements ordered from the highest to the lowest score.
reverseStringsWithin(Range<String>) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByLexCommand
Creates a new ReactiveZSetCommands.ZRangeByLexCommand given a Range of String to obtain elements in reverse lexicographical ordering.
reverseValuesWithin(Range<Long>) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeCommand
Creates a new ReactiveZSetCommands.ZRangeCommand given a Range to obtain elements ordered from the highest to the lowest score.
revertToInterpreted(Expression) - 类 中的静态方法org.springframework.expression.spel.standard.SpelCompiler
Request to revert to the interpreter for expression evaluation.
revertToInterpreted() - 类 中的方法org.springframework.expression.spel.standard.SpelExpression
Cause an expression to revert to being interpreted if it has been using a compiled form.
RevisionEntityInformation - org.springframework.data.repository.history.support中的接口
Information about a revision entity which is the class carrying revision information for an entity.
RevisionRepository<T,ID,N extends Number & Comparable<N>> - org.springframework.data.repository.history中的接口
A repository which can access entities held in a variety of Revisions.
right() - 类 中的静态方法org.springframework.data.redis.connection.ReactiveListCommands.BPopCommand
Creates a new ReactiveListCommands.BPopCommand for right push (BRPOP).
right() - 类 中的静态方法org.springframework.data.redis.connection.ReactiveListCommands.PopCommand
Creates a new ReactiveListCommands.PopCommand for right push (RPOP).
right() - 类 中的静态方法org.springframework.data.redis.connection.ReactiveListCommands.PushCommand
Creates a new ReactiveListCommands.PushCommand for right push (RPUSH).
rightActualDescriptor - 类 中的变量org.springframework.expression.spel.ast.Operator
 
rightPop() - 接口 中的方法org.springframework.data.redis.core.BoundListOperations
Removes and returns last element in list stored at the bound key.
rightPop(long, TimeUnit) - 接口 中的方法org.springframework.data.redis.core.BoundListOperations
Removes and returns last element from lists stored at the bound key.
rightPop(K) - 接口 中的方法org.springframework.data.redis.core.ListOperations
Removes and returns last element in list stored at key.
rightPop(K, long, TimeUnit) - 接口 中的方法org.springframework.data.redis.core.ListOperations
Removes and returns last element from lists stored at key.
rightPop(K) - 接口 中的方法org.springframework.data.redis.core.ReactiveListOperations
Removes and returns last element in list stored at key.
rightPop(K, Duration) - 接口 中的方法org.springframework.data.redis.core.ReactiveListOperations
Removes and returns last element from lists stored at key.
rightPopAndLeftPush(K, K) - 接口 中的方法org.springframework.data.redis.core.ListOperations
Remove the last element from list at sourceKey, append it to destinationKey and return its value.
rightPopAndLeftPush(K, K, long, TimeUnit) - 接口 中的方法org.springframework.data.redis.core.ListOperations
Remove the last element from list at srcKey, append it to dstKey and return its value.
rightPopAndLeftPush(K, K) - 接口 中的方法org.springframework.data.redis.core.ReactiveListOperations
Remove the last element from list at sourceKey, append it to destinationKey and return its value.
rightPopAndLeftPush(K, K, Duration) - 接口 中的方法org.springframework.data.redis.core.ReactiveListOperations
Remove the last element from list at srcKey, append it to dstKey and return its value.
rightPush(V) - 接口 中的方法org.springframework.data.redis.core.BoundListOperations
Append value to the bound key.
rightPush(V, V) - 接口 中的方法org.springframework.data.redis.core.BoundListOperations
Append values to the bound key before value.
rightPush(K, V) - 接口 中的方法org.springframework.data.redis.core.ListOperations
Append value to key.
rightPush(K, V, V) - 接口 中的方法org.springframework.data.redis.core.ListOperations
Append values to key before value.
rightPush(K, V) - 接口 中的方法org.springframework.data.redis.core.ReactiveListOperations
Append value to key.
rightPush(K, V, V) - 接口 中的方法org.springframework.data.redis.core.ReactiveListOperations
Append values to key before value.
rightPushAll(V...) - 接口 中的方法org.springframework.data.redis.core.BoundListOperations
Append values to the bound key.
rightPushAll(K, V...) - 接口 中的方法org.springframework.data.redis.core.ListOperations
Append values to key.
rightPushAll(K, Collection<V>) - 接口 中的方法org.springframework.data.redis.core.ListOperations
Append values to key.
rightPushAll(K, V...) - 接口 中的方法org.springframework.data.redis.core.ReactiveListOperations
Append values to key.
rightPushAll(K, Collection<V>) - 接口 中的方法org.springframework.data.redis.core.ReactiveListOperations
Append values to key.
rightPushIfPresent(V) - 接口 中的方法org.springframework.data.redis.core.BoundListOperations
Append values to the bound key only if the list exists.
rightPushIfPresent(K, V) - 接口 中的方法org.springframework.data.redis.core.ListOperations
Append values to key only if the list exists.
rightPushIfPresent(K, V) - 接口 中的方法org.springframework.data.redis.core.ReactiveListOperations
Append values to key only if the list exists.
RmiBasedExporter - org.springframework.remoting.rmi中的类
Convenient superclass for RMI-based remote exporters.
RmiBasedExporter() - 类 的构造器org.springframework.remoting.rmi.RmiBasedExporter
 
RmiClientInterceptor - org.springframework.remoting.rmi中的类
MethodInterceptor for accessing conventional RMI services or RMI invokers.
RmiClientInterceptor() - 类 的构造器org.springframework.remoting.rmi.RmiClientInterceptor
 
RmiClientInterceptorUtils - org.springframework.remoting.rmi中的类
Factored-out methods for performing invocations within an RMI client.
RmiClientInterceptorUtils() - 类 的构造器org.springframework.remoting.rmi.RmiClientInterceptorUtils
 
RmiInvocationHandler - org.springframework.remoting.rmi中的接口
Interface for RMI invocation handlers instances on the server, wrapping exported services.
RmiProxyFactoryBean - org.springframework.remoting.rmi中的类
FactoryBean for RMI proxies, supporting both conventional RMI services and RMI invokers.
RmiProxyFactoryBean() - 类 的构造器org.springframework.remoting.rmi.RmiProxyFactoryBean
 
RmiRegistryFactoryBean - org.springframework.remoting.rmi中的类
FactoryBean that locates a Registry and exposes it for bean references.
RmiRegistryFactoryBean() - 类 的构造器org.springframework.remoting.rmi.RmiRegistryFactoryBean
 
RmiServiceExporter - org.springframework.remoting.rmi中的类
RMI exporter that exposes the specified service as RMI object with the specified name.
RmiServiceExporter() - 类 的构造器org.springframework.remoting.rmi.RmiServiceExporter
 
ROLE_GETTER - 类 中的静态变量org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the getter role field value in a JMX Descriptor.
ROLE_OPERATION - 类 中的静态变量org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Identifies an operation (method) in a JMX Descriptor.
ROLE_SETTER - 类 中的静态变量org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Constant identifier for the setter role field value in a JMX Descriptor.
roleReportedTime() - 类 中的方法org.springframework.data.redis.connection.RedisServer
 
rollback(TransactionStatus) - 类 中的方法org.springframework.data.transaction.ChainedTransactionManager
 
Rollback - org.springframework.test.annotation中的注释类型
@Rollback is a test annotation that is used to indicate whether a test-managed transaction should be rolled back after the test method has completed.
rollback() - 类 中的方法org.springframework.transaction.jta.ManagedTransactionAdapter
 
rollback() - 类 中的方法org.springframework.transaction.jta.UserTransactionAdapter
 
rollback(TransactionStatus) - 接口 中的方法org.springframework.transaction.PlatformTransactionManager
Perform a rollback of the given transaction.
rollback(TransactionStatus) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
This implementation of rollback handles participating in existing transactions.
ROLLBACK_ON_RUNTIME_EXCEPTIONS - 类 中的静态变量org.springframework.transaction.interceptor.RollbackRuleAttribute
rollbackOn(Throwable) - 类 中的方法org.springframework.transaction.interceptor.DefaultTransactionAttribute
The default behavior is as with EJB: rollback on unchecked exception (RuntimeException), assuming an unexpected outcome outside of any business rules.
rollbackOn(Throwable) - 类 中的方法org.springframework.transaction.interceptor.DelegatingTransactionAttribute
 
rollbackOn(Throwable) - 类 中的方法org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
Winning rule is the shallowest rule (that is, the closest in the inheritance hierarchy to the exception).
rollbackOn(Throwable) - 接口 中的方法org.springframework.transaction.interceptor.TransactionAttribute
Should we roll back on the given exception?
RollbackRuleAttribute - org.springframework.transaction.interceptor中的类
Rule determining whether or not a given exception (and any subclasses) should cause a rollback.
RollbackRuleAttribute(Class<?>) - 类 的构造器org.springframework.transaction.interceptor.RollbackRuleAttribute
Create a new instance of the RollbackRuleAttribute class.
RollbackRuleAttribute(String) - 类 的构造器org.springframework.transaction.interceptor.RollbackRuleAttribute
Create a new instance of the RollbackRuleAttribute class for the given exceptionName.
rollbackToHeldSavepoint() - 类 中的方法org.springframework.transaction.support.AbstractTransactionStatus
Roll back to the savepoint that is held for the transaction and release the savepoint right afterwards.
rollbackToSavepoint(Object) - 类 中的方法org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
This implementation rolls back to the given JDBC 3.0 Savepoint.
rollbackToSavepoint(Object) - 接口 中的方法org.springframework.transaction.SavepointManager
Roll back to the given savepoint.
rollbackToSavepoint(Object) - 类 中的方法org.springframework.transaction.support.AbstractTransactionStatus
This implementation delegates to a SavepointManager for the underlying transaction, if possible.
ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE - 接口 中的静态变量org.springframework.web.context.WebApplicationContext
Context attribute to bind root WebApplicationContext to on successful startup.
rootTag - 类 中的变量org.yaml.snakeyaml.constructor.BaseConstructor
 
RowCallbackHandler - org.springframework.jdbc.core中的接口
An interface used by JdbcTemplate for processing rows of a ResultSet on a per-row basis.
RowCountCallbackHandler - org.springframework.jdbc.core中的类
Implementation of RowCallbackHandler.
RowCountCallbackHandler() - 类 的构造器org.springframework.jdbc.core.RowCountCallbackHandler
 
RowMapper<T> - org.springframework.jdbc.core中的接口
An interface used by JdbcTemplate for mapping rows of a ResultSet on a per-row basis.
RowMapperImpl(Object[], Map<?, ?>) - 类 的构造器org.springframework.jdbc.object.MappingSqlQueryWithParameters.RowMapperImpl
Use an array results.
RowMapperImpl(Map<?, ?>) - 类 的构造器org.springframework.jdbc.object.UpdatableSqlQuery.RowMapperImpl
 
RowMapperResultSetExtractor<T> - org.springframework.jdbc.core中的类
Adapter implementation of the ResultSetExtractor interface that delegates to a RowMapper which is supposed to create an object for each row.
RowMapperResultSetExtractor(RowMapper<T>) - 类 的构造器org.springframework.jdbc.core.RowMapperResultSetExtractor
Create a new RowMapperResultSetExtractor.
RowMapperResultSetExtractor(RowMapper<T>, int) - 类 的构造器org.springframework.jdbc.core.RowMapperResultSetExtractor
Create a new RowMapperResultSetExtractor.
ROWS_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.TextareaTag
 
rPop(byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
rPop(byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
rPop(String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
rPop(ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveListCommands
Removes and returns last element in list stored at key.
rPop(byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisListCommands
Removes and returns last element in list stored at key.
rPop(String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Removes and returns last element in list stored at key.
rPopLPush(byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
rPopLPush(byte[], byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
rPopLPush(String, String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
rPopLPush(ByteBuffer, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveListCommands
Remove the last element from list at source, append it to destination and return its value.
rPopLPush(Publisher<ReactiveListCommands.RPopLPushCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveListCommands
Remove the last element from list at ReactiveRedisConnection.KeyCommand.getKey(), append it to ReactiveListCommands.RPopLPushCommand.getDestination() and return its value.
rPopLPush(byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisListCommands
Remove the last element from list at srcKey, append it to dstKey and return its value.
rPopLPush(String, String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Remove the last element from list at srcKey, append it to dstKey and return its value.
rPush(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
rPush(byte[], byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
rPush(String, String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
rPush(ByteBuffer, List<ByteBuffer>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveListCommands
Append values to key.
rPush(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisListCommands
Append values to key.
rPush(String, String...) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Append values to key.
rPushX(byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
rPushX(byte[], byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
rPushX(String, String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
rPushX(ByteBuffer, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveListCommands
Append values to key only if key already exists.
rPushX(byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisListCommands
Append values to key only if the list exists.
rPushX(String, String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Append values to key only if the list exists.
RssChannelHttpMessageConverter - org.springframework.http.converter.feed中的类
Implementation of HttpMessageConverter that can read and write RSS feeds.
RssChannelHttpMessageConverter() - 类 的构造器org.springframework.http.converter.feed.RssChannelHttpMessageConverter
 
RuleBasedTransactionAttribute - org.springframework.transaction.interceptor中的类
TransactionAttribute implementation that works out whether a given exception should cause transaction rollback by applying a number of rollback rules, both positive and negative.
RuleBasedTransactionAttribute() - 类 的构造器org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
Create a new RuleBasedTransactionAttribute, with default settings.
RuleBasedTransactionAttribute(RuleBasedTransactionAttribute) - 类 的构造器org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
Copy constructor.
RuleBasedTransactionAttribute(int, List<RollbackRuleAttribute>) - 类 的构造器org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
Create a new DefaultTransactionAttribute with the given propagation behavior.
run() - 类 中的方法org.springframework.jca.work.DelegatingWork
Delegates execution to the underlying Runnable.
run() - 类 中的方法org.springframework.jdbc.object.SqlFunction
Convenient method to run the function without arguments.
run(int) - 类 中的方法org.springframework.jdbc.object.SqlFunction
Convenient method to run the function with a single int argument.
run(Object...) - 类 中的方法org.springframework.jdbc.object.SqlFunction
Analogous to the SqlQuery.execute([]) method.
run() - 类 中的方法org.springframework.scheduling.commonj.DelegatingWork
Delegates execution to the underlying Runnable.
run() - 类 中的方法org.springframework.scheduling.support.DelegatingErrorHandlingRunnable
 
run() - 类 中的方法org.springframework.scheduling.support.MethodInvokingRunnable
 
run() - 类 中的方法org.springframework.scheduling.support.ScheduledMethodRunnable
 
run(RunNotifier) - 类 中的方法org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Check whether the test is enabled in the current execution environment.
run(IHookCallBack, ITestResult) - 类 中的方法org.springframework.test.context.testng.AbstractTestNGSpringContextTests
Delegates to the test method in the supplied callback to execute the actual test and then tracks the exception thrown during test execution, if any.
run() - 类 中的方法reactor.core.publisher.TopicProcessor
 
run() - 类 中的方法reactor.core.publisher.WorkQueueProcessor
 
RUN_ON - 类 中的静态变量reactor.core.Scannable.Attr
A key that links a Scannable to another Scannable it runs on.
RunAfterTestClassCallbacks - org.springframework.test.context.junit4.statements中的类
RunAfterTestClassCallbacks is a custom JUnit Statement which allows the Spring TestContext Framework to be plugged into the JUnit execution chain by calling afterTestClass() on the supplied TestContextManager.
RunAfterTestClassCallbacks(Statement, TestContextManager) - 类 的构造器org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks
Construct a new RunAfterTestClassCallbacks statement.
RunAfterTestExecutionCallbacks - org.springframework.test.context.junit4.statements中的类
RunAfterTestExecutionCallbacks is a custom JUnit Statement which allows the Spring TestContext Framework to be plugged into the JUnit 4 execution chain by calling afterTestExecution() on the supplied TestContextManager.
RunAfterTestExecutionCallbacks(Statement, Object, Method, TestContextManager) - 类 的构造器org.springframework.test.context.junit4.statements.RunAfterTestExecutionCallbacks
Construct a new RunAfterTestExecutionCallbacks statement.
RunAfterTestMethodCallbacks - org.springframework.test.context.junit4.statements中的类
RunAfterTestMethodCallbacks is a custom JUnit Statement which allows the Spring TestContext Framework to be plugged into the JUnit execution chain by calling afterTestMethod() on the supplied TestContextManager.
RunAfterTestMethodCallbacks(Statement, Object, Method, TestContextManager) - 类 的构造器org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks
Construct a new RunAfterTestMethodCallbacks statement.
runAfterTransactionMethods(TestContext) - 类 中的方法org.springframework.test.context.transaction.TransactionalTestExecutionListener
Run all @AfterTransaction methods for the specified test context.
RunBeforeTestClassCallbacks - org.springframework.test.context.junit4.statements中的类
RunBeforeTestClassCallbacks is a custom JUnit Statement which allows the Spring TestContext Framework to be plugged into the JUnit execution chain by calling beforeTestClass() on the supplied TestContextManager.
RunBeforeTestClassCallbacks(Statement, TestContextManager) - 类 的构造器org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks
Construct a new RunBeforeTestClassCallbacks statement.
RunBeforeTestExecutionCallbacks - org.springframework.test.context.junit4.statements中的类
RunBeforeTestExecutionCallbacks is a custom JUnit Statement which allows the Spring TestContext Framework to be plugged into the JUnit 4 execution chain by calling beforeTestExecution() on the supplied TestContextManager.
RunBeforeTestExecutionCallbacks(Statement, Object, Method, TestContextManager) - 类 的构造器org.springframework.test.context.junit4.statements.RunBeforeTestExecutionCallbacks
Construct a new RunBeforeTestExecutionCallbacks statement.
RunBeforeTestMethodCallbacks - org.springframework.test.context.junit4.statements中的类
RunBeforeTestMethodCallbacks is a custom JUnit Statement which allows the Spring TestContext Framework to be plugged into the JUnit execution chain by calling beforeTestMethod() on the supplied TestContextManager.
RunBeforeTestMethodCallbacks(Statement, Object, Method, TestContextManager) - 类 的构造器org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks
Construct a new RunBeforeTestMethodCallbacks statement.
runBeforeTransactionMethods(TestContext) - 类 中的方法org.springframework.test.context.transaction.TransactionalTestExecutionListener
Run all @BeforeTransaction methods for the specified test context.
runChild(FrameworkMethod, RunNotifier) - 类 中的方法org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Perform the same logic as BlockJUnit4ClassRunner.runChild(FrameworkMethod, RunNotifier), except that tests are determined to be ignored by SpringJUnit4ClassRunner.isTestMethodIgnored(FrameworkMethod).
runGeneric() - 类 中的方法org.springframework.jdbc.object.SqlFunction
Convenient method to run the function without arguments, returning the value as an object.
runGeneric(int) - 类 中的方法org.springframework.jdbc.object.SqlFunction
Convenient method to run the function with a single int argument.
runGeneric(Object[]) - 类 中的方法org.springframework.jdbc.object.SqlFunction
Analogous to the SqlQuery.findObject(Object[]) method.
runInThread(Runnable) - 类 中的方法org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
 
runOn(Scheduler) - 类 中的方法reactor.core.publisher.ParallelFlux
Specifies where each 'rail' will observe its incoming values with no work-stealing and default prefetch amount.
runOn(Scheduler, int) - 类 中的方法reactor.core.publisher.ParallelFlux
Specifies where each 'rail' will observe its incoming values with possibly work-stealing and a given prefetch amount.
RunPrepareTestInstanceCallbacks - org.springframework.test.context.junit4.statements中的类
RunPrepareTestInstanceCallbacks is a custom JUnit Statement which allows the Spring TestContext Framework to be plugged into the JUnit execution chain by calling prepareTestInstance() on the supplied TestContextManager.
RunPrepareTestInstanceCallbacks(Statement, Object, TestContextManager) - 类 的构造器org.springframework.test.context.junit4.statements.RunPrepareTestInstanceCallbacks
Construct a new RunPrepareTestInstanceCallbacks statement.
RxJava2CrudRepository<T,ID> - org.springframework.data.repository.reactive中的接口
Interface for generic CRUD operations on a repository for a specific type.
RxJava2SortingRepository<T,ID> - org.springframework.data.repository.reactive中的接口
Extension of RxJava2CrudRepository to provide additional methods to retrieve entities using the sorting abstraction.

S

sAdd(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
sAdd(byte[], byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sAdd(String, String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sAdd(ByteBuffer, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveSetCommands
Add given value to set at key.
sAdd(ByteBuffer, Collection<ByteBuffer>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveSetCommands
Add given values to set at key.
sAdd(Publisher<ReactiveSetCommands.SAddCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveSetCommands
sAdd(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisSetCommands
Add given values to set at key.
sAdd(String, String...) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Add given values to set at key.
SAFECHARS_URLENCODER - 类 中的静态变量org.yaml.snakeyaml.external.com.google.gdata.util.common.base.PercentEscaper
A string of safe characters that mimics the behavior of URLEncoder.
SafeConstructor - org.yaml.snakeyaml.constructor中的类
Construct standard Java classes
SafeConstructor() - 类 的构造器org.yaml.snakeyaml.constructor.SafeConstructor
 
SafeConstructor.ConstructUndefined - org.yaml.snakeyaml.constructor中的类
 
SafeConstructor.ConstructYamlBinary - org.yaml.snakeyaml.constructor中的类
 
SafeConstructor.ConstructYamlBool - org.yaml.snakeyaml.constructor中的类
 
SafeConstructor.ConstructYamlFloat - org.yaml.snakeyaml.constructor中的类
 
SafeConstructor.ConstructYamlInt - org.yaml.snakeyaml.constructor中的类
 
SafeConstructor.ConstructYamlMap - org.yaml.snakeyaml.constructor中的类
 
SafeConstructor.ConstructYamlNull - org.yaml.snakeyaml.constructor中的类
 
SafeConstructor.ConstructYamlOmap - org.yaml.snakeyaml.constructor中的类
 
SafeConstructor.ConstructYamlPairs - org.yaml.snakeyaml.constructor中的类
 
SafeConstructor.ConstructYamlSeq - org.yaml.snakeyaml.constructor中的类
 
SafeConstructor.ConstructYamlSet - org.yaml.snakeyaml.constructor中的类
 
SafeConstructor.ConstructYamlStr - org.yaml.snakeyaml.constructor中的类
 
SafeConstructor.ConstructYamlTimestamp - org.yaml.snakeyaml.constructor中的类
 
SAFEPATHCHARS_URLENCODER - 类 中的静态变量org.yaml.snakeyaml.external.com.google.gdata.util.common.base.PercentEscaper
A string of characters that do not need to be encoded when used in URI path segments, as specified in RFC 3986.
SAFEQUERYSTRINGCHARS_URLENCODER - 类 中的静态变量org.yaml.snakeyaml.external.com.google.gdata.util.common.base.PercentEscaper
A string of characters that do not need to be encoded when used in URI query strings, as specified in RFC 3986.
sameResourceFactory(ResourceTransactionManager, Object) - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationUtils
Check whether the given resource transaction managers refers to the given (underlying) resource factory.
sample(Duration) - 类 中的方法reactor.core.publisher.Flux
Sample this Flux by periodically emitting an item corresponding to that Flux latest emitted value within the periodical time window.
sample(Publisher<U>) - 类 中的方法reactor.core.publisher.Flux
Sample this Flux by emitting an item corresponding to that Flux latest emitted value whenever a companion sampler Publisher signals a value.
sampleFirst(Duration) - 类 中的方法reactor.core.publisher.Flux
Repeatedly take a value from this Flux then skip the values that follow within a given duration.
sampleFirst(Function<? super T, ? extends Publisher<U>>) - 类 中的方法reactor.core.publisher.Flux
Repeatedly take a value from this Flux then skip the values that follow before the next signal from a companion sampler Publisher.
sampleTimeout(Function<? super T, ? extends Publisher<U>>) - 类 中的方法reactor.core.publisher.Flux
Emit the latest value from this Flux only if there were no new values emitted during the window defined by a companion Publisher derived from that particular value.
sampleTimeout(Function<? super T, ? extends Publisher<U>>, int) - 类 中的方法reactor.core.publisher.Flux
Emit the latest value from this Flux only if there were no new values emitted during the window defined by a companion Publisher derived from that particular value.
save(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisClusterConnection
已过时。
save() - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
save() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
save(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.ReactiveClusterServerCommands
Synchronous save current db snapshot on server.
save() - 接口 中的方法org.springframework.data.redis.connection.ReactiveServerCommands
Synchronous save current db snapshot on server.
save(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.RedisClusterServerCommands
 
save() - 接口 中的方法org.springframework.data.redis.connection.RedisServerCommands
Synchronous save current db snapshot on server.
save(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.core.ClusterOperations
Synchronous save current db snapshot on server.
save(S) - 接口 中的方法org.springframework.data.repository.CrudRepository
Saves a given entity.
save(S) - 接口 中的方法org.springframework.data.repository.reactive.ReactiveCrudRepository
Saves a given entity.
save(S) - 接口 中的方法org.springframework.data.repository.reactive.RxJava2CrudRepository
Saves a given entity.
save() - 接口 中的方法org.springframework.web.server.WebSession
Save the session persisting attributes (e.g. if stored remotely) and also sending the session id to the client if the session is new.
saveAll(Iterable<S>) - 接口 中的方法org.springframework.data.repository.CrudRepository
Saves all given entities.
saveAll(Iterable<S>) - 接口 中的方法org.springframework.data.repository.reactive.ReactiveCrudRepository
Saves all given entities.
saveAll(Publisher<S>) - 接口 中的方法org.springframework.data.repository.reactive.ReactiveCrudRepository
Saves all given entities.
saveAll(Iterable<S>) - 接口 中的方法org.springframework.data.repository.reactive.RxJava2CrudRepository
Saves all given entities.
saveAll(<any>) - 接口 中的方法org.springframework.data.repository.reactive.RxJava2CrudRepository
Saves all given entities.
saveOutputFlashMap(FlashMap, HttpServletRequest, HttpServletResponse) - 接口 中的方法org.springframework.web.servlet.FlashMapManager
Save the given FlashMap, in some underlying storage and set the start of its expiration period.
saveOutputFlashMap(FlashMap, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.support.AbstractFlashMapManager
 
saveOutputFlashMap(String, HttpServletRequest, HttpServletResponse) - 类 中的静态方法org.springframework.web.servlet.support.RequestContextUtils
Convenience method that retrieves the "output" FlashMap, updates it with the path and query params of the target URL, and then saves it using the FlashMapManager.
SAVEPOINT_NAME_PREFIX - 类 中的静态变量org.springframework.jdbc.datasource.ConnectionHolder
 
SavepointManager - org.springframework.transaction中的接口
Interface that specifies an API to programmatically manage transaction savepoints in a generic fashion.
SaxResourceUtils - org.springframework.oxm.support中的类
Convenient utility methods for dealing with SAX.
SaxResourceUtils() - 类 的构造器org.springframework.oxm.support.SaxResourceUtils
 
scalar - 类 中的变量org.yaml.snakeyaml.emitter.ScalarAnalysis
 
ScalarAnalysis - org.yaml.snakeyaml.emitter中的类
 
ScalarAnalysis(String, boolean, boolean, boolean, boolean, boolean, boolean) - 类 的构造器org.yaml.snakeyaml.emitter.ScalarAnalysis
 
ScalarEvent - org.yaml.snakeyaml.events中的类
Marks a scalar value.
ScalarEvent(String, String, ImplicitTuple, String, Mark, Mark, Character) - 类 的构造器org.yaml.snakeyaml.events.ScalarEvent
 
ScalarNode - org.yaml.snakeyaml.nodes中的类
Represents a scalar node.
ScalarNode(Tag, String, Mark, Mark, Character) - 类 的构造器org.yaml.snakeyaml.nodes.ScalarNode
 
ScalarNode(Tag, boolean, String, Mark, Mark, Character) - 类 的构造器org.yaml.snakeyaml.nodes.ScalarNode
 
scalarSubscription(CoreSubscriber<? super T>, T) - 类 中的静态方法reactor.core.publisher.Operators
Represents a fuseable Subscription that emits a single constant value synchronously to a Subscriber or consumer.
ScalarToken - org.yaml.snakeyaml.tokens中的类
 
ScalarToken(String, Mark, Mark, boolean) - 类 的构造器org.yaml.snakeyaml.tokens.ScalarToken
 
ScalarToken(String, boolean, Mark, Mark, char) - 类 的构造器org.yaml.snakeyaml.tokens.ScalarToken
 
scan(ScanOptions) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
scan(ScanOptions) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
scan(ScanOptions) - 接口 中的方法org.springframework.data.redis.connection.RedisKeyCommands
Use a Cursor to iterate over keys.
scan(ScanOptions) - 接口 中的方法org.springframework.data.redis.core.BoundHashOperations
Use a Cursor to iterate over entries in the hash.
scan(ScanOptions) - 接口 中的方法org.springframework.data.redis.core.BoundSetOperations
 
scan(ScanOptions) - 接口 中的方法org.springframework.data.redis.core.BoundZSetOperations
Iterate over elements in zset at the bound key.
scan(H, ScanOptions) - 接口 中的方法org.springframework.data.redis.core.HashOperations
Use a Cursor to iterate over entries in hash at key.
scan(K, ScanOptions) - 接口 中的方法org.springframework.data.redis.core.SetOperations
Iterate over elements in set at key.
scan(K, ScanOptions) - 接口 中的方法org.springframework.data.redis.core.ZSetOperations
Iterate over elements in zset at key.
scan() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisMap
 
scan() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisSet
 
scan(ScanOptions) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisSet
 
scan() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisZSet
 
scan(ScanOptions) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisZSet
 
scan() - 接口 中的方法org.springframework.data.redis.support.collections.RedisMap
 
scan() - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
scan() - 接口 中的方法org.springframework.data.redis.support.collections.RedisSet
 
scan() - 接口 中的方法org.springframework.data.redis.support.collections.RedisZSet
 
scan(String...) - 类 中的方法org.springframework.web.context.support.AnnotationConfigWebApplicationContext
Perform a scan within the specified base packages.
scan(BiFunction<T, T, T>) - 类 中的方法reactor.core.publisher.Flux
Reduce this Flux values with an accumulator BiFunction and also emit the intermediate results of this function.
scan(A, BiFunction<A, ? super T, A>) - 类 中的方法reactor.core.publisher.Flux
Reduce this Flux values with an accumulator BiFunction and also emit the intermediate results of this function.
scan(Scannable.Attr<T>) - 接口 中的方法reactor.core.Scannable
Introspect a component's specific state attribute, returning an associated value specific to that component, or the default value associated with the key, or null if the attribute doesn't make sense for that particular component and has no sensible default.
ScanCursor<T> - org.springframework.data.redis.core中的类
Redis client agnostic Cursor implementation continuously loading additional results from Redis server until reaching its starting point zero.
ScanCursor() - 类 的构造器org.springframework.data.redis.core.ScanCursor
Crates new ScanCursor with id=0 and ScanOptions.NONE
ScanCursor(ScanOptions) - 类 的构造器org.springframework.data.redis.core.ScanCursor
Crates new ScanCursor with id=0.
ScanCursor(long) - 类 的构造器org.springframework.data.redis.core.ScanCursor
ScanCursor(long, ScanOptions) - 类 的构造器org.springframework.data.redis.core.ScanCursor
Crates new ScanCursor
ScanIteration<T> - org.springframework.data.redis.core中的类
ScanIteration holds the values contained in Redis Multibulk reply on exectuting SCAN command.
ScanIteration(long, Collection<T>) - 类 的构造器org.springframework.data.redis.core.ScanIteration
 
Scannable - reactor.core中的接口
A Scannable component exposes state in a non strictly memory consistent way and results should be understood as best-effort hint of the underlying state.
Scannable.Attr<T> - reactor.core中的类
Base class for Scannable attributes, which all can define a meaningful default.
scanner - 类 中的变量org.yaml.snakeyaml.parser.ParserImpl
 
Scanner - org.yaml.snakeyaml.scanner中的接口
This interface represents an input stream of Tokens.
ScannerException - org.yaml.snakeyaml.scanner中的异常错误
Exception thrown by the Scanner implementations in case of malformed input.
ScannerException(String, Mark, String, Mark, String) - 异常错误 的构造器org.yaml.snakeyaml.scanner.ScannerException
Constructs an instance.
ScannerException(String, Mark, String, Mark) - 异常错误 的构造器org.yaml.snakeyaml.scanner.ScannerException
Constructs an instance.
ScannerImpl - org.yaml.snakeyaml.scanner中的类
Scanner produces tokens of the following types: STREAM-START STREAM-END DIRECTIVE(name, value) DOCUMENT-START DOCUMENT-END BLOCK-SEQUENCE-START BLOCK-MAPPING-START BLOCK-END FLOW-SEQUENCE-START FLOW-MAPPING-START FLOW-SEQUENCE-END FLOW-MAPPING-END BLOCK-ENTRY FLOW-ENTRY KEY VALUE ALIAS(value) ANCHOR(value) TAG(value) SCALAR(value, plain, style) Read comments in the Scanner code for more details.
ScannerImpl(StreamReader) - 类 的构造器org.yaml.snakeyaml.scanner.ScannerImpl
 
ScanOptions - org.springframework.data.redis.core中的类
Options to be used for with SCAN command.
scanOptions() - 类 中的静态方法org.springframework.data.redis.core.ScanOptions
Static factory method that returns a new ScanOptions.ScanOptionsBuilder.
ScanOptions.ScanOptionsBuilder - org.springframework.data.redis.core中的类
 
ScanOptionsBuilder() - 类 的构造器org.springframework.data.redis.core.ScanOptions.ScanOptionsBuilder
 
scanOrDefault(Scannable.Attr<T>, T) - 接口 中的方法reactor.core.Scannable
Introspect a component's specific state attribute.
scanUnsafe(Scannable.Attr) - 类 中的方法org.springframework.http.server.reactive.ChannelSendOperator
 
scanUnsafe(Scannable.Attr) - 类 中的方法reactor.core.publisher.EmitterProcessor
 
scanUnsafe(Scannable.Attr) - 类 中的方法reactor.core.publisher.FluxOperator
 
scanUnsafe(Scannable.Attr) - 类 中的方法reactor.core.publisher.FluxProcessor
 
scanUnsafe(Scannable.Attr) - 类 中的方法reactor.core.publisher.MonoOperator
 
scanUnsafe(Scannable.Attr) - 类 中的方法reactor.core.publisher.MonoProcessor
 
scanUnsafe(Scannable.Attr) - 类 中的方法reactor.core.publisher.Operators.DeferredSubscription
 
scanUnsafe(Scannable.Attr) - 类 中的方法reactor.core.publisher.Operators.MonoSubscriber
 
scanUnsafe(Scannable.Attr) - 类 中的方法reactor.core.publisher.ReplayProcessor
 
scanUnsafe(Scannable.Attr) - 类 中的方法reactor.core.publisher.UnicastProcessor
 
scanUnsafe(Scannable.Attr) - 接口 中的方法reactor.core.Scannable
This method is used internally by components to define their key-value mappings in a single place.
scanWith(Supplier<A>, BiFunction<A, ? super T, A>) - 类 中的方法reactor.core.publisher.Flux
Reduce this Flux values with the help of an accumulator BiFunction and also emits the intermediate results.
sCard(byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
sCard(byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sCard(String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sCard(ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveSetCommands
Get size of set at key.
sCard(Publisher<ReactiveRedisConnection.KeyCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveSetCommands
sCard(byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisSetCommands
Get size of set at key.
sCard(String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get size of set at key.
schedule(Runnable, Trigger) - 类 中的方法org.springframework.scheduling.commonj.TimerManagerTaskScheduler
 
schedule(Runnable, Date) - 类 中的方法org.springframework.scheduling.commonj.TimerManagerTaskScheduler
 
schedule(Work) - 类 中的方法org.springframework.scheduling.commonj.WorkManagerTaskExecutor
 
schedule(Work, WorkListener) - 类 中的方法org.springframework.scheduling.commonj.WorkManagerTaskExecutor
 
schedule(Runnable, Trigger) - 类 中的方法org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
 
schedule(Runnable, Date) - 类 中的方法org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
 
schedule(Runnable, Trigger) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
schedule(Runnable, Date) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
schedule(Runnable, Trigger) - 接口 中的方法org.springframework.scheduling.TaskScheduler
Schedule the given Runnable, invoking it whenever the trigger indicates a next execution time.
schedule(Runnable, Instant) - 接口 中的方法org.springframework.scheduling.TaskScheduler
Schedule the given Runnable, invoking it at the specified execution time.
schedule(Runnable, Date) - 接口 中的方法org.springframework.scheduling.TaskScheduler
Schedule the given Runnable, invoking it at the specified execution time.
schedule(Runnable) - 接口 中的方法reactor.core.scheduler.Scheduler
Schedules the non-delayed execution of the given task on this scheduler.
schedule(Runnable, long, TimeUnit) - 接口 中的方法reactor.core.scheduler.Scheduler
Schedules the execution of the given task with the given delay amount.
schedule(Runnable) - 接口 中的方法reactor.core.scheduler.Scheduler.Worker
Schedules the task for immediate execution on this worker.
schedule(Runnable, long, TimeUnit) - 接口 中的方法reactor.core.scheduler.Scheduler.Worker
Schedules the execution of the given task with the given delay amount.
scheduleAtFixedRate(Runnable, Date, long) - 类 中的方法org.springframework.scheduling.commonj.TimerManagerTaskScheduler
 
scheduleAtFixedRate(Runnable, long) - 类 中的方法org.springframework.scheduling.commonj.TimerManagerTaskScheduler
 
scheduleAtFixedRate(Runnable, Date, long) - 类 中的方法org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
 
scheduleAtFixedRate(Runnable, long) - 类 中的方法org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
 
scheduleAtFixedRate(Runnable, Date, long) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
scheduleAtFixedRate(Runnable, long) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
scheduleAtFixedRate(Runnable, Instant, Duration) - 接口 中的方法org.springframework.scheduling.TaskScheduler
Schedule the given Runnable, invoking it at the specified execution time and subsequently with the given period.
scheduleAtFixedRate(Runnable, Date, long) - 接口 中的方法org.springframework.scheduling.TaskScheduler
Schedule the given Runnable, invoking it at the specified execution time and subsequently with the given period.
scheduleAtFixedRate(Runnable, Duration) - 接口 中的方法org.springframework.scheduling.TaskScheduler
Schedule the given Runnable, starting as soon as possible and invoking it with the given period.
scheduleAtFixedRate(Runnable, long) - 接口 中的方法org.springframework.scheduling.TaskScheduler
Schedule the given Runnable, starting as soon as possible and invoking it with the given period.
scheduleCronTask(CronTask) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Schedule the specified cron task, either right away if possible or on initialization of the scheduler.
Scheduled - org.springframework.scheduling.annotation中的注释类型
An annotation that marks a method to be scheduled.
SCHEDULED_ANNOTATION_PROCESSOR_BEAN_NAME - 类 中的静态变量org.springframework.scheduling.config.TaskManagementConfigUtils
The bean name of the internally managed Scheduled annotation processor.
ScheduledAnnotationBeanPostProcessor - org.springframework.scheduling.annotation中的类
Bean post-processor that registers methods annotated with @Scheduled to be invoked by a TaskScheduler according to the "fixedRate", "fixedDelay", or "cron" expression provided via the annotation.
ScheduledAnnotationBeanPostProcessor() - 类 的构造器org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
scheduledAnnotationProcessor() - 类 中的方法org.springframework.scheduling.annotation.SchedulingConfiguration
 
ScheduledExecutorFactoryBean - org.springframework.scheduling.concurrent中的类
FactoryBean that sets up a ScheduledExecutorService (by default: a ScheduledThreadPoolExecutor) and exposes it for bean references.
ScheduledExecutorFactoryBean() - 类 的构造器org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
 
ScheduledExecutorTask - org.springframework.scheduling.concurrent中的类
JavaBean that describes a scheduled executor task, consisting of the Runnable and a delay plus period.
ScheduledExecutorTask() - 类 的构造器org.springframework.scheduling.concurrent.ScheduledExecutorTask
Create a new ScheduledExecutorTask, to be populated via bean properties.
ScheduledExecutorTask(Runnable) - 类 的构造器org.springframework.scheduling.concurrent.ScheduledExecutorTask
Create a new ScheduledExecutorTask, with default one-time execution without delay.
ScheduledExecutorTask(Runnable, long) - 类 的构造器org.springframework.scheduling.concurrent.ScheduledExecutorTask
Create a new ScheduledExecutorTask, with default one-time execution with the given delay.
ScheduledExecutorTask(Runnable, long, long, boolean) - 类 的构造器org.springframework.scheduling.concurrent.ScheduledExecutorTask
Create a new ScheduledExecutorTask.
ScheduledMethodRunnable - org.springframework.scheduling.support中的类
Variant of MethodInvokingRunnable meant to be used for processing of no-arg scheduled methods.
ScheduledMethodRunnable(Object, Method) - 类 的构造器org.springframework.scheduling.support.ScheduledMethodRunnable
 
ScheduledMethodRunnable(Object, String) - 类 的构造器org.springframework.scheduling.support.ScheduledMethodRunnable
 
ScheduledTask - org.springframework.scheduling.config中的类
A representation of a scheduled task at runtime, used as a return value for scheduling methods.
ScheduledTaskHolder - org.springframework.scheduling.config中的接口
Common interface for exposing locally scheduled tasks.
ScheduledTaskRegistrar - org.springframework.scheduling.config中的类
Helper bean for registering tasks with a TaskScheduler, typically using cron expressions.
ScheduledTaskRegistrar() - 类 的构造器org.springframework.scheduling.config.ScheduledTaskRegistrar
 
ScheduledTasksBeanDefinitionParser - org.springframework.scheduling.config中的类
Parser for the 'scheduled-tasks' element of the scheduling namespace.
ScheduledTasksBeanDefinitionParser() - 类 的构造器org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
 
ScheduledTimerListener - org.springframework.scheduling.commonj中的类
JavaBean that describes a scheduled TimerListener, consisting of the TimerListener itself (or a Runnable to create a TimerListener for) and a delay plus period.
ScheduledTimerListener() - 类 的构造器org.springframework.scheduling.commonj.ScheduledTimerListener
Create a new ScheduledTimerListener, to be populated via bean properties.
ScheduledTimerListener(TimerListener) - 类 的构造器org.springframework.scheduling.commonj.ScheduledTimerListener
Create a new ScheduledTimerListener, with default one-time execution without delay.
ScheduledTimerListener(TimerListener, long) - 类 的构造器org.springframework.scheduling.commonj.ScheduledTimerListener
Create a new ScheduledTimerListener, with default one-time execution with the given delay.
ScheduledTimerListener(TimerListener, long, long, boolean) - 类 的构造器org.springframework.scheduling.commonj.ScheduledTimerListener
Create a new ScheduledTimerListener.
scheduleFixedDelayTask(IntervalTask) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
scheduleFixedDelayTask(FixedDelayTask) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Schedule the specified fixed-delay task, either right away if possible or on initialization of the scheduler.
scheduleFixedRateTask(IntervalTask) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
scheduleFixedRateTask(FixedRateTask) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Schedule the specified fixed-rate task, either right away if possible or on initialization of the scheduler.
schedulePeriodically(Runnable, long, long, TimeUnit) - 接口 中的方法reactor.core.scheduler.Scheduler
Schedules a periodic execution of the given task with the given initial delay and period.
schedulePeriodically(Runnable, long, long, TimeUnit) - 接口 中的方法reactor.core.scheduler.Scheduler.Worker
Schedules a periodic execution of the given task with the given initial delay and period.
Scheduler - reactor.core.scheduler中的接口
Provides an abstract asynchronous boundary to operators.
Scheduler.Worker - reactor.core.scheduler中的接口
A worker representing an asynchronous boundary that executes tasks in a FIFO order, guaranteed non-concurrently with respect to each other.
SchedulerAccessor - org.springframework.scheduling.quartz中的类
Common base class for accessing a Quartz Scheduler, i.e. for registering jobs, triggers and listeners on a org.quartz.Scheduler instance.
SchedulerAccessor() - 类 的构造器org.springframework.scheduling.quartz.SchedulerAccessor
 
SchedulerAccessorBean - org.springframework.scheduling.quartz中的类
Spring bean-style class for accessing a Quartz Scheduler, i.e. for registering jobs, triggers and listeners on a given org.quartz.Scheduler instance.
SchedulerAccessorBean() - 类 的构造器org.springframework.scheduling.quartz.SchedulerAccessorBean
 
SchedulerBeanDefinitionParser - org.springframework.scheduling.config中的类
Parser for the 'scheduler' element of the 'task' namespace.
SchedulerBeanDefinitionParser() - 类 的构造器org.springframework.scheduling.config.SchedulerBeanDefinitionParser
 
SchedulerContextAware - org.springframework.scheduling.quartz中的接口
Callback interface to be implemented by Spring-managed Quartz artifacts that need access to the SchedulerContext (without having natural access to it).
SchedulerFactoryBean - org.springframework.scheduling.quartz中的类
FactoryBean that creates and configures a Quartz org.quartz.Scheduler, manages its lifecycle as part of the Spring application context, and exposes the Scheduler as bean reference for dependency injection.
SchedulerFactoryBean() - 类 的构造器org.springframework.scheduling.quartz.SchedulerFactoryBean
 
Schedulers - reactor.core.scheduler中的类
Schedulers() - 类 的构造器reactor.core.scheduler.Schedulers
 
Schedulers.Factory - reactor.core.scheduler中的接口
Public factory hook to override Schedulers behavior globally
Schedules - org.springframework.scheduling.annotation中的注释类型
Container annotation that aggregates several Scheduled annotations.
scheduleTasks() - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Schedule all registered tasks against the underlying task scheduler.
scheduleTriggerTask(TriggerTask) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Schedule the specified trigger task, either right away if possible or on initialization of the scheduler.
scheduleWithFixedDelay(Runnable, Date, long) - 类 中的方法org.springframework.scheduling.commonj.TimerManagerTaskScheduler
 
scheduleWithFixedDelay(Runnable, long) - 类 中的方法org.springframework.scheduling.commonj.TimerManagerTaskScheduler
 
scheduleWithFixedDelay(Runnable, Date, long) - 类 中的方法org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
 
scheduleWithFixedDelay(Runnable, long) - 类 中的方法org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
 
scheduleWithFixedDelay(Runnable, Date, long) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
scheduleWithFixedDelay(Runnable, long) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
scheduleWithFixedDelay(Runnable, Instant, Duration) - 接口 中的方法org.springframework.scheduling.TaskScheduler
Schedule the given Runnable, invoking it at the specified execution time and subsequently with the given delay between the completion of one execution and the start of the next.
scheduleWithFixedDelay(Runnable, Date, long) - 接口 中的方法org.springframework.scheduling.TaskScheduler
Schedule the given Runnable, invoking it at the specified execution time and subsequently with the given delay between the completion of one execution and the start of the next.
scheduleWithFixedDelay(Runnable, Duration) - 接口 中的方法org.springframework.scheduling.TaskScheduler
Schedule the given Runnable, starting as soon as possible and invoking it with the given delay between the completion of one execution and the start of the next.
scheduleWithFixedDelay(Runnable, long) - 接口 中的方法org.springframework.scheduling.TaskScheduler
Schedule the given Runnable, starting as soon as possible and invoking it with the given delay between the completion of one execution and the start of the next.
scheduleWork(Work) - 类 中的方法org.springframework.jca.work.SimpleTaskWorkManager
 
scheduleWork(Work, long, ExecutionContext, WorkListener) - 类 中的方法org.springframework.jca.work.SimpleTaskWorkManager
 
scheduleWork(Work) - 类 中的方法org.springframework.jca.work.WorkManagerTaskExecutor
 
scheduleWork(Work, long, ExecutionContext, WorkListener) - 类 中的方法org.springframework.jca.work.WorkManagerTaskExecutor
 
SchedulingAwareRunnable - org.springframework.scheduling中的接口
Extension of the Runnable interface, adding special callbacks for long-running operations.
SchedulingConfiguration - org.springframework.scheduling.annotation中的类
@Configuration class that registers a ScheduledAnnotationBeanPostProcessor bean capable of processing Spring's @Scheduled annotation.
SchedulingConfiguration() - 类 的构造器org.springframework.scheduling.annotation.SchedulingConfiguration
 
SchedulingConfigurer - org.springframework.scheduling.annotation中的接口
Optional interface to be implemented by @Configuration classes annotated with @EnableScheduling.
SchedulingException - org.springframework.scheduling中的异常错误
General exception to be thrown on scheduling failures, such as the scheduler already having shut down.
SchedulingException(String) - 异常错误 的构造器org.springframework.scheduling.SchedulingException
Constructor for SchedulingException.
SchedulingException(String, Throwable) - 异常错误 的构造器org.springframework.scheduling.SchedulingException
Constructor for SchedulingException.
SchedulingTaskExecutor - org.springframework.scheduling中的接口
A TaskExecutor extension exposing scheduling characteristics that are relevant to potential task submitters.
schemaNameToUse(String) - 接口 中的方法org.springframework.jdbc.core.metadata.CallMetaDataProvider
Provide any modification of the schema name passed in to match the meta-data currently used.
schemaNameToUse(String) - 类 中的方法org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
 
schemaNameToUse(String) - 类 中的方法org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
schemaNameToUse(String) - 接口 中的方法org.springframework.jdbc.core.metadata.TableMetaDataProvider
Get the schema name formatted based on meta-data information.
scheme(String) - 接口 中的方法org.springframework.web.util.UriBuilder
Set the URI scheme which may contain URI template variables, and may also be null to clear the scheme of this builder.
scheme(String) - 类 中的方法org.springframework.web.util.UriComponentsBuilder
Set the URI scheme.
schemeSpecificPart(String) - 类 中的方法org.springframework.web.util.UriComponentsBuilder
Set the URI scheme-specific-part.
SCOPE_APPLICATION - 接口 中的静态变量org.springframework.web.context.WebApplicationContext
Scope identifier for the global web application scope: "application".
SCOPE_APPLICATION - 类 中的静态变量org.springframework.web.util.TagUtils
Constant identifying the application scope
SCOPE_PAGE - 类 中的静态变量org.springframework.web.util.TagUtils
Constant identifying the page scope
SCOPE_REQUEST - 接口 中的静态变量org.springframework.web.context.request.RequestAttributes
Constant that indicates request scope.
SCOPE_REQUEST - 接口 中的静态变量org.springframework.web.context.WebApplicationContext
Scope identifier for request scope: "request".
SCOPE_REQUEST - 类 中的静态变量org.springframework.web.util.TagUtils
Constant identifying the request scope
SCOPE_SESSION - 接口 中的静态变量org.springframework.web.context.request.RequestAttributes
Constant that indicates session scope.
SCOPE_SESSION - 接口 中的静态变量org.springframework.web.context.WebApplicationContext
Scope identifier for session scope: "session".
SCOPE_SESSION - 类 中的静态变量org.springframework.web.util.TagUtils
Constant identifying the session scope
score(Object) - 接口 中的方法org.springframework.data.redis.core.BoundZSetOperations
Get the score of element with value from sorted set with key the bound key.
score(K, Object) - 接口 中的方法org.springframework.data.redis.core.ReactiveZSetOperations
Get the score of element with value from sorted set with key key.
score(K, Object) - 接口 中的方法org.springframework.data.redis.core.ZSetOperations
Get the score of element with value from sorted set with key key.
score(Object) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisZSet
 
score(Object) - 接口 中的方法org.springframework.data.redis.support.collections.RedisZSet
Returns the score of the given element.
scoredValuesToTupleList() - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
scoredValuesToTupleSet() - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
scoredValueToTuple() - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
scoreOf(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZIncrByCommand
scoreOf(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZScoreCommand
scoresWithin(Range<Double>) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZCountCommand
Creates a new ReactiveZSetCommands.ZCountCommand given a Range.
scoresWithin(Range<Double>) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByScoreCommand
Creates a new ReactiveZSetCommands.ZRangeByScoreCommand given a Range to obtain elements ordered from the lowest to the highest score.
scoresWithin(Range<Double>) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByScoreCommand
scriptBytes(RedisScript<?>) - 类 中的方法org.springframework.data.redis.core.script.DefaultReactiveScriptExecutor
 
scriptBytes(RedisScript<?>) - 类 中的方法org.springframework.data.redis.core.script.DefaultScriptExecutor
 
ScriptCompilationException - org.springframework.scripting中的异常错误
Exception to be thrown on script compilation failure.
ScriptCompilationException(String) - 异常错误 的构造器org.springframework.scripting.ScriptCompilationException
Constructor for ScriptCompilationException.
ScriptCompilationException(String, Throwable) - 异常错误 的构造器org.springframework.scripting.ScriptCompilationException
Constructor for ScriptCompilationException.
ScriptCompilationException(ScriptSource, String) - 异常错误 的构造器org.springframework.scripting.ScriptCompilationException
Constructor for ScriptCompilationException.
ScriptCompilationException(ScriptSource, Throwable) - 异常错误 的构造器org.springframework.scripting.ScriptCompilationException
Constructor for ScriptCompilationException.
ScriptCompilationException(ScriptSource, String, Throwable) - 异常错误 的构造器org.springframework.scripting.ScriptCompilationException
Constructor for ScriptCompilationException.
ScriptEvaluator - org.springframework.scripting中的接口
Spring's strategy interface for evaluating a script.
ScriptException - org.springframework.jdbc.datasource.init中的异常错误
Root of the hierarchy of data access exceptions that are related to processing of SQL scripts.
ScriptException(String) - 异常错误 的构造器org.springframework.jdbc.datasource.init.ScriptException
Constructor for ScriptException.
ScriptException(String, Throwable) - 异常错误 的构造器org.springframework.jdbc.datasource.init.ScriptException
Constructor for ScriptException.
ScriptExecutor<K> - org.springframework.data.redis.core.script中的接口
Executes RedisScripts
scriptExists(String...) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
scriptExists(String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
scriptExists(String) - 接口 中的方法org.springframework.data.redis.connection.ReactiveScriptingCommands
Check if given scriptSha exist in script cache.
scriptExists(List<String>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveScriptingCommands
Check if given scriptShas exist in script cache.
scriptExists(String...) - 接口 中的方法org.springframework.data.redis.connection.RedisScriptingCommands
Check if given scriptShas exist in script cache.
ScriptFactory - org.springframework.scripting中的接口
Script definition interface, encapsulating the configuration of a specific script as well as a factory method for creating the actual scripted Java Object.
ScriptFactoryPostProcessor - org.springframework.scripting.support中的类
BeanPostProcessor that handles ScriptFactory definitions, replacing each factory with the actual scripted Java object generated by it.
ScriptFactoryPostProcessor() - 类 的构造器org.springframework.scripting.support.ScriptFactoryPostProcessor
 
scriptFlush() - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
scriptFlush() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
scriptFlush() - 接口 中的方法org.springframework.data.redis.connection.ReactiveScriptingCommands
Flush lua script cache.
scriptFlush() - 接口 中的方法org.springframework.data.redis.connection.RedisScriptingCommands
Flush lua script cache.
scriptingCommands() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
scriptingCommands() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
scriptingCommands() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
scriptingCommands() - 接口 中的方法org.springframework.data.redis.connection.ReactiveRedisConnection
scriptingCommands() - 接口 中的方法org.springframework.data.redis.connection.RedisConnection
ScriptingException - org.springframework.data.redis.core.script中的异常错误
RuntimeException thrown when issues occur with RedisScripts
ScriptingException(String) - 异常错误 的构造器org.springframework.data.redis.core.script.ScriptingException
Constructs a new ScriptingException instance.
ScriptingException(String, Throwable) - 异常错误 的构造器org.springframework.data.redis.core.script.ScriptingException
Constructs a new ScriptingException instance.
scriptKill() - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
scriptKill() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
scriptKill() - 接口 中的方法org.springframework.data.redis.connection.ReactiveScriptingCommands
Kill current lua script execution.
scriptKill() - 接口 中的方法org.springframework.data.redis.connection.RedisScriptingCommands
Kill current lua script execution.
scriptLoad(byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
scriptLoad(byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
scriptLoad(String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
scriptLoad(ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveScriptingCommands
Load lua script into scripts cache, without executing it.
scriptLoad(byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisScriptingCommands
Load lua script into scripts cache, without executing it.
scriptLoad(String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Load lua script into scripts cache, without executing it.
ScriptParseException - org.springframework.jdbc.datasource.init中的异常错误
Thrown by ScriptUtils if an SQL script cannot be properly parsed.
ScriptParseException(String, EncodedResource) - 异常错误 的构造器org.springframework.jdbc.datasource.init.ScriptParseException
Construct a new ScriptParseException.
ScriptParseException(String, EncodedResource, Throwable) - 异常错误 的构造器org.springframework.jdbc.datasource.init.ScriptParseException
Construct a new ScriptParseException.
ScriptSource - org.springframework.scripting中的接口
Interface that defines the source of a script.
ScriptStatementFailedException - org.springframework.jdbc.datasource.init中的异常错误
Thrown by ScriptUtils if a statement in an SQL script failed when executing it against the target database.
ScriptStatementFailedException(String, int, EncodedResource, Throwable) - 异常错误 的构造器org.springframework.jdbc.datasource.init.ScriptStatementFailedException
Construct a new ScriptStatementFailedException.
scriptTemplate() - 类 中的方法org.springframework.web.servlet.config.annotation.ViewResolverRegistry
Register a script template view resolver with an empty default view name prefix and suffix.
ScriptTemplateConfig - org.springframework.web.servlet.view.script中的接口
Interface to be implemented by objects that configure and manage a JSR-223 ScriptEngine for automatic lookup in a web environment.
ScriptTemplateConfigurer - org.springframework.web.servlet.view.script中的类
An implementation of Spring MVC's ScriptTemplateConfig for creating a ScriptEngine for use in a web application.
ScriptTemplateConfigurer() - 类 的构造器org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
Default constructor.
ScriptTemplateConfigurer(String) - 类 的构造器org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
Create a new ScriptTemplateConfigurer using the given engine name.
ScriptTemplateConfigurerBeanDefinitionParser - org.springframework.web.servlet.config中的类
Parse the MVC namespace element and register a ScriptTemplateConfigurer bean.
ScriptTemplateConfigurerBeanDefinitionParser() - 类 的构造器org.springframework.web.servlet.config.ScriptTemplateConfigurerBeanDefinitionParser
 
ScriptTemplateView - org.springframework.web.servlet.view.script中的类
An AbstractUrlBasedView subclass designed to run any template library based on a JSR-223 script engine.
ScriptTemplateView() - 类 的构造器org.springframework.web.servlet.view.script.ScriptTemplateView
Constructor for use as a bean.
ScriptTemplateView(String) - 类 的构造器org.springframework.web.servlet.view.script.ScriptTemplateView
Create a new ScriptTemplateView with the given URL.
ScriptTemplateViewResolver - org.springframework.web.servlet.view.script中的类
Convenience subclass of UrlBasedViewResolver that supports ScriptTemplateView and custom subclasses of it.
ScriptTemplateViewResolver() - 类 的构造器org.springframework.web.servlet.view.script.ScriptTemplateViewResolver
ScriptTemplateViewResolver(String, String) - 类 的构造器org.springframework.web.servlet.view.script.ScriptTemplateViewResolver
A convenience constructor that allows for specifying prefix and suffix as constructor arguments.
ScriptUtils - org.springframework.jdbc.datasource.init中的类
Generic utility methods for working with SQL scripts.
ScriptUtils() - 类 的构造器org.springframework.jdbc.datasource.init.ScriptUtils
 
sDiff(byte[]...) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
sDiff(byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sDiff(String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sDiff(Collection<ByteBuffer>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveSetCommands
Returns the diff of the members of all given sets at keys.
sDiff(Publisher<ReactiveSetCommands.SDiffCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveSetCommands
Returns the diff of the members of all given sets at ReactiveSetCommands.SInterCommand.getKeys().
sDiff(byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisSetCommands
Diff all sets for given keys.
sDiff(String...) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Diff all sets for given keys.
sDiffStore(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
sDiffStore(byte[], byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sDiffStore(String, String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sDiffStore(ByteBuffer, Collection<ByteBuffer>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveSetCommands
Diff all given sets at keys and store result in destinationKey.
sDiffStore(Publisher<ReactiveSetCommands.SDiffStoreCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveSetCommands
Diff all given sets at keys and store result in destinationKey.
sDiffStore(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisSetCommands
Diff all sets for given keys and store result in destKey.
sDiffStore(String, String...) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Diff all sets for given keys and store result in destKey.
seconds(long) - 类 中的静态方法org.springframework.data.redis.core.types.Expiration
Creates new Expiration with TimeUnit.SECONDS.
secondsToTimeUnit(long, TimeUnit) - 类 中的静态方法org.springframework.data.redis.connection.convert.Converters
Converts seconds to the given TimeUnit.
secondsToTimeUnit(TimeUnit) - 类 中的静态方法org.springframework.data.redis.connection.convert.Converters
Creates a new Converter to convert from seconds to the given TimeUnit.
secure(boolean) - 接口 中的方法org.springframework.http.ResponseCookie.ResponseCookieBuilder
Add the "Secure" attribute to the cookie.
secure(boolean) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the secure property of the ServletRequest indicating use of a secure channel, such as HTTPS.
secure(String, boolean) - 类 中的方法org.springframework.test.web.servlet.result.CookieResultMatchers
Assert whether the cookie must be sent over a secure protocol or not.
Segment(int) - 类 的构造器org.springframework.util.ConcurrentReferenceHashMap.Segment
 
select(int) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
select(int) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
select(int) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
select(int) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
select(int) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
select(int) - 接口 中的方法org.springframework.data.redis.connection.RedisConnectionCommands
Select the DB with given positive dbIndex.
SELECTED_CONTENT_TYPE - 接口 中的静态变量org.springframework.web.servlet.View
The MediaType selected during content negotiation, which may be more specific than the one the View is configured with.
selectImports(AnnotationMetadata) - 类 中的方法org.springframework.data.web.config.EnableSpringDataWebSupport.QuerydslActivator
 
selectImports(AnnotationMetadata) - 类 中的方法org.springframework.data.web.config.EnableSpringDataWebSupport.SpringDataWebConfigurationImportSelector
 
selectImports(AdviceMode) - 类 中的方法org.springframework.scheduling.annotation.AsyncConfigurationSelector
Determine which classes should be imported based on the given AdviceMode.
selectImports(AdviceMode) - 类 中的方法org.springframework.transaction.annotation.TransactionManagementConfigurationSelector
Determine which classes should be imported based on the given AdviceMode.
Selection - org.springframework.expression.spel.ast中的类
Represents selection over a map or collection.
Selection(boolean, int, int, SpelNodeImpl) - 类 的构造器org.springframework.expression.spel.ast.Selection
 
selectNodes(String, Source) - 类 中的方法org.xmlunit.xpath.JAXPXPathEngine
Returns a potentially empty collection of Nodes matching an XPath expression.
selectNodes(String, Node) - 类 中的方法org.xmlunit.xpath.JAXPXPathEngine
Returns a potentially empty collection of Nodes matching an XPath expression.
selectNodes(String, Source) - 接口 中的方法org.xmlunit.xpath.XPathEngine
Returns a potentially empty collection of Nodes matching an XPath expression.
selectNodes(String, Node) - 接口 中的方法org.xmlunit.xpath.XPathEngine
Returns a potentially empty collection of Nodes matching an XPath expression.
selectorForElementNamed(String, ElementSelector) - 类 中的静态方法org.xmlunit.diff.ElementSelectors
Applies the wrapped ElementSelector's logic if and only if the control element has the given (local) name.
selectorForElementNamed(QName, ElementSelector) - 类 中的静态方法org.xmlunit.diff.ElementSelectors
Applies the wrapped ElementSelector's logic if and only if the control element has the given name.
SelectTag - org.springframework.web.servlet.tags.form中的类
The <select> tag renders an HTML 'select' element.
SelectTag() - 类 的构造器org.springframework.web.servlet.tags.form.SelectTag
 
self() - 类 中的方法org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
 
SelfNaming - org.springframework.jmx.export.naming中的接口
Interface that allows infrastructure components to provide their own ObjectNames to the MBeanExporter.
send(MimeMessage) - 接口 中的方法org.springframework.mail.javamail.JavaMailSender
Send the given JavaMail MIME message.
send(MimeMessage...) - 接口 中的方法org.springframework.mail.javamail.JavaMailSender
Send the given array of JavaMail MIME messages in batch.
send(SimpleMailMessage) - 类 中的方法org.springframework.mail.javamail.JavaMailSenderImpl
 
send(SimpleMailMessage...) - 类 中的方法org.springframework.mail.javamail.JavaMailSenderImpl
 
send(MimeMessage) - 类 中的方法org.springframework.mail.javamail.JavaMailSenderImpl
 
send(MimeMessage...) - 类 中的方法org.springframework.mail.javamail.JavaMailSenderImpl
 
send(SimpleMailMessage) - 接口 中的方法org.springframework.mail.MailSender
Send the given simple mail message.
send(SimpleMailMessage...) - 接口 中的方法org.springframework.mail.MailSender
Send the given array of simple mail messages in batch.
send(Object) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
Write the given object to the response.
send(Object, MediaType) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
Overloaded variant of ResponseBodyEmitter.send(Object) that also accepts a MediaType hint for how to serialize the given Object.
send(Object) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.SseEmitter
Send the object formatted as a single SSE "data" line.
send(Object, MediaType) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.SseEmitter
Send the object formatted as a single SSE "data" line.
send(SseEmitter.SseEventBuilder) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.SseEmitter
Send an SSE event prepared with the given builder.
sendError(int, String) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
sendError(int) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
sendError(int) - 类 中的方法org.springframework.web.util.ContentCachingResponseWrapper
 
sendError(int, String) - 类 中的方法org.springframework.web.util.ContentCachingResponseWrapper
 
sendNotification(Notification) - 类 中的方法org.springframework.jmx.export.notification.ModelMBeanNotificationPublisher
Send the supplied Notification using the wrapped ModelMBean instance.
sendNotification(Notification) - 接口 中的方法org.springframework.jmx.export.notification.NotificationPublisher
Send the specified Notification to all registered NotificationListeners.
sendRedirect(String) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
sendRedirect(HttpServletRequest, HttpServletResponse, String, boolean) - 类 中的方法org.springframework.web.servlet.view.RedirectView
Send a redirect back to the HTTP client
sendRedirect(String) - 类 中的方法org.springframework.web.util.ContentCachingResponseWrapper
 
sendServerError(Exception, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
Invoked to send a server error.
sentinel(RedisNode) - 类 中的方法org.springframework.data.redis.connection.RedisSentinelConfiguration
 
sentinel(String, Integer) - 类 中的方法org.springframework.data.redis.connection.RedisSentinelConfiguration
 
sentinelConfigurationToRedisURI(RedisSentinelConfiguration) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
SEPARATOR - 类 中的静态变量org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMethodMappingNamingStrategy
Separator between the type and method-level parts of a HandlerMethod mapping name
SEQ - 类 中的静态变量org.yaml.snakeyaml.nodes.Tag
 
SequenceEndEvent - org.yaml.snakeyaml.events中的类
Marks the end of a sequence.
SequenceEndEvent(Mark, Mark) - 类 的构造器org.yaml.snakeyaml.events.SequenceEndEvent
 
sequenceEqual(Publisher<? extends T>, Publisher<? extends T>) - 类 中的静态方法reactor.core.publisher.Mono
Returns a Mono that emits a Boolean value that indicates whether two Publisher sequences are the same by comparing the items emitted by each Publisher pairwise.
sequenceEqual(Publisher<? extends T>, Publisher<? extends T>, BiPredicate<? super T, ? super T>) - 类 中的静态方法reactor.core.publisher.Mono
Returns a Mono that emits a Boolean value that indicates whether two Publisher sequences are the same by comparing the items emitted by each Publisher pairwise based on the results of a specified equality function.
sequenceEqual(Publisher<? extends T>, Publisher<? extends T>, BiPredicate<? super T, ? super T>, int) - 类 中的静态方法reactor.core.publisher.Mono
Returns a Mono that emits a Boolean value that indicates whether two Publisher sequences are the same by comparing the items emitted by each Publisher pairwise based on the results of a specified equality function.
SequenceNode - org.yaml.snakeyaml.nodes中的类
Represents a sequence.
SequenceNode(Tag, boolean, List<Node>, Mark, Mark, Boolean) - 类 的构造器org.yaml.snakeyaml.nodes.SequenceNode
 
SequenceNode(Tag, List<Node>, Boolean) - 类 的构造器org.yaml.snakeyaml.nodes.SequenceNode
 
SequenceStartEvent - org.yaml.snakeyaml.events中的类
Marks the beginning of a sequence node.
SequenceStartEvent(String, String, boolean, Mark, Mark, Boolean) - 类 的构造器org.yaml.snakeyaml.events.SequenceStartEvent
 
sequential() - 类 中的方法reactor.core.publisher.ParallelFlux
Merges the values from each 'rail' in a round-robin or same-order fashion and exposes it as a regular Publisher sequence, running with a default prefetch value for the rails.
sequential(int) - 类 中的方法reactor.core.publisher.ParallelFlux
Merges the values from each 'rail' in a round-robin or same-order fashion and exposes it as a regular Publisher sequence, running with a give prefetch value for the rails.
SerializationException - org.springframework.data.redis.serializer中的异常错误
Generic exception indicating a serialization/deserialization error.
SerializationException(String) - 异常错误 的构造器org.springframework.data.redis.serializer.SerializationException
Constructs a new SerializationException instance.
SerializationException(String, Throwable) - 异常错误 的构造器org.springframework.data.redis.serializer.SerializationException
Constructs a new SerializationException instance.
serializationInclusion(JsonInclude.Include) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Set a custom inclusion strategy for serialization.
SerializationUtils - org.springframework.data.redis.serializer中的类
Utility class with various serialization-related methods.
SerializationUtils() - 类 的构造器org.springframework.data.redis.serializer.SerializationUtils
 
SerializationUtils - org.springframework.util中的类
Static utilities for serialization and deserialization.
SerializationUtils() - 类 的构造器org.springframework.util.SerializationUtils
 
serialize(Object) - 类 中的方法org.springframework.data.redis.serializer.GenericJackson2JsonRedisSerializer
 
serialize(T) - 类 中的方法org.springframework.data.redis.serializer.GenericToStringSerializer
 
serialize(Object) - 类 中的方法org.springframework.data.redis.serializer.Jackson2JsonRedisSerializer
 
serialize(Object) - 类 中的方法org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
 
serialize(Object) - 类 中的方法org.springframework.data.redis.serializer.OxmSerializer
 
serialize(T) - 接口 中的方法org.springframework.data.redis.serializer.RedisSerializer
Serialize the given object to binary data.
serialize(String) - 类 中的方法org.springframework.data.redis.serializer.StringRedisSerializer
 
serialize(Object) - 类 中的静态方法org.springframework.util.SerializationUtils
Serialize the given object to a byte array.
serialize(Node) - 类 中的方法org.yaml.snakeyaml.serializer.Serializer
 
serialize(Node) - 类 中的方法org.yaml.snakeyaml.Yaml
Serialize the representation tree into Events.
serialize() - 类 中的方法reactor.core.publisher.FluxProcessor
Create a FluxProcessor that safely gates multi-threaded producer Subscriber.onNext(Object).
serialize(CoreSubscriber<? super T>) - 类 中的静态方法reactor.core.publisher.Operators
Safely gate a Subscriber by making sure onNext signals are delivered sequentially (serialized).
serializeAlways() - 类 中的方法reactor.core.publisher.FluxProcessor
Returns serialization strategy.
Serializer - org.yaml.snakeyaml.serializer中的类
 
Serializer(Emitable, Resolver, DumperOptions, Tag) - 类 的构造器org.yaml.snakeyaml.serializer.Serializer
 
serializerByType(Class<?>, JsonSerializer<?>) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Configure a custom serializer for the given type.
SerializerException - org.yaml.snakeyaml.serializer中的异常错误
 
SerializerException(String) - 异常错误 的构造器org.yaml.snakeyaml.serializer.SerializerException
 
serializerInstance(SerializationConfig, Annotated, Class<?>) - 类 中的方法org.springframework.http.converter.json.SpringHandlerInstantiator
 
serializers(JsonSerializer<?>...) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Configure custom serializers.
serializersByType(Map<Class<?>, JsonSerializer<?>>) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Configure custom serializers for the given types.
serializeState() - 类 中的方法org.springframework.mock.web.MockHttpSession
Serialize the attributes of this session into an object that can be turned into a byte array with standard Java serialization.
series() - 枚举 中的方法org.springframework.http.HttpStatus
Returns the HTTP status series of this status code.
SERVER - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Server header field name.
server - 类 中的变量org.springframework.jmx.support.MBeanRegistrationSupport
The MBeanServer instance being used to register beans.
SERVER_CODEC_CONFIGURER_BEAN_NAME - 类 中的静态变量org.springframework.web.server.adapter.WebHttpHandlerBuilder
Well-known name for the ServerCodecConfigurer in the bean factory.
ServerCodecConfigurer - org.springframework.http.codec中的接口
Extension of CodecConfigurer for HTTP message reader and writer options relevant on the server side.
ServerCodecConfigurer.ServerDefaultCodecs - org.springframework.http.codec中的接口
CodecConfigurer.DefaultCodecs extension with extra client-side options.
serverCommands() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
serverCommands() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
serverCommands() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
serverCommands() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
serverCommands() - 接口 中的方法org.springframework.data.redis.connection.ReactiveRedisClusterConnection
 
serverCommands() - 接口 中的方法org.springframework.data.redis.connection.ReactiveRedisConnection
serverCommands() - 接口 中的方法org.springframework.data.redis.connection.RedisClusterConnection
serverCommands() - 接口 中的方法org.springframework.data.redis.connection.RedisConnection
ServerErrorException - org.springframework.web.server中的异常错误
Exception for an HttpStatus.INTERNAL_SERVER_ERROR that exposes extra information about a controller method that failed, or a controller method argument that could not be resolved.
ServerErrorException(String, Throwable) - 异常错误 的构造器org.springframework.web.server.ServerErrorException
Constructor for a 500 error with a reason and an optional cause.
ServerErrorException(String, Method, Throwable) - 异常错误 的构造器org.springframework.web.server.ServerErrorException
Constructor for a 500 error with a handler Method and an optional cause.
ServerErrorException(String, MethodParameter, Throwable) - 异常错误 的构造器org.springframework.web.server.ServerErrorException
Constructor for a 500 error with a MethodParameter and an optional cause.
ServerErrorException(String, MethodParameter) - 异常错误 的构造器org.springframework.web.server.ServerErrorException
ServerErrorException(String) - 异常错误 的构造器org.springframework.web.server.ServerErrorException
ServerHttpAsyncRequestControl - org.springframework.http.server中的接口
A control that can put the processing of an HTTP request in asynchronous mode during which the response remains open until explicitly closed.
ServerHttpRequest - org.springframework.http.server.reactive中的接口
Represents a reactive server-side HTTP request
ServerHttpRequest - org.springframework.http.server中的接口
Represents a server-side HTTP request.
ServerHttpRequest.Builder - org.springframework.http.server.reactive中的接口
Builder for mutating an existing ServerHttpRequest.
ServerHttpRequestDecorator - org.springframework.http.server.reactive中的类
Wraps another ServerHttpRequest and delegates all methods to it.
ServerHttpRequestDecorator(ServerHttpRequest) - 类 的构造器org.springframework.http.server.reactive.ServerHttpRequestDecorator
 
ServerHttpResponse - org.springframework.http.server.reactive中的接口
Represents a reactive server-side HTTP response.
ServerHttpResponse - org.springframework.http.server中的接口
Represents a server-side HTTP response.
ServerHttpResponseDecorator - org.springframework.http.server.reactive中的类
Wraps another ServerHttpResponse and delegates all methods to it.
ServerHttpResponseDecorator(ServerHttpResponse) - 类 的构造器org.springframework.http.server.reactive.ServerHttpResponseDecorator
 
ServerSentEvent<T> - org.springframework.http.codec中的类
Representation for a Server-Sent Event for use with Spring's reactive Web support.
ServerSentEvent.Builder<T> - org.springframework.http.codec中的接口
A mutable builder for a SseEvent.
serverSentEventDecoder(Decoder<?>) - 接口 中的方法org.springframework.http.codec.ClientCodecConfigurer.ClientDefaultCodecs
Configure the Decoder to use for Server-Sent Events.
serverSentEventEncoder(Encoder<?>) - 接口 中的方法org.springframework.http.codec.ServerCodecConfigurer.ServerDefaultCodecs
Configure the Encoder to use for Server-Sent Events.
ServerSentEventHttpMessageReader - org.springframework.http.codec中的类
Reader that supports a stream of ServerSentEvents and also plain Objects which is the same as an ServerSentEvent with data only.
ServerSentEventHttpMessageReader() - 类 的构造器org.springframework.http.codec.ServerSentEventHttpMessageReader
Constructor without a Decoder.
ServerSentEventHttpMessageReader(Decoder<?>) - 类 的构造器org.springframework.http.codec.ServerSentEventHttpMessageReader
Constructor with JSON Decoder for decoding to Objects.
ServerSentEventHttpMessageWriter - org.springframework.http.codec中的类
HttpMessageWriter for "text/event-stream" responses.
ServerSentEventHttpMessageWriter() - 类 的构造器org.springframework.http.codec.ServerSentEventHttpMessageWriter
Constructor without an Encoder.
ServerSentEventHttpMessageWriter(Encoder<?>) - 类 的构造器org.springframework.http.codec.ServerSentEventHttpMessageWriter
Constructor with JSON Encoder for encoding objects.
ServerWebExchange - org.springframework.web.server中的接口
Contract for an HTTP request-response interaction.
ServerWebExchange.Builder - org.springframework.web.server中的接口
Builder for mutating an existing ServerWebExchange.
ServerWebExchangeDecorator - org.springframework.web.server中的类
A convenient base class for classes that need to wrap another ServerWebExchange.
ServerWebExchangeDecorator(ServerWebExchange) - 类 的构造器org.springframework.web.server.ServerWebExchangeDecorator
 
ServerWebInputException - org.springframework.web.server中的异常错误
Exception for errors that fit response status 400 (bad request) for use in Spring Web applications.
ServerWebInputException(String) - 异常错误 的构造器org.springframework.web.server.ServerWebInputException
Constructor with an explanation only.
ServerWebInputException(String, MethodParameter) - 异常错误 的构造器org.springframework.web.server.ServerWebInputException
Constructor for a 400 error linked to a specific MethodParameter.
ServerWebInputException(String, MethodParameter, Throwable) - 异常错误 的构造器org.springframework.web.server.ServerWebInputException
Constructor for a 400 error with a root cause.
servesSlot(int) - 类 中的方法org.springframework.data.redis.connection.RedisClusterNode
 
service(ServletRequest, ServletResponse) - 类 中的方法org.springframework.http.server.reactive.ServletHttpHandlerAdapter
 
Service - org.springframework.stereotype中的注释类型
Indicates that an annotated class is a "Service", originally defined by Domain-Driven Design (Evans, 2003) as "an operation offered as an interface that stands alone in the model, with no encapsulated state."
service(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.context.support.HttpRequestHandlerServlet
 
service(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Override the parent class implementation in order to intercept PATCH requests.
serving(RedisClusterNode.SlotRange) - 类 中的方法org.springframework.data.redis.connection.RedisClusterNode.RedisClusterNodeBuilder
SERVLET_CONFIG_BEAN_NAME - 接口 中的静态变量org.springframework.web.context.ConfigurableWebApplicationContext
Name of the ServletConfig environment bean in the factory.
SERVLET_CONFIG_PROPERTY_SOURCE_NAME - 类 中的静态变量org.springframework.web.context.support.StandardServletEnvironment
Servlet config init parameters property source name: "servletConfigInitParams"
SERVLET_CONTEXT_BEAN_NAME - 接口 中的静态变量org.springframework.web.context.WebApplicationContext
Name of the ServletContext environment bean in the factory.
SERVLET_CONTEXT_PREFIX - 类 中的静态变量org.springframework.web.servlet.FrameworkServlet
Prefix for the ServletContext attribute for the WebApplicationContext.
SERVLET_CONTEXT_PROPERTY_SOURCE_NAME - 类 中的静态变量org.springframework.web.context.support.StandardServletEnvironment
Servlet context init parameters property source name: "servletContextInitParams"
ServletConfigAware - org.springframework.web.context中的接口
Interface to be implemented by any object that wishes to be notified of the ServletConfig (typically determined by the WebApplicationContext) that it runs in.
ServletConfigPropertySource - org.springframework.web.context.support中的类
PropertySource that reads init parameters from a ServletConfig object.
ServletConfigPropertySource(String, ServletConfig) - 类 的构造器org.springframework.web.context.support.ServletConfigPropertySource
 
ServletContextAttributeExporter - org.springframework.web.context.support中的类
Exporter that takes Spring-defined objects and exposes them as ServletContext attributes.
ServletContextAttributeExporter() - 类 的构造器org.springframework.web.context.support.ServletContextAttributeExporter
 
ServletContextAttributeFactoryBean - org.springframework.web.context.support中的类
FactoryBean that fetches a specific, existing ServletContext attribute.
ServletContextAttributeFactoryBean() - 类 的构造器org.springframework.web.context.support.ServletContextAttributeFactoryBean
 
ServletContextAware - org.springframework.web.context中的接口
Interface to be implemented by any object that wishes to be notified of the ServletContext (typically determined by the WebApplicationContext) that it runs in.
ServletContextAwareProcessor - org.springframework.web.context.support中的类
BeanPostProcessor implementation that passes the ServletContext to beans that implement the ServletContextAware interface.
ServletContextAwareProcessor() - 类 的构造器org.springframework.web.context.support.ServletContextAwareProcessor
Create a new ServletContextAwareProcessor without an initial context or config.
ServletContextAwareProcessor(ServletContext) - 类 的构造器org.springframework.web.context.support.ServletContextAwareProcessor
Create a new ServletContextAwareProcessor for the given context.
ServletContextAwareProcessor(ServletConfig) - 类 的构造器org.springframework.web.context.support.ServletContextAwareProcessor
Create a new ServletContextAwareProcessor for the given config.
ServletContextAwareProcessor(ServletContext, ServletConfig) - 类 的构造器org.springframework.web.context.support.ServletContextAwareProcessor
Create a new ServletContextAwareProcessor for the given context and config.
ServletContextLiveBeansView - org.springframework.web.context.support中的类
LiveBeansView subclass which looks for all ApplicationContexts in the web application, as exposed in ServletContext attributes.
ServletContextLiveBeansView(ServletContext) - 类 的构造器org.springframework.web.context.support.ServletContextLiveBeansView
Create a new LiveBeansView for the given ServletContext.
ServletContextParameterFactoryBean - org.springframework.web.context.support中的类
FactoryBean that retrieves a specific ServletContext init parameter (that is, a "context-param" defined in web.xml).
ServletContextParameterFactoryBean() - 类 的构造器org.springframework.web.context.support.ServletContextParameterFactoryBean
 
ServletContextPropertySource - org.springframework.web.context.support中的类
PropertySource that reads init parameters from a ServletContext object.
ServletContextPropertySource(String, ServletContext) - 类 的构造器org.springframework.web.context.support.ServletContextPropertySource
 
ServletContextPropertyUtils - org.springframework.web.util中的类
Helper class for resolving placeholders in texts.
ServletContextPropertyUtils() - 类 的构造器org.springframework.web.util.ServletContextPropertyUtils
 
ServletContextRequestLoggingFilter - org.springframework.web.filter中的类
Simple request logging filter that writes the request URI (and optionally the query string) to the ServletContext log.
ServletContextRequestLoggingFilter() - 类 的构造器org.springframework.web.filter.ServletContextRequestLoggingFilter
 
ServletContextResource - org.springframework.web.context.support中的类
Resource implementation for ServletContext resources, interpreting relative paths within the web application root directory.
ServletContextResource(ServletContext, String) - 类 的构造器org.springframework.web.context.support.ServletContextResource
Create a new ServletContextResource.
ServletContextResourceLoader - org.springframework.web.context.support中的类
ResourceLoader implementation that resolves paths as ServletContext resources, for use outside a WebApplicationContext (for example, in an HttpServletBean or GenericFilterBean subclass).
ServletContextResourceLoader(ServletContext) - 类 的构造器org.springframework.web.context.support.ServletContextResourceLoader
Create a new ServletContextResourceLoader.
ServletContextResourcePatternResolver - org.springframework.web.context.support中的类
ServletContext-aware subclass of PathMatchingResourcePatternResolver, able to find matching resources below the web application root directory via ServletContext.getResourcePaths(java.lang.String).
ServletContextResourcePatternResolver(ServletContext) - 类 的构造器org.springframework.web.context.support.ServletContextResourcePatternResolver
Create a new ServletContextResourcePatternResolver.
ServletContextResourcePatternResolver(ResourceLoader) - 类 的构造器org.springframework.web.context.support.ServletContextResourcePatternResolver
Create a new ServletContextResourcePatternResolver.
ServletContextScope - org.springframework.web.context.support中的类
Scope wrapper for a ServletContext, i.e. for global web application attributes.
ServletContextScope(ServletContext) - 类 的构造器org.springframework.web.context.support.ServletContextScope
Create a new Scope wrapper for the given ServletContext.
ServletCookieValueMethodArgumentResolver - org.springframework.web.servlet.mvc.method.annotation中的类
An AbstractCookieValueMethodArgumentResolver that resolves cookie values from an HttpServletRequest.
ServletCookieValueMethodArgumentResolver(ConfigurableBeanFactory) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.ServletCookieValueMethodArgumentResolver
 
ServletForwardingController - org.springframework.web.servlet.mvc中的类
Spring Controller implementation that forwards to a named servlet, i.e. the "servlet-name" in web.xml rather than a URL path mapping.
ServletForwardingController() - 类 的构造器org.springframework.web.servlet.mvc.ServletForwardingController
 
ServletHttpHandlerAdapter - org.springframework.http.server.reactive中的类
Adapt HttpHandler to an HttpServlet using Servlet Async support and Servlet 3.1 non-blocking I/O.
ServletHttpHandlerAdapter(HttpHandler) - 类 的构造器org.springframework.http.server.reactive.ServletHttpHandlerAdapter
 
ServletInvocableHandlerMethod - org.springframework.web.servlet.mvc.method.annotation中的类
Extends InvocableHandlerMethod with the ability to handle return values through a registered HandlerMethodReturnValueHandler and also supports setting the response status based on a method-level @ResponseStatus annotation.
ServletInvocableHandlerMethod(Object, Method) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
Creates an instance from the given handler and method.
ServletInvocableHandlerMethod(HandlerMethod) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
Create an instance from a HandlerMethod.
ServletModelAttributeMethodProcessor - org.springframework.web.servlet.mvc.method.annotation中的类
A Servlet-specific ModelAttributeMethodProcessor that applies data binding through a WebDataBinder of type ServletRequestDataBinder.
ServletModelAttributeMethodProcessor(boolean) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor
Class constructor.
servletPath(String) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Specify the portion of the requestURI that represents the path to which the Servlet is mapped.
ServletPathExtensionContentNegotiationStrategy - org.springframework.web.accept中的类
Extends PathExtensionContentNegotiationStrategy that also uses ServletContext.getMimeType(String) to resolve file extensions.
ServletPathExtensionContentNegotiationStrategy(ServletContext) - 类 的构造器org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy
Create an instance without any mappings to start with.
ServletPathExtensionContentNegotiationStrategy(ServletContext, Map<String, MediaType>) - 类 的构造器org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy
Create an instance with the given extension-to-MediaType lookup.
ServletRequestAttributes - org.springframework.web.context.request中的类
Servlet-based implementation of the RequestAttributes interface.
ServletRequestAttributes(HttpServletRequest) - 类 的构造器org.springframework.web.context.request.ServletRequestAttributes
Create a new ServletRequestAttributes instance for the given request.
ServletRequestAttributes(HttpServletRequest, HttpServletResponse) - 类 的构造器org.springframework.web.context.request.ServletRequestAttributes
Create a new ServletRequestAttributes instance for the given request.
ServletRequestBindingException - org.springframework.web.bind中的异常错误
Fatal binding exception, thrown when we want to treat binding exceptions as unrecoverable.
ServletRequestBindingException(String) - 异常错误 的构造器org.springframework.web.bind.ServletRequestBindingException
Constructor for ServletRequestBindingException.
ServletRequestBindingException(String, Throwable) - 异常错误 的构造器org.springframework.web.bind.ServletRequestBindingException
Constructor for ServletRequestBindingException.
ServletRequestDataBinder - org.springframework.web.bind中的类
Special DataBinder to perform data binding from servlet request parameters to JavaBeans, including support for multipart files.
ServletRequestDataBinder(Object) - 类 的构造器org.springframework.web.bind.ServletRequestDataBinder
Create a new ServletRequestDataBinder instance, with default object name.
ServletRequestDataBinder(Object, String) - 类 的构造器org.springframework.web.bind.ServletRequestDataBinder
Create a new ServletRequestDataBinder instance.
ServletRequestDataBinderFactory - org.springframework.web.servlet.mvc.method.annotation中的类
Creates a ServletRequestDataBinder.
ServletRequestDataBinderFactory(List<InvocableHandlerMethod>, WebBindingInitializer) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.ServletRequestDataBinderFactory
Create a new instance.
ServletRequestHandledEvent - org.springframework.web.context.support中的类
Servlet-specific subclass of RequestHandledEvent, adding servlet-specific context information.
ServletRequestHandledEvent(Object, String, String, String, String, String, String, long) - 类 的构造器org.springframework.web.context.support.ServletRequestHandledEvent
Create a new ServletRequestHandledEvent.
ServletRequestHandledEvent(Object, String, String, String, String, String, String, long, Throwable) - 类 的构造器org.springframework.web.context.support.ServletRequestHandledEvent
Create a new ServletRequestHandledEvent.
ServletRequestHandledEvent(Object, String, String, String, String, String, String, long, Throwable, int) - 类 的构造器org.springframework.web.context.support.ServletRequestHandledEvent
Create a new ServletRequestHandledEvent.
ServletRequestMethodArgumentResolver - org.springframework.web.servlet.mvc.method.annotation中的类
Resolves request-related method argument values of the following types: WebRequest ServletRequest MultipartRequest HttpSession PushBuilder (as of Spring 5.0 on Servlet 4.0) Principal InputStream Reader HttpMethod (as of Spring 4.0) Locale TimeZone (as of Spring 4.0) ZoneId (as of Spring 4.0 and Java 8)
ServletRequestMethodArgumentResolver() - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.ServletRequestMethodArgumentResolver
 
ServletRequestParameterPropertyValues - org.springframework.web.bind中的类
PropertyValues implementation created from parameters in a ServletRequest.
ServletRequestParameterPropertyValues(ServletRequest) - 类 的构造器org.springframework.web.bind.ServletRequestParameterPropertyValues
Create new ServletRequestPropertyValues using no prefix (and hence, no prefix separator).
ServletRequestParameterPropertyValues(ServletRequest, String) - 类 的构造器org.springframework.web.bind.ServletRequestParameterPropertyValues
Create new ServletRequestPropertyValues using the given prefix and the default prefix separator (the underscore character "_").
ServletRequestParameterPropertyValues(ServletRequest, String, String) - 类 的构造器org.springframework.web.bind.ServletRequestParameterPropertyValues
Create new ServletRequestPropertyValues supplying both prefix and prefix separator.
ServletRequestUtils - org.springframework.web.bind中的类
Parameter extraction methods, for an approach distinct from data binding, in which parameters of specific types are required.
ServletRequestUtils() - 类 的构造器org.springframework.web.bind.ServletRequestUtils
 
ServletResponseMethodArgumentResolver - org.springframework.web.servlet.mvc.method.annotation中的类
Resolves response-related method argument values of types: ServletResponse OutputStream Writer
ServletResponseMethodArgumentResolver() - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.ServletResponseMethodArgumentResolver
 
ServletServerHttpAsyncRequestControl - org.springframework.http.server中的类
A ServerHttpAsyncRequestControl to use on Servlet containers (Servlet 3.0+).
ServletServerHttpAsyncRequestControl(ServletServerHttpRequest, ServletServerHttpResponse) - 类 的构造器org.springframework.http.server.ServletServerHttpAsyncRequestControl
Constructor accepting a request and response pair that are expected to be of type ServletServerHttpRequest and ServletServerHttpResponse respectively.
ServletServerHttpRequest - org.springframework.http.server中的类
ServerHttpRequest implementation that is based on a HttpServletRequest.
ServletServerHttpRequest(HttpServletRequest) - 类 的构造器org.springframework.http.server.ServletServerHttpRequest
Construct a new instance of the ServletServerHttpRequest based on the given HttpServletRequest.
ServletServerHttpResponse - org.springframework.http.server中的类
ServerHttpResponse implementation that is based on a HttpServletResponse.
ServletServerHttpResponse(HttpServletResponse) - 类 的构造器org.springframework.http.server.ServletServerHttpResponse
Construct a new instance of the ServletServerHttpResponse based on the given HttpServletResponse.
ServletTestExecutionListener - org.springframework.test.context.web中的类
TestExecutionListener which provides mock Servlet API support to WebApplicationContexts loaded by the Spring TestContext Framework.
ServletTestExecutionListener() - 类 的构造器org.springframework.test.context.web.ServletTestExecutionListener
 
ServletUriComponentsBuilder - org.springframework.web.servlet.support中的类
UriComponentsBuilder with additional static factory methods to create links based on the current HttpServletRequest.
ServletUriComponentsBuilder() - 类 的构造器org.springframework.web.servlet.support.ServletUriComponentsBuilder
Default constructor.
ServletUriComponentsBuilder(ServletUriComponentsBuilder) - 类 的构造器org.springframework.web.servlet.support.ServletUriComponentsBuilder
Create a deep copy of the given ServletUriComponentsBuilder.
ServletWebArgumentResolverAdapter - org.springframework.web.servlet.mvc.method.annotation中的类
ServletWebArgumentResolverAdapter(WebArgumentResolver) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.ServletWebArgumentResolverAdapter
 
ServletWebRequest - org.springframework.web.context.request中的类
WebRequest adapter for an HttpServletRequest.
ServletWebRequest(HttpServletRequest) - 类 的构造器org.springframework.web.context.request.ServletWebRequest
Create a new ServletWebRequest instance for the given request.
ServletWebRequest(HttpServletRequest, HttpServletResponse) - 类 的构造器org.springframework.web.context.request.ServletWebRequest
Create a new ServletWebRequest instance for the given request/response pair.
ServletWrappingController - org.springframework.web.servlet.mvc中的类
Spring Controller implementation that wraps a servlet instance which it manages internally.
ServletWrappingController() - 类 的构造器org.springframework.web.servlet.mvc.ServletWrappingController
 
session(WebSession) - 接口 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
 
session(Principal) - 接口 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
 
session() - 类 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest
 
session(MockHttpSession) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set the HTTP session to use, possibly re-used across requests.
SESSION_COOKIE_NAME - 类 中的静态变量org.springframework.mock.web.MockHttpSession
 
SESSION_MUTEX_ATTRIBUTE - 类 中的静态变量org.springframework.web.util.WebUtils
Key for the mutex session attribute
sessionAttr(String, Object) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set a session attribute.
sessionAttribute(String, Matcher<T>) - 类 中的方法org.springframework.test.web.servlet.result.RequestResultMatchers
Assert a session attribute value with the given Hamcrest Matcher.
sessionAttribute(String, Object) - 类 中的方法org.springframework.test.web.servlet.result.RequestResultMatchers
Assert a session attribute value.
SessionAttribute - org.springframework.web.bind.annotation中的注释类型
Annotation to bind a method parameter to a session attribute.
SessionAttributeMethodArgumentResolver - org.springframework.web.servlet.mvc.method.annotation中的类
Resolves method arguments annotated with an @SessionAttribute.
SessionAttributeMethodArgumentResolver() - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.SessionAttributeMethodArgumentResolver
 
SessionAttributes - org.springframework.web.bind.annotation中的注释类型
Annotation that indicates the session attributes that a specific handler uses.
SessionAttributesHandler - org.springframework.web.method.annotation中的类
Manages controller-specific session attributes declared via @SessionAttributes.
SessionAttributesHandler(Class<?>, SessionAttributeStore) - 类 的构造器org.springframework.web.method.annotation.SessionAttributesHandler
Create a new session attributes handler.
SessionAttributeStore - org.springframework.web.bind.support中的接口
Strategy interface for storing model attributes in a backend session.
sessionAttrs(Map<String, Object>) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Set session attributes.
SessionCallback<T> - org.springframework.data.redis.core中的接口
Callback executing all operations against a surrogate 'session' (basically against the same underlying Redis connection).
sessionCreated(HttpSessionEvent) - 类 中的方法org.springframework.web.util.HttpSessionMutexListener
 
sessionDestroyed(HttpSessionEvent) - 类 中的方法org.springframework.web.util.HttpSessionMutexListener
 
SessionFlashMapManager - org.springframework.web.servlet.support中的类
Store and retrieve FlashMap instances to and from the HTTP session.
SessionFlashMapManager() - 类 的构造器org.springframework.web.servlet.support.SessionFlashMapManager
 
SessionLocaleResolver - org.springframework.web.servlet.i18n中的类
LocaleResolver implementation that uses a locale attribute in the user's session in case of a custom setting, with a fallback to the specified default locale or the request's accept-header locale.
SessionLocaleResolver() - 类 的构造器org.springframework.web.servlet.i18n.SessionLocaleResolver
 
sessionManager(WebSessionManager) - 类 中的方法org.springframework.web.server.adapter.WebHttpHandlerBuilder
Configure the WebSessionManager to set on the WebServerExchange.
SessionScope - org.springframework.web.context.annotation中的注释类型
@SessionScope is a specialization of @Scope for a component whose lifecycle is bound to the current web session.
SessionScope - org.springframework.web.context.request中的类
Session-backed Scope implementation.
SessionScope() - 类 的构造器org.springframework.web.context.request.SessionScope
 
SessionStatus - org.springframework.web.bind.support中的接口
Simple interface that can be injected into handler methods, allowing them to signal that their session processing is complete.
SessionStatusMethodArgumentResolver - org.springframework.web.method.annotation中的类
Resolves a SessionStatus argument by obtaining it from the ModelAndViewContainer.
SessionStatusMethodArgumentResolver() - 类 的构造器org.springframework.web.method.annotation.SessionStatusMethodArgumentResolver
 
SessionThemeResolver - org.springframework.web.servlet.theme中的类
ThemeResolver implementation that uses a theme attribute in the user's session in case of a custom setting, with a fallback to the default theme.
SessionThemeResolver() - 类 的构造器org.springframework.web.servlet.theme.SessionThemeResolver
 
set(byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
set(byte[], byte[], Expiration, RedisStringCommands.SetOption) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
set(byte[], byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
set(byte[], byte[], Expiration, RedisStringCommands.SetOption) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
set(String, String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
set(String, String, Expiration, RedisStringCommands.SetOption) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
set(ByteBuffer, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Set value for key.
set(ByteBuffer, ByteBuffer, Expiration, RedisStringCommands.SetOption) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Set value for key with expiration and options.
set(Publisher<ReactiveStringCommands.SetCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Set each and every item separately by invoking ReactiveStringCommands.SetCommand.
set(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand
Creates a new ReactiveStringCommands.SetCommand given a key.
set(byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisStringCommands
Set value for key.
set(byte[], byte[], Expiration, RedisStringCommands.SetOption) - 接口 中的方法org.springframework.data.redis.connection.RedisStringCommands
Set value for key applying timeouts from expiration if set and inserting/updating values depending on option.
set(String, String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Set value for key.
set(String, String, Expiration, RedisStringCommands.SetOption) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Set value for key applying timeouts from expiration if set and inserting/updating values depending on option.
set(long, V) - 接口 中的方法org.springframework.data.redis.core.BoundListOperations
Set the value list element at index.
set(V) - 接口 中的方法org.springframework.data.redis.core.BoundValueOperations
Set value for the bound key.
set(V, long, TimeUnit) - 接口 中的方法org.springframework.data.redis.core.BoundValueOperations
Set the value and expiration timeout for the bound key.
set(V, long) - 接口 中的方法org.springframework.data.redis.core.BoundValueOperations
Overwrite parts of the bound key starting at the specified offset with given value.
set(K, long, V) - 接口 中的方法org.springframework.data.redis.core.ListOperations
Set the value list element at index.
set(String, Object) - 类 中的方法org.springframework.data.redis.core.PartialUpdate
Set the value of a simple or complex value reachable via given path.
set(K, long, V) - 接口 中的方法org.springframework.data.redis.core.ReactiveListOperations
Set the value list element at index.
set(K, V) - 接口 中的方法org.springframework.data.redis.core.ReactiveValueOperations
Set value for key.
set(K, V, Duration) - 接口 中的方法org.springframework.data.redis.core.ReactiveValueOperations
Set the value and expiration timeout for key.
set(K, V, long) - 接口 中的方法org.springframework.data.redis.core.ReactiveValueOperations
Overwrite parts of key starting at the specified offset with given value.
set(K, V) - 接口 中的方法org.springframework.data.redis.core.ValueOperations
Set value for key.
set(K, V, long, TimeUnit) - 接口 中的方法org.springframework.data.redis.core.ValueOperations
Set the value and expiration timeout for key.
set(K, V, long) - 接口 中的方法org.springframework.data.redis.core.ValueOperations
Overwrite parts of key starting at the specified offset with given value.
set(double) - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicDouble
Sets to the given value.
set(int) - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicInteger
Set to the given value.
set(long) - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicLong
Sets to the given value.
set(int, E) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
SET - 类 中的静态变量org.springframework.data.util.ClassTypeInformation
 
set(String, String) - 类 中的方法org.springframework.http.HttpHeaders
Set the given, single header value under the given name.
set(int, E) - 类 中的方法org.springframework.util.AutoPopulatingList
 
set(T) - 类 中的方法org.springframework.util.concurrent.SettableListenableFuture
Set the value of this future.
set(K, V) - 类 中的方法org.springframework.util.LinkedMultiValueMap
 
set(K, V) - 接口 中的方法org.springframework.util.MultiValueMap
Set the given single value under the given key.
set(Object, Object) - 类 中的方法org.yaml.snakeyaml.introspector.FieldProperty
 
set(Object, Object) - 类 中的方法org.yaml.snakeyaml.introspector.MethodProperty
 
set(Object, Object) - 类 中的方法org.yaml.snakeyaml.introspector.MissingProperty
Setter does nothing.
set(Object, Object) - 类 中的方法org.yaml.snakeyaml.introspector.Property
 
set(Object, Object) - 类 中的方法org.yaml.snakeyaml.introspector.PropertySubstitute
 
SET - 类 中的静态变量org.yaml.snakeyaml.nodes.Tag
 
set(Subscription) - 类 中的方法reactor.core.publisher.Operators.DeferredSubscription
Atomically sets the single subscription and requests the missed amount from it.
set(AtomicReferenceFieldUpdater<F, Subscription>, F, Subscription) - 类 中的静态方法reactor.core.publisher.Operators
A generic utility to atomically replace a subscription or cancel the replacement if current subscription is marked as cancelled (as in Operators.cancelledSubscription()) or was concurrently updated before.
SET_COOKIE - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Set-Cookie header field name.
SET_COOKIE2 - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Set-Cookie2 header field name.
setAccept(List<MediaType>) - 类 中的方法org.springframework.http.HttpHeaders
Set the list of acceptable media types, as specified by the Accept header.
setAcceptCharset(List<Charset>) - 类 中的方法org.springframework.http.HttpHeaders
Set the list of acceptable charsets, as specified by the Accept-Charset header.
setAcceptCharset(String) - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Set the value of the 'acceptCharset' attribute.
setAcceptGzipEncoding(boolean) - 类 中的方法org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Set whether to accept GZIP encoding, that is, whether to send the HTTP "Accept-Encoding" header with "gzip" as value.
setAcceptLanguage(List<Locale.LanguageRange>) - 类 中的方法org.springframework.http.HttpHeaders
Set the acceptable language ranges, as specified by the Accept-Language header.
setAcceptLanguageAsLocales(List<Locale>) - 类 中的方法org.springframework.http.HttpHeaders
setAcceptProxyClasses(boolean) - 类 中的方法org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Set whether to accept deserialization of proxy classes.
setAccessCallParameterMetaData(boolean) - 类 中的方法org.springframework.jdbc.core.metadata.CallMetaDataContext
Specify whether call parameter meta-data should be accessed.
setAccessCallParameterMetaData(boolean) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
Specify whether the parameter meta-data for the call should be used.
setAccessControlAllowCredentials(boolean) - 类 中的方法org.springframework.http.HttpHeaders
Set the (new) value of the Access-Control-Allow-Credentials response header.
setAccessControlAllowHeaders(List<String>) - 类 中的方法org.springframework.http.HttpHeaders
Set the (new) value of the Access-Control-Allow-Headers response header.
setAccessControlAllowMethods(List<HttpMethod>) - 类 中的方法org.springframework.http.HttpHeaders
Set the (new) value of the Access-Control-Allow-Methods response header.
setAccessControlAllowOrigin(String) - 类 中的方法org.springframework.http.HttpHeaders
Set the (new) value of the Access-Control-Allow-Origin response header.
setAccessControlExposeHeaders(List<String>) - 类 中的方法org.springframework.http.HttpHeaders
Set the (new) value of the Access-Control-Expose-Headers response header.
setAccessControlMaxAge(long) - 类 中的方法org.springframework.http.HttpHeaders
Set the (new) value of the Access-Control-Max-Age response header.
setAccessControlRequestHeaders(List<String>) - 类 中的方法org.springframework.http.HttpHeaders
Set the (new) value of the Access-Control-Request-Headers request header.
setAccessControlRequestMethod(HttpMethod) - 类 中的方法org.springframework.http.HttpHeaders
Set the (new) value of the Access-Control-Request-Method request header.
setAccesskey(String) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Set the value of the 'accesskey' attribute.
setAccessTableColumnMetaData(boolean) - 类 中的方法org.springframework.jdbc.core.metadata.TableMetaDataContext
Specify whether we should access table column meta-data.
setAccessTableColumnMetaData(boolean) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcInsert
Specify whether the parameter meta-data for the call should be used.
setAction(String) - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Set the value of the 'action' attribute.
setActivationSpec(ActivationSpec) - 类 中的方法org.springframework.jca.endpoint.GenericMessageEndpointManager
Set the JCA ActivationSpec to use for activating the endpoint.
setActualTransactionActive(boolean) - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationManager
Expose whether there currently is an actual transaction active.
setActualTypeArguments(Class<?>...) - 类 中的方法org.yaml.snakeyaml.introspector.PropertySubstitute
 
setAdapters(XmlAdapter<?, ?>...) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
Specify the XmlAdapters to be registered with the JAXB Marshaller and Unmarshaller
setAfterInitialization(boolean) - 类 中的方法org.springframework.validation.beanvalidation.BeanValidationPostProcessor
Choose whether to perform validation after bean initialization (i.e. after init methods) instead of before (which is the default).
setAfterMessagePrefix(String) - 类 中的方法org.springframework.web.filter.AbstractRequestLoggingFilter
Set the value that should be prepended to the log message written after a request is processed.
setAfterMessageSuffix(String) - 类 中的方法org.springframework.web.filter.AbstractRequestLoggingFilter
Set the value that should be appended to the log message written after a request is processed.
setAgentId(String) - 类 中的方法org.springframework.jmx.access.MBeanClientInterceptor
Set the agent id of the MBeanServer to locate.
setAgentId(String) - 类 中的方法org.springframework.jmx.access.NotificationListenerRegistrar
Set the agent id of the MBeanServer to locate.
setAgentId(String) - 类 中的方法org.springframework.jmx.support.MBeanServerFactoryBean
Set the agent id of the MBeanServer to locate.
setAliases(Map<String, ?>) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
Set the alias/type map, consisting of string aliases mapped to classes.
setAliasesByType(Map<String, ?>) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
Set the aliases by type map, consisting of string aliases mapped to classes.
setAll(Map<String, String>) - 类 中的方法org.springframework.http.HttpHeaders
 
setAll(Map<K, V>) - 类 中的方法org.springframework.util.LinkedMultiValueMap
 
setAll(Map<K, V>) - 接口 中的方法org.springframework.util.MultiValueMap
Set the given values under.
setAllow(Set<HttpMethod>) - 类 中的方法org.springframework.http.HttpHeaders
Set the set of allowed HTTP methods, as specified by the Allow header.
setAllowCoreThreadTimeOut(boolean) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
Specify whether to allow core threads to time out.
setAllowCoreThreadTimeOut(boolean) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Specify whether to allow core threads to time out.
setAllowCredentials(Boolean) - 类 中的方法org.springframework.web.cors.CorsConfiguration
Whether user credentials are supported.
setAllowCustomIsolationLevels(boolean) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Set whether to allow custom isolation levels to be specified.
setAllowDuplicateKeys(boolean) - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
 
setAllowDuplicateKeys(boolean) - 类 中的方法org.yaml.snakeyaml.LoaderOptions
Allow/Reject duplicate map keys in the YAML file.
setAllowEagerInit(boolean) - 类 中的方法org.springframework.jmx.export.MBeanExporter
Specify whether to allow eager initialization of candidate beans when autodetecting MBeans in the Spring application context.
setAllowedFields(String...) - 类 中的方法org.springframework.validation.DataBinder
Register fields that should be allowed for binding.
setAllowedHeaders(List<String>) - 类 中的方法org.springframework.web.cors.CorsConfiguration
Set the list of headers that a pre-flight request can list as allowed for use during an actual request.
setAllowedLocations(Resource...) - 类 中的方法org.springframework.web.servlet.resource.PathResourceResolver
By default when a Resource is found, the path of the resolved resource is compared to ensure it's under the input location where it was found.
setAllowedMethods(List<String>) - 类 中的方法org.springframework.web.cors.CorsConfiguration
Set the HTTP methods to allow, e.g.
setAllowedOrigins(List<String>) - 类 中的方法org.springframework.web.cors.CorsConfiguration
Set the origins to allow, e.g.
setAllowNonSerializable(boolean) - 类 中的方法org.springframework.remoting.caucho.HessianClientInterceptor
Set whether to allow non-serializable types as Hessian arguments and return values.
setAllowNonSerializable(boolean) - 类 中的方法org.springframework.remoting.caucho.HessianExporter
Set whether to allow non-serializable types as Hessian arguments and return values.
setAllowReadOnlyProperties(boolean) - 类 中的方法org.yaml.snakeyaml.DumperOptions
Set to true to include read-only JavaBean properties (the ones without setters) in the YAML document.
setAllowReadOnlyProperties(boolean) - 类 中的方法org.yaml.snakeyaml.introspector.PropertyUtils
 
setAllowRequestOverride(boolean) - 类 中的方法org.springframework.web.servlet.view.AbstractTemplateView
Set whether HttpServletRequest attributes are allowed to override (hide) controller generated model attributes of the same name.
setAllowRequestOverride(boolean) - 类 中的方法org.springframework.web.servlet.view.AbstractTemplateViewResolver
Set whether HttpServletRequest attributes are allowed to override (hide) controller generated model attributes of the same name.
setAllowSessionOverride(boolean) - 类 中的方法org.springframework.web.servlet.view.AbstractTemplateView
Set whether HttpSession attributes are allowed to override (hide) controller generated model attributes of the same name.
setAllowSessionOverride(boolean) - 类 中的方法org.springframework.web.servlet.view.AbstractTemplateViewResolver
Set whether HttpSession attributes are allowed to override (hide) controller generated model attributes of the same name.
setAllowUnicode(boolean) - 类 中的方法org.yaml.snakeyaml.DumperOptions
Specify whether to emit non-ASCII printable Unicode characters.
setAlphabetic(Boolean) - 类 中的方法org.springframework.data.redis.connection.DefaultSortParameters
 
setAlt(String) - 类 中的方法org.springframework.web.servlet.tags.form.InputTag
Set the value of the 'alt' attribute.
setAlwaysCreate(boolean) - 类 中的方法org.springframework.remoting.rmi.RmiRegistryFactoryBean
Set whether to always create the registry in-process, not attempting to locate an existing registry at the specified port.
setAlwaysCreateRegistry(boolean) - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
Set whether to always create the registry in-process, not attempting to locate an existing registry at the specified port.
setAlwaysInclude(boolean) - 类 中的方法org.springframework.web.servlet.view.InternalResourceView
Specify whether to always include the view rather than forward to it.
setAlwaysInclude(boolean) - 类 中的方法org.springframework.web.servlet.view.InternalResourceViewResolver
Specify whether to always include the view rather than forward to it.
setAlwaysInclude(boolean) - 类 中的方法org.springframework.web.servlet.view.tiles3.TilesView
Specify whether to always include the view rather than forward to it.
setAlwaysInclude(Boolean) - 类 中的方法org.springframework.web.servlet.view.tiles3.TilesViewResolver
Specify whether to always include the view rather than forward to it.
setAlwaysMustRevalidate(boolean) - 类 中的方法org.springframework.web.servlet.support.WebContentGenerator
setAlwaysUseFullPath(boolean) - 类 中的方法org.springframework.web.cors.UrlBasedCorsConfigurationSource
Shortcut to same property on underlying UrlPathHelper.
setAlwaysUseFullPath(boolean) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMapping
Shortcut to same property on underlying UrlPathHelper.
setAlwaysUseFullPath(boolean) - 类 中的方法org.springframework.web.servlet.mvc.AbstractUrlViewController
Set if URL lookup should always use full path within current servlet context.
setAlwaysUseFullPath(boolean) - 类 中的方法org.springframework.web.servlet.mvc.WebContentInterceptor
Shortcut to same property on underlying UrlPathHelper.
setAlwaysUseFullPath(boolean) - 类 中的方法org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Shortcut to same property on underlying UrlPathHelper.
setAlwaysUseFullPath(boolean) - 类 中的方法org.springframework.web.util.UrlPathHelper
Whether URL lookups should always use the full path within current application context, i.e. within ServletContext.getContextPath().
setAnchor(String) - 类 中的方法org.yaml.snakeyaml.nodes.Node
 
setAnchorGenerator(AnchorGenerator) - 类 中的方法org.yaml.snakeyaml.DumperOptions
 
setAnnotatedClasses(Class<?>...) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
Set annotated classes for which aliases will be read from class-level annotation metadata.
setAnnotationIntrospector(AnnotationIntrospector) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Set an AnnotationIntrospector for both serialization and deserialization.
setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.data.redis.core.RedisKeyValueAdapter
 
setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.data.repository.init.AbstractRepositoryPopulatorFactoryBean
 
setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.data.repository.query.ExtensionAwareEvaluationContextProvider
 
setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.data.repository.support.DomainClassConverter
 
setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Set the builder ApplicationContext in order to autowire Jackson handlers (JsonSerializer, JsonDeserializer, KeyDeserializer, TypeResolverBuilder and TypeIdResolver).
setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
Setting an ApplicationContext is optional: If set, registered tasks will be activated in the ContextRefreshedEvent phase; if not set, it will happen at ScheduledAnnotationBeanPostProcessor.afterSingletonsInstantiated() time.
setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.scheduling.quartz.JobDetailFactoryBean
 
setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.scheduling.quartz.SchedulerFactoryBean
 
setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
Set the ApplicationContext to be used by this test instance, provided via ApplicationContextAware semantics.
setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.test.context.testng.AbstractTestNGSpringContextTests
Set the ApplicationContext to be used by this test instance, provided via ApplicationContextAware semantics.
setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.web.server.adapter.HttpWebHandlerAdapter
Configure the ApplicationContext associated with the web application, if it was initialized with one via WebHttpHandlerBuilder#applicationContext.
setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration
 
setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.web.servlet.config.annotation.ViewControllerRegistration
 
setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Set the Spring ApplicationContext, e.g. for resource loading.
setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Called by Spring via ApplicationContextAware to inject the current application context.
setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.web.servlet.handler.HandlerMappingIntrospector
 
setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
 
setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
 
setApplicationContext(ApplicationContext) - 类 中的方法org.springframework.web.servlet.view.ViewResolverComposite
 
setApplicationContextJobDataKey(String) - 类 中的方法org.springframework.scheduling.quartz.JobDetailFactoryBean
Set the key of an ApplicationContext reference to expose in the JobDataMap, for example "applicationContext".
setApplicationContextSchedulerContextKey(String) - 类 中的方法org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the key of an ApplicationContext reference to expose in the SchedulerContext, for example "applicationContext".
setApplicationEventPublisher(ApplicationEventPublisher) - 类 中的方法org.springframework.data.redis.listener.KeyExpirationEventMessageListener
 
setApplicationEventPublisher(ApplicationEventPublisher) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
 
setApplicationEventPublisher(ApplicationEventPublisher) - 类 中的方法org.springframework.data.repository.init.ResourceReaderRepositoryPopulator
 
setArgumentResolvers(List<HandlerMethodArgumentResolver>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Configure the complete list of supported argument types thus overriding the resolvers that would otherwise be configured by default.
setArgumentResolvers(List<HandlerMethodArgumentResolver>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Configure the complete list of supported argument types thus overriding the resolvers that would otherwise be configured by default.
setArguments(Object[]) - 类 中的方法org.springframework.remoting.support.RemoteInvocation
Set the arguments for the target method call.
setArguments(Object...) - 类 中的方法org.springframework.util.MethodInvoker
Set arguments for the method invocation.
setArguments(Object) - 类 中的方法org.springframework.web.servlet.tags.MessageTag
Set optional message arguments for this tag, as a comma-delimited String (each String argument can contain JSP EL), an Object array (used as argument array), or a single Object (used as single argument).
setArgumentSeparator(String) - 类 中的方法org.springframework.web.servlet.tags.MessageTag
Set the separator to use for splitting an arguments String.
setAscending(boolean) - 类 中的方法org.springframework.util.comparator.InvertibleComparator
已过时。
Specify the sort order: ascending (true) or descending (false).
setAscendingOrder(int) - 类 中的方法org.springframework.util.comparator.CompoundComparator
已过时。
Change the sort order at the given index to ascending.
setAssembler(MBeanInfoAssembler) - 类 中的方法org.springframework.jmx.export.MBeanExporter
Set the implementation of the MBeanInfoAssembler interface to use for this exporter.
setAsText(String) - 类 中的方法org.springframework.format.support.FormatterPropertyEditorAdapter
 
setAsText(String) - 类 中的方法org.springframework.http.MediaTypeEditor
 
setAsText(String) - 类 中的方法org.springframework.jndi.JndiTemplateEditor
 
setAsText(String) - 类 中的方法org.springframework.mail.javamail.InternetAddressEditor
 
setAsText(String) - 类 中的方法org.springframework.transaction.interceptor.TransactionAttributeEditor
Format is PROPAGATION_NAME,ISOLATION_NAME,readOnly,timeout_NNNN,+Exception1,-Exception2.
setAsText(String) - 类 中的方法org.springframework.transaction.interceptor.TransactionAttributeSourceEditor
 
setAsText(String) - 类 中的方法org.springframework.web.multipart.support.StringMultipartFileEditor
 
setAsyncAnnotationType(Class<? extends Annotation>) - 类 中的方法org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
Set the 'async' annotation type.
setAsyncAnnotationType(Class<? extends Annotation>) - 类 中的方法org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
Set the 'async' annotation type to be detected at either class or method level.
setAsyncClient(HttpAsyncClient) - 类 中的方法org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
已过时。
Set the HttpAsyncClient used for synchronous execution.
setAsyncContext(MockAsyncContext) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
setAsyncMode(boolean) - 类 中的方法org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
Specify whether to establish a local first-in-first-out scheduling mode for forked tasks that are never joined.
setAsyncRequestFactory(AsyncClientHttpRequestFactory) - 类 中的方法org.springframework.http.client.support.AsyncHttpAccessor
已过时。
Set the request factory that this accessor uses for obtaining HttpRequests.
setAsyncRequestTimeout(long) - 类 中的方法org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Specify the timeout value for async execution.
setAsyncRequestTimeout(long) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Specify the amount of time, in milliseconds, before concurrent handling should time out.
setAsyncStarted(boolean) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
setAsyncSupported(boolean) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
setAsyncTaskExecutor(AsyncTaskExecutor) - 类 中的方法org.springframework.jca.work.SimpleTaskWorkManager
Specify the TaskExecutor to use for asynchronous work execution (i.e.
setAsyncWebRequest(AsyncWebRequest) - 类 中的方法org.springframework.web.context.request.async.WebAsyncManager
Configure the AsyncWebRequest to use.
setAttribute(Attribute) - 类 中的方法org.springframework.jmx.export.SpringModelMBean
Switches the context ClassLoader for the managed resources ClassLoader before allowing the invocation to occur.
setAttribute(String, Object) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
setAttribute(String, Object) - 类 中的方法org.springframework.mock.web.MockHttpSession
 
setAttribute(String, Object) - 类 中的方法org.springframework.mock.web.MockPageContext
 
setAttribute(String, Object, int) - 类 中的方法org.springframework.mock.web.MockPageContext
 
setAttribute(String, Object) - 类 中的方法org.springframework.mock.web.MockServletContext
 
setAttribute(String, Object) - 类 中的方法org.springframework.test.context.support.DefaultTestContext
 
setAttribute(String, Object, int) - 类 中的方法org.springframework.web.context.request.FacesRequestAttributes
 
setAttribute(String, Object, int) - 接口 中的方法org.springframework.web.context.request.RequestAttributes
Set the value for the scoped attribute of the given name, replacing an existing value (if any).
setAttribute(String, Object, int) - 类 中的方法org.springframework.web.context.request.ServletRequestAttributes
 
setAttribute(String, Object) - 类 中的方法org.springframework.web.context.support.ContextExposingHttpServletRequest
 
setAttributeFilter(Predicate<Attr>) - 类 中的方法org.xmlunit.diff.AbstractDifferenceEngine
 
setAttributeFilter(Predicate<Attr>) - 接口 中的方法org.xmlunit.diff.DifferenceEngine
Sets the optional strategy that decides which attributes to consider and which to ignore during comparison.
setAttributeName(String) - 类 中的方法org.springframework.web.context.support.ServletContextAttributeFactoryBean
Set the name of the ServletContext attribute to expose.
setAttributeNamePrefix(String) - 类 中的方法org.springframework.web.bind.support.DefaultSessionAttributeStore
Specify a prefix to use for the attribute names in the backend session.
setAttributes(AttributeList) - 类 中的方法org.springframework.jmx.export.SpringModelMBean
Switches the context ClassLoader for the managed resources ClassLoader before allowing the invocation to occur.
setAttributes(Map<String, Serializable>) - 类 中的方法org.springframework.remoting.support.RemoteInvocation
Set the attributes Map.
setAttributes(Map<String, Object>) - 类 中的方法org.springframework.web.context.support.ServletContextAttributeExporter
Set the ServletContext attributes to expose as key-value pairs.
setAttributes(Properties) - 类 中的方法org.springframework.web.servlet.view.AbstractView
Set static attributes for this view from a java.util.Properties object.
setAttributes(Properties) - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
Set static attributes from a java.util.Properties object, for all views returned by this resolver.
setAttributesCSV(String) - 类 中的方法org.springframework.web.servlet.view.AbstractView
Set static attributes as a CSV string.
setAttributesMap(Map<String, ?>) - 类 中的方法org.springframework.web.servlet.view.AbstractView
Set static attributes for this view from a Map.
setAttributesMap(Map<String, ?>) - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
Set static attributes from a Map, for all views returned by this resolver.
setAttributeSource(JmxAttributeSource) - 类 中的方法org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Set the JmxAttributeSource implementation to use for reading the metadata from the bean class.
setAttributeSource(JmxAttributeSource) - 类 中的方法org.springframework.jmx.export.naming.MetadataNamingStrategy
Set the implementation of the JmxAttributeSource interface to use when reading the source-level metadata.
setAuthenticator(Authenticator) - 类 中的方法org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Register a common Authenticator to be applied to all detected WebService annotated beans.
setAuthenticator(Authenticator) - 类 中的方法org.springframework.remoting.support.SimpleHttpServerFactoryBean
Register a common Authenticator to be applied to all locally registered contexts.
setAuthorizedRoles(String...) - 类 中的方法org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor
Set the roles that this interceptor should treat as authorized.
setAuthType(String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
setAutoCommit(boolean) - 类 中的方法org.springframework.jdbc.datasource.SingleConnectionDataSource
Set whether the returned Connection's "autoCommit" setting should be overridden.
setAutocomplete(String) - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Set the value of the 'autocomplete' attribute.
setAutocomplete(String) - 类 中的方法org.springframework.web.servlet.tags.form.InputTag
Set the value of the 'autocomplete' attribute.
setAutodetect(boolean) - 类 中的方法org.springframework.jmx.export.MBeanExporter
Set whether to autodetect MBeans in the bean factory that this exporter runs in.
setAutodetectAnnotations(boolean) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
Activate XStream's autodetection mode.
setAutoDetectFields(boolean) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Shortcut for MapperFeature.AUTO_DETECT_FIELDS option.
setAutoDetectGettersSetters(boolean) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Shortcut for MapperFeature.AUTO_DETECT_SETTERS/ MapperFeature.AUTO_DETECT_GETTERS/MapperFeature.AUTO_DETECT_IS_GETTERS options.
setAutodetectMode(int) - 类 中的方法org.springframework.jmx.export.MBeanExporter
Set the autodetection mode to use.
setAutodetectModeName(String) - 类 中的方法org.springframework.jmx.export.MBeanExporter
Set the autodetection mode to use by name.
setAutodetectTransactionManager(boolean) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Set whether to autodetect a JTA UserTransaction object that implements the JTA TransactionManager interface too (i.e. the JNDI location for the TransactionManager is "java:comp/UserTransaction", same as for the UserTransaction).
setAutodetectTransactionSynchronizationRegistry(boolean) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Set whether to autodetect a JTA 1.1 TransactionSynchronizationRegistry object at its default JDNI location ("java:comp/TransactionSynchronizationRegistry") if the UserTransaction has also been obtained from JNDI, and also whether to fall back to checking whether the JTA UserTransaction/TransactionManager object implements the JTA TransactionSynchronizationRegistry interface too.
setAutodetectUserTransaction(boolean) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Set whether to autodetect the JTA UserTransaction at its default JNDI location "java:comp/UserTransaction", as specified by Java EE.
setAutoGrowCollectionLimit(int) - 类 中的方法org.springframework.validation.DataBinder
Specify the limit for array and collection auto-growing.
setAutoGrowNestedPaths(boolean) - 类 中的方法org.springframework.validation.DataBinder
Set whether this binder should attempt to "auto-grow" a nested path that contains a null value.
setAutoGrowNestedPaths(boolean) - 类 中的方法org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Set whether a binder should attempt to "auto-grow" a nested path that contains a null value.
setAutoStartup(boolean) - 类 中的方法org.springframework.jca.endpoint.GenericMessageEndpointManager
Set whether to auto-start the endpoint activation after this endpoint manager has been initialized and the context has been refreshed.
setAutoStartup(boolean) - 类 中的方法org.springframework.scheduling.quartz.SchedulerFactoryBean
Set whether to automatically start the scheduler after initialization.
setAwaitTerminationSeconds(int) - 类 中的方法org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
Set the maximum number of seconds that this executor is supposed to block on shutdown in order to wait for remaining tasks to complete their execution before the rest of the container continues to shut down.
setAwaitTerminationSeconds(int) - 类 中的方法org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
Set the maximum number of seconds that this ForkJoinPool is supposed to block on shutdown in order to wait for remaining tasks to complete their execution before the rest of the container continues to shut down.
setBacklog(int) - 类 中的方法org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Specify the HTTP server's TCP backlog.
setBacklog(int) - 类 中的方法org.springframework.remoting.support.SimpleHttpServerFactoryBean
Specify the HTTP server's TCP backlog.
setBadSqlGrammarCodes(String...) - 类 中的方法org.springframework.jdbc.support.SQLErrorCodes
 
setBase64EncodeByteArrays(boolean) - 类 中的方法org.springframework.http.converter.json.GsonFactoryBean
Whether to Base64-encode byte[] properties when reading and writing JSON.
setBaseAddress(String) - 类 中的方法org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
Set the base address for exported services.
setBasename(String) - 类 中的方法org.springframework.web.servlet.view.ResourceBundleViewResolver
Set a single basename, following ResourceBundle conventions.
setBasenamePrefix(String) - 类 中的方法org.springframework.ui.context.support.ResourceBundleThemeSource
Set the prefix that gets applied to the ResourceBundle basenames, i.e. the theme names.
setBasenames(String...) - 类 中的方法org.springframework.web.servlet.view.ResourceBundleViewResolver
Set an array of basenames, each following ResourceBundle conventions.
setBasePath(String) - 类 中的方法org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Set the base path for context publication.
setBaseUrl(String) - 类 中的方法org.springframework.web.util.AbstractUriTemplateHandler
已过时。
Configure a base URL to prepend URI templates with.
setBatchSize(int) - 类 中的方法org.springframework.jdbc.object.BatchSqlUpdate
Set the number of statements that will trigger an automatic intermediate flush.
setBcc(String) - 类 中的方法org.springframework.mail.javamail.MimeMailMessage
 
setBcc(String...) - 类 中的方法org.springframework.mail.javamail.MimeMailMessage
 
setBcc(InternetAddress) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
 
setBcc(InternetAddress[]) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
 
setBcc(String) - 接口 中的方法org.springframework.mail.MailMessage
 
setBcc(String...) - 接口 中的方法org.springframework.mail.MailMessage
 
setBcc(String) - 类 中的方法org.springframework.mail.SimpleMailMessage
 
setBcc(String...) - 类 中的方法org.springframework.mail.SimpleMailMessage
 
setBeanAccess(BeanAccess) - 类 中的方法org.yaml.snakeyaml.introspector.PropertyUtils
 
setBeanAccess(BeanAccess) - 类 中的方法org.yaml.snakeyaml.Yaml
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
Set the ClassLoader to be used for the default JdkSerializationRedisSerializer in case no other RedisSerializer is explicitly set as the default one.
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactorySupport
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.data.web.config.SpringDataWebConfiguration
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.data.web.ProjectingJackson2HttpMessageConverter
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.data.web.ProxyingHandlerMethodArgumentResolver
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.jmx.access.MBeanClientInterceptor
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.jmx.access.MBeanProxyFactoryBean
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.jmx.export.MBeanExporter
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.jmx.support.MBeanServerConnectionFactoryBean
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.jndi.JndiObjectFactoryBean
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set the bean ClassLoader to use for this interceptor: primarily for building a client proxy in the JaxWsPortProxyFactoryBean subclass.
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.remoting.rmi.JndiRmiProxyFactoryBean
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.remoting.support.RemotingSupport
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.scheduling.support.MethodInvokingRunnable
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.scripting.bsh.BshScriptEvaluator
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.scripting.bsh.BshScriptFactory
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.scripting.groovy.GroovyScriptEvaluator
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.scripting.groovy.GroovyScriptFactory
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.scripting.support.ScriptFactoryPostProcessor
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.scripting.support.StandardScriptEvaluator
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.scripting.support.StandardScriptFactory
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.ui.context.support.ResourceBundleThemeSource
 
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.data.redis.serializer.GenericToStringSerializer
 
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
 
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactorySupport
 
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFragmentsFactoryBean
 
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.data.repository.core.support.TransactionalRepositoryFactoryBeanSupport
 
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.data.web.ProjectingJackson2HttpMessageConverter
 
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.data.web.ProxyingHandlerMethodArgumentResolver
 
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.jdbc.datasource.lookup.BeanFactoryDataSourceLookup
 
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
 
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.jmx.export.annotation.AnnotationMBeanExporter
 
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.jmx.export.MBeanExporter
This callback is only required for resolution of bean names in the "beans" Map and for autodetection of MBeans (in the latter case, a ListableBeanFactory is required).
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.jndi.JndiObjectFactoryBean
 
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Obtains all web service beans and publishes them as JAX-WS endpoints.
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
Set the BeanFactory to be used when looking up executors by qualifier.
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
 
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
Making a BeanFactory available is optional; if not set, SchedulingConfigurer beans won't get autodetected and a scheduler has to be explicitly configured.
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.scheduling.quartz.SchedulerAccessorBean
 
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.scripting.groovy.GroovyScriptFactory
 
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.scripting.support.ScriptFactoryPostProcessor
 
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.transaction.interceptor.TransactionAspectSupport
Set the BeanFactory to use for retrieving PlatformTransactionManager beans.
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.transaction.interceptor.TransactionProxyFactoryBean
This callback is optional: If running in a BeanFactory and no transaction manager has been set explicitly, a single matching bean of type PlatformTransactionManager will be fetched from the BeanFactory.
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.web.context.request.async.WebAsyncTask
A BeanFactory to use for resolving an executor name.
setBeanFactory(BeanFactory) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
A ConfigurableBeanFactory is expected for resolving expressions in method argument default values.
setBeanName(String) - 类 中的方法org.springframework.data.redis.listener.RedisMessageListenerContainer
 
setBeanName(String) - 类 中的方法org.springframework.data.redis.support.collections.RedisCollectionFactoryBean
 
setBeanName(String) - 类 中的方法org.springframework.jca.endpoint.AbstractMessageEndpointFactory
Set the name of this message endpoint.
setBeanName(String) - 类 中的方法org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
setBeanName(String) - 类 中的方法org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
 
setBeanName(String) - 类 中的方法org.springframework.scheduling.config.TaskExecutorFactoryBean
 
setBeanName(String) - 类 中的方法org.springframework.scheduling.quartz.CronTriggerFactoryBean
 
setBeanName(String) - 类 中的方法org.springframework.scheduling.quartz.JobDetailFactoryBean
 
setBeanName(String) - 类 中的方法org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
setBeanName(String) - 类 中的方法org.springframework.scheduling.quartz.SchedulerFactoryBean
 
setBeanName(String) - 类 中的方法org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
 
setBeanName(String) - 类 中的方法org.springframework.web.filter.GenericFilterBean
Stores the bean name as defined in the Spring bean factory.
setBeanName(String) - 类 中的方法org.springframework.web.servlet.mvc.ServletForwardingController
 
setBeanName(String) - 类 中的方法org.springframework.web.servlet.mvc.ServletWrappingController
 
setBeanName(String) - 类 中的方法org.springframework.web.servlet.view.AbstractView
Set the view's name.
setBeanNameGenerator(BeanNameGenerator) - 类 中的方法org.springframework.web.context.support.AnnotationConfigWebApplicationContext
Set a custom BeanNameGenerator for use with AnnotatedBeanDefinitionReader and/or ClassPathBeanDefinitionScanner.
setBeanResolver(BeanResolver) - 类 中的方法org.springframework.data.redis.core.convert.SpelIndexResolver
Allows setting the BeanResolver
setBeanResolver(BeanResolver) - 类 中的方法org.springframework.expression.spel.support.StandardEvaluationContext
 
setBeans(Map<String, Object>) - 类 中的方法org.springframework.jmx.export.MBeanExporter
Supply a Map of beans to be registered with the JMX MBeanServer.
setBeforeMessagePrefix(String) - 类 中的方法org.springframework.web.filter.AbstractRequestLoggingFilter
Set the value that should be prepended to the log message written before a request is processed.
setBeforeMessageSuffix(String) - 类 中的方法org.springframework.web.filter.AbstractRequestLoggingFilter
Set the value that should be appended to the log message written before a request is processed.
setBindEmptyMultipartFiles(boolean) - 类 中的方法org.springframework.web.bind.WebDataBinder
Set whether to bind empty MultipartFile parameters.
setBinding(String, boolean) - 类 中的方法org.springframework.web.method.support.ModelAndViewContainer
Register whether data binding should occur for a corresponding model attribute, corresponding to an @ModelAttribute(binding=true/false) declaration.
setBindingDisabled(String) - 类 中的方法org.springframework.web.method.support.ModelAndViewContainer
Programmatically register an attribute for which data binding should not occur, not even for a subsequent @ModelAttribute declaration.
setBindingErrorProcessor(BindingErrorProcessor) - 类 中的方法org.springframework.validation.DataBinder
Set the strategy to use for processing binding errors, that is, required field errors and PropertyAccessExceptions.
setBindingErrorProcessor(BindingErrorProcessor) - 类 中的方法org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Set the strategy to use for processing binding errors, that is, required field errors and PropertyAccessExceptions.
setBindingName(String) - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
Set the optional binding name for this instance.
setBindings(Map<String, String>) - 类 中的方法org.springframework.util.xml.SimpleNamespaceContext
Set the bindings for this namespace context.
setBindingType(String) - 类 中的方法org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Specify the binding type to use, overriding the value of the JAX-WS BindingType annotation.
setBit(byte[], long, boolean) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
setBit(byte[], long, boolean) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
setBit(String, long, boolean) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
setBit(ByteBuffer, long, boolean) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Sets the bit at offset in value stored at key and return the original value.
setBit(Publisher<ReactiveStringCommands.SetBitCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Sets the bit at offset in value stored at key and return the original value.
setBit(byte[], long, boolean) - 接口 中的方法org.springframework.data.redis.connection.RedisStringCommands
Sets the bit at offset in value stored at key.
setBit(String, long, boolean) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Sets the bit at offset in value stored at key.
setBit(K, long, boolean) - 接口 中的方法org.springframework.data.redis.core.ReactiveValueOperations
Sets the bit at offset in value stored at key.
setBit(K, long, boolean) - 接口 中的方法org.springframework.data.redis.core.ValueOperations
Sets the bit at offset in value stored at key.
setBlobAsBinaryStream(PreparedStatement, int, InputStream, int) - 类 中的方法org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
 
setBlobAsBinaryStream(PreparedStatement, int, InputStream, int) - 接口 中的方法org.springframework.jdbc.support.lob.LobCreator
Set the given content as binary stream on the given statement, using the given parameter index.
setBlobAsBinaryStream(PreparedStatement, int, InputStream, int) - 类 中的方法org.springframework.jdbc.support.lob.TemporaryLobCreator
 
setBlobAsBytes(PreparedStatement, int, byte[]) - 类 中的方法org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
 
setBlobAsBytes(PreparedStatement, int, byte[]) - 接口 中的方法org.springframework.jdbc.support.lob.LobCreator
Set the given content as bytes on the given statement, using the given parameter index.
setBlobAsBytes(PreparedStatement, int, byte[]) - 类 中的方法org.springframework.jdbc.support.lob.TemporaryLobCreator
 
setBlockCommentEndDelimiter(String) - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Specify the end delimiter for block comments in all SQL scripts.
setBlockCommentEndDelimiter(String) - 类 中的方法org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Set the end delimiter that identifies block comments within the SQL scripts.
setBlockCommentStartDelimiter(String) - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Specify the start delimiter for block comments in all SQL scripts.
setBlockCommentStartDelimiter(String) - 类 中的方法org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Set the start delimiter that identifies block comments within the SQL scripts.
setBlockUntilCompleted(boolean) - 类 中的方法org.springframework.jca.work.WorkManagerTaskExecutor
Set whether to let WorkManagerTaskExecutor.execute(java.lang.Runnable) block until the work has been completed.
setBlockUntilStarted(boolean) - 类 中的方法org.springframework.jca.work.WorkManagerTaskExecutor
Set whether to let WorkManagerTaskExecutor.execute(java.lang.Runnable) block until the work has been actually started.
setBody(StreamingHttpOutputMessage.Body) - 接口 中的方法org.springframework.http.StreamingHttpOutputMessage
Set the streaming body callback for this message.
setBody(Publisher<DataBuffer>) - 类 中的方法org.springframework.mock.http.client.reactive.MockClientHttpResponse
 
setBody(String) - 类 中的方法org.springframework.mock.http.client.reactive.MockClientHttpResponse
 
setBody(String, Charset) - 类 中的方法org.springframework.mock.http.client.reactive.MockClientHttpResponse
 
setBodyContent(BodyContent) - 类 中的方法org.springframework.web.servlet.tags.EscapeBodyTag
 
setBodyContent(BodyContent) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
 
setBootstrapContext(BootstrapContext) - 接口 中的方法org.springframework.jca.context.BootstrapContextAware
Set the BootstrapContext that this object runs in.
setBootstrapContext(BootstrapContext) - 类 中的方法org.springframework.jca.support.ResourceAdapterFactoryBean
Specify the JCA BootstrapContext to use for starting the ResourceAdapter.
setBootstrapContext(BootstrapContext) - 类 中的方法org.springframework.jca.work.WorkManagerTaskExecutor
Specify the JCA BootstrapContext that contains the WorkManager to delegate to.
setBootstrapContext(BootstrapContext) - 类 中的方法org.springframework.test.context.support.AbstractTestContextBootstrapper
 
setBootstrapContext(BootstrapContext) - 接口 中的方法org.springframework.test.context.TestContextBootstrapper
Set the BootstrapContext to be used by this bootstrapper.
setBufferRequestBody(boolean) - 类 中的方法org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Indicates whether this request factory should buffer the request body internally.
setBufferRequestBody(boolean) - 类 中的方法org.springframework.http.client.SimpleClientHttpRequestFactory
Indicate whether this request factory should buffer the request body internally.
setBufferSize(int) - 类 中的方法org.springframework.http.server.reactive.ServletHttpHandlerAdapter
Set the size of the input buffer used for reading in bytes.
setBufferSize(int) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
setBufferSize(int) - 类 中的方法org.springframework.web.util.ContentCachingResponseWrapper
 
setBundleClassLoader(ClassLoader) - 类 中的方法org.springframework.web.servlet.view.ResourceBundleViewResolver
Set the ClassLoader to load resource bundles with.
setBusinessInterface(Class<?>) - 类 中的方法org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean
Set the business interface of the EJB we're proxying.
setBusinessInterface(Class<?>) - 类 中的方法org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
Set the business interface of the EJB we're proxying.
setByPattern(byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultSortParameters
 
setCache(boolean) - 类 中的方法org.springframework.jndi.JndiObjectFactoryBean
Set whether to cache the JNDI object once it has been located.
setCache(boolean) - 类 中的方法org.springframework.jndi.JndiObjectTargetSource
Set whether to cache the JNDI object once it has been located.
setCache(boolean) - 类 中的方法org.springframework.web.servlet.view.AbstractCachingViewResolver
Enable or disable caching.
setCacheControl(CacheControl) - 类 中的方法org.springframework.http.HttpHeaders
Set a configured CacheControl instance as the new value of the Cache-Control header.
setCacheControl(String) - 类 中的方法org.springframework.http.HttpHeaders
Set the (new) value of the Cache-Control header.
setCacheControl(CacheControl) - 类 中的方法org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
Specify the CacheControl which should be used by the resource handler.
setCacheControl(CacheControl) - 类 中的方法org.springframework.web.servlet.support.WebContentGenerator
Set the CacheControl instance to build the Cache-Control HTTP response header.
setCacheDir(File) - 类 中的方法org.springframework.http.converter.BufferedImageHttpMessageConverter
Sets the cache directory.
setCacheHome(boolean) - 类 中的方法org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Set whether to cache the EJB home object once it has been located.
setCacheLimit(int) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
Specify the maximum number of entries for this template's SQL cache.
setCacheLimit(int) - 类 中的方法org.springframework.web.servlet.view.AbstractCachingViewResolver
Specify the maximum number of entries for the view cache.
setCacheMappings(Properties) - 类 中的方法org.springframework.web.servlet.mvc.WebContentInterceptor
Map specific URL paths to specific cache seconds.
setCachePatterns(boolean) - 类 中的方法org.springframework.util.AntPathMatcher
Specify whether to cache parsed pattern metadata for patterns passed into this matcher's AntPathMatcher.match(java.lang.String, java.lang.String) method.
setCachePeriod(Integer) - 类 中的方法org.springframework.web.servlet.config.annotation.ResourceHandlerRegistration
Specify the cache period for the resources served by the resource handler, in seconds.
setCacheSeconds(int) - 类 中的方法org.springframework.web.servlet.support.WebContentGenerator
Cache content for the given number of seconds, by writing cache-related HTTP headers to the response: seconds == -1 (default value): no generation cache-related headers seconds == 0: "Cache-Control: no-store" will prevent caching seconds > 0: "Cache-Control: max-age=seconds" will ask to cache content For more specific needs, a custom CacheControl should be used.
setCacheSecondsForSessionAttributeHandlers(int) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Cache content produced by @SessionAttributes annotated handlers for the given number of seconds.
setCacheSessionBean(boolean) - 类 中的方法org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
Set whether to cache the actual session bean object.
setCacheSize(int) - 类 中的方法org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
Set the number of buffered keys.
setCacheStub(boolean) - 类 中的方法org.springframework.remoting.rmi.JndiRmiClientInterceptor
Set whether to cache the RMI stub once it has been located.
setCacheStub(boolean) - 类 中的方法org.springframework.remoting.rmi.RmiClientInterceptor
Set whether to cache the RMI stub once it has been located.
setCacheTemplates(boolean) - 类 中的方法org.springframework.web.servlet.view.xslt.XsltView
Turn on/off the caching of the XSLT Templates instance.
setCacheTemplates(boolean) - 类 中的方法org.springframework.web.servlet.view.xslt.XsltViewResolver
Turn on/off the caching of the XSLT templates.
setCacheUnresolved(boolean) - 类 中的方法org.springframework.web.servlet.view.AbstractCachingViewResolver
Whether a view name once resolved to null should be cached and automatically resolved to null subsequently.
setCacheUserTransaction(boolean) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Set whether to cache the JTA UserTransaction object fetched from JNDI.
setCalendarName(String) - 类 中的方法org.springframework.scheduling.quartz.CronTriggerFactoryBean
Associate a specific calendar with this cron trigger.
setCalendars(Map<String, Calendar>) - 类 中的方法org.springframework.scheduling.quartz.SchedulerAccessor
Register a list of Quartz Calendar objects with the Scheduler that this FactoryBean creates, to be referenced by Triggers.
setCallableInterceptors(List<CallableProcessingInterceptor>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Configure CallableProcessingInterceptor's to register on async requests.
setCannotAcquireLockCodes(String...) - 类 中的方法org.springframework.jdbc.support.SQLErrorCodes
 
setCannotSerializeTransactionCodes(String...) - 类 中的方法org.springframework.jdbc.support.SQLErrorCodes
 
setCanonical(boolean) - 类 中的方法org.yaml.snakeyaml.DumperOptions
Force the emitter to produce a canonical YAML document.
setCaseSensitive(boolean) - 类 中的方法org.springframework.util.AntPathMatcher
Specify whether to perform pattern matching in a case-sensitive fashion.
setCaseSensitive(boolean) - 类 中的方法org.springframework.web.util.pattern.PathPatternParser
Whether path pattern matching should be case-sensitive.
setCastorProperties(Map<String, String>) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Set Castor-specific properties for marshalling and unmarshalling.
setCatalog(String) - 类 中的方法org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
Specify a database catalog to be applied to each Connection.
setCatalog(String) - 类 中的方法org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
Specify a database catalog to be applied to each retrieved Connection.
setCatalogName(String) - 类 中的方法org.springframework.jdbc.core.metadata.CallMetaDataContext
Specify the name of the catalog.
setCatalogName(String) - 类 中的方法org.springframework.jdbc.core.metadata.TableMetaDataContext
Set the name of the catalog for this context.
setCatalogName(String) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
Set the catalog name to use.
setCatalogName(String) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcInsert
Set the name of the catalog for this insert.
setCategory(String) - 类 中的方法org.springframework.jmx.export.metadata.ManagedMetric
The category of this metric (ex. throughput, performance, utilization).
setCc(String) - 类 中的方法org.springframework.mail.javamail.MimeMailMessage
 
setCc(String...) - 类 中的方法org.springframework.mail.javamail.MimeMailMessage
 
setCc(InternetAddress) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
 
setCc(InternetAddress[]) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
 
setCc(String) - 接口 中的方法org.springframework.mail.MailMessage
 
setCc(String...) - 接口 中的方法org.springframework.mail.MailMessage
 
setCc(String) - 类 中的方法org.springframework.mail.SimpleMailMessage
 
setCc(String...) - 类 中的方法org.springframework.mail.SimpleMailMessage
 
setCciTemplate(CciTemplate) - 类 中的方法org.springframework.jca.cci.core.support.CciDaoSupport
Set the CciTemplate for this DAO explicitly, as an alternative to specifying a ConnectionFactory.
setCciTemplate(CciTemplate) - 类 中的方法org.springframework.jca.cci.object.EisOperation
Set the CciTemplate to be used by this operation.
setCharacterEncoding(String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
setCharacterEncoding(String) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
setCharset(Charset) - 类 中的方法org.springframework.http.codec.multipart.MultipartHttpMessageWriter
Set the character set to use for part headers such as "Content-Disposition" (and its filename parameter).
setCharset(Charset) - 类 中的方法org.springframework.http.converter.FormHttpMessageConverter
Set the default character set to use for reading and writing form data when the request or response Content-Type header does not explicitly specify it.
setCharset(Charset) - 类 中的方法org.springframework.web.filter.HttpPutFormContentFilter
The default character set to use for reading form data.
setCharset(Charset) - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
Set the charset used to read script and template files.
setCharset(Charset) - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateView
setCheckForXmlRootElement(boolean) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
Specify whether the Jaxb2Marshaller.supports(Class) should check for @XmlRootElement annotations.
setCheckFullyPopulated(boolean) - 类 中的方法org.springframework.jdbc.core.BeanPropertyRowMapper
Set whether we're strictly validating that all bean properties have been mapped from corresponding database fields.
setCheckRefresh(boolean) - 类 中的方法org.springframework.web.servlet.view.tiles3.TilesConfigurer
Set whether to check Tiles definition files for a refresh at runtime.
setChildren(Iterable<? extends XPathContext.NodeInfo>) - 类 中的方法org.xmlunit.diff.XPathContext
Adds knowledge about the current node's children replacing existing knowledge.
setChronology(Chronology) - 类 中的方法org.springframework.format.datetime.joda.JodaTimeContext
Set the user's chronology (calendar system).
setChronology(Chronology) - 类 中的方法org.springframework.format.datetime.standard.DateTimeContext
Set the user's chronology (calendar system).
setChunkedPost(boolean) - 类 中的方法org.springframework.remoting.caucho.HessianClientInterceptor
Set whether to use a chunked post for sending a Hessian request.
setChunkSize(int) - 类 中的方法org.springframework.http.client.SimpleClientHttpRequestFactory
Set the number of bytes to write in each chunk when not buffering request bodies locally.
setClassDescriptorResolver(XMLClassDescriptorResolver) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Set the XMLClassDescriptorResolver to be used during unmarshalling.
setClasses(Class<?>...) - 类 中的方法org.springframework.test.context.ContextConfigurationAttributes
Set the processed annotated classes, effectively overriding the original value declared via @ContextConfiguration.
setClassesToBeBound(Class<?>...) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
Set the list of Java classes to be recognized by a newly created JAXBContext.
setClassFilter(ClassFilter) - 类 中的方法org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor
Set the ClassFilter to use for this pointcut.
setClassFilter(ClassFilter) - 类 中的方法org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
Set the ClassFilter to use for this pointcut.
setCleanupAfterInclude(boolean) - 类 中的方法org.springframework.web.servlet.DispatcherServlet
Set whether to perform cleanup of request attributes after an include request, that is, whether to reset the original state of all request attributes after the DispatcherServlet has processed within an include request.
setClearCollections(boolean) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Sets whether this unmarshaller should clear collections upon the first use.
setClientName(byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
setClientName(byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
setClientName(String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
setClientName(String) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
已过时。
since 2.0, configure the client name using JedisClientConfiguration.
setClientName(String) - 接口 中的方法org.springframework.data.redis.connection.ReactiveServerCommands
Assign given name to current connection.
setClientName(byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisServerCommands
Assign given name to current connection.
setClientName(String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Assign given name to current connection.
setClientResources(ClientResources) - 类 中的方法org.springframework.data.redis.connection.lettuce.DefaultLettucePool
已过时。
Sets the ClientResources to reuse the client infrastructure.
setClientResources(ClientResources) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
已过时。
since 2.0, configure ClientResources using LettuceClientConfiguration.
setClientSocketFactory(RMIClientSocketFactory) - 类 中的方法org.springframework.remoting.rmi.RmiRegistryFactoryBean
Set a custom RMI client socket factory to use for the RMI registry.
setClientSocketFactory(RMIClientSocketFactory) - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
Set a custom RMI client socket factory to use for exporting the service.
setClobAsAsciiStream(PreparedStatement, int, InputStream, int) - 类 中的方法org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
 
setClobAsAsciiStream(PreparedStatement, int, InputStream, int) - 接口 中的方法org.springframework.jdbc.support.lob.LobCreator
Set the given content as ASCII stream on the given statement, using the given parameter index.
setClobAsAsciiStream(PreparedStatement, int, InputStream, int) - 类 中的方法org.springframework.jdbc.support.lob.TemporaryLobCreator
 
setClobAsCharacterStream(PreparedStatement, int, Reader, int) - 类 中的方法org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
 
setClobAsCharacterStream(PreparedStatement, int, Reader, int) - 接口 中的方法org.springframework.jdbc.support.lob.LobCreator
Set the given content as character stream on the given statement, using the given parameter index.
setClobAsCharacterStream(PreparedStatement, int, Reader, int) - 类 中的方法org.springframework.jdbc.support.lob.TemporaryLobCreator
 
setClobAsString(PreparedStatement, int, String) - 类 中的方法org.springframework.jdbc.support.lob.DefaultLobHandler.DefaultLobCreator
 
setClobAsString(PreparedStatement, int, String) - 接口 中的方法org.springframework.jdbc.support.lob.LobCreator
Set the given content as String on the given statement, using the given parameter index.
setClobAsString(PreparedStatement, int, String) - 类 中的方法org.springframework.jdbc.support.lob.TemporaryLobCreator
 
setClock(Clock) - 类 中的方法org.springframework.web.server.session.InMemoryWebSessionStore
Configure the Clock to use to set lastAccessTime on every created session and to calculate if it is expired.
setClusterNodes(Iterable<RedisNode>) - 类 中的方法org.springframework.data.redis.connection.RedisClusterConfiguration
Set cluster nodes to connect to.
setCode(String) - 类 中的方法org.springframework.web.servlet.tags.MessageTag
Set the message code for this tag.
setCodebaseUrl(String) - 类 中的方法org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Set the codebase URL to download classes from if not found locally.
setCodecConfigurer(ServerCodecConfigurer) - 类 中的方法org.springframework.web.server.adapter.HttpWebHandlerAdapter
Configure a custom ServerCodecConfigurer.
setCols(String) - 类 中的方法org.springframework.web.servlet.tags.form.TextareaTag
Set the value of the 'cols' attribute.
setColumnName(String) - 类 中的方法org.springframework.jdbc.support.incrementer.AbstractColumnMaxValueIncrementer
Set the name of the column in the sequence table.
setColumnNames(List<String>) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcInsert
Set the names of the columns to be used.
setCommands() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
setCommands() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
setCommands() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
setCommands() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
setCommands() - 接口 中的方法org.springframework.data.redis.connection.ReactiveRedisClusterConnection
 
setCommands() - 接口 中的方法org.springframework.data.redis.connection.ReactiveRedisConnection
setCommands() - 接口 中的方法org.springframework.data.redis.connection.RedisConnection
setComment(String) - 类 中的方法org.springframework.mock.web.MockSessionCookieConfig
 
setCommentPrefix(String) - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Specify the single-line comment prefix used in all SQL scripts.
setCommentPrefix(String) - 类 中的方法org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Set the prefix that identifies single-line comments within the SQL scripts.
setCommitted(boolean) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
setCommonPool(boolean) - 类 中的方法org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
Set whether to expose JDK 8's 'common' ForkJoinPool.
setComparator(int, Comparator<? extends T>) - 类 中的方法org.springframework.util.comparator.CompoundComparator
已过时。
Replace the Comparator at the given index.
setComparator(int, Comparator<T>, boolean) - 类 中的方法org.springframework.util.comparator.CompoundComparator
已过时。
Replace the Comparator at the given index using the given sort order.
setComparisonController(ComparisonController) - 类 中的方法org.xmlunit.diff.AbstractDifferenceEngine
 
setComparisonController(ComparisonController) - 接口 中的方法org.xmlunit.diff.DifferenceEngine
Determines whether the comparison should stop after given difference has been found.
setComparisonFormatter(ComparisonFormatter) - 类 中的方法org.xmlunit.diff.Difference
Sets the default formatter to use with Difference.toString(org.xmlunit.diff.ComparisonFormatter).
setCompilationCustomizers(CompilationCustomizer...) - 类 中的方法org.springframework.scripting.groovy.GroovyScriptEvaluator
Set one or more customizers to be applied to this evaluator's compiler configuration.
setCompilerConfiguration(CompilerConfiguration) - 类 中的方法org.springframework.scripting.groovy.GroovyScriptEvaluator
Set a custom compiler configuration for this evaluator.
setComplete() - 类 中的方法org.springframework.http.client.reactive.ClientHttpRequestDecorator
 
setComplete() - 接口 中的方法org.springframework.http.ReactiveHttpOutputMessage
Indicate that message handling is complete, allowing for any cleanup or end-of-processing tasks to be performed such as applying header changes made via HttpMessage.getHeaders() to the underlying HTTP message (if not applied already).
setComplete() - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpResponse
 
setComplete() - 类 中的方法org.springframework.http.server.reactive.ServerHttpResponseDecorator
 
setComplete() - 类 中的方法org.springframework.mock.http.client.reactive.MockClientHttpRequest
 
setComplete() - 类 中的方法org.springframework.mock.http.server.reactive.MockServerHttpResponse
 
setComplete() - 接口 中的方法org.springframework.web.bind.support.SessionStatus
Mark the current handler's session processing as complete, allowing for cleanup of session attributes.
setComplete() - 类 中的方法org.springframework.web.bind.support.SimpleSessionStatus
 
setCompleteAutoload(boolean) - 类 中的方法org.springframework.web.servlet.view.tiles3.TilesConfigurer
Specify whether to apply Tiles 3.0's "complete-autoload" configuration.
setCompleted() - 类 中的方法org.springframework.transaction.support.AbstractTransactionStatus
Mark this transaction as completed, that is, committed or rolled back.
setComposer(Composer) - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
 
setConcurrencyLimit(int) - 类 中的方法org.springframework.util.ConcurrencyThrottleSupport
Set the maximum number of concurrent access attempts allowed
setConcurrent(boolean) - 类 中的方法org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
Specify whether or not multiple jobs should be run in a concurrent fashion.
setConcurrentExecutor(Executor) - 类 中的方法org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
Specify the Executor to delegate to.
setConfig(RedisClusterNode, String, String) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisClusterConnection
已过时。
setConfig(String, String) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
setConfig(String, String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
setConfig(RedisClusterNode, String, String) - 接口 中的方法org.springframework.data.redis.connection.ReactiveClusterServerCommands
Set server configuration for param to value.
setConfig(String, String) - 接口 中的方法org.springframework.data.redis.connection.ReactiveServerCommands
Set server configuration for param to value.
setConfig(RedisClusterNode, String, String) - 接口 中的方法org.springframework.data.redis.connection.RedisClusterServerCommands
 
setConfig(String, String) - 接口 中的方法org.springframework.data.redis.connection.RedisServerCommands
Set server configuration for param to value.
setConfigLocation(Resource) - 类 中的方法org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the location of the Quartz properties config file, for example as classpath resource "classpath:quartz.properties".
setConfigLocation(Resource) - 类 中的方法org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set the location of the FreeMarker config file.
setConfigLocation(String) - 接口 中的方法org.springframework.web.context.ConfigurableWebApplicationContext
Set the config locations for this web application context in init-param style, i.e. with distinct locations separated by commas, semicolons or whitespace.
setConfigLocation(String) - 类 中的方法org.springframework.web.context.support.GenericWebApplicationContext
 
setConfigLocation(String) - 类 中的方法org.springframework.web.context.support.StaticWebApplicationContext
The StaticWebApplicationContext class does not support this method.
setConfigLocations(String...) - 接口 中的方法org.springframework.web.context.ConfigurableWebApplicationContext
Set the config locations for this web application context.
setConfigLocations(String...) - 类 中的方法org.springframework.web.context.support.GenericWebApplicationContext
 
setConfigLocations(String...) - 类 中的方法org.springframework.web.context.support.StaticWebApplicationContext
The StaticWebApplicationContext class does not support this method.
setConfiguration(Configuration) - 类 中的方法org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
Set a preconfigured Configuration to use for the FreeMarker web config, e.g. a shared one for web and email usage, set up via FreeMarkerConfigurationFactoryBean.
setConfiguration(Configuration) - 类 中的方法org.springframework.web.servlet.view.freemarker.FreeMarkerView
Set the FreeMarker Configuration to be used by this view.
setConfigurers(List<WebMvcConfigurer>) - 类 中的方法org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
 
setConnection(String) - 类 中的方法org.springframework.http.HttpHeaders
Set the (new) value of the Connection header.
setConnection(List<String>) - 类 中的方法org.springframework.http.HttpHeaders
Set the (new) value of the Connection header.
setConnection(Connection) - 类 中的方法org.springframework.jdbc.datasource.ConnectionHolder
Override the existing Connection handle with the given Connection.
setConnectionFactory(RedisConnectionFactory) - 类 中的方法org.springframework.data.redis.core.RedisAccessor
Sets the connection factory.
setConnectionFactory(RedisConnectionFactory) - 类 中的方法org.springframework.data.redis.listener.RedisMessageListenerContainer
 
setConnectionFactory(ConnectionFactory) - 类 中的方法org.springframework.jca.cci.connection.CciLocalTransactionManager
Set the CCI ConnectionFactory that this instance should manage local transactions for.
setConnectionFactory(ConnectionFactory) - 类 中的方法org.springframework.jca.cci.core.CciTemplate
Set the CCI ConnectionFactory to obtain Connections from.
setConnectionFactory(ConnectionFactory) - 类 中的方法org.springframework.jca.cci.core.support.CciDaoSupport
Set the ConnectionFactory to be used by this DAO.
setConnectionFactory(ConnectionFactory) - 类 中的方法org.springframework.jca.cci.object.EisOperation
Set the CCI ConnectionFactory to be used by this operation.
setConnectionFactory(HessianConnectionFactory) - 类 中的方法org.springframework.remoting.caucho.HessianClientInterceptor
Specify a custom HessianConnectionFactory to use for the Hessian client.
setConnectionHolder(ConnectionHolder) - 类 中的方法org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
setConnectionManager(ConnectionManager) - 类 中的方法org.springframework.jca.support.LocalConnectionFactoryBean
Set the JCA ConnectionManager that should be used to create the desired connection factory.
setConnectionProperties(Properties) - 类 中的方法org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
Specify arbitrary connection properties as key/value pairs, to be passed to the Driver.
setConnectionRequestTimeout(int) - 类 中的方法org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Set the timeout in milliseconds used when requesting a connection from the connection manager using the underlying HttpClient.
setConnectionRequestTimeout(int) - 类 中的方法org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Set the timeout in milliseconds used when requesting a connection from the connection manager using the underlying HttpClient.
setConnectionSpec(ConnectionSpec) - 类 中的方法org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
Set the ConnectionSpec that this adapter should use for retrieving Connections.
setConnectionSpec(ConnectionSpec) - 类 中的方法org.springframework.jca.cci.core.CciTemplate
Set the CCI ConnectionSpec that this template instance is supposed to obtain Connections for.
setConnectionSpecForCurrentThread(ConnectionSpec) - 类 中的方法org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
Set a ConnectionSpec for this proxy and the current thread.
setConnectOnStartup(boolean) - 类 中的方法org.springframework.jmx.access.MBeanClientInterceptor
Set whether or not the proxy should connect to the MBeanServer at creation time ("true") or the first time it is invoked ("false").
setConnectOnStartup(boolean) - 类 中的方法org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Set whether to connect to the server on startup.
setConnectTimeout(int) - 类 中的方法org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Set the connection timeout for the underlying HttpClient.
setConnectTimeout(int) - 类 中的方法org.springframework.http.client.Netty4ClientHttpRequestFactory
已过时。
Set the underlying connect timeout (in milliseconds).
setConnectTimeout(int) - 类 中的方法org.springframework.http.client.OkHttp3ClientHttpRequestFactory
Sets the underlying connect timeout in milliseconds.
setConnectTimeout(int) - 类 中的方法org.springframework.http.client.SimpleClientHttpRequestFactory
Set the underlying URLConnection's connect timeout (in milliseconds).
setConnectTimeout(long) - 类 中的方法org.springframework.remoting.caucho.HessianClientInterceptor
Set the socket connect timeout to use for the Hessian client.
setConnectTimeout(int) - 类 中的方法org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Set the connection timeout for the underlying HttpClient.
setConnectTimeout(int) - 类 中的方法org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
Set the underlying URLConnection's connect timeout (in milliseconds).
setConstraintValidatorFactory(ConstraintValidatorFactory) - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
Specify a custom ConstraintValidatorFactory to use for this ValidatorFactory.
setConstructorResolvers(List<ConstructorResolver>) - 类 中的方法org.springframework.expression.spel.support.StandardEvaluationContext
 
setContent(byte[]) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
Set the content of the request body as a byte array.
setContentDisposition(ContentDisposition) - 类 中的方法org.springframework.http.HttpHeaders
Set the Content-Disposition header.
setContentDispositionFormData(String, String) - 类 中的方法org.springframework.http.HttpHeaders
Set the Content-Disposition header when creating a "multipart/form-data" request.
setContentLanguage(Locale) - 类 中的方法org.springframework.http.HttpHeaders
Set the Locale of the content language, as specified by the Content-Language header.
setContentLength(long) - 类 中的方法org.springframework.http.HttpHeaders
Set the length of the body in bytes, as specified by the Content-Length header.
setContentLength(int) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
setContentLength(int) - 类 中的方法org.springframework.web.util.ContentCachingResponseWrapper
 
setContentLengthLong(long) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
setContentLengthLong(long) - 类 中的方法org.springframework.web.util.ContentCachingResponseWrapper
 
setContentNegotiationManager(ContentNegotiationManager) - 类 中的方法org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Set a ContentNegotiationManager.
setContentNegotiationManager(ContentNegotiationManager) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Set the ContentNegotiationManager to use to determine requested media types.
setContentNegotiationManager(ContentNegotiationManager) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Set the ContentNegotiationManager to use to determine requested media types.
setContentNegotiationManager(ContentNegotiationManager) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Set the ContentNegotiationManager to use to determine requested media types.
setContentNegotiationManager(ContentNegotiationManager) - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
Set the ContentNegotiationManager to use for the ProducesRequestCondition.
setContentNegotiationManager(ContentNegotiationManager) - 类 中的方法org.springframework.web.servlet.resource.ResourceHttpRequestHandler
Configure a ContentNegotiationManager to help determine the media types for resources being served.
setContentNegotiationManager(ContentNegotiationManager) - 类 中的方法org.springframework.web.servlet.view.ContentNegotiatingViewResolver
Set the ContentNegotiationManager to use to determine requested media types.
setContentType(MediaType) - 类 中的方法org.springframework.http.HttpHeaders
Set the media type of the body, as specified by the Content-Type header.
setContentType(String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
setContentType(String) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
setContentType(String) - 类 中的方法org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Specify the content type to use for sending HTTP invoker requests.
setContentType(String) - 类 中的方法org.springframework.remoting.rmi.RemoteInvocationSerializingExporter
Specify the content type to use for sending remote invocation responses.
setContentType(String) - 类 中的方法org.springframework.web.servlet.view.AbstractView
Set the content type for this view.
setContentType(String) - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
Set the content type to use for the response.
setContentType(String) - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
Set the content type for all views.
setContext(String) - 类 中的方法org.springframework.web.servlet.tags.UrlTag
Set the context path for the URL.
setContextAttribute(String) - 类 中的方法org.springframework.web.filter.DelegatingFilterProxy
Set the name of the ServletContext attribute which should be used to retrieve the WebApplicationContext from which to load the delegate Filter bean.
setContextAttribute(String) - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Set the name of the ServletContext attribute which should be used to retrieve the WebApplicationContext that this servlet is supposed to use.
setContextClass(Class<?>) - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Set a custom context class.
setContextConfigLocation(String) - 类 中的方法org.springframework.jca.context.SpringContextResourceAdapter
Set the location of the context configuration files, within the resource adapter's deployment unit.
setContextConfigLocation(String) - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Set the context config location explicitly, instead of relying on the default location built from the namespace.
setContextId(String) - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Specify a custom WebApplicationContext id, to be used as serialization id for the underlying BeanFactory.
setContextInitializerClasses(String) - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Specify the set of fully-qualified ApplicationContextInitializer class names, per the optional "contextInitializerClasses" servlet init-param.
setContextInitializers(ApplicationContextInitializer<?>...) - 类 中的方法org.springframework.web.context.ContextLoader
Specify which ApplicationContextInitializer instances should be used to initialize the application context used by this ContextLoader.
setContextInitializers(ApplicationContextInitializer<?>...) - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Specify which ApplicationContextInitializer instances should be used to initialize the application context used by this FrameworkServlet.
setContextPath(String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
setContextPath(String) - 类 中的方法org.springframework.mock.web.MockServletContext
 
setContextPath(String) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
Set a JAXB context path.
setContextPaths(String...) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
Set multiple JAXB context paths.
setContextRelative(boolean) - 类 中的方法org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration
Whether to interpret a given redirect URL that starts with a slash ("/") as relative to the current ServletContext, i.e. as relative to the web application root.
setContextRelative(boolean) - 类 中的方法org.springframework.web.servlet.view.RedirectView
Set whether to interpret a given URL that starts with a slash ("/") as relative to the current ServletContext, i.e. as relative to the web application root.
setContexts(Map<String, HttpHandler>) - 类 中的方法org.springframework.remoting.support.SimpleHttpServerFactoryBean
Register HttpHandlers for specific context paths.
setContinueOnError(boolean) - 类 中的方法org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Flag to indicate that all failures in SQL should be logged but not cause a failure.
setContinueScheduledExecutionAfterException(boolean) - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
Specify whether to continue the execution of a scheduled task after it threw an exception.
setControllerAdvice(Object...) - 类 中的方法org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Register one or more ControllerAdvice instances to be used in tests (specified Class will be turned into instance).
setConversionService(ConversionService) - 类 中的方法org.springframework.data.redis.serializer.GenericToStringSerializer
 
setConversionService(ConversionService) - 类 中的方法org.springframework.jdbc.core.BeanPropertyRowMapper
Set a ConversionService for binding JDBC values to bean properties, or null for none.
setConversionService(ConversionService) - 类 中的方法org.springframework.jdbc.core.SingleColumnRowMapper
Set a ConversionService for converting a fetched value.
setConversionService(FormattingConversionService) - 类 中的方法org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Provide a conversion service with custom formatters and converters.
setConversionService(ConversionService) - 类 中的方法org.springframework.validation.DataBinder
Specify a Spring 3.0 ConversionService to use for converting property values, as an alternative to JavaBeans PropertyEditors.
setConversionService(ConversionService) - 类 中的方法org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Specify a ConversionService which will apply to every DataBinder.
SetConverter<S,T> - org.springframework.data.redis.connection.convert中的类
Converts a Set of values of one type to a Set of values of another type
SetConverter(Converter<S, T>) - 类 的构造器org.springframework.data.redis.connection.convert.SetConverter
 
setConverterLookup(ConverterLookup) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
Set a custom XStream ConverterLookup to use.
setConverterRegistry(ConverterRegistry) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
Set a custom XStream ConverterRegistry to use.
setConverters(Set<?>) - 类 中的方法org.springframework.format.support.FormattingConversionServiceFactoryBean
Configure the set of custom converter objects that should be added.
setConverters(ConverterMatcher...) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
Set the Converters or SingleValueConverters to be registered with the XStream instance.
setConvertPipelineAndTxResults(boolean) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
Specifies if pipelined results should be converted to the expected data type.
setConvertPipelineAndTxResults(boolean) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
Specifies if pipelined results should be converted to the expected data type.
setConvertPipelineAndTxResults(boolean) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
Specifies if pipelined and transaction results should be converted to the expected data type.
setConvertPipelineAndTxResults(boolean) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Specifies if pipelined and transaction results should be converted to the expected data type.
setCookieDomain(String) - 类 中的方法org.springframework.web.util.CookieGenerator
Use the given domain for cookies created by this generator.
setCookieHttpOnly(boolean) - 类 中的方法org.springframework.web.util.CookieGenerator
Set whether the cookie is supposed to be marked with the "HttpOnly" attribute.
setCookieMaxAge(Duration) - 类 中的方法org.springframework.web.server.session.CookieWebSessionIdResolver
Set the value for the "Max-Age" attribute of the cookie that holds the session id.
setCookieMaxAge(Integer) - 类 中的方法org.springframework.web.util.CookieGenerator
Use the given maximum age (in seconds) for cookies created by this generator.
setCookieName(String) - 类 中的方法org.springframework.web.server.session.CookieWebSessionIdResolver
Set the name of the cookie to use for the session id.
setCookieName(String) - 类 中的方法org.springframework.web.util.CookieGenerator
Use the given name for cookies created by this generator.
setCookiePath(String) - 类 中的方法org.springframework.web.util.CookieGenerator
Use the given path for cookies created by this generator.
setCookies(Cookie...) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
setCookieSecure(boolean) - 类 中的方法org.springframework.web.util.CookieGenerator
Set whether the cookie should only be sent using a secure protocol, such as HTTPS (SSL).
setCorePoolSize(int) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
Set the ThreadPoolExecutor's core pool size.
setCorePoolSize(int) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Set the ThreadPoolExecutor's core pool size.
setCorsConfiguration(CorsConfiguration) - 类 中的方法org.springframework.web.servlet.resource.ResourceHttpRequestHandler
Specify the CORS configuration for resources served by this handler.
setCorsConfigurations(Map<String, CorsConfiguration>) - 类 中的方法org.springframework.web.cors.reactive.UrlBasedCorsConfigurationSource
Set CORS configuration based on URL patterns.
setCorsConfigurations(Map<String, CorsConfiguration>) - 类 中的方法org.springframework.web.cors.UrlBasedCorsConfigurationSource
Set CORS configuration based on URL patterns.
setCorsConfigurations(Map<String, CorsConfiguration>) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMapping
Set "global" CORS configuration based on URL patterns.
setCorsProcessor(CorsProcessor) - 类 中的方法org.springframework.web.filter.CorsFilter
Configure a custom CorsProcessor to use to apply the matched CorsConfiguration for a request.
setCorsProcessor(CorsProcessor) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMapping
Configure a custom CorsProcessor to use to apply the matched CorsConfiguration for a request.
setCreateTemporaryLob(boolean) - 类 中的方法org.springframework.jdbc.support.lob.DefaultLobHandler
Specify whether to copy a byte array / String into a temporary JDBC Blob / Clob object created through the JDBC 4.0 createBlob / createClob methods.
setCreateXmlMapper(boolean) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
If set to true and no custom ObjectMapper has been set, a XmlMapper will be created using its default constructor.
setCredentialsForCurrentThread(String, String) - 类 中的方法org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
Set user credententials for this proxy and the current thread.
setCronExpression(String) - 类 中的方法org.springframework.scheduling.quartz.CronTriggerFactoryBean
Specify the cron expression for this trigger.
setCronTasks(Map<Runnable, String>) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Specify triggered tasks as a Map of Runnables (the tasks) and cron expressions.
setCronTasksList(List<CronTask>) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Specify triggered tasks as a list of CronTask objects.
setCssClass(String) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'class' attribute.
setCssErrorClass(String) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
The CSS class to use when the field bound to a particular tag has errors.
setCssErrorClass(String) - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Unsupported for forms.
setCssStyle(String) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'style' attribute.
setCurrency(Currency) - 类 中的方法org.springframework.format.number.CurrencyStyleFormatter
Specify the currency, if known.
setCurrencyTimeLimit(int) - 类 中的方法org.springframework.jmx.export.metadata.AbstractJmxAttribute
Set a currency time limit for this attribute.
setCurrentTransactionIsolationLevel(Integer) - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationManager
Expose an isolation level for the current transaction.
setCurrentTransactionName(String) - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationManager
Expose the name of the current transaction, if any.
setCurrentTransactionReadOnly(boolean) - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationManager
Expose a read-only flag for the current transaction.
setCustomArgumentResolvers(HandlerMethodArgumentResolver...) - 类 中的方法org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Provide custom resolvers for controller method arguments.
setCustomArgumentResolvers(List<HandlerMethodArgumentResolver>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Provide resolvers for custom argument types.
setCustomArgumentResolvers(List<HandlerMethodArgumentResolver>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Provide resolvers for custom argument types.
setCustomConversions(CustomConversions) - 类 中的方法org.springframework.data.redis.core.convert.MappingRedisConverter
Set CustomConversions to be applied.
setCustomHandlerMapping(Supplier<RequestMappingHandlerMapping>) - 类 中的方法org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Configure factory to create a custom RequestMappingHandlerMapping.
setCustomImplementation(Object) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
Setter to inject a custom repository implementation.
setCustomProperties(Map<String, Object>) - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set custom properties to be set on the stub.
setCustomReturnValueHandlers(HandlerMethodReturnValueHandler...) - 类 中的方法org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Provide custom handlers for controller method return values.
setCustomReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Provide handlers for custom return value types.
setCustomReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Provide handlers for custom return value types.
setCustomSqlExceptionTranslator(SQLExceptionTranslator) - 类 中的方法org.springframework.jdbc.support.SQLErrorCodes
 
setCustomSqlExceptionTranslatorClass(Class<? extends SQLExceptionTranslator>) - 类 中的方法org.springframework.jdbc.support.SQLErrorCodes
 
setCustomTranslations(CustomSQLErrorCodesTranslation...) - 类 中的方法org.springframework.jdbc.support.SQLErrorCodes
 
setDaemon(boolean) - 类 中的方法org.springframework.jmx.support.ConnectorServerFactoryBean
Set whether any threads started for the JMXConnectorServer should be started as daemon threads.
setDaemon(boolean) - 类 中的方法org.springframework.util.CustomizableThreadCreator
Set whether this factory is supposed to create daemon threads, just executing as long as the application itself is running.
setDataAccessResourceFailureCodes(String...) - 类 中的方法org.springframework.jdbc.support.SQLErrorCodes
 
setDatabase(int) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
已过时。
since 2.0, configure the client name using RedisSentinelConfiguration or RedisStandaloneConfiguration.
setDatabase(int) - 类 中的方法org.springframework.data.redis.connection.lettuce.DefaultLettucePool
已过时。
Sets the index of the database used by this connection pool.
setDatabase(int) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Sets the index of the database used by this connection factory.
setDatabase(int) - 类 中的方法org.springframework.data.redis.connection.RedisSentinelConfiguration
Sets the index of the database used by this connection factory.
setDatabase(int) - 类 中的方法org.springframework.data.redis.connection.RedisStandaloneConfiguration
Sets the index of the database used by this connection factory.
setDatabaseCleaner(DatabasePopulator) - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactoryBean
Set a script execution to be run in the bean destruction callback, cleaning up the database and leaving it in a known state for others.
setDatabaseCleaner(DatabasePopulator) - 类 中的方法org.springframework.jdbc.datasource.init.DataSourceInitializer
Set the DatabasePopulator to execute during the bean destruction phase, cleaning up the database and leaving it in a known state for others.
setDatabaseConfigurer(EmbeddedDatabaseConfigurer) - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
Set the strategy that will be used to configure the embedded database instance.
setDatabaseName(String) - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
Set the name of the database.
setDatabasePopulator(DatabasePopulator) - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
Set the strategy that will be used to initialize or populate the embedded database.
setDatabasePopulator(DatabasePopulator) - 类 中的方法org.springframework.jdbc.datasource.init.DataSourceInitializer
Set the DatabasePopulator to execute during the bean initialization phase.
setDatabaseProductName(String) - 类 中的方法org.springframework.jdbc.support.JdbcAccessor
Specify the database product name for the DataSource that this accessor uses.
setDatabaseProductName(String) - 类 中的方法org.springframework.jdbc.support.SQLErrorCodes
Set this property if the database name contains spaces, in which case we can not use the bean name for lookup.
setDatabaseProductName(String) - 类 中的方法org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Set the database product name for this translator.
setDatabaseProductNames(String...) - 类 中的方法org.springframework.jdbc.support.SQLErrorCodes
Set this property to specify multiple database names that contains spaces, in which case we can not use bean names for lookup.
setDatabaseType(EmbeddedDatabaseType) - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
Set the type of embedded database to use.
setDataBinderFactory(WebDataBinderFactory) - 类 中的方法org.springframework.web.method.support.InvocableHandlerMethod
Set the WebDataBinderFactory to be passed to argument resolvers allowing them to create a WebDataBinder for data binding and type conversion purposes.
setDataBufferFactory(DataBufferFactory) - 类 中的方法org.springframework.http.server.reactive.ServletHttpHandlerAdapter
 
setDataBufferFactory(DataBufferFactory) - 类 中的方法org.springframework.http.server.reactive.UndertowHttpHandlerAdapter
 
setDataIntegrityViolationCodes(String...) - 类 中的方法org.springframework.jdbc.support.SQLErrorCodes
 
setDataSource(DataSource) - 类 中的方法org.springframework.jdbc.core.support.JdbcBeanDefinitionReader
Set the DataSource to use to obtain database connections.
setDataSource(DataSource) - 类 中的方法org.springframework.jdbc.core.support.JdbcDaoSupport
Set the JDBC DataSource to be used by this DAO.
setDataSource(DataSource) - 类 中的方法org.springframework.jdbc.datasource.DataSourceTransactionManager
Set the JDBC DataSource that this instance should manage transactions for.
setDataSource(DataSource) - 类 中的方法org.springframework.jdbc.datasource.init.DataSourceInitializer
The DataSource for the database to populate when this component is initialized and to clean up when this component is shut down.
setDataSource(DataSource) - 类 中的方法org.springframework.jdbc.object.RdbmsOperation
Set the JDBC DataSource to obtain connections from.
setDataSource(DataSource) - 类 中的方法org.springframework.jdbc.support.DatabaseStartupValidator
Set the DataSource to validate.
setDataSource(DataSource) - 类 中的方法org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Set the data source to retrieve the value from.
setDataSource(DataSource) - 类 中的方法org.springframework.jdbc.support.JdbcAccessor
Set the JDBC DataSource to obtain connections from.
setDataSource(DataSource) - 类 中的方法org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Set the DataSource for this translator.
setDataSource(DataSource) - 类 中的方法org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the default DataSource to be used by the Scheduler.
setDataSource(DataSource) - 类 中的方法org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
Set the DataSource, typically provided via Dependency Injection.
setDataSource(DataSource) - 类 中的方法org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
Set the DataSource, typically provided via Dependency Injection.
setDataSourceFactory(DataSourceFactory) - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Set the factory to use to create the DataSource instance that connects to the embedded database.
setDataSourceFactory(DataSourceFactory) - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
Set the factory to use to create the DataSource instance that connects to the embedded database.
setDataSourceLookup(DataSourceLookup) - 类 中的方法org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
Set the DataSourceLookup implementation to use for resolving data source name Strings in the targetDataSources map.
setDataSources(Map<String, DataSource>) - 类 中的方法org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
Set the Map of DataSources; the keys are Strings, the values are actual DataSource instances.
setDate(long) - 类 中的方法org.springframework.http.HttpHeaders
Set the date and time at which the message was created, as specified by the Date header.
setDate(String, long) - 类 中的方法org.springframework.http.HttpHeaders
Set the given date under the given header name after formatting it as a string using the RFC-1123 date-time formatter.
setDateFormat(DateFormat) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Define the format for date/time with the given DateFormat.
setDateFormatPattern(String) - 类 中的方法org.springframework.http.converter.json.GsonFactoryBean
Define the date/time format with a SimpleDateFormat-style pattern.
setDateFormatter(DateTimeFormatter) - 类 中的方法org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
Set the formatter that will be used for objects representing date values.
setDateFormatter(DateTimeFormatter) - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
Set the formatter that will be used for objects representing date values.
setDateHeader(String, long) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
setDateStyle(String) - 类 中的方法org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
Set the default format style of Joda LocalDate objects.
setDateStyle(FormatStyle) - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterFactory
Set the style to use for date types.
setDateStyle(FormatStyle) - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
Set the default format style of LocalDate objects.
setDateTimeContext(DateTimeContext) - 类 中的静态方法org.springframework.format.datetime.standard.DateTimeContextHolder
Associate the given DateTimeContext with the current thread.
setDateTimeFormatter(DateTimeFormatter) - 类 中的方法org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
Set the formatter that will be used for objects representing date and time values.
setDateTimeFormatter(DateTimeFormatter) - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
Set the formatter that will be used for objects representing date and time values.
setDateTimeStyle(String) - 类 中的方法org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
Set the default format style of Joda LocalDateTime and DateTime objects, as well as JDK Date and Calendar objects.
setDateTimeStyle(FormatStyle) - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterFactory
Set the style to use for date and time types.
setDateTimeStyle(FormatStyle) - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
Set the default format style of LocalDateTime objects.
setDeadlockLoserCodes(String...) - 类 中的方法org.springframework.jdbc.support.SQLErrorCodes
 
setDebug(boolean) - 类 中的方法org.springframework.remoting.caucho.HessianClientInterceptor
Set whether Hessian's debug mode should be enabled.
setDebug(boolean) - 类 中的方法org.springframework.remoting.caucho.HessianExporter
Set whether Hessian's debug mode should be enabled, logging to this exporter's Commons Logging log.
setDefaultAutoCommit(boolean) - 类 中的方法org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Set the default auto-commit mode to expose when no target Connection has been fetched yet (-> actual JDBC Connection default not known yet).
setDefaultCharset(Charset) - 类 中的方法org.springframework.http.codec.FormHttpMessageReader
Set the default character set to use for reading form data when the request Content-Type header does not explicitly specify it.
setDefaultCharset(Charset) - 类 中的方法org.springframework.http.codec.FormHttpMessageWriter
Set the default character set to use for writing form data when the response Content-Type header does not explicitly specify it.
setDefaultCharset(Charset) - 类 中的方法org.springframework.http.converter.AbstractHttpMessageConverter
Set the default character set, if any.
setDefaultContentType(MediaType) - 类 中的方法org.springframework.http.converter.BufferedImageHttpMessageConverter
Sets the default Content-Type to be used for writing.
setDefaultContentType(MediaType) - 类 中的方法org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Set the default content type to use when no content type is requested.
setDefaultContentTypes(List<MediaType>) - 类 中的方法org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Set the default content types to use when no content type is requested.
setDefaultContentTypeStrategy(ContentNegotiationStrategy) - 类 中的方法org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Set a custom ContentNegotiationStrategy to use to determine the content type to use when no content type is requested.
setDefaultCurrencyTimeLimit(Integer) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Set the default for the JMX field "currencyTimeLimit".
setDefaultDomain(String) - 类 中的方法org.springframework.jmx.export.annotation.AnnotationMBeanExporter
Specify the default domain to be used for generating ObjectNames when no source-level metadata has been specified.
setDefaultDomain(String) - 类 中的方法org.springframework.jmx.export.naming.MetadataNamingStrategy
Specify the default domain to be used for generating ObjectNames when no source-level metadata has been specified.
setDefaultDomain(String) - 类 中的方法org.springframework.jmx.support.MBeanServerFactoryBean
Set the default domain to be used by the MBeanServer, to be passed to MBeanServerFactory.createMBeanServer() or MBeanServerFactory.findMBeanServer().
setDefaultEncoding(String) - 类 中的方法org.springframework.mail.javamail.JavaMailSenderImpl
Set the default encoding to use for MimeMessages created by this instance.
setDefaultEncoding(String) - 类 中的方法org.springframework.ui.context.support.ResourceBundleThemeSource
Set the default charset to use for parsing resource bundle files.
setDefaultEncoding(String) - 类 中的方法org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set the default encoding for the FreeMarker configuration.
setDefaultEncoding(String) - 类 中的方法org.springframework.web.multipart.commons.CommonsFileUploadSupport
Set the default character encoding to use for parsing requests, to be applied to headers of individual parts and to form fields.
setDefaultEncoding(String) - 类 中的方法org.springframework.web.util.UrlPathHelper
Set the default character encoding to use for URL decoding.
setDefaultErrorView(String) - 类 中的方法org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Set the name of the default error view.
setDefaultFileTypeMap(FileTypeMap) - 类 中的方法org.springframework.mail.javamail.JavaMailSenderImpl
Set the default Java Activation FileTypeMap to use for MimeMessages created by this instance.
setDefaultFlowStyle(DumperOptions.FlowStyle) - 类 中的方法org.yaml.snakeyaml.DumperOptions
 
setDefaultFlowStyle(DumperOptions.FlowStyle) - 类 中的方法org.yaml.snakeyaml.representer.BaseRepresenter
 
setDefaultHandler(Object) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMapping
Set the default handler for this handler mapping.
setDefaultHtmlEscape(boolean) - 类 中的方法org.springframework.web.servlet.support.RequestContext
(De)activate default HTML escaping for messages and errors, for the scope of this RequestContext.
setDefaultHtmlEscape(boolean) - 类 中的方法org.springframework.web.servlet.tags.HtmlEscapeTag
Set the default value for HTML escaping, to be put into the current PageContext.
setDefaultListenerMethod(String) - 类 中的方法org.springframework.data.redis.listener.adapter.MessageListenerAdapter
Specify the name of the default listener method to delegate to, for the case where no specific listener method has been determined.
setDefaultLocale(Locale) - 类 中的方法org.springframework.web.server.i18n.AcceptHeaderLocaleContextResolver
Configure a fixed default locale to fall back on if the request does not have an "Accept-Language" header (not set by default).
setDefaultLocale(Locale) - 类 中的方法org.springframework.web.servlet.i18n.AbstractLocaleResolver
Set a default Locale that this resolver will return if no other locale found.
setDefaultLocale(Locale) - 类 中的方法org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
Configure a fixed default locale to fall back on if the request does not have an "Accept-Language" header.
setDefaultLocale(Locale) - 类 中的方法org.springframework.web.servlet.i18n.CookieLocaleResolver
Set a fixed Locale that this resolver will return if no cookie found.
setDefaultObject(Object) - 类 中的方法org.springframework.jndi.JndiObjectFactoryBean
Specify a default object to fall back to if the JNDI lookup fails.
setDefaultParentView(String) - 类 中的方法org.springframework.web.servlet.view.ResourceBundleViewResolver
Set the default parent for views defined in the ResourceBundle.
setDefaultProxyTargetClass(boolean) - 类 中的方法org.springframework.scripting.support.ScriptFactoryPostProcessor
Flag to signal that refreshable proxies should be created to proxy the target class not its interfaces.
setDefaultRefreshCheckDelay(long) - 类 中的方法org.springframework.scripting.support.ScriptFactoryPostProcessor
Set the delay between refresh checks, in milliseconds.
setDefaultScalarStyle(DumperOptions.ScalarStyle) - 类 中的方法org.yaml.snakeyaml.DumperOptions
Set default style for scalars.
setDefaultScalarStyle(DumperOptions.ScalarStyle) - 类 中的方法org.yaml.snakeyaml.representer.BaseRepresenter
 
setDefaultSerializer(RedisSerializer<?>) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
Sets the default serializer to use for this template.
setDefaultServletName(String) - 类 中的方法org.springframework.mock.web.MockServletContext
Set the name of the default Servlet.
setDefaultServletName(String) - 类 中的方法org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
Set the name of the default Servlet to be forwarded to for static resource requests.
setDefaultStatusCode(int) - 类 中的方法org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Set the default HTTP status code that this exception resolver will apply if it resolves an error view and if there is no status code mapping defined.
setDefaultTargetDataSource(Object) - 类 中的方法org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
Specify the default target DataSource, if any.
setDefaultThemeName(String) - 类 中的方法org.springframework.web.servlet.theme.AbstractThemeResolver
Set the name of the default theme.
setDefaultThemeName(String) - 类 中的方法org.springframework.web.servlet.theme.CookieThemeResolver
Set the name of the default theme.
setDefaultTimeout(int) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Specify the default timeout that this transaction manager should apply if there is no timeout specified at the transaction level, in seconds.
setDefaultTimeout(long) - 类 中的方法org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
Specify the amount of time, in milliseconds, before asynchronous request handling times out.
setDefaultTimeZone(TimeZone) - 类 中的方法org.springframework.web.servlet.i18n.AbstractLocaleContextResolver
Set a default TimeZone that this resolver will return if no other time zone found.
setDefaultTimeZone(TimeZone) - 类 中的方法org.springframework.web.servlet.i18n.CookieLocaleResolver
Set a fixed TimeZone that this resolver will return if no cookie found.
setDefaultTransactionIsolation(int) - 类 中的方法org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Set the default transaction isolation level to expose when no target Connection has been fetched yet (-> actual JDBC Connection default not known yet).
setDefaultTransactionIsolationName(String) - 类 中的方法org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy
Set the default transaction isolation level by the name of the corresponding constant in Connection, e.g.
setDefaultTyping(TypeResolverBuilder<?>) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Specify a TypeResolverBuilder to use for Jackson's default typing.
setDefaultUriVariables(Map<String, ?>) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
Configure default URI variable values.
setDefaultUriVariables(Map<String, ?>) - 类 中的方法org.springframework.web.client.RestTemplate
Configure default URI variable values.
setDefaultUriVariables(Map<String, ?>) - 类 中的方法org.springframework.web.util.AbstractUriTemplateHandler
已过时。
Configure default URI variable values to use with every expanded URI template.
setDefaultUriVariables(Map<String, ?>) - 类 中的方法org.springframework.web.util.DefaultUriBuilderFactory
Provide default URI variable values to use when expanding URI templates with a Map of variables.
setDefaultUseWrapper(boolean) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Define if a wrapper will be used for indexed (List, array) properties or not by default (only applies to XmlMapper).
setDefaultValue(Object) - 类 中的方法org.springframework.jmx.export.metadata.ManagedAttribute
Set the default value of this attribute.
setDefaultViewInclusion(boolean) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Shortcut for MapperFeature.DEFAULT_VIEW_INCLUSION option.
setDefaultViews(List<View>) - 类 中的方法org.springframework.web.servlet.view.ContentNegotiatingViewResolver
Set the default views to use when a more specific view can not be obtained from the ViewResolver chain.
setDeferredResultInterceptors(List<DeferredResultProcessingInterceptor>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Configure DeferredResultProcessingInterceptor's to register on async requests.
setDefinitions(String...) - 类 中的方法org.springframework.web.servlet.view.tiles3.TilesConfigurer
Set the Tiles definitions, i.e. the list of files containing the definitions.
setDefinitionsFactoryClass(Class<? extends DefinitionsFactory>) - 类 中的方法org.springframework.web.servlet.view.tiles3.TilesConfigurer
Set the org.apache.tiles.definition.DefinitionsFactory implementation to use.
setDelay(long) - 类 中的方法org.springframework.scheduling.commonj.ScheduledTimerListener
Set the delay before starting the task for the first time, in milliseconds.
setDelay(long) - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorTask
Set the delay before starting the task for the first time, in milliseconds.
setDelegate(Object) - 类 中的方法org.springframework.data.redis.listener.adapter.MessageListenerAdapter
Set a target object to delegate message listening to.
setDelegate(Property) - 类 中的方法org.yaml.snakeyaml.introspector.PropertySubstitute
 
setDeleteSpecificValues(boolean) - 类 中的方法org.springframework.jdbc.support.incrementer.AbstractIdentityColumnMaxValueIncrementer
Specify whether to delete the entire range below the current maximum key value (false - the default), or the specifically generated values (true).
setDelimiter(String) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Set the delimiter to be used between each 'input type="checkbox/radio"' tag.
setDelimiter(String) - 类 中的方法org.springframework.web.servlet.tags.form.ErrorsTag
Set the delimiter to be used between error messages.
setDescendingOrder(int) - 类 中的方法org.springframework.util.comparator.CompoundComparator
已过时。
Change the sort order at the given index to descending sort.
setDescription(String) - 类 中的方法org.springframework.jmx.export.metadata.AbstractJmxAttribute
Set a description for this attribute.
setDescription(String) - 类 中的方法org.springframework.jmx.export.metadata.ManagedNotification
Set a description for this notification.
setDescription(String) - 类 中的方法org.springframework.jmx.export.metadata.ManagedOperationParameter
Set a description for this parameter.
setDescription(String) - 类 中的方法org.springframework.scheduling.quartz.CronTriggerFactoryBean
Associate a textual description with this trigger.
setDescription(String) - 类 中的方法org.springframework.scheduling.quartz.JobDetailFactoryBean
Set a textual description for this job.
setDescription(String) - 类 中的方法org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
Associate a textual description with this trigger.
setDescriptor(String) - 类 中的方法org.springframework.transaction.interceptor.DefaultTransactionAttribute
Set a descriptor for this transaction attribute, e.g. indicating where the attribute is applying.
setDeserializationView(Class<?>) - 类 中的方法org.springframework.http.converter.json.MappingJacksonInputMessage
 
setDeserializePipelineAndTxResults(boolean) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
Specifies if pipelined and tx results should be deserialized to Strings.
setDeserializers(JsonDeserializer<?>...) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Configure custom deserializers.
setDeserializersByType(Map<Class<?>, JsonDeserializer<?>>) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Configure custom deserializers for the given types.
setDetectAllHandlerAdapters(boolean) - 类 中的方法org.springframework.web.servlet.DispatcherServlet
Set whether to detect all HandlerAdapter beans in this servlet's context.
setDetectAllHandlerExceptionResolvers(boolean) - 类 中的方法org.springframework.web.servlet.DispatcherServlet
Set whether to detect all HandlerExceptionResolver beans in this servlet's context.
setDetectAllHandlerMappings(boolean) - 类 中的方法org.springframework.web.servlet.DispatcherServlet
Set whether to detect all HandlerMapping beans in this servlet's context.
setDetectAllViewResolvers(boolean) - 类 中的方法org.springframework.web.servlet.DispatcherServlet
Set whether to detect all ViewResolver beans in this servlet's context.
setDetectHandlerMethodsInAncestorContexts(boolean) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Whether to detect handler methods in beans in ancestor ApplicationContexts.
setDetectHandlersInAncestorContexts(boolean) - 类 中的方法org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping
Set whether to detect handler beans in ancestor ApplicationContexts.
setDifferenceEvaluator(DifferenceEvaluator) - 类 中的方法org.xmlunit.diff.AbstractDifferenceEngine
 
setDifferenceEvaluator(DifferenceEvaluator) - 接口 中的方法org.xmlunit.diff.DifferenceEngine
Evaluates the severity of a difference.
setDir(String) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'dir' attribute.
setDirectFieldAccess(boolean) - 类 中的方法org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Set whether to use direct field access instead of bean property access.
setDisableCaching(boolean) - 类 中的方法org.springframework.web.servlet.view.json.AbstractJackson2View
Disables caching of the generated JSON.
setDisabled(boolean) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Set the value of the 'disabled' attribute.
setDisabled(boolean) - 类 中的方法org.springframework.web.servlet.tags.form.ButtonTag
Set the value of the 'disabled' attribute.
setDisabled(boolean) - 类 中的方法org.springframework.web.servlet.tags.form.HiddenInputTag
Set the value of the 'disabled' attribute.
setDisabled(boolean) - 类 中的方法org.springframework.web.servlet.tags.form.OptionsTag
Set the value of the 'disabled' attribute.
setDisabled(boolean) - 类 中的方法org.springframework.web.servlet.tags.form.OptionTag
Set the value of the 'disabled' attribute.
setDisableHtmlEscaping(boolean) - 类 中的方法org.springframework.http.converter.json.GsonFactoryBean
Whether to use the GsonBuilder#disableHtmlEscaping() when writing JSON.
setDisallowedFields(String...) - 类 中的方法org.springframework.validation.DataBinder
Register fields that should not be allowed for binding.
setDispatcherType(DispatcherType) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
setDispatchOptionsRequest(boolean) - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Set whether this servlet should dispatch an HTTP OPTIONS request to the FrameworkServlet.doService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) method.
setDispatchTraceRequest(boolean) - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Set whether this servlet should dispatch an HTTP TRACE request to the FrameworkServlet.doService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) method.
setDisplayName(String) - 类 中的方法org.springframework.jmx.export.metadata.ManagedMetric
A display name for this metric.
setDocTypeInternalSubset(String) - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
Set the internal subset Id for the DTD declaration written when marshalling.
setDocTypePublicId(String) - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
Set the public id for the DTD declaration written when marshalling.
setDocTypeRootElementName(String) - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
Set the root element name for the DTD declaration written when marshalling.
setDoctypes(Map<String, String>) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Set the map containing document type definition for the marshaller.
setDocTypeSystemId(String) - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
Set the system id for the DTD declaration written when marshalling.
setDocumentBuilderFactory(DocumentBuilderFactory) - 类 中的方法org.xmlunit.diff.DOMDifferenceEngine
Sets the DocumentBuilderFactory to use when creating a Document from the Sources to compare.
setDomain(String) - 类 中的方法org.springframework.mock.web.MockSessionCookieConfig
 
setDriver(Driver) - 类 中的方法org.springframework.jdbc.datasource.SimpleDriverDataSource
Specify the JDBC Driver instance to use.
setDriverClass(Class<? extends Driver>) - 接口 中的方法org.springframework.jdbc.datasource.embedded.ConnectionProperties
Set the JDBC driver class to use to connect to the database.
setDriverClass(Class<? extends Driver>) - 类 中的方法org.springframework.jdbc.datasource.SimpleDriverDataSource
Specify the JDBC Driver implementation class to use.
setDriverClassName(String) - 类 中的方法org.springframework.jdbc.datasource.DriverManagerDataSource
Set the JDBC driver class name.
setDummyName(String) - 类 中的方法org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
Set the name of the dummy column.
setDuplicateKeyCodes(String...) - 类 中的方法org.springframework.jdbc.support.SQLErrorCodes
 
setDurability(boolean) - 类 中的方法org.springframework.scheduling.quartz.JobDetailFactoryBean
Specify the job's durability, i.e. whether it should remain stored in the job store even if no triggers point to it anymore.
setDynamicAttribute(String, String, Object) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
setEffectiveMajorVersion(int) - 类 中的方法org.springframework.mock.web.MockServletContext
 
setEffectiveMinorVersion(int) - 类 中的方法org.springframework.mock.web.MockServletContext
 
setElement(String) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Set the HTML element used to enclose the 'input type="checkbox/radio"' tag.
setElement(String) - 类 中的方法org.springframework.web.servlet.tags.form.ErrorsTag
Set the HTML element must be used to render the error messages.
setEmbeddedValueResolver(StringValueResolver) - 类 中的方法org.springframework.format.support.FormattingConversionService
 
setEmbeddedValueResolver(StringValueResolver) - 类 中的方法org.springframework.format.support.FormattingConversionServiceFactoryBean
 
setEmbeddedValueResolver(StringValueResolver) - 类 中的方法org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
 
setEmbeddedValueResolver(StringValueResolver) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
 
setEmbeddedValueResolver(StringValueResolver) - 类 中的方法org.springframework.web.servlet.resource.ResourceHttpRequestHandler
 
setEnabled(boolean) - 类 中的方法org.springframework.jdbc.datasource.init.DataSourceInitializer
Flag to explicitly enable or disable the database populator and database cleaner.
setEnableDefaultSerializer(boolean) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
setEnableDefaultTransactions(boolean) - 类 中的方法org.springframework.data.repository.core.support.TransactionalRepositoryFactoryBeanSupport
Configures whether to enable the default transactions configured at the repository base implementation class.
setEnableKeyspaceEvents(RedisKeyValueAdapter.EnableKeyspaceEvents) - 类 中的方法org.springframework.data.redis.core.RedisKeyValueAdapter
setEnableTransactionSupport(boolean) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
If set to true RedisTemplate will use MULTI...EXEC|DISCARD to keep track of operations.
setEncoding(String) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Set the encoding to be used for stream access.
setEncoding(String) - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
Set the document encoding using for marshalling.
setEncoding(String) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
Set the encoding to be used for stream access.
setEncoding(String) - 类 中的方法org.springframework.scripting.support.ResourceScriptSource
Set the encoding used for reading the script resource.
setEncoding(String) - 类 中的方法org.springframework.web.filter.CharacterEncodingFilter
Set the encoding to use for requests.
setEncoding(String) - 类 中的方法org.springframework.web.servlet.view.freemarker.FreeMarkerView
Set the encoding of the FreeMarker template file.
setEncoding(JsonEncoding) - 类 中的方法org.springframework.web.servlet.view.json.AbstractJackson2View
Set the JsonEncoding for this view.
setEncodingMode(DefaultUriBuilderFactory.EncodingMode) - 类 中的方法org.springframework.web.util.DefaultUriBuilderFactory
Specify the EncodingMode to use when building URIs.
setEncodingScheme(String) - 类 中的方法org.springframework.web.servlet.view.RedirectView
Set the encoding scheme for this view.
setEnctype(String) - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Set the value of the 'enctype' attribute.
setEndMark(Mark) - 类 中的方法org.yaml.snakeyaml.nodes.CollectionNode
 
setEndpointAddress(String) - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set the endpoint address to specify on the stub.
setEndpointFeatures(WebServiceFeature...) - 类 中的方法org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Specify WebServiceFeature objects (e.g. as inner bean definitions) to apply to JAX-WS endpoint creation.
setEndpointProperties(Map<String, Object>) - 类 中的方法org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Set the property bag for the endpoint, including properties such as "javax.xml.ws.wsdl.service" or "javax.xml.ws.wsdl.port".
setEnforceReadOnly(boolean) - 类 中的方法org.springframework.jdbc.datasource.DataSourceTransactionManager
Specify whether to enforce the read-only nature of a transaction (as indicated by TransactionDefinition.isReadOnly() through an explicit statement on the transactional connection: "SET TRANSACTION READ ONLY" as understood by Oracle, MySQL and Postgres.
setEngine(ScriptEngine) - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
Set the ScriptEngine to use by the view.
setEngine(ScriptEngine) - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateView
setEngineName(String) - 类 中的方法org.springframework.scripting.support.StandardScriptEvaluator
Set the name of the script engine for evaluating the scripts (e.g.
setEngineName(String) - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
Set the engine name that will be used to instantiate the ScriptEngine.
setEngineName(String) - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateView
setEnsureUniqueRuntimeObjectNames(boolean) - 类 中的方法org.springframework.jmx.export.MBeanExporter
Indicates whether Spring should ensure that ObjectNames generated by the configured ObjectNamingStrategy for runtime-registered MBeans (MBeanExporter.registerManagedResource(java.lang.Object)) should get modified: to ensure uniqueness for every instance of a managed Class.
setEntityResolver(EntityResolver) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Set the EntityResolver to be used during unmarshalling.
setEnvironment(Environment) - 类 中的方法org.springframework.data.repository.config.RepositoryBeanDefinitionRegistrarSupport
 
setEnvironment(Environment) - 类 中的方法org.springframework.data.util.AnnotatedTypeScanner
 
setEnvironment(Map<String, ?>) - 类 中的方法org.springframework.jmx.access.MBeanClientInterceptor
Specify the environment for the JMX connector.
setEnvironment(Map<String, ?>) - 类 中的方法org.springframework.jmx.access.NotificationListenerRegistrar
Specify the environment for the JMX connector.
setEnvironment(Properties) - 类 中的方法org.springframework.jmx.support.ConnectorServerFactoryBean
Set the environment properties used to construct the JMXConnectorServer as java.util.Properties (String key/value pairs).
setEnvironment(Properties) - 类 中的方法org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Set the environment properties used to construct the JMXConnector as java.util.Properties (String key/value pairs).
setEnvironment(Properties) - 类 中的方法org.springframework.jndi.JndiTemplate
Set the environment for the JNDI InitialContext.
setEnvironment(Environment) - 类 中的方法org.springframework.web.filter.GenericFilterBean
Set the Environment that this filter runs in.
setEnvironment(Environment) - 类 中的方法org.springframework.web.servlet.HttpServletBean
Set the Environment that this servlet runs in.
setEnvironmentMap(Map<String, ?>) - 类 中的方法org.springframework.jmx.support.ConnectorServerFactoryBean
Set the environment properties used to construct the JMXConnector as a Map of String keys and arbitrary Object values.
setEnvironmentMap(Map<String, ?>) - 类 中的方法org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Set the environment properties used to construct the JMXConnector as a Map of String keys and arbitrary Object values.
setErrorCodes(String...) - 类 中的方法org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
Set the SQL error codes to match.
setErrorHandler(ErrorHandler) - 类 中的方法org.springframework.data.redis.listener.RedisMessageListenerContainer
Set an ErrorHandler to be invoked in case of any uncaught exceptions thrown while processing a Message.
setErrorHandler(ErrorHandler) - 类 中的方法org.springframework.scheduling.commonj.TimerManagerTaskScheduler
Provide an ErrorHandler strategy.
setErrorHandler(ErrorHandler) - 类 中的方法org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
Provide an ErrorHandler strategy.
setErrorHandler(ErrorHandler) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
Set a custom ErrorHandler strategy.
setErrorHandler(ResponseErrorHandler) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
Set the error handler.
setErrorHandler(ResponseErrorHandler) - 类 中的方法org.springframework.web.client.RestTemplate
Set the error handler.
setErrorListener(ErrorListener) - 类 中的方法org.springframework.web.servlet.view.xslt.XsltView
Set an implementation of the ErrorListener interface for custom handling of transformation errors and warnings.
setErrorListener(ErrorListener) - 类 中的方法org.springframework.web.servlet.view.xslt.XsltViewResolver
Set an implementation of the ErrorListener interface for custom handling of transformation errors and warnings.
setErrorListener(ErrorListener) - 类 中的方法org.xmlunit.transform.Transformation
Set the error listener for the transformation.
setErrorResult(Object) - 类 中的方法org.springframework.web.context.request.async.DeferredResult
Set an error value for the DeferredResult and handle it.
setETag(String) - 类 中的方法org.springframework.http.HttpHeaders
Set the (new) entity tag of the body, as specified by the ETag header.
setEvaluationContext(EvaluationContext) - 类 中的方法org.springframework.expression.spel.standard.SpelExpression
Set the evaluation context that will be used if none is specified on an evaluation call.
setEvaluationContextProvider(EvaluationContextProvider) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
Sets the EvaluationContextProvider to be used to evaluate SpEL expressions in manually defined queries.
setEvaluationContextProvider(EvaluationContextProvider) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactorySupport
Sets the EvaluationContextProvider to be used to evaluate SpEL expressions in manually defined queries.
setEx(byte[], long, byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
setEx(byte[], long, byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
setEx(String, long, String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
setEX(ByteBuffer, ByteBuffer, Expiration) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Set key value pair and Expiration.
setEX(Publisher<ReactiveStringCommands.SetCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Set key value pairs and Expiration.
setEx(byte[], long, byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisStringCommands
Set the value and expiration in seconds for key.
setEx(String, long, String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Set the value and expiration in seconds for key.
setException(Throwable) - 类 中的方法org.springframework.remoting.support.RemoteInvocationResult
Set the exception thrown by an unsuccessful invocation of the target method, if any.
setException(Throwable) - 类 中的方法org.springframework.util.concurrent.SettableListenableFuture
Set the exception of this future.
setExceptionAttribute(String) - 类 中的方法org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Set the name of the model attribute as which the exception should be exposed.
setExceptionClass(Class<?>) - 类 中的方法org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
Set the exception class for the specified error codes.
setExceptionHandler(AsyncUncaughtExceptionHandler) - 类 中的方法org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
Set the AsyncUncaughtExceptionHandler to use to handle uncaught exceptions thrown by asynchronous method executions.
setExceptionMappings(Properties) - 类 中的方法org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Set the mappings between exception class names and error view names.
setExceptionResolvers(List<HandlerExceptionResolver>) - 类 中的方法org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
Set the list of exception resolvers to delegate to.
setExceptionTranslator(SQLExceptionTranslator) - 类 中的方法org.springframework.jdbc.support.JdbcAccessor
Set the exception translator for this instance.
setExcludedBeans(String...) - 类 中的方法org.springframework.jmx.export.MBeanExporter
Set the list of names for beans that should be excluded from autodetection.
setExcludedExceptions(Class<?>...) - 类 中的方法org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Set one or more exceptions to be excluded from the exception mappings.
setExcludes(String...) - 类 中的方法org.yaml.snakeyaml.TypeDescription
 
setExecutor(Executor) - 类 中的方法org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Set the JDK concurrent executor to use for dispatching incoming requests to exported service instances.
setExecutor(Executor) - 类 中的方法org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Set the JDK concurrent executor to use for asynchronous executions that require callbacks.
setExecutor(Executor) - 类 中的方法org.springframework.remoting.support.SimpleHttpServerFactoryBean
Set the JDK concurrent executor to use for dispatching incoming requests.
setExecutor(Executor) - 类 中的方法org.springframework.scheduling.annotation.AsyncAnnotationBeanPostProcessor
Set the Executor to use when invoking methods asynchronously.
setExpandUriTemplateVariables(boolean) - 类 中的方法org.springframework.web.servlet.view.RedirectView
Whether to treat the redirect URL as a URI template.
setExpectedType(Class<?>) - 类 中的方法org.springframework.jndi.JndiObjectLocator
Specify the type that the located JNDI object is supposed to be assignable to, if any.
setExpirationTime(long) - 类 中的方法org.springframework.web.servlet.FlashMap
Set the expiration time for the FlashMap.
setExpires(ZonedDateTime) - 类 中的方法org.springframework.http.HttpHeaders
Set the duration after which the message is no longer valid, as specified by the Expires header.
setExpires(long) - 类 中的方法org.springframework.http.HttpHeaders
Set the date and time at which the message is no longer valid, as specified by the Expires header.
setExplicitEnd(boolean) - 类 中的方法org.yaml.snakeyaml.DumperOptions
 
setExplicitStart(boolean) - 类 中的方法org.yaml.snakeyaml.DumperOptions
 
setExposeAccessContext(boolean) - 类 中的方法org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Set whether to expose the JNDI environment context for all access to the target EJB, i.e. for all method invocations on the exposed object reference.
setExposeAccessContext(boolean) - 类 中的方法org.springframework.jndi.JndiObjectFactoryBean
Set whether to expose the JNDI environment context for all access to the target object, i.e. for all method invocations on the exposed object reference.
setExposeAccessContext(boolean) - 类 中的方法org.springframework.remoting.rmi.JndiRmiClientInterceptor
Set whether to expose the JNDI environment context for all access to the target RMI stub, i.e. for all method invocations on the exposed object reference.
setExposeClassDescriptor(boolean) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Set whether to expose the JMX descriptor field "class" for managed operations.
setExposeConnection(boolean) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
Sets whether to expose the Redis connection to RedisCallback code.
setExposeContextBeansAsAttributes(boolean) - 类 中的方法org.springframework.web.servlet.view.AbstractView
Set whether to make all Spring beans in the application context accessible as request attributes, through lazy checking once an attribute gets accessed.
setExposeContextBeansAsAttributes(boolean) - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
Set whether to make all Spring beans in the application context accessible as request attributes, through lazy checking once an attribute gets accessed.
setExposedContextBeanNames(String...) - 类 中的方法org.springframework.web.servlet.view.AbstractView
Specify the names of beans in the context which are supposed to be exposed.
setExposedContextBeanNames(String...) - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
Specify the names of beans in the context which are supposed to be exposed.
setExposedHeaders(List<String>) - 类 中的方法org.springframework.web.cors.CorsConfiguration
Set the list of response headers other than simple headers (i.e.
setExposeJstlAttributes(boolean) - 类 中的方法org.springframework.web.servlet.view.tiles3.TilesView
Whether to expose JSTL attributes.
setExposeManagedResourceClassLoader(boolean) - 类 中的方法org.springframework.jmx.export.MBeanExporter
Indicates whether or not the managed resource should be exposed on the thread context ClassLoader before allowing any invocations on the MBean to occur.
setExposeModelAttributes(boolean) - 类 中的方法org.springframework.web.servlet.view.RedirectView
Set the exposeModelAttributes flag which denotes whether or not model attributes should be exposed as HTTP query parameters.
setExposePathVariables(boolean) - 类 中的方法org.springframework.web.servlet.view.AbstractView
Specify whether to add path variables to the model or not.
setExposePathVariables(Boolean) - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
Specify whether views resolved by this resolver should add path variables to the model or not.
setExposeRequestAttributes(boolean) - 类 中的方法org.springframework.web.servlet.view.AbstractTemplateView
Set whether all request attributes should be added to the model prior to merging with the template.
setExposeRequestAttributes(boolean) - 类 中的方法org.springframework.web.servlet.view.AbstractTemplateViewResolver
Set whether all request attributes should be added to the model prior to merging with the template.
setExposeSchedulerInRepository(boolean) - 类 中的方法org.springframework.scheduling.quartz.SchedulerFactoryBean
Set whether to expose the Spring-managed Scheduler instance in the Quartz SchedulerRepository.
setExposeSessionAttributes(boolean) - 类 中的方法org.springframework.web.servlet.view.AbstractTemplateView
Set whether all HttpSession attributes should be added to the model prior to merging with the template.
setExposeSessionAttributes(boolean) - 类 中的方法org.springframework.web.servlet.view.AbstractTemplateViewResolver
Set whether all HttpSession attributes should be added to the model prior to merging with the template.
setExposeSpringMacroHelpers(boolean) - 类 中的方法org.springframework.web.servlet.view.AbstractTemplateView
Set whether to expose a RequestContext for use by Spring's macro library, under the name "springMacroRequestContext".
setExposeSpringMacroHelpers(boolean) - 类 中的方法org.springframework.web.servlet.view.AbstractTemplateViewResolver
Set whether to expose a RequestContext for use by Spring's macro library, under the name "springMacroRequestContext".
setExposeUnconfigurableExecutor(boolean) - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
Specify whether this FactoryBean should expose an unconfigurable decorator for the created executor.
setExposeUnconfigurableExecutor(boolean) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
Specify whether this FactoryBean should expose an unconfigurable decorator for the created executor.
setExpression(String) - 类 中的方法org.springframework.web.servlet.tags.EvalTag
Set the expression to evaluate.
setExtractValueFromSingleKeyModel(boolean) - 类 中的方法org.springframework.web.servlet.view.json.MappingJackson2JsonView
Set whether to serialize models containing a single attribute as a map or whether to extract the single value from the model and serialize it directly.
setFactory(JsonFactory) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Define the JsonFactory to be used to create the ObjectMapper instance.
setFactory(TransformerFactory) - 类 中的方法org.xmlunit.transform.Transformation
Set the TraX factory to use.
setFactory(Schedulers.Factory) - 类 中的静态方法reactor.core.scheduler.Schedulers
Replace Schedulers factories (newParallel, newSingle and newElastic).
setFailEarlyOnGlobalRollbackOnly(boolean) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Set whether to fail early in case of the transaction being globally marked as rollback-only.
setFailOnEmptyBeans(boolean) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Shortcut for SerializationFeature.FAIL_ON_EMPTY_BEANS option.
setFailOnUnknownProperties(boolean) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Shortcut for DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES option.
setFallbackKeySpaceResolver(KeySpaceResolver) - 类 中的方法org.springframework.data.redis.core.mapping.RedisMappingContext
Configures the KeySpaceResolver to be used if not explicit key space is annotated to the domain type.
setFallbackPageable(Pageable) - 类 中的方法org.springframework.data.web.PageableHandlerMethodArgumentResolver
Configures the Pageable to be used as fallback in case no PageableDefault or PageableDefault (the latter only supported in legacy mode) can be found at the method parameter to be resolved.
setFallbackSort(Sort) - 类 中的方法org.springframework.data.web.SortHandlerMethodArgumentResolver
Configures the Sort to be used as fallback in case no SortDefault or SortDefault.SortDefaults (the latter only supported in legacy mode) can be found at the method parameter to be resolved.
setFallbackToSystemLocale(boolean) - 类 中的方法org.springframework.ui.context.support.ResourceBundleThemeSource
Set whether to fall back to the system Locale if no files for a specific Locale have been found.
setFallbackTranslator(SQLExceptionTranslator) - 类 中的方法org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
Override the default SQL state fallback translator (typically a SQLStateSQLExceptionTranslator).
setFavorParameter(boolean) - 类 中的方法org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Whether a request parameter ("format" by default) should be used to determine the requested media type.
setFavorPathExtension(boolean) - 类 中的方法org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Whether the path extension in the URL path should be used to determine the requested media type.
setFeaturesToDisable(Object...) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Specify features to disable.
setFeaturesToEnable(Object...) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Specify features to enable.
setFeedType(String) - 类 中的方法org.springframework.web.servlet.view.feed.AbstractAtomFeedView
Set the Rome feed type to use.
setFetchSize(int) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
Set the fetch size for this JdbcTemplate.
setFetchSize(int) - 类 中的方法org.springframework.jdbc.object.RdbmsOperation
Set the fetch size for this RDBMS operation.
setField(Field, Object, Object) - 类 中的静态方法org.springframework.data.util.ReflectionUtils
Sets the given field on the given object to the given value.
setField(Object, String, Object) - 类 中的静态方法org.springframework.test.util.ReflectionTestUtils
Set the field with the given name on the provided targetObject to the supplied value.
setField(Object, String, Object, Class<?>) - 类 中的静态方法org.springframework.test.util.ReflectionTestUtils
Set the field with the given name/type on the provided targetObject to the supplied value.
setField(Class<?>, String, Object) - 类 中的静态方法org.springframework.test.util.ReflectionTestUtils
Set the static field with the given name on the provided targetClass to the supplied value.
setField(Class<?>, String, Object, Class<?>) - 类 中的静态方法org.springframework.test.util.ReflectionTestUtils
Set the static field with the given name/type on the provided targetClass to the supplied value.
setField(Object, Class<?>, String, Object, Class<?>) - 类 中的静态方法org.springframework.test.util.ReflectionTestUtils
Set the field with the given name/type on the provided targetObject/targetClass to the supplied value.
setField(Field, Object, Object) - 类 中的静态方法org.springframework.util.ReflectionUtils
Set the field represented by the supplied field object on the specified target object to the specified value.
setFieldAliases(Map<String, String>) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
Set the field alias/type map, consisting of field names.
setFieldDefaultPrefix(String) - 类 中的方法org.springframework.web.bind.WebDataBinder
Specify a prefix that can be used for parameters that indicate default value fields, having "prefix + field" as name.
setFieldMarkerPrefix(String) - 类 中的方法org.springframework.web.bind.WebDataBinder
Specify a prefix that can be used for parameters that mark potentially empty fields, having "prefix + field" as name.
setFileTypeMap(FileTypeMap) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Set the Java Activation Framework FileTypeMap to use for determining the content type of inline content and attachments that get added to the message.
setFilters(FilterProvider) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Set the global filters to use in order to support @JsonFilter annotated POJO.
setFilters(FilterProvider) - 类 中的方法org.springframework.http.converter.json.MappingJacksonValue
Set the Jackson filter provider to serialize the POJO with.
setFilters(List<Filter>) - 类 中的方法org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Register common Filters to be applied to all detected WebService annotated beans.
setFilters(List<Filter>) - 类 中的方法org.springframework.remoting.support.SimpleHttpServerFactoryBean
Register common Filters to be applied to all locally registered contexts.
setFilters(List<? extends Filter>) - 类 中的方法org.springframework.web.filter.CompositeFilter
 
setFindModulesViaServiceLoader(boolean) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Set whether to let Jackson find available modules via the JDK ServiceLoader, based on META-INF metadata in the classpath.
setFixedDelayTasks(Map<Runnable, Long>) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Specify triggered tasks as a Map of Runnables (the tasks) and fixed-delay values.
setFixedDelayTasksList(List<IntervalTask>) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Specify fixed-delay tasks as a list of IntervalTask objects.
setFixedRate(boolean) - 类 中的方法org.springframework.scheduling.commonj.ScheduledTimerListener
Set whether to schedule as fixed-rate execution, rather than fixed-delay execution.
setFixedRate(boolean) - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorTask
Set whether to schedule as fixed-rate execution, rather than fixed-delay execution.
setFixedRate(boolean) - 类 中的方法org.springframework.scheduling.support.PeriodicTrigger
Specify whether the periodic interval should be measured between the scheduled start times rather than between actual completion times.
setFixedRateTasks(Map<Runnable, Long>) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Specify triggered tasks as a Map of Runnables (the tasks) and fixed-rate values.
setFixedRateTasksList(List<IntervalTask>) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Specify fixed-rate tasks as a list of IntervalTask objects.
setFlashMapManager(FlashMapManager) - 类 中的方法org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Provide a custom FlashMapManager instance.
setFlashMapTimeout(int) - 类 中的方法org.springframework.web.servlet.support.AbstractFlashMapManager
Set the amount of time in seconds after a FlashMap is saved (at request completion) and before it expires.
setFlowStyle(Boolean) - 类 中的方法org.yaml.snakeyaml.nodes.CollectionNode
 
setFor(String) - 类 中的方法org.springframework.web.servlet.tags.form.LabelTag
Set the value of the 'for' attribute.
setForceEncoding(boolean) - 类 中的方法org.springframework.web.filter.CharacterEncodingFilter
Set whether the configured encoding of this filter is supposed to override existing request and response encodings.
setForceFirstAndLastRels(boolean) - 类 中的方法org.springframework.data.web.PagedResourcesAssembler
Configures whether to always add first and last links to the PagedResources created.
setForceRequestEncoding(boolean) - 类 中的方法org.springframework.web.filter.CharacterEncodingFilter
Set whether the configured encoding of this filter is supposed to override existing request encodings.
setForceResponseEncoding(boolean) - 类 中的方法org.springframework.web.filter.CharacterEncodingFilter
Set whether the configured encoding of this filter is supposed to override existing response encodings.
setFormatName(String) - 类 中的方法org.springframework.format.number.money.MonetaryAmountFormatter
Specify the format name, to be resolved by the JSR-354 provider at runtime.
setFormatter(DateFormatter) - 类 中的方法org.springframework.format.datetime.DateFormatterRegistrar
Set a global date formatter to register.
setFormatterRegistrars(Set<FormatterRegistrar>) - 类 中的方法org.springframework.format.support.FormattingConversionServiceFactoryBean
Configure the set of FormatterRegistrars to invoke to register Converters and Formatters in addition to those added declaratively via FormattingConversionServiceFactoryBean.setConverters(Set) and FormattingConversionServiceFactoryBean.setFormatters(Set).
setFormatters(Set<?>) - 类 中的方法org.springframework.format.support.FormattingConversionServiceFactoryBean
Configure the set of custom formatter objects that should be added.
setFormConverter(FormHttpMessageConverter) - 类 中的方法org.springframework.web.filter.HttpPutFormContentFilter
Set the converter to use for parsing form content.
setForwardedUrl(String) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
setForwarder(MBeanServerForwarder) - 类 中的方法org.springframework.jmx.support.ConnectorServerFactoryBean
Set an MBeanServerForwarder to be applied to the JMXConnectorServer.
setFractionDigits(int) - 类 中的方法org.springframework.format.number.CurrencyStyleFormatter
Specify the desired number of fraction digits.
setFreemarkerSettings(Properties) - 类 中的方法org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set properties that contain well-known FreeMarker keys which will be passed to FreeMarker's Configuration.setSettings method.
setFreemarkerVariables(Map<String, Object>) - 类 中的方法org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set a Map that contains well-known FreeMarker objects which will be passed to FreeMarker's Configuration.setAllSharedVariables() method.
setFrom(String) - 类 中的方法org.springframework.mail.javamail.MimeMailMessage
 
setFrom(InternetAddress) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
 
setFrom(String, String) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
 
setFrom(String) - 接口 中的方法org.springframework.mail.MailMessage
 
setFrom(String) - 类 中的方法org.springframework.mail.SimpleMailMessage
 
setFunction(boolean) - 类 中的方法org.springframework.jdbc.core.metadata.CallMetaDataContext
Specify whether this call is a function call.
setFunction(boolean) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
Specify whether this call is a function call.
setFunction(boolean) - 类 中的方法org.springframework.jdbc.object.SqlCall
Set whether this call is for a function.
setFunctionReturnName(String) - 类 中的方法org.springframework.jdbc.core.metadata.CallMetaDataContext
Specify the name used for the return value of the function.
setGeneratedKeyName(String) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcInsert
Specify the name of a single generated key column.
setGeneratedKeyNames(String...) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcInsert
Set the names of any generated keys.
setGeneratedKeysColumnNameArraySupported(boolean) - 类 中的方法org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
setGeneratedKeysColumnNames(String...) - 类 中的方法org.springframework.jdbc.core.PreparedStatementCreatorFactory
Set the column names of the auto-generated keys.
setGeneratedKeysColumnNames(String...) - 类 中的方法org.springframework.jdbc.object.RdbmsOperation
Set the column names of the auto-generated keys.
setGenerateUniqueDatabaseName(boolean) - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
Set the generateUniqueDatabaseName flag to enable or disable generation of a pseudo-random unique ID to be used as the database name.
setGetGeneratedKeysSupported(boolean) - 类 中的方法org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
setGetPattern(byte[][]) - 类 中的方法org.springframework.data.redis.connection.DefaultSortParameters
 
setGlobalBindings(Map<String, Object>) - 类 中的方法org.springframework.scripting.support.StandardScriptEvaluator
Set the globally scoped bindings on the underlying script engine manager, shared by all scripts, as an alternative to script argument bindings.
setGlobalJobListeners(JobListener...) - 类 中的方法org.springframework.scheduling.quartz.SchedulerAccessor
Specify global Quartz JobListeners to be registered with the Scheduler.
setGlobalRollbackOnParticipationFailure(boolean) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Set whether to globally mark an existing transaction as rollback-only after a participating transaction failed.
setGlobalTriggerListeners(TriggerListener...) - 类 中的方法org.springframework.scheduling.quartz.SchedulerAccessor
Specify global Quartz TriggerListeners to be registered with the Scheduler.
setGroup(String) - 类 中的方法org.springframework.scheduling.quartz.CronTriggerFactoryBean
Specify the trigger's group.
setGroup(String) - 类 中的方法org.springframework.scheduling.quartz.JobDetailFactoryBean
Specify the job's group.
setGroup(String) - 类 中的方法org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
Set the group of the job.
setGroup(String) - 类 中的方法org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
Specify the trigger's group.
setGson(Gson) - 类 中的方法org.springframework.http.converter.json.GsonHttpMessageConverter
Set the Gson instance to use.
setHandback(Object) - 类 中的方法org.springframework.jmx.support.NotificationListenerHolder
Set the (arbitrary) object that will be 'handed back' as-is by an NotificationBroadcaster when notifying any NotificationListener.
setHandlerExceptionResolvers(List<HandlerExceptionResolver>) - 类 中的方法org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Set the HandlerExceptionResolver types to use as a list.
setHandlerExceptionResolvers(HandlerExceptionResolver...) - 类 中的方法org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Set the HandlerExceptionResolver types to use as an array.
setHandlerInstantiator(HandlerInstantiator) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Customize the construction of Jackson handlers (JsonSerializer, JsonDeserializer, KeyDeserializer, TypeResolverBuilder and TypeIdResolver).
setHandlerMap(Map<String, ResourceHttpRequestHandler>) - 类 中的方法org.springframework.web.servlet.resource.ResourceUrlProvider
Manually configure the resource mappings.
setHandlerMethodArgumentResolvers(HandlerMethodArgumentResolverComposite) - 类 中的方法org.springframework.web.method.support.InvocableHandlerMethod
Set HandlerMethodArgumentResolvers to use to use for resolving method argument values.
setHandlerMethodMappingNamingStrategy(HandlerMethodMappingNamingStrategy<T>) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Configure the naming strategy to use for assigning a default name to every mapped handler method.
setHandlerMethodReturnValueHandlers(HandlerMethodReturnValueHandlerComposite) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
Register HandlerMethodReturnValueHandler instances to use to handle return values.
setHandlerResolver(HandlerResolver) - 类 中的方法org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Set the JAX-WS HandlerResolver to use for all proxies and dispatchers created through this factory.
setHashKeySerializer(RedisSerializer<?>) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
Sets the hash key (or field) serializer to be used by this template.
setHashValueSerializer(RedisSerializer<?>) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
Sets the hash value serializer to be used by this template.
setHeader(String, String) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
setHeaderName(String) - 类 中的方法org.springframework.web.server.session.HeaderWebSessionIdResolver
Set the name of the session header to use for the session id.
setHeaders(HttpServletResponse, Resource, MediaType) - 类 中的方法org.springframework.web.servlet.resource.ResourceHttpRequestHandler
Set headers on the given servlet response.
setHessian2(boolean) - 类 中的方法org.springframework.remoting.caucho.HessianClientInterceptor
Set whether version 2 of the Hessian protocol should be used for parsing requests and replies.
setHessian2Reply(boolean) - 类 中的方法org.springframework.remoting.caucho.HessianClientInterceptor
Set whether version 2 of the Hessian protocol should be used for parsing replies.
setHessian2Request(boolean) - 类 中的方法org.springframework.remoting.caucho.HessianClientInterceptor
Set whether version 2 of the Hessian protocol should be used for parsing requests.
setHost(InetSocketAddress) - 类 中的方法org.springframework.http.HttpHeaders
Set the (new) value of the Host header.
setHost(String) - 类 中的方法org.springframework.mail.javamail.JavaMailSenderImpl
Set the mail server host, typically an SMTP host.
setHost(String) - 类 中的方法org.springframework.remoting.rmi.RmiRegistryFactoryBean
Set the host of the registry for the exported RMI service, i.e.
setHostName(String) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
已过时。
since 2.0, configure the hostname using RedisStandaloneConfiguration.
setHostName(String) - 类 中的方法org.springframework.data.redis.connection.lettuce.DefaultLettucePool
已过时。
Sets the host.
setHostName(String) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
已过时。
since 2.0, configure the hostname using RedisStandaloneConfiguration.
setHostName(String) - 类 中的方法org.springframework.data.redis.connection.RedisStandaloneConfiguration
 
setHostname(String) - 类 中的方法org.springframework.http.client.support.ProxyFactoryBean
Set the proxy host name.
setHostname(String) - 类 中的方法org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Specify the HTTP server's hostname to bind to.
setHostname(String) - 类 中的方法org.springframework.remoting.support.SimpleHttpServerFactoryBean
Specify the HTTP server's hostname to bind to.
setHosts(String...) - 类 中的方法org.springframework.web.servlet.view.RedirectView
Configure one or more hosts associated with the application.
setHtmlEscape(boolean) - 类 中的方法org.springframework.web.servlet.tags.HtmlEscapingAwareTag
Set HTML escaping for this tag, as boolean value.
setHttp10Compatible(boolean) - 类 中的方法org.springframework.web.servlet.view.RedirectView
Set whether to stay compatible with HTTP 1.0 clients.
setHttpAsyncClient(CloseableHttpAsyncClient) - 类 中的方法org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory
setHttpClient(HttpClient) - 类 中的方法org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Set the HttpClient used for synchronous execution.
setHttpClient(HttpClient) - 类 中的方法org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Set the HttpClient instance to use for this request executor.
setHttpInvokerRequestExecutor(HttpInvokerRequestExecutor) - 类 中的方法org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor
Set the HttpInvokerRequestExecutor implementation to use for executing remote invocations.
setHttpMethods(String...) - 类 中的方法org.springframework.web.servlet.i18n.LocaleChangeInterceptor
Configure the HTTP method(s) over which the locale can be changed.
setHttpOnly(boolean) - 类 中的方法org.springframework.mock.web.MockSessionCookieConfig
 
setId(String) - 类 中的方法org.springframework.data.redis.connection.RedisNode
 
setId(String) - 类 中的方法org.springframework.data.redis.core.convert.RedisData
Set the id to be used as part of the key.
setId(String) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Set the value of the 'id' attribute.
setIdResolver(IDResolver) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Set the Castor IDResolver to be used during unmarshalling.
setIfAbsent(V) - 接口 中的方法org.springframework.data.redis.core.BoundValueOperations
Set the bound key to hold the string value if the bound key is absent.
setIfAbsent(K, V) - 接口 中的方法org.springframework.data.redis.core.ReactiveValueOperations
Set key to hold the string value if key is absent.
setIfAbsent(K, V) - 接口 中的方法org.springframework.data.redis.core.ValueOperations
Set key to hold the string value if key is absent.
setIfMatch(String) - 类 中的方法org.springframework.http.HttpHeaders
Set the (new) value of the If-Match header.
setIfMatch(List<String>) - 类 中的方法org.springframework.http.HttpHeaders
Set the (new) value of the If-Match header.
setIfModifiedSince(long) - 类 中的方法org.springframework.http.HttpHeaders
Set the (new) value of the If-Modified-Since header.
setIfNoneMatch(String) - 类 中的方法org.springframework.http.HttpHeaders
Set the (new) value of the If-None-Match header.
setIfNoneMatch(List<String>) - 类 中的方法org.springframework.http.HttpHeaders
Set the (new) values of the If-None-Match header.
setIfPresent(K, V) - 接口 中的方法org.springframework.data.redis.core.ReactiveValueOperations
Set key to hold the string value if key is present.
setIfUnmodifiedSince(long) - 类 中的方法org.springframework.http.HttpHeaders
Set the (new) value of the If-Unmodified-Since header.
setIgnoreAcceptHeader(boolean) - 类 中的方法org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Whether to disable checking the 'Accept' request header.
setIgnoreDefaultModelOnRedirect(boolean) - 类 中的方法org.springframework.web.method.support.ModelAndViewContainer
By default the content of the "default" model is used both during rendering and redirect scenarios.
setIgnoreDefaultModelOnRedirect(boolean) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
By default the content of the "default" model is used both during rendering and redirect scenarios.
setIgnoredMethodMappings(Properties) - 类 中的方法org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
Set the mappings of bean keys to a comma-separated list of method names.
setIgnoredMethods(String...) - 类 中的方法org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
Set the array of method names to be ignored when creating the management info.
setIgnoredUnknownProperties(String...) - 类 中的方法org.springframework.scheduling.quartz.SpringBeanJobFactory
Specify the unknown properties (not found in the bean) that should be ignored.
setIgnoreExtraAttributes(boolean) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Set whether the Castor Unmarshaller should ignore attributes that do not match a specific field.
setIgnoreExtraElements(boolean) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Set whether the Castor Unmarshaller should ignore elements that do not match a specific field.
setIgnoreFailedDrops(boolean) - 类 中的方法org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Flag to indicate that a failed SQL DROP statement can be ignored.
setIgnoreInvalidFields(boolean) - 类 中的方法org.springframework.validation.DataBinder
Set whether to ignore invalid fields, that is, whether to ignore bind parameters that have corresponding fields in the target object which are not accessible (for example because of null values in the nested path).
setIgnoreInvalidLocale(boolean) - 类 中的方法org.springframework.web.servlet.i18n.LocaleChangeInterceptor
Set whether to ignore an invalid value for the locale parameter.
setIgnoreNestedPath(boolean) - 类 中的方法org.springframework.web.servlet.tags.BindTag
Set whether to ignore a nested path, if any.
setIgnoreUnknownExtensions(boolean) - 类 中的方法org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
Whether to ignore requests with unknown file extension.
setIgnoreUnknownFields(boolean) - 类 中的方法org.springframework.validation.DataBinder
Set whether to ignore unknown fields, that is, whether to ignore bind parameters that do not have corresponding fields in the target object.
setIgnoreUnknownPathExtensions(boolean) - 类 中的方法org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Whether to ignore requests with path extension that cannot be resolved to any media type.
setIgnoreWarnings(boolean) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
Set whether or not we want to ignore SQLWarnings.
setImplicitCollections(Map<Class<?>, String>) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
Specify implicit collection fields, as a Map consisting of Class instances mapped to comma separated collection field names.
setImportMetadata(AnnotationMetadata) - 类 中的方法org.springframework.scheduling.annotation.AbstractAsyncConfiguration
 
setImportMetadata(AnnotationMetadata) - 类 中的方法org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
 
setIncludeClientInfo(boolean) - 类 中的方法org.springframework.web.filter.AbstractRequestLoggingFilter
Set whether the client address and session id should be included in the log message.
setIncludedUrl(String) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
setIncludeHeaders(boolean) - 类 中的方法org.springframework.web.filter.AbstractRequestLoggingFilter
Set whether the request headers should be included in the log message.
setIncludePayload(boolean) - 类 中的方法org.springframework.web.filter.AbstractRequestLoggingFilter
Set whether the request payload (body) should be included in the log message.
setIncludeQueryString(boolean) - 类 中的方法org.springframework.web.filter.AbstractRequestLoggingFilter
Set whether the query string should be included in the log message.
setIncludes(String...) - 类 中的方法org.yaml.snakeyaml.TypeDescription
 
setIncrementerName(String) - 类 中的方法org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Set the name of the sequence/table.
setIndent(int) - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
Set the number of nesting indent spaces.
setIndent(boolean) - 类 中的方法org.springframework.web.servlet.view.xslt.XsltView
Set whether the XSLT transformer may add additional whitespace when outputting the result tree.
setIndent(boolean) - 类 中的方法org.springframework.web.servlet.view.xslt.XsltViewResolver
Set whether the XSLT transformer may add additional whitespace when outputting the result tree.
setIndent(int) - 类 中的方法org.yaml.snakeyaml.DumperOptions
 
setIndentOutput(boolean) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Shortcut for SerializationFeature.INDENT_OUTPUT option.
setIndex(int) - 类 中的方法org.springframework.jmx.export.metadata.ManagedOperationParameter
Set the index of this parameter in the operation signature.
setIndexResolver(IndexResolver) - 类 中的方法org.springframework.data.redis.core.convert.MappingRedisConverter
 
setIndicatorIndent(int) - 类 中的方法org.yaml.snakeyaml.DumperOptions
 
setInitBinderArgumentResolvers(List<HandlerMethodArgumentResolver>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Configure the supported argument types in @InitBinder methods.
setInitialDelay(long) - 类 中的方法org.springframework.scheduling.support.PeriodicTrigger
Specify the delay for the initial execution.
setInitialInterval(long) - 类 中的方法org.springframework.util.backoff.ExponentialBackOff
The initial interval in milliseconds.
setInitParameter(String, String) - 类 中的方法org.springframework.mock.web.MockServletContext
 
setInitParameters(Properties) - 类 中的方法org.springframework.web.servlet.mvc.ServletWrappingController
Specify init parameters for the servlet to wrap, as name-value pairs.
setInitParamName(String) - 类 中的方法org.springframework.web.context.support.ServletContextParameterFactoryBean
Set the name of the ServletContext init parameter to expose.
setInParameterNames(Set<String>) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
Set the names of in parameters to be used.
setInputSource(InputSource) - 类 中的方法org.springframework.oxm.support.MarshallingSource
Throws a UnsupportedOperationException.
setInstanceId(String) - 类 中的方法org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
 
setInstanceName(String) - 类 中的方法org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
 
setInteractionSpec(InteractionSpec) - 类 中的方法org.springframework.jca.cci.object.EisOperation
Set the CCI InteractionSpec for this operation.
setInterceptors(List<AsyncClientHttpRequestInterceptor>) - 类 中的方法org.springframework.http.client.support.InterceptingAsyncHttpAccessor
已过时。
Set the request interceptors that this accessor should use.
setInterceptors(List<ClientHttpRequestInterceptor>) - 类 中的方法org.springframework.http.client.support.InterceptingHttpAccessor
Set the request interceptors that this accessor should use.
setInterceptors(Object[]) - 类 中的方法org.springframework.remoting.support.RemoteExporter
Set additional interceptors (or advisors) to be applied before the remote endpoint, e.g. a PerformanceMonitorInterceptor.
setInterceptors(Object...) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMapping
Set the interceptors to apply for all handlers mapped by this handler mapping.
setInterfaceMappings(Properties) - 类 中的方法org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
Set the mappings of bean keys to a comma-separated list of interface names.
setInterval(int) - 类 中的方法org.springframework.jdbc.support.DatabaseStartupValidator
Set the interval between validation runs (in seconds).
setInterval(long) - 类 中的方法org.springframework.util.backoff.FixedBackOff
Set the interval between two attempts in milliseconds.
setIntHeader(String, int) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
setInvalidResultSetAccessCodes(String...) - 类 中的方法org.springframework.jdbc.support.SQLErrorCodes
 
setIso(DateTimeFormat.ISO) - 类 中的方法org.springframework.format.datetime.DateFormatter
Set the ISO format used for this date.
setIso(DateTimeFormat.ISO) - 类 中的方法org.springframework.format.datetime.joda.DateTimeFormatterFactory
Set the ISO format used to format date values.
setIso(DateTimeFormat.ISO) - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterFactory
Set the ISO format used to format date values.
setIsolationLevel(int) - 类 中的方法org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
Specify the default isolation level to use for Connection retrieval, according to the JDBC Connection constants (equivalent to the corresponding Spring TransactionDefinition constants).
setIsolationLevel(int) - 类 中的方法org.springframework.transaction.support.DefaultTransactionDefinition
Set the isolation level.
setIsolationLevelName(String) - 类 中的方法org.springframework.jdbc.datasource.IsolationLevelDataSourceAdapter
Set the default isolation level by the name of the corresponding constant in TransactionDefinition, e.g.
setIsolationLevelName(String) - 类 中的方法org.springframework.transaction.support.DefaultTransactionDefinition
Set the isolation level by the name of the corresponding constant in TransactionDefinition, e.g.
setItemLabel(String) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Set the value to be displayed as part of the 'input type="checkbox/radio"' tag.
setItemLabel(String) - 类 中的方法org.springframework.web.servlet.tags.form.OptionsTag
Set the name of the property mapped to the label (inner text) of the 'option' tag.
setItemLabel(String) - 类 中的方法org.springframework.web.servlet.tags.form.SelectTag
Set the name of the property mapped to the label (inner text) of the 'option' tag.
setItems(Object) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Set the Collection, Map or array of objects used to generate the 'input type="checkbox/radio"' tags.
setItems(Object) - 类 中的方法org.springframework.web.servlet.tags.form.OptionsTag
Set the Collection, Map or array of objects used to generate the inner 'option' tags.
setItems(Object) - 类 中的方法org.springframework.web.servlet.tags.form.SelectTag
Set the Collection, Map or array of objects used to generate the inner 'option' tags.
setItemValue(String) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Set the name of the property mapped to the 'value' attribute of the 'input type="checkbox/radio"' tag.
setItemValue(String) - 类 中的方法org.springframework.web.servlet.tags.form.OptionsTag
Set the name of the property mapped to the 'value' attribute of the 'option' tag.
setItemValue(String) - 类 中的方法org.springframework.web.servlet.tags.form.SelectTag
Set the name of the property mapped to the 'value' attribute of the 'option' tag.
setJavaMailProperties(Properties) - 类 中的方法org.springframework.mail.javamail.JavaMailSenderImpl
Set JavaMail properties for the Session.
setJavaScriptEscape(boolean) - 类 中的方法org.springframework.web.servlet.tags.EscapeBodyTag
Set JavaScript escaping for this tag, as boolean value.
setJavaScriptEscape(boolean) - 类 中的方法org.springframework.web.servlet.tags.EvalTag
Set JavaScript escaping for this tag, as boolean value.
setJavaScriptEscape(boolean) - 类 中的方法org.springframework.web.servlet.tags.MessageTag
Set JavaScript escaping for this tag, as boolean value.
setJavaScriptEscape(boolean) - 类 中的方法org.springframework.web.servlet.tags.UrlTag
Set JavaScript escaping for this tag, as boolean value.
setJaxbContextProperties(Map<String, ?>) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
Set the JAXBContext properties.
setJaxWsService(Service) - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set a reference to an existing JAX-WS Service instance, for example obtained via JndiObjectFactoryBean.
setJdbcTemplate(JdbcTemplate) - 类 中的方法org.springframework.jdbc.core.support.JdbcBeanDefinitionReader
Set the JdbcTemplate to be used by this bean factory.
setJdbcTemplate(JdbcTemplate) - 类 中的方法org.springframework.jdbc.core.support.JdbcDaoSupport
Set the JdbcTemplate for this DAO explicitly, as an alternative to specifying a DataSource.
setJdbcTemplate(JdbcTemplate) - 类 中的方法org.springframework.jdbc.object.RdbmsOperation
An alternative to the more commonly used RdbmsOperation.setDataSource(javax.sql.DataSource) when you want to use the same JdbcTemplate in multiple RdbmsOperations.
setJndiEnvironment(Properties) - 类 中的方法org.springframework.jndi.JndiAccessor
Set the JNDI environment to use for JNDI lookups.
setJndiEnvironment(Properties) - 类 中的方法org.springframework.remoting.rmi.JndiRmiServiceExporter
Set the JNDI environment to use for JNDI lookups.
setJndiEnvironment(Properties) - 类 中的方法org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
Set the JNDI environment to use for JNDI lookups.
setJndiEnvironment(Properties) - 类 中的方法org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
Set the JNDI environment to use for JNDI lookups.
setJndiEnvironment(Properties) - 类 中的方法org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
Set the JNDI environment to use for JNDI lookups.
setJndiEnvironment(Properties) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Set the JNDI environment to use for JNDI lookups.
setJndiName(String) - 类 中的方法org.springframework.jndi.JndiObjectLocator
Specify the JNDI name to look up.
setJndiName(String) - 类 中的方法org.springframework.remoting.rmi.JndiRmiServiceExporter
Set the JNDI name of the exported RMI service.
setJndiName(String) - 类 中的方法org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
Specify a JNDI name of the ThreadFactory to delegate to, replacing the default JNDI name "java:comp/DefaultManagedThreadFactory".
setJndiName(String) - 类 中的方法org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
Specify a JNDI name of the Executor to delegate to, replacing the default JNDI name "java:comp/DefaultManagedExecutorService".
setJndiName(String) - 类 中的方法org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
Specify a JNDI name of the Executor to delegate to, replacing the default JNDI name "java:comp/DefaultManagedScheduledExecutorService".
setJndiTemplate(JndiTemplate) - 类 中的方法org.springframework.jndi.JndiAccessor
Set the JNDI template to use for JNDI lookups.
setJndiTemplate(JndiTemplate) - 类 中的方法org.springframework.remoting.rmi.JndiRmiServiceExporter
Set the JNDI template to use for JNDI lookups.
setJndiTemplate(JndiTemplate) - 类 中的方法org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
Set the JNDI template to use for JNDI lookups.
setJndiTemplate(JndiTemplate) - 类 中的方法org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
Set the JNDI template to use for JNDI lookups.
setJndiTemplate(JndiTemplate) - 类 中的方法org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
Set the JNDI template to use for JNDI lookups.
setJndiTemplate(JndiTemplate) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Set the JndiTemplate to use for JNDI lookups.
setJobClass(Class<? extends Job>) - 类 中的方法org.springframework.scheduling.quartz.JobDetailFactoryBean
Specify the job's implementation class.
setJobDataAsMap(Map<String, ?>) - 类 中的方法org.springframework.scheduling.quartz.CronTriggerFactoryBean
Register objects in the JobDataMap via a given Map.
setJobDataAsMap(Map<String, ?>) - 类 中的方法org.springframework.scheduling.quartz.JobDetailFactoryBean
Register objects in the JobDataMap via a given Map.
setJobDataAsMap(Map<String, ?>) - 类 中的方法org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
Register objects in the JobDataMap via a given Map.
setJobDataMap(JobDataMap) - 类 中的方法org.springframework.scheduling.quartz.CronTriggerFactoryBean
Set the trigger's JobDataMap.
setJobDataMap(JobDataMap) - 类 中的方法org.springframework.scheduling.quartz.JobDetailFactoryBean
Set the job's JobDataMap.
setJobDataMap(JobDataMap) - 类 中的方法org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
Set the trigger's JobDataMap.
setJobDetail(JobDetail) - 类 中的方法org.springframework.scheduling.quartz.CronTriggerFactoryBean
Set the JobDetail that this trigger should be associated with.
setJobDetail(JobDetail) - 类 中的方法org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
Set the JobDetail that this trigger should be associated with.
setJobDetails(JobDetail...) - 类 中的方法org.springframework.scheduling.quartz.SchedulerAccessor
Register a list of JobDetail objects with the Scheduler that this FactoryBean creates, to be referenced by Triggers.
setJobFactory(JobFactory) - 类 中的方法org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the Quartz JobFactory to use for this Scheduler.
setJobSchedulingDataLocation(String) - 类 中的方法org.springframework.scheduling.quartz.SchedulerAccessor
Set the location of a Quartz job definition XML file that follows the "job_scheduling_data_1_5" XSD or better.
setJobSchedulingDataLocations(String...) - 类 中的方法org.springframework.scheduling.quartz.SchedulerAccessor
Set the locations of Quartz job definition XML files that follow the "job_scheduling_data_1_5" XSD or better.
setJodaTimeContext(JodaTimeContext) - 类 中的静态方法org.springframework.format.datetime.joda.JodaTimeContextHolder
Associate the given JodaTimeContext with the current thread.
setJsonb(Jsonb) - 类 中的方法org.springframework.http.converter.json.JsonbHttpMessageConverter
Set the Jsonb instance to use.
setJsonpFunction(String) - 类 中的方法org.springframework.http.converter.json.MappingJacksonValue
已过时。
Will be removed as of Spring Framework 5.1, use CORS instead.
setJsonpParameterNames(Set<String>) - 类 中的方法org.springframework.web.servlet.view.json.MappingJackson2JsonView
已过时。
Will be removed as of Spring Framework 5.1, use CORS instead.
setJsonPrefix(String) - 类 中的方法org.springframework.http.converter.json.AbstractJsonHttpMessageConverter
Specify a custom prefix to use for JSON output.
setJsonPrefix(String) - 类 中的方法org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
Specify a custom prefix to use for this view's JSON output.
setJsonPrefix(String) - 类 中的方法org.springframework.web.servlet.view.json.MappingJackson2JsonView
Specify a custom prefix to use for this view's JSON output.
setKeepAliveSeconds(int) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
Set the ThreadPoolExecutor's keep-alive seconds.
setKeepAliveSeconds(int) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Set the ThreadPoolExecutor's keep-alive seconds.
setKeepAliveSeconds(int) - 类 中的方法org.springframework.scheduling.config.TaskExecutorFactoryBean
 
setKeepQueryParams(boolean) - 类 中的方法org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration
Whether to propagate the query parameters of the current request through to the target redirect URL.
setKeepTaskList(boolean) - 类 中的方法org.springframework.util.StopWatch
Determine whether the TaskInfo array is built over time.
setKey(String) - 类 中的方法org.springframework.data.redis.support.collections.RedisCollectionFactoryBean
Sets the key of the store.
setKeySerializer(RedisSerializer<?>) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
Sets the key serializer to be used by this template.
setKeyspace(String) - 类 中的方法org.springframework.data.redis.core.convert.RedisData
 
setKeyspaceNotificationsConfigParameter(String) - 类 中的方法org.springframework.data.redis.core.RedisKeyValueAdapter
Configure the notify-keyspace-events property if not already set.
setKeyspaceNotificationsConfigParameter(String) - 类 中的方法org.springframework.data.redis.listener.KeyspaceEventMessageListener
Set the configuration string to use for notify-keyspace-events.
setLabel(Object) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
Set the value of the 'label' attribute.
setLabel(String) - 类 中的方法org.springframework.web.servlet.tags.form.OptionTag
Set the text body of the rendered HTML <option> tag.
setLang(String) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'lang' attribute.
setLanguage(String) - 类 中的方法org.springframework.scripting.support.StandardScriptEvaluator
Set the name of the language meant for evaluating the scripts (e.g.
setLanguageTagCompliant(boolean) - 类 中的方法org.springframework.web.servlet.i18n.CookieLocaleResolver
Specify whether this resolver's cookies should be compliant with BCP 47 language tags instead of Java's legacy locale specification format.
setLanguageTagCompliant(boolean) - 类 中的方法org.springframework.web.servlet.i18n.LocaleChangeInterceptor
Specify whether to parse request parameter values as BCP 47 language tags instead of Java's legacy locale specification format.
setLastModified(long) - 类 中的方法org.springframework.http.HttpHeaders
Set the time the resource was last changed, as specified by the Last-Modified header.
setLazyInit(boolean) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
Configures whether to initialize the repository proxy lazily.
setLazyInit(boolean) - 类 中的方法org.springframework.jdbc.support.JdbcAccessor
Set whether to lazily initialize the SQLExceptionTranslator for this accessor, on first encounter of a SQLException.
setLazyInit(boolean) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
Set whether to lazily initialize the JAXBContext for this marshaller.
setLazyInitHandlers(boolean) - 类 中的方法org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Set whether to lazily initialize handlers.
setLenient(boolean) - 类 中的方法org.springframework.format.datetime.DateFormatter
Specify whether or not parsing is to be lenient.
setLenient(boolean) - 类 中的方法org.springframework.format.number.AbstractNumberFormatter
Specify whether or not parsing is to be lenient.
setLenientFallback(boolean) - 类 中的方法org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
Specify whether to apply a lenient fallback to the default DataSource if no specific DataSource could be found for the current lookup key.
setLimit(SortParameters.Range) - 类 中的方法org.springframework.data.redis.connection.DefaultSortParameters
 
setLimitedInParameterNames(Set<String>) - 类 中的方法org.springframework.jdbc.core.metadata.CallMetaDataContext
Specify a limited set of in parameters to be used.
setLineBreak(DumperOptions.LineBreak) - 类 中的方法org.yaml.snakeyaml.DumperOptions
Specify the line break to separate the lines.
setListeners(MBeanExporterListener...) - 类 中的方法org.springframework.jmx.export.MBeanExporter
Set the MBeanExporterListeners that should be notified of MBean registration and unregistration events.
setListType(Class<? extends Object>) - 类 中的方法org.yaml.snakeyaml.nodes.SequenceNode
 
setLocalAddr(String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
setLocale(Locale) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Override the default Locale to use for formatting.
setLocale(Locale) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
setLocale(HttpServletRequest, HttpServletResponse, Locale) - 类 中的方法org.springframework.web.servlet.i18n.AbstractLocaleContextResolver
 
setLocale(HttpServletRequest, HttpServletResponse, Locale) - 类 中的方法org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
 
setLocale(HttpServletRequest, HttpServletResponse, Locale) - 类 中的方法org.springframework.web.servlet.i18n.CookieLocaleResolver
 
setLocale(HttpServletRequest, HttpServletResponse, Locale) - 接口 中的方法org.springframework.web.servlet.LocaleResolver
Set the current locale to the given one.
setLocale(Locale) - 类 中的方法org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
This method should not be used, since the considered Locale for resolving templates is the Locale for the current HTTP request.
setLocaleAttributeName(String) - 类 中的方法org.springframework.web.servlet.i18n.SessionLocaleResolver
Specify the name of the corresponding attribute in the HttpSession, holding the current Locale value.
setLocaleContext(ServerWebExchange, LocaleContext) - 类 中的方法org.springframework.web.server.i18n.AcceptHeaderLocaleContextResolver
 
setLocaleContext(ServerWebExchange, LocaleContext) - 类 中的方法org.springframework.web.server.i18n.FixedLocaleContextResolver
 
setLocaleContext(ServerWebExchange, LocaleContext) - 接口 中的方法org.springframework.web.server.i18n.LocaleContextResolver
Set the current locale context to the given one, potentially including a locale with associated time zone information.
setLocaleContext(HttpServletRequest, HttpServletResponse, LocaleContext) - 类 中的方法org.springframework.web.servlet.i18n.CookieLocaleResolver
 
setLocaleContext(HttpServletRequest, HttpServletResponse, LocaleContext) - 类 中的方法org.springframework.web.servlet.i18n.FixedLocaleResolver
 
setLocaleContext(HttpServletRequest, HttpServletResponse, LocaleContext) - 类 中的方法org.springframework.web.servlet.i18n.SessionLocaleResolver
 
setLocaleContext(HttpServletRequest, HttpServletResponse, LocaleContext) - 接口 中的方法org.springframework.web.servlet.LocaleContextResolver
Set the current locale context to the given one, potentially including a locale with associated time zone information.
setLocaleContextResolver(LocaleContextResolver) - 类 中的方法org.springframework.web.server.adapter.HttpWebHandlerAdapter
Configure a custom LocaleContextResolver.
setLocaleResolver(LocaleResolver) - 类 中的方法org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Provide a LocaleResolver instance.
setLocalesToInitialize(Locale...) - 类 中的方法org.springframework.web.servlet.view.ResourceBundleViewResolver
Specify Locales to initialize eagerly, rather than lazily when actually accessed.
setLocalName(String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
setLocalPort(int) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
setLocalVariable(String, Object) - 类 中的方法org.springframework.expression.spel.ExpressionState
 
setLocateExistingServerIfPossible(boolean) - 类 中的方法org.springframework.jmx.support.MBeanServerFactoryBean
Set whether or not the MBeanServerFactoryBean should attempt to locate a running MBeanServer before creating one.
setLocation(Resource) - 类 中的方法org.springframework.data.redis.core.script.DefaultRedisScript
 
setLocation(URI) - 类 中的方法org.springframework.http.HttpHeaders
Set the (new) location of a resource, as specified by the Location header.
setLocation(Resource) - 类 中的方法org.springframework.web.servlet.view.XmlViewResolver
Set the location of the XML file that defines the view beans.
setLocationCharsets(Map<Resource, Charset>) - 类 中的方法org.springframework.web.servlet.resource.PathResourceResolver
Configure charsets associated with locations.
setLocations(String) - 类 中的方法org.springframework.data.repository.config.NamedQueriesBeanDefinitionBuilder
Sets the (comma-separated) locations to load the properties files from to back the NamedQueries instance.
setLocations(String...) - 类 中的方法org.springframework.test.context.ContextConfigurationAttributes
Set the processed resource locations, effectively overriding the original value declared via @ContextConfiguration.
setLocations(List<Resource>) - 类 中的方法org.springframework.web.servlet.resource.ResourceHttpRequestHandler
Set the List of Resource locations to use as sources for serving static resources.
setLocationValues(List<String>) - 类 中的方法org.springframework.web.servlet.resource.ResourceHttpRequestHandler
An alternative to ResourceHttpRequestHandler.setLocations(List) that accepts a list of String-based location values, with support for UrlResource's (e.g. files or HTTP URLs) with a special prefix to indicate the charset to use when appending relative paths.
setLog(boolean) - 类 中的方法org.springframework.jmx.export.metadata.ManagedResource
 
setLogFile(String) - 类 中的方法org.springframework.jmx.export.metadata.ManagedResource
 
setLoginTimeout(int) - 类 中的方法org.springframework.jdbc.datasource.AbstractDataSource
Setting a login timeout is not supported.
setLoginTimeout(int) - 类 中的方法org.springframework.jdbc.datasource.DelegatingDataSource
 
setLogWriter(PrintWriter) - 类 中的方法org.springframework.jdbc.datasource.AbstractDataSource
LogWriter methods are not supported.
setLogWriter(PrintWriter) - 类 中的方法org.springframework.jdbc.datasource.DelegatingDataSource
 
setLookupHomeOnStartup(boolean) - 类 中的方法org.springframework.ejb.access.AbstractSlsbInvokerInterceptor
Set whether to look up the EJB home object on startup.
setLookupOnStartup(boolean) - 类 中的方法org.springframework.jndi.JndiObjectFactoryBean
Set whether to look up the JNDI object on startup.
setLookupOnStartup(boolean) - 类 中的方法org.springframework.jndi.JndiObjectTargetSource
Set whether to look up the JNDI object on startup.
setLookupServiceOnStartup(boolean) - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set whether to look up the JAX-WS service on startup.
setLookupStubOnStartup(boolean) - 类 中的方法org.springframework.remoting.rmi.JndiRmiClientInterceptor
Set whether to look up the RMI stub on startup.
setLookupStubOnStartup(boolean) - 类 中的方法org.springframework.remoting.rmi.RmiClientInterceptor
Set whether to look up the RMI stub on startup.
setMaintainSession(boolean) - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set the "session.maintain" flag to specify on the stub.
setMajorVersion(int) - 类 中的方法org.springframework.mock.web.MockServletContext
 
setManagedConnectionFactory(ManagedConnectionFactory) - 类 中的方法org.springframework.jca.support.LocalConnectionFactoryBean
Set the JCA ManagerConnectionFactory that should be used to create the desired connection factory.
setManagedInterfaces(Class<?>...) - 类 中的方法org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
Set the array of interfaces to use for creating the management info.
setManagedMethods(String...) - 类 中的方法org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
Set the array of method names to use for creating the management info.
setManagedResource(Object, String) - 类 中的方法org.springframework.jmx.export.SpringModelMBean
Sets managed resource to expose and stores its ClassLoader.
setManagementInterface(Class<?>) - 类 中的方法org.springframework.jmx.access.MBeanClientInterceptor
Set the management interface of the target MBean, exposing bean property setters and getters for MBean attributes and conventional Java methods for MBean operations.
setMappedClass(Class<T>) - 类 中的方法org.springframework.jdbc.core.BeanPropertyRowMapper
Set the class that each row should be mapped to.
setMappedClass(Class<?>) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
Specify a JAXB mapped class for partial unmarshalling.
setMappedHandlerClasses(Class<?>...) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
Specify the set of classes that this exception resolver should apply to.
setMappedHandlers(Set<?>) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
Specify the set of handlers that this exception resolver should apply to.
setMappedObjectName(Object) - 类 中的方法org.springframework.jmx.support.NotificationListenerHolder
Set the ObjectName-style name of the single MBean that the encapsulated NotificationFilter will be registered with to listen for Notifications.
setMappedObjectNames(Object...) - 类 中的方法org.springframework.jmx.support.NotificationListenerHolder
Set an array of ObjectName-style names of the MBeans that the encapsulated NotificationFilter will be registered with to listen for Notifications.
setMapper(ObjectMapper) - 类 中的方法org.springframework.data.repository.init.Jackson2RepositoryPopulatorFactoryBean
Configures the ObjectMapper to be used.
setMapper(Mapper) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
Set a custom XStream Mapper to use.
setMapperWrappers(Class<? extends MapperWrapper>...) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
Set one or more custom XStream MapperWrapper classes.
setMappingContext(MappingContext<?, ?>) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
Configures the MappingContext to be used to lookup PersistentEntity instances for RepositoryFactoryBeanSupport.getPersistentEntity().
setMappingLocation(Resource) - 类 中的方法org.springframework.jmx.export.naming.KeyNamingStrategy
Set a location of a properties file to be loaded, containing object name mappings.
setMappingLocation(Resource) - 类 中的方法org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Specify the Resource from which mappings are loaded.
setMappingLocation(Resource) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Set the locations of the Castor XML mapping files.
setMappingLocations(Resource...) - 类 中的方法org.springframework.jmx.export.naming.KeyNamingStrategy
Set location of properties files to be loaded, containing object name mappings.
setMappingLocations(Resource...) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Set the locations of the Castor XML mapping files.
setMappingLocations(Resource...) - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
Specify resource locations to load XML constraint mapping files from, if any.
setMappings(Properties) - 类 中的方法org.springframework.jmx.export.naming.KeyNamingStrategy
Set local properties, containing object name mappings, e.g. via the "props" tag in XML bean definitions.
setMappings(String...) - 类 中的方法org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Specify additional MIME type mappings as lines that follow the mime.types file format, as specified by the Java Activation Framework, for example:
text/html html htm HTML HTM
setMappings(Properties) - 类 中的方法org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
Map URL paths to handler bean names.
setMarshalAsDocument(boolean) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Set whether this marshaller should output the xml declaration.
setMarshalExtendedType(boolean) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Set whether this marshaller should output for given type the xsi:type attribute.
setMarshaller(Marshaller) - 类 中的方法org.springframework.data.redis.serializer.OxmSerializer
 
setMarshaller(Marshaller) - 类 中的方法org.springframework.http.converter.xml.MarshallingHttpMessageConverter
Set the Marshaller to be used by this message converter.
setMarshaller(Marshaller) - 类 中的方法org.springframework.web.servlet.view.xml.MarshallingView
Set the Marshaller to be used by this view.
setMarshallerListener(Marshaller.Listener) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
Specify the Marshaller.Listener to be registered with the JAXB Marshaller.
setMarshallerProperties(Map<String, ?>) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
Set the JAXB Marshaller properties.
setMarshallingStrategy(MarshallingStrategy) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
Set a custom XStream MarshallingStrategy to use.
setMaster(String) - 类 中的方法org.springframework.data.redis.connection.RedisSentinelConfiguration
Set the master node via its name.
setMaster(NamedNode) - 类 中的方法org.springframework.data.redis.connection.RedisSentinelConfiguration
Set the master.
setMatchOptionalTrailingSeparator(boolean) - 类 中的方法org.springframework.web.util.pattern.PathPatternParser
Whether a PathPattern produced by this parser should should automatically match request paths with a trailing slash.
setMaxActive(int) - 类 中的方法org.springframework.data.redis.connection.PoolConfig
已过时。
 
setMaxAge(int) - 类 中的方法org.springframework.mock.web.MockSessionCookieConfig
 
setMaxAge(Long) - 类 中的方法org.springframework.web.cors.CorsConfiguration
Configure how long, in seconds, the response from a pre-flight request can be cached by clients.
setMaxAttempts(long) - 类 中的方法org.springframework.util.backoff.FixedBackOff
Set the maximum number of attempts in milliseconds.
setMaxElapsedTime(long) - 类 中的方法org.springframework.util.backoff.ExponentialBackOff
The maximum elapsed time in milliseconds after which a call to BackOffExecution.nextBackOff() returns BackOffExecution.STOP.
setMaxIdleTime(Duration) - 接口 中的方法org.springframework.web.server.WebSession
Configure the max amount of time that may elapse after the lastAccessTime before a session is considered expired.
setMaxInactiveInterval(int) - 类 中的方法org.springframework.mock.web.MockHttpSession
 
setMaxInMemorySize(int) - 类 中的方法org.springframework.web.multipart.commons.CommonsFileUploadSupport
Set the maximum allowed size (in bytes) before uploads are written to disk.
setMaxInterval(long) - 类 中的方法org.springframework.util.backoff.ExponentialBackOff
The maximum back off time.
setMaxlength(String) - 类 中的方法org.springframework.web.servlet.tags.form.InputTag
Set the value of the 'maxlength' attribute.
setMaxPageSize(int) - 类 中的方法org.springframework.data.web.PageableHandlerMethodArgumentResolver
Configures the maximum page size to be accepted.
setMaxPayloadLength(int) - 类 中的方法org.springframework.web.filter.AbstractRequestLoggingFilter
Set the maximum length of the payload body to be included in the log message.
setMaxPoolSize(int) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
Set the ThreadPoolExecutor's maximum pool size.
setMaxPoolSize(int) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Set the ThreadPoolExecutor's maximum pool size.
setMaxRedirects(int) - 类 中的方法org.springframework.data.redis.connection.RedisClusterConfiguration
 
setMaxResponseSize(int) - 类 中的方法org.springframework.http.client.Netty4ClientHttpRequestFactory
已过时。
Set the default maximum response size.
setMaxRows(int) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
Set the maximum number of rows for this JdbcTemplate.
setMaxRows(int) - 类 中的方法org.springframework.jdbc.object.RdbmsOperation
Set the maximum number of rows for this RDBMS operation.
setMaxRowsAffected(int) - 类 中的方法org.springframework.jdbc.object.SqlUpdate
Set the maximum number of rows that may be affected by this update.
setMaxSize(int) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
Sets the maximum size of the (capped) list.
setMaxSubscriptionRegistrationWaitingTime(long) - 类 中的方法org.springframework.data.redis.listener.RedisMessageListenerContainer
Specify the max time to wait for subscription registrations, in milliseconds.
setMaxUploadSize(long) - 类 中的方法org.springframework.web.multipart.commons.CommonsFileUploadSupport
Set the maximum allowed size (in bytes) before an upload gets rejected
setMaxUploadSizePerFile(long) - 类 中的方法org.springframework.web.multipart.commons.CommonsFileUploadSupport
Set the maximum allowed size (in bytes) for each individual file before an upload gets rejected. -1 indicates no limit (the default).
setMediaTypes(Properties) - 类 中的方法org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Add a mapping from a key, extracted from a path extension or a query parameter, to a MediaType.
setMerged(boolean) - 类 中的方法org.yaml.snakeyaml.nodes.MappingNode
 
setMessage(MessageSourceResolvable) - 类 中的方法org.springframework.web.servlet.tags.MessageTag
Set the MessageSourceResolvable for this tag.
setMessageCodeFormatter(MessageCodeFormatter) - 类 中的方法org.springframework.validation.DefaultMessageCodesResolver
Specify the format for message codes built by this resolver.
setMessageCodesResolver(MessageCodesResolver) - 类 中的方法org.springframework.validation.AbstractBindingResult
Set the strategy to use for resolving errors into message codes.
setMessageCodesResolver(MessageCodesResolver) - 类 中的方法org.springframework.validation.DataBinder
Set the strategy to use for resolving errors into message codes.
setMessageCodesResolver(MessageCodesResolver) - 类 中的方法org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Set the strategy to use for resolving errors into message codes.
setMessageConverters(HttpMessageConverter<?>...) - 类 中的方法org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Set the message converters to use in argument resolvers and in return value handlers, which support reading and/or writing to the body of the request and response.
setMessageConverters(List<HttpMessageConverter<?>>) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
Set the message body converters to use.
setMessageConverters(List<HttpMessageConverter<?>>) - 类 中的方法org.springframework.web.client.ExtractingResponseErrorHandler
Set the message converters to use by this extractor.
setMessageConverters(List<HttpMessageConverter<?>>) - 类 中的方法org.springframework.web.client.RestTemplate
Set the message body converters to use.
setMessageConverters(List<HttpMessageConverter<?>>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Set the message body converters to use.
setMessageConverters(List<HttpMessageConverter<?>>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Provide the converters to use in argument resolvers and return value handlers that support reading and/or writing to the body of the request and response.
setMessageEndpointFactory(MessageEndpointFactory) - 类 中的方法org.springframework.jca.endpoint.GenericMessageEndpointManager
Set the JCA MessageEndpointFactory to activate, pointing to a MessageListener object that the endpoints will delegate to.
setMessageInterpolator(MessageInterpolator) - 类 中的方法org.springframework.validation.beanvalidation.CustomValidatorBean
Specify a custom MessageInterpolator to use for this Validator.
setMessageInterpolator(MessageInterpolator) - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
Specify a custom MessageInterpolator to use for this ValidatorFactory and its exposed default Validator.
setMessageListener(Object) - 类 中的方法org.springframework.jca.endpoint.GenericMessageEndpointFactory
Specify the message listener object that the endpoint should expose (e.g. a javax.jms.MessageListener objects or javax.resource.cci.MessageListener implementation).
setMessageListeners(Map<? extends MessageListener, Collection<? extends Topic>>) - 类 中的方法org.springframework.data.redis.listener.RedisMessageListenerContainer
Attaches the given listeners (and their topics) to the container.
setMessageSource(MessageSource) - 类 中的方法org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver
 
setMetaClass(MetaClass) - 类 中的方法org.springframework.web.context.support.GroovyWebApplicationContext
 
setMethod(HttpMethod) - 类 中的方法org.springframework.mock.http.client.MockClientHttpRequest
 
setMethod(String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
setMethod(String) - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Set the value of the 'method' attribute.
setMethodInvoker(MethodInvoker) - 类 中的方法org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
Set the MethodInvoker to use.
setMethodMap(Map<String, TransactionAttribute>) - 类 中的方法org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Set a name/attribute map, consisting of "FQCN.method" method names (e.g.
setMethodMappings(Properties) - 类 中的方法org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
Set the mappings of bean keys to a comma-separated list of method names.
setMethodName(String) - 类 中的方法org.springframework.remoting.support.RemoteInvocation
Set the name of the target method.
setMethodParam(String) - 类 中的方法org.springframework.web.filter.HiddenHttpMethodFilter
Set the parameter name to look for HTTP methods.
setMethodParam(String) - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Set the name of the request param for non-browser supported HTTP methods.
setMethodParamName(String) - 类 中的方法org.springframework.web.filter.reactive.HiddenHttpMethodFilter
Set the name of the form parameter with the HTTP method to use.
setMethodResolvers(List<MethodResolver>) - 类 中的方法org.springframework.expression.spel.support.StandardEvaluationContext
 
setMetricType(MetricType) - 类 中的方法org.springframework.jmx.export.metadata.ManagedMetric
A description of how this metric's values change over time.
setMimeMultiparts(MimeMultipart, MimeMultipart) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Set the given MimeMultipart objects for use by this MimeMessageHelper.
setMinorVersion(int) - 类 中的方法org.springframework.mock.web.MockServletContext
 
setMisfireInstruction(int) - 类 中的方法org.springframework.scheduling.quartz.CronTriggerFactoryBean
Specify a misfire instruction for this trigger.
setMisfireInstruction(int) - 类 中的方法org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
Specify a misfire instruction for this trigger.
setMisfireInstructionName(String) - 类 中的方法org.springframework.scheduling.quartz.CronTriggerFactoryBean
Set the misfire instruction via the name of the corresponding constant in the org.quartz.CronTrigger class.
setMisfireInstructionName(String) - 类 中的方法org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
Set the misfire instruction via the name of the corresponding constant in the org.quartz.SimpleTrigger class.
setMixIns(Map<Class<?>, Class<?>>) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Add mix-in annotations to use for augmenting specified class or interface.
setMode(int) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
Set the XStream mode to use.
setModelAndViewResolvers(List<ModelAndViewResolver>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Provide custom ModelAndViewResolvers.
setModelAttribute(String) - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Set the name of the form attribute in the model.
setModelKey(String) - 类 中的方法org.springframework.web.servlet.view.json.AbstractJackson2View
Set the attribute in the model that should be rendered by this view.
setModelKey(String) - 类 中的方法org.springframework.web.servlet.view.json.MappingJackson2JsonView
Set the attribute in the model that should be rendered by this view.
setModelKey(String) - 类 中的方法org.springframework.web.servlet.view.xml.MappingJackson2XmlView
Set the attribute in the model that should be rendered by this view.
setModelKey(String) - 类 中的方法org.springframework.web.servlet.view.xml.MarshallingView
Set the name of the model key that represents the object to be marshalled.
setModelKeys(Set<String>) - 类 中的方法org.springframework.web.servlet.view.json.MappingJackson2JsonView
Set the attributes in the model that should be rendered by this view.
setModules(List<Module>) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Set a complete list of modules to be registered with the ObjectMapper.
setModulesToInstall(Class<? extends Module>...) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Specify one or more modules by class (or class name in XML) to be registered with the ObjectMapper.
setMtomEnabled(boolean) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
Specify whether MTOM support should be enabled or not.
setMultipartCharset(Charset) - 类 中的方法org.springframework.http.converter.FormHttpMessageConverter
Set the character set to use when writing multipart data to encode file names.
setMultipartFiles(MultiValueMap<String, MultipartFile>) - 类 中的方法org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
Set a Map with parameter names as keys and list of MultipartFile objects as values.
setMultipartParameterContentTypes(Map<String, String>) - 类 中的方法org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
Set a Map with parameter names as keys and content type Strings as values.
setMultipartParameters(Map<String, String[]>) - 类 中的方法org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
Set a Map with parameter names as keys and String array objects as values.
setMultipartResolverBeanName(String) - 类 中的方法org.springframework.web.multipart.support.MultipartFilter
Set the bean name of the MultipartResolver to fetch from Spring's root application context.
setMultiple(Object) - 类 中的方法org.springframework.web.servlet.tags.form.SelectTag
Set the value of the HTML 'multiple' attribute rendered on the final 'select' element.
setMultiplier(double) - 类 中的方法org.springframework.util.backoff.ExponentialBackOff
The value to multiply the current interval by for each retry attempt.
setName(String) - 类 中的方法org.springframework.data.redis.connection.RedisNode
 
setName(String) - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Set the name of the embedded database.
setName(String) - 类 中的方法org.springframework.jmx.export.metadata.ManagedNotification
Set the name of this notification.
setName(String) - 类 中的方法org.springframework.jmx.export.metadata.ManagedOperationParameter
Set the name of this parameter in the operation signature.
setName(String) - 类 中的方法org.springframework.mock.web.MockSessionCookieConfig
 
setName(String) - 类 中的方法org.springframework.scheduling.quartz.CronTriggerFactoryBean
Specify the trigger's name.
setName(String) - 类 中的方法org.springframework.scheduling.quartz.JobDetailFactoryBean
Specify the job's name.
setName(String) - 类 中的方法org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
Set the name of the job.
setName(String) - 类 中的方法org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
Specify the trigger's name.
setName(String) - 类 中的方法org.springframework.transaction.support.DefaultTransactionDefinition
Set the name of this transaction.
setName(String) - 类 中的方法org.springframework.web.servlet.tags.BindErrorsTag
Set the name of the bean that this tag should check.
setName(String) - 类 中的方法org.springframework.web.servlet.tags.form.ButtonTag
Get the value of the 'name' attribute.
setName(String) - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Set the value of the 'name' attribute.
setName(String) - 类 中的方法org.springframework.web.servlet.tags.Param
Set the raw name of the parameter.
setName(String) - 类 中的方法org.springframework.web.servlet.tags.ParamTag
Set the name of the parameter (required).
setName(String) - 类 中的方法org.yaml.snakeyaml.Yaml
Set a meaningful name to be shown in toString()
setNameCoder(NameCoder) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
Set a custom XStream NameCoder to use.
setNamedBinding(boolean) - 类 中的方法org.springframework.jdbc.core.metadata.CallMetaDataContext
Specify whether parameters should be bound by name.
setNamedBinding(boolean) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
Specify whether parameters should be bound by name.
setNamedQueries(NamedQueries) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
Setter to inject a NamedQueries instance.
setNamedQueries(NamedQueries) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactorySupport
Configures a NamedQueries instance to be handed to the QueryLookupStrategy for query creation.
setNameMap(Map<String, TransactionAttribute>) - 类 中的方法org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
Set a name/attribute map, consisting of method names (e.g.
setNamespace(String) - 接口 中的方法org.springframework.web.context.ConfigurableWebApplicationContext
Set the namespace for this web application context, to be used for building a default context config location.
setNamespace(String) - 类 中的方法org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
setNamespace(String) - 类 中的方法org.springframework.web.context.support.GenericWebApplicationContext
 
setNamespace(String) - 类 中的方法org.springframework.web.context.support.StaticWebApplicationContext
 
setNamespace(String) - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Set a custom namespace for this servlet, to be used for building a default context config location.
setNamespaceContext(Map<String, String>) - 类 中的方法org.xmlunit.diff.AbstractDifferenceEngine
 
setNamespaceContext(Map<String, String>) - 接口 中的方法org.xmlunit.diff.DifferenceEngine
Establish a namespace context that will be used in Comparison.Detail#getXPath.
setNamespaceContext(Map<String, String>) - 类 中的方法org.xmlunit.diff.RecursiveXPathBuilder
Establish a namespace context that will be used in for the XPath.
setNamespaceContext(Map<String, String>) - 类 中的方法org.xmlunit.xpath.JAXPXPathEngine
Establish a namespace context.
setNamespaceContext(Map<String, String>) - 接口 中的方法org.xmlunit.xpath.XPathEngine
Establish a namespace context.
setNamespaceMappings(Map<String, String>) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Set the namespace mappings.
setNamespaceToPackageMapping(Map<String, String>) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Set the namespace to package mappings.
setNamespaceUri(String) - 类 中的方法org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Set the namespace URI of the service.
setNamingStrategy(ObjectNamingStrategy) - 类 中的方法org.springframework.jmx.export.MBeanExporter
Set the implementation of the ObjectNamingStrategy interface to use for this exporter.
setNestedPath(String) - 类 中的方法org.springframework.validation.AbstractErrors
 
setNestedPath(String) - 异常错误 中的方法org.springframework.validation.BindException
 
setNestedPath(String) - 接口 中的方法org.springframework.validation.Errors
Allow context to be changed so that standard validators can validate subtrees.
setNestedPath(String) - 类 中的方法org.springframework.web.bind.EscapedErrors
 
setNestedPath(String) - 异常错误 中的方法org.springframework.web.bind.support.WebExchangeBindException
 
setNestedTransactionAllowed(boolean) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Set whether nested transactions are allowed.
setNew(boolean) - 类 中的方法org.springframework.mock.web.MockHttpSession
 
setNode(Node) - 类 中的方法org.xmlunit.input.NormalizedSource
 
setNodeFilter(Predicate<Node>) - 类 中的方法org.xmlunit.diff.AbstractDifferenceEngine
 
setNodeFilter(Predicate<Node>) - 接口 中的方法org.xmlunit.diff.DifferenceEngine
Sets the optional strategy that decides which nodes to consider and which to ignore during comparison.
setNodeMatcher(NodeMatcher) - 类 中的方法org.xmlunit.diff.AbstractDifferenceEngine
 
setNodeMatcher(NodeMatcher) - 接口 中的方法org.xmlunit.diff.DifferenceEngine
Sets the strategy for selecting nodes to compare.
setNoNamespaceSchemaLocation(String) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Set the value of xsi:noNamespaceSchemaLocation attribute.
setNonTransactionalDataSource(DataSource) - 类 中的方法org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the DataSource to be used for non-transactional access.
setNotificationFilter(NotificationFilter) - 类 中的方法org.springframework.jmx.support.NotificationListenerHolder
Set the NotificationFilter associated with the encapsulated NotificationFilter.
setNotificationInfoMappings(Map<String, Object>) - 类 中的方法org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
 
setNotificationInfos(ManagedNotification[]) - 类 中的方法org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
 
setNotificationListener(NotificationListener) - 类 中的方法org.springframework.jmx.support.NotificationListenerHolder
setNotificationListenerMappings(Map<?, ? extends NotificationListener>) - 类 中的方法org.springframework.jmx.export.MBeanExporter
Set the NotificationListeners to register with the MBeanServer.
setNotificationListeners(NotificationListenerBean...) - 类 中的方法org.springframework.jmx.export.MBeanExporter
Set the NotificationListenerBeans containing the NotificationListeners that will be registered with the MBeanServer.
setNotificationPublisher(NotificationPublisher) - 接口 中的方法org.springframework.jmx.export.notification.NotificationPublisherAware
Set the NotificationPublisher instance for the current managed resource instance.
setNotificationType(String) - 类 中的方法org.springframework.jmx.export.metadata.ManagedNotification
Set a single notification type, or a list of notification types as comma-delimited String.
setNotificationTypes(String...) - 类 中的方法org.springframework.jmx.export.metadata.ManagedNotification
Set a list of notification types.
setNX(byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
setNX(byte[], byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
setNX(String, String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
setNX(ByteBuffer, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Set value for key, only if key does not exist.
setNX(Publisher<ReactiveStringCommands.SetCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Set key value pairs, only if key does not exist.
setNX(byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisStringCommands
Set value for key, only if key does not exist.
setNX(String, String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Set value for key, only if key does not exist.
setObjectFactory(ObjectFactory) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Set the Castor ObjectFactory to be used during unmarshalling.
setObjectMapper(ObjectMapper) - 类 中的方法org.springframework.data.redis.serializer.Jackson2JsonRedisSerializer
Sets the ObjectMapper for this view.
setObjectMapper(ObjectMapper) - 类 中的方法org.springframework.http.converter.cbor.MappingJackson2CborHttpMessageConverter
Set the ObjectMapper for this view.
setObjectMapper(ObjectMapper) - 类 中的方法org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
Set the ObjectMapper for this view.
setObjectMapper(ObjectMapper) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Set the ObjectMapper instance to use.
setObjectMapper(ObjectMapper) - 类 中的方法org.springframework.http.converter.smile.MappingJackson2SmileHttpMessageConverter
Set the ObjectMapper for this view.
setObjectMapper(ObjectMapper) - 类 中的方法org.springframework.http.converter.xml.MappingJackson2XmlHttpMessageConverter
Set the ObjectMapper for this view.
setObjectMapper(ObjectMapper) - 类 中的方法org.springframework.web.servlet.view.json.AbstractJackson2View
Set the ObjectMapper for this view.
setObjectName(Object) - 类 中的方法org.springframework.jmx.access.MBeanClientInterceptor
Set the ObjectName of the MBean which calls are routed to, as ObjectName instance or as String.
setObjectName(String) - 类 中的方法org.springframework.jmx.export.metadata.ManagedResource
Set the JMX ObjectName of this managed resource.
setObjectName(Object) - 类 中的方法org.springframework.jmx.support.ConnectorServerFactoryBean
Set the ObjectName used to register the JMXConnectorServer itself with the MBeanServer, as ObjectName instance or as String.
setOmittedFields(Map<Class<?>, String>) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
Specify omitted fields, as a Map consisting of Class instances mapped to comma separated field names.
setOnblur(String) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Set the value of the 'onblur' attribute.
setOnce(AtomicReferenceFieldUpdater<F, Subscription>, F, Subscription) - 类 中的静态方法reactor.core.publisher.Operators
Sets the given subscription once and returns true if successful, false if the field has a subscription already or has been cancelled.
setOnchange(String) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Set the value of the 'onchange' attribute.
setOnclick(String) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'onclick' attribute.
setOndblclick(String) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'ondblclick' attribute.
setOneIndexedParameters(boolean) - 类 中的方法org.springframework.data.web.PageableHandlerMethodArgumentResolver
Configures whether to expose and assume 1-based page number indexes in the request parameters.
setOnfocus(String) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Set the value of the 'onfocus' attribute.
setOnkeydown(String) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'onkeydown' attribute.
setOnkeypress(String) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'onkeypress' attribute.
setOnkeyup(String) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'onkeyup' attribute.
setOnlyKeyType(Class<? extends Object>) - 类 中的方法org.yaml.snakeyaml.nodes.MappingNode
 
setOnmousedown(String) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'onmousedown' attribute.
setOnmousemove(String) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'onmousemove' attribute.
setOnmouseout(String) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'onmouseout' attribute.
setOnmouseover(String) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'onmouseover' attribute.
setOnmouseup(String) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'onmouseup' attribute.
setOnreset(String) - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Set the value of the 'onreset' attribute.
setOnselect(String) - 类 中的方法org.springframework.web.servlet.tags.form.InputTag
Set the value of the 'onselect' attribute.
setOnselect(String) - 类 中的方法org.springframework.web.servlet.tags.form.TextareaTag
Set the value of the 'onselect' attribute.
setOnsubmit(String) - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Set the value of the 'onsubmit' attribute.
SetOperations<K,V> - org.springframework.data.redis.core中的接口
Redis set specific operations.
setOperatorOverloader(OperatorOverloader) - 类 中的方法org.springframework.expression.spel.support.StandardEvaluationContext
 
setOrder(SortParameters.Order) - 类 中的方法org.springframework.data.redis.connection.DefaultSortParameters
 
setOrder(int) - 类 中的方法org.springframework.transaction.event.TransactionalEventListenerFactory
 
setOrder(int) - 类 中的方法org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
Specify the order to use for resource handling relative to other HandlerMappings configured in the Spring MVC application context.
setOrder(int) - 类 中的方法org.springframework.web.servlet.config.annotation.ViewControllerRegistry
Specify the order to use for the HandlerMapping used to map view controllers relative to other handler mappings configured in Spring MVC.
setOrder(int) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
 
setOrder(int) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMapping
Specify the order value for this HandlerMapping bean.
setOrder(int) - 类 中的方法org.springframework.web.servlet.handler.HandlerExceptionResolverComposite
 
setOrder(int) - 类 中的方法org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
Specify the order value for this HandlerAdapter bean.
setOrder(int) - 类 中的方法org.springframework.web.servlet.view.BeanNameViewResolver
Specify the order value for this ViewResolver bean.
setOrder(int) - 类 中的方法org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
setOrder(int) - 类 中的方法org.springframework.web.servlet.view.ResourceBundleViewResolver
Specify the order value for this ViewResolver bean.
setOrder(int) - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
Specify the order value for this ViewResolver bean.
setOrder(int) - 类 中的方法org.springframework.web.servlet.view.ViewResolverComposite
 
setOrder(int) - 类 中的方法org.springframework.web.servlet.view.XmlViewResolver
Specify the order value for this ViewResolver bean.
setOrigin(String) - 类 中的方法org.springframework.http.HttpHeaders
Set the (new) value of the Origin header.
setOutParameterNames(List<String>) - 类 中的方法org.springframework.jdbc.core.metadata.CallMetaDataContext
Specify the names of the out parameters.
setOutputProperties(Properties) - 类 中的方法org.springframework.web.servlet.view.xslt.XsltView
Set arbitrary transformer output properties to be applied to the stylesheet.
setOutputProperties(Properties) - 类 中的方法org.springframework.web.servlet.view.xslt.XsltViewResolver
Set arbitrary transformer output properties to be applied to the stylesheet.
setOutputRecordCreator(RecordCreator) - 类 中的方法org.springframework.jca.cci.core.CciTemplate
Set a RecordCreator that should be used for creating default output Records.
setOutputRecordCreator(RecordCreator) - 类 中的方法org.springframework.jca.cci.object.MappingRecordOperation
Set a RecordCreator that should be used for creating default output Records.
setOutputStreamAccessAllowed(boolean) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
Set whether MockHttpServletResponse.getOutputStream() access is allowed.
setOutputStreaming(boolean) - 类 中的方法org.springframework.http.client.SimpleClientHttpRequestFactory
Set if the underlying URLConnection can be set to 'output streaming' mode.
setOverloadEnabled(boolean) - 类 中的方法org.springframework.remoting.caucho.HessianClientInterceptor
Set whether overloaded methods should be enabled for remote invocations.
setOverrideIncludeSynonymsDefault(boolean) - 类 中的方法org.springframework.jdbc.core.metadata.TableMetaDataContext
Specify whether we should override default for accessing synonyms.
setOverrideIncludeSynonymsDefault(boolean) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcInsert
Specify whether the default for including synonyms should be changed.
setOverwriteExistingJobs(boolean) - 类 中的方法org.springframework.scheduling.quartz.SchedulerAccessor
Set whether any jobs defined on this SchedulerFactoryBean should overwrite existing job definitions.
setPackagesToScan(String...) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
Set the packages to search for classes with JAXB2 annotations in the classpath.
setPaddingLength(int) - 类 中的方法org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
Set the padding length, i.e. the length to which a string result should be pre-pended with zeroes.
setPageParameterName(String) - 类 中的方法org.springframework.data.web.PageableHandlerMethodArgumentResolver
Configures the parameter name to be used to find the page number in the request.
setParallelism(int) - 类 中的方法org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
Specify the parallelism level.
setParameter(String, String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
Set a single value for the specified HTTP parameter.
setParameter(String, String...) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
Set an array of values for the specified HTTP parameter.
setParameterName(String) - 类 中的方法org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Set the query parameter name to use when ContentNegotiationManagerFactoryBean.setFavorParameter(boolean) is on.
setParameterName(String) - 类 中的方法org.springframework.web.accept.ParameterContentNegotiationStrategy
Set the name of the parameter to use to determine requested media types.
setParameterNameDiscoverer(ParameterNameDiscoverer) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Set the ParameterNameDiscoverer to use for resolving method parameter names if needed (e.g. for parameter names of MBean operation methods).
setParameterNameDiscoverer(ParameterNameDiscoverer) - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
Set the ParameterNameDiscoverer to use for resolving method and constructor parameter names if needed for message interpolation.
setParameterNameDiscoverer(ParameterNameDiscoverer) - 类 中的方法org.springframework.web.method.support.InvocableHandlerMethod
Set the ParameterNameDiscoverer for resolving parameter names when needed (e.g. default request attribute name).
setParameterNameDiscoverer(ParameterNameDiscoverer) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Set the ParameterNameDiscoverer to use for resolving method parameter names if needed (e.g. for default attribute names).
setParameters(SqlParameter...) - 类 中的方法org.springframework.jdbc.object.RdbmsOperation
Add one or more declared parameters.
setParameters(Map<String, ?>) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
Set all provided parameters replacing any existing values for the provided parameter names.
setParameterTypes(Class<?>[]) - 类 中的方法org.springframework.remoting.support.RemoteInvocation
Set the parameter types of the target method.
setParameterValue(PreparedStatement, int, SqlParameter, Object) - 类 中的静态方法org.springframework.jdbc.core.StatementCreatorUtils
Set the value for a parameter.
setParameterValue(PreparedStatement, int, int, Object) - 类 中的静态方法org.springframework.jdbc.core.StatementCreatorUtils
Set the value for a parameter.
setParameterValue(PreparedStatement, int, int, String, Object) - 类 中的静态方法org.springframework.jdbc.core.StatementCreatorUtils
Set the value for a parameter.
setParamName(String) - 类 中的方法org.springframework.web.servlet.i18n.LocaleChangeInterceptor
Set the name of the parameter that contains a locale specification in a locale change request.
setParamName(String) - 类 中的方法org.springframework.web.servlet.theme.ThemeChangeInterceptor
Set the name of the parameter that contains a theme specification in a theme change request.
setParentThemeSource(ThemeSource) - 接口 中的方法org.springframework.ui.context.HierarchicalThemeSource
Set the parent that will be used to try to resolve theme messages that this object can't resolve.
setParentThemeSource(ThemeSource) - 类 中的方法org.springframework.ui.context.support.DelegatingThemeSource
 
setParentThemeSource(ThemeSource) - 类 中的方法org.springframework.ui.context.support.ResourceBundleThemeSource
 
setParsePath(boolean) - 类 中的方法org.springframework.web.util.DefaultUriBuilderFactory
Whether to parse the path into path segments for the URI string passed into DefaultUriBuilderFactory.uriString(String) or one of the expand methods.
setParsePath(boolean) - 类 中的方法org.springframework.web.util.DefaultUriTemplateHandler
已过时。
Whether to parse the path of a URI template string into path segments.
setPartConverters(List<HttpMessageConverter<?>>) - 类 中的方法org.springframework.http.converter.FormHttpMessageConverter
Set the message body converters to use.
setPassword(String) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
已过时。
setPassword(String) - 类 中的方法org.springframework.data.redis.connection.lettuce.DefaultLettucePool
已过时。
Sets the password used for authenticating with the Redis server.
setPassword(String) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
已过时。
setPassword(RedisPassword) - 类 中的方法org.springframework.data.redis.connection.RedisClusterConfiguration
 
setPassword(RedisPassword) - 类 中的方法org.springframework.data.redis.connection.RedisSentinelConfiguration
 
setPassword(RedisPassword) - 类 中的方法org.springframework.data.redis.connection.RedisStandaloneConfiguration
 
setPassword(String) - 类 中的方法org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
Set the JDBC password to use for connecting through the Driver.
setPassword(String) - 接口 中的方法org.springframework.jdbc.datasource.embedded.ConnectionProperties
Set the password to use to connect to the database.
setPassword(String) - 类 中的方法org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
Set the default user's password that this adapter should use for retrieving Connections.
setPassword(String) - 类 中的方法org.springframework.mail.javamail.JavaMailSenderImpl
Set the password for the account at the mail host, if any.
setPassword(String) - 类 中的方法org.springframework.remoting.caucho.HessianClientInterceptor
Set the password that this factory should use to access the remote service.
setPassword(String) - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set the password to specify on the stub.
setPath(String) - 类 中的方法org.springframework.mock.web.MockSessionCookieConfig
 
setPath(String) - 类 中的方法org.springframework.web.servlet.tags.BindTag
Set the path that this tag should apply.
setPath(String) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Set the property path from the form object.
setPath(String) - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Unsupported for forms.
setPath(String) - 类 中的方法org.springframework.web.servlet.tags.NestedPathTag
Set the path that this tag should apply.
setPathInfo(String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
setPathMatcher(PathMatcher) - 类 中的方法org.springframework.web.cors.UrlBasedCorsConfigurationSource
Set the PathMatcher implementation to use for matching URL paths against registered URL patterns.
setPathMatcher(PathMatcher) - 类 中的方法org.springframework.web.servlet.config.annotation.PathMatchConfigurer
Set the PathMatcher implementation to use for matching URL paths against registered URL patterns.
setPathMatcher(PathMatcher) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMapping
Set the PathMatcher implementation to use for matching URL paths against registered URL patterns.
setPathMatcher(PathMatcher) - 类 中的方法org.springframework.web.servlet.handler.MappedInterceptor
Configure a PathMatcher to use with this MappedInterceptor instead of the one passed by default to the MappedInterceptor.matches(String, org.springframework.util.PathMatcher) method.
setPathMatcher(PathMatcher) - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
Set a custom PathMatcher to use for the PatternsRequestCondition.
setPathMatcher(PathMatcher) - 类 中的方法org.springframework.web.servlet.mvc.WebContentInterceptor
Set the PathMatcher implementation to use for matching URL paths against registered URL patterns, for determining cache mappings.
setPathMatcher(PathMatcher) - 类 中的方法org.springframework.web.servlet.resource.ResourceUrlProvider
Configure a PathMatcher to use when comparing target lookup path against resource mappings.
setPathSeparator(String) - 类 中的方法org.springframework.util.AntPathMatcher
Set the path separator to use for pattern parsing.
setPattern(String) - 类 中的方法org.springframework.format.datetime.DateFormatter
Set the pattern to use to format date values.
setPattern(String) - 类 中的方法org.springframework.format.datetime.joda.DateTimeFormatterFactory
Set the pattern to use to format date values.
setPattern(String) - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterFactory
Set the pattern to use to format date values.
setPattern(String) - 类 中的方法org.springframework.format.number.CurrencyStyleFormatter
Specify the pattern to use to format number values.
setPattern(String) - 类 中的方法org.springframework.format.number.NumberStyleFormatter
Specify the pattern to use to format number values.
setPeriod(long) - 类 中的方法org.springframework.scheduling.commonj.ScheduledTimerListener
Set the period between repeated task executions, in milliseconds.
setPeriod(long) - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorTask
Set the period between repeated task executions, in milliseconds.
setPermissionDeniedCodes(String...) - 类 中的方法org.springframework.jdbc.support.SQLErrorCodes
 
setPersistLocation(String) - 类 中的方法org.springframework.jmx.export.metadata.ManagedResource
 
setPersistName(String) - 类 中的方法org.springframework.jmx.export.metadata.ManagedResource
 
setPersistPeriod(int) - 类 中的方法org.springframework.jmx.export.metadata.ManagedAttribute
 
setPersistPeriod(int) - 类 中的方法org.springframework.jmx.export.metadata.ManagedMetric
The persist period for this metric.
setPersistPeriod(int) - 类 中的方法org.springframework.jmx.export.metadata.ManagedResource
 
setPersistPolicy(String) - 类 中的方法org.springframework.jmx.export.metadata.ManagedAttribute
 
setPersistPolicy(String) - 类 中的方法org.springframework.jmx.export.metadata.ManagedMetric
The persist policy for this metric.
setPersistPolicy(String) - 类 中的方法org.springframework.jmx.export.metadata.ManagedResource
 
setPhase(int) - 类 中的方法org.springframework.jca.endpoint.GenericMessageEndpointManager
Specify the phase in which this endpoint manager should be started and stopped.
setPhase(int) - 类 中的方法org.springframework.scheduling.quartz.SchedulerFactoryBean
Specify the phase in which this scheduler should be started and stopped.
setPointcut(Pointcut) - 类 中的方法org.springframework.transaction.interceptor.TransactionProxyFactoryBean
Set a pointcut, i.e a bean that can cause conditional invocation of the TransactionInterceptor depending on method and attributes passed.
setPoolConfig(JedisPoolConfig) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
已过时。
since 2.0, configure JedisPoolConfig using JedisClientConfiguration.
setPoolConfig(GenericObjectPoolConfig) - 类 中的方法org.springframework.data.redis.connection.lettuce.DefaultLettucePool
已过时。
 
setPoolSize(int) - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
Set the ScheduledExecutorService's pool size.
setPoolSize(int) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
Set the ScheduledExecutorService's pool size.
setPoolSize(String) - 类 中的方法org.springframework.scheduling.config.TaskExecutorFactoryBean
 
setPopulators(DatabasePopulator...) - 类 中的方法org.springframework.jdbc.datasource.init.CompositeDatabasePopulator
Specify one or more populators to delegate to.
setPort(int) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
已过时。
since 2.0, configure the port using RedisStandaloneConfiguration.
setPort(int) - 类 中的方法org.springframework.data.redis.connection.lettuce.DefaultLettucePool
已过时。
Sets the port.
setPort(int) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
已过时。
since 2.0, configure the port using RedisStandaloneConfiguration.
setPort(int) - 类 中的方法org.springframework.data.redis.connection.RedisStandaloneConfiguration
 
setPort(int) - 类 中的方法org.springframework.http.client.support.ProxyFactoryBean
Set the proxy port.
setPort(int) - 类 中的方法org.springframework.mail.javamail.JavaMailSenderImpl
Set the mail server port.
setPort(int) - 类 中的方法org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Specify the HTTP server's port.
setPort(int) - 类 中的方法org.springframework.remoting.rmi.RmiRegistryFactoryBean
Set the port of the registry for the exported RMI service, i.e.
setPort(int) - 类 中的方法org.springframework.remoting.support.SimpleHttpServerFactoryBean
Specify the HTTP server's port.
setPortFeatures(WebServiceFeature...) - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Specify WebServiceFeature objects (e.g. as inner bean definitions) to apply to JAX-WS port stub creation.
setPortName(String) - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set the name of the port.
setPosition(int) - 异常错误 中的方法org.springframework.expression.spel.SpelEvaluationException
Set the position in the related expression which gave rise to this exception.
setPostTemplateLoaders(TemplateLoader...) - 类 中的方法org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set a List of TemplateLoaders that will be used to search for templates.
setPragma(String) - 类 中的方法org.springframework.http.HttpHeaders
Set the (new) value of the Pragma header.
setPreferFileSystemAccess(boolean) - 类 中的方法org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set whether to prefer file system access for template loading.
setPreferredLocales(List<Locale>) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
Set the list of preferred locales, in descending order, effectively replacing any existing locales.
setPrefix(String) - 类 中的方法org.springframework.data.web.PageableHandlerMethodArgumentResolver
Configures a general prefix to be prepended to the page number and page size parameters.
setPrefix(String) - 类 中的方法org.springframework.validation.DefaultMessageCodesResolver
Specify a prefix to be applied to any code built by this resolver.
setPrefix(String) - 类 中的方法org.springframework.web.servlet.mvc.UrlFilenameViewController
Set the prefix to prepend to the request URL filename to build a view name.
setPrefix(String) - 类 中的方法org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Set the prefix to prepend to generated view names.
setPrefix(String) - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
Set the prefix that gets prepended to view names when building a URL.
setPrefixJson(boolean) - 类 中的方法org.springframework.http.converter.json.AbstractJsonHttpMessageConverter
Indicate whether the JSON output by this view should be prefixed with ")]}', ".
setPrefixJson(boolean) - 类 中的方法org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
Indicate whether the JSON output by this view should be prefixed with ")]}', ".
setPrefixJson(boolean) - 类 中的方法org.springframework.web.servlet.view.json.MappingJackson2JsonView
Indicates whether the JSON output by this view should be prefixed with ")]}', ".
setPreparerFactoryClass(Class<? extends PreparerFactory>) - 类 中的方法org.springframework.web.servlet.view.tiles3.TilesConfigurer
Set the org.apache.tiles.preparer.factory.PreparerFactory implementation to use.
setPreserveFilename(boolean) - 类 中的方法org.springframework.web.multipart.commons.CommonsFileUploadSupport
Set whether to preserve the filename as sent by the client, not stripping off path information in CommonsMultipartFile.getOriginalFilename().
setPreserveFilename(boolean) - 类 中的方法org.springframework.web.multipart.commons.CommonsMultipartFile
Set whether to preserve the filename as sent by the client, not stripping off path information in CommonsMultipartFile.getOriginalFilename().
setPreTemplateLoaders(TemplateLoader...) - 类 中的方法org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set a List of TemplateLoaders that will be used to search for templates.
setPrettyFlow(boolean) - 类 中的方法org.yaml.snakeyaml.DumperOptions
Force the emitter to produce a pretty YAML document when using the flow style.
setPrettyPrint(boolean) - 类 中的方法org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
Whether to use the DefaultPrettyPrinter when writing JSON.
setPrettyPrint(boolean) - 类 中的方法org.springframework.web.servlet.view.json.AbstractJackson2View
Whether to use the default pretty printer when writing the output.
setPrettyPrinting(boolean) - 类 中的方法org.springframework.http.converter.json.GsonFactoryBean
Whether to use the GsonBuilder#setPrettyPrinting() when writing JSON.
setPreventDispatchLoop(boolean) - 类 中的方法org.springframework.web.servlet.view.InternalResourceView
Set whether to explicitly prevent dispatching back to the current handler path.
setPreventResponseCaching(boolean) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
Specify whether to prevent HTTP response caching for any view resolved by this exception resolver.
setPreviousIsolationLevel(Integer) - 类 中的方法org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
setPrimitivesDefaultedForNullValue(boolean) - 类 中的方法org.springframework.jdbc.core.BeanPropertyRowMapper
Set whether we're defaulting Java primitives in the case of mapping a null value from corresponding database fields.
setPriority(int) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Set the priority ("X-Priority" header) of the message.
setPriority(int) - 类 中的方法org.springframework.scheduling.quartz.CronTriggerFactoryBean
Specify the priority of this trigger.
setPriority(int) - 类 中的方法org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
Specify the priority of this trigger.
setProcedureName(String) - 类 中的方法org.springframework.jdbc.core.metadata.CallMetaDataContext
Specify the name of the procedure.
setProcedureName(String) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
Set the name of the stored procedure.
setProcessExternalEntities(boolean) - 类 中的方法org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
Indicates whether external XML entities are processed when converting to a Source.
setProcessExternalEntities(boolean) - 类 中的方法org.springframework.http.converter.xml.SourceHttpMessageConverter
Indicates whether external XML entities are processed when converting to a Source.
setProcessExternalEntities(boolean) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
Indicates whether external XML entities are processed when unmarshalling.
setProcessExternalEntities(boolean) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Indicates whether external XML entities are processed when unmarshalling.
setProcessingInstructions(Map<String, String>) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Sets the processing instructions that will be used by during marshalling.
setPropagateQueryParams(boolean) - 类 中的方法org.springframework.web.servlet.view.RedirectView
When set to true the query string of the current URL is appended and thus propagated through to the redirected URL.
setPropagationBehavior(int) - 类 中的方法org.springframework.transaction.support.DefaultTransactionDefinition
Set the propagation behavior.
setPropagationBehaviorName(String) - 类 中的方法org.springframework.transaction.support.DefaultTransactionDefinition
Set the propagation behavior by the name of the corresponding constant in TransactionDefinition, e.g.
setProperties(Properties) - 类 中的方法org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
Parses the given properties into a name/attribute map.
setProperties(Object, Map<String, Object>) - 类 中的方法org.yaml.snakeyaml.extensions.compactnotation.CompactConstructor
 
setProperty(String, String) - 类 中的方法org.springframework.mock.env.MockEnvironment
Set a property on the underlying MockPropertySource for this environment.
setProperty(String, Object) - 类 中的方法org.springframework.mock.env.MockPropertySource
Set the given property on the underlying Properties object.
setProperty(String, Object) - 类 中的方法org.springframework.web.context.support.GroovyWebApplicationContext
 
setProperty(Object, String, Object) - 类 中的方法org.yaml.snakeyaml.TypeDescription
 
setPropertyAccessors(List<PropertyAccessor>) - 类 中的方法org.springframework.expression.spel.support.StandardEvaluationContext
 
setPropertyDelimiter(String) - 类 中的方法org.springframework.data.web.SortHandlerMethodArgumentResolver
Configures the delimiter used to separate property references and the direction to be sorted by.
setPropertyEditorRegistrar(PropertyEditorRegistrar) - 类 中的方法org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Specify a single PropertyEditorRegistrar to be applied to every DataBinder.
setPropertyEditorRegistrars(PropertyEditorRegistrar[]) - 类 中的方法org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Specify multiple PropertyEditorRegistrars to be applied to every DataBinder.
setPropertyNamingStrategy(PropertyNamingStrategy) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Specify a PropertyNamingStrategy to configure the ObjectMapper with.
setPropertyUtils(PropertyUtils) - 类 中的方法org.yaml.snakeyaml.constructor.BaseConstructor
 
setPropertyUtils(PropertyUtils) - 类 中的方法org.yaml.snakeyaml.representer.BaseRepresenter
 
setPropertyUtils(PropertyUtils) - 类 中的方法org.yaml.snakeyaml.representer.Representer
 
setPropertyUtils(PropertyUtils) - 类 中的方法org.yaml.snakeyaml.TypeDescription
 
setPropertyValue(String, Object) - 类 中的方法org.springframework.data.util.DirectFieldAccessFallbackBeanWrapper
 
setProtocol(String) - 类 中的方法org.springframework.mail.javamail.JavaMailSenderImpl
Set the mail protocol.
setProtocol(String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
setProviderClass(Class) - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
Specify the desired provider class, if any.
setProxy(Proxy) - 类 中的方法org.springframework.http.client.SimpleClientHttpRequestFactory
Set the Proxy to use for this request factory.
setProxyFactory(HessianProxyFactory) - 类 中的方法org.springframework.remoting.caucho.HessianClientInterceptor
Set the HessianProxyFactory instance to use.
setProxyInterface(Class<?>) - 类 中的方法org.springframework.jmx.access.MBeanProxyFactoryBean
Set the interface that the generated proxy will implement.
setProxyInterface(Class<?>) - 类 中的方法org.springframework.jndi.JndiObjectFactoryBean
Specify the proxy interface to use for the JNDI object.
setProxyInterfaces(Class<?>...) - 类 中的方法org.springframework.jndi.JndiObjectFactoryBean
Specify multiple proxy interfaces to use for the JNDI object.
setPublishContext(boolean) - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Set whether to publish this servlet's context as a ServletContext attribute, available to all objects in the web container.
setPublishEvents(boolean) - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Set whether this servlet should publish a ServletRequestHandledEvent at the end of each request.
setQualifier(String) - 类 中的方法org.springframework.transaction.interceptor.DefaultTransactionAttribute
Associate a qualifier value with this transaction attribute.
setQualifierDelimiter(String) - 类 中的方法org.springframework.data.web.PageableHandlerMethodArgumentResolver
The delimiter to be used between the qualifier and the actual page number and size properties.
setQualifierDelimiter(String) - 类 中的方法org.springframework.data.web.SortHandlerMethodArgumentResolver
Configures the delimiter used to separate the qualifier from the sort parameter.
setQuartzProperties(Properties) - 类 中的方法org.springframework.scheduling.quartz.SchedulerFactoryBean
Set Quartz properties, like "org.quartz.threadPool.class".
setQueryLookupStrategyKey(QueryLookupStrategy.Key) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
Set the QueryLookupStrategy.Key to be used.
setQueryLookupStrategyKey(QueryLookupStrategy.Key) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactorySupport
Sets the strategy of how to lookup a query to execute finders.
setQueryString(String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
setQueryTimeout(int) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
Set the query timeout for statements that this JdbcTemplate executes.
setQueryTimeout(int) - 类 中的方法org.springframework.jdbc.object.RdbmsOperation
Set the query timeout for statements that this RDBMS operation executes.
setQueueCapacity(int) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
Set the capacity for the ThreadPoolExecutor's BlockingQueue.
setQueueCapacity(int) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Set the capacity for the ThreadPoolExecutor's BlockingQueue.
setQueueCapacity(int) - 类 中的方法org.springframework.scheduling.config.TaskExecutorFactoryBean
 
setQuorum(Long) - 类 中的方法org.springframework.data.redis.connection.RedisServer
 
setRange(byte[], byte[], long) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
setRange(byte[], byte[], long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
setRange(String, String, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
setRange(ByteBuffer, ByteBuffer, long) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Overwrite parts of key starting at the specified offset with given value.
setRange(Publisher<ReactiveStringCommands.SetRangeCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Overwrite parts of ReactiveRedisConnection.KeyCommand.key starting at the specified offset with given ReactiveStringCommands.SetRangeCommand.value.
setRange(byte[], byte[], long) - 接口 中的方法org.springframework.data.redis.connection.RedisStringCommands
Overwrite parts of key starting at the specified offset with given value.
setRange(String, String, long) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Overwrite parts of key starting at the specified offset with given value.
setRange(List<HttpRange>) - 类 中的方法org.springframework.http.HttpHeaders
Sets the (new) value of the Range header.
setReactiveAdapterRegistry(ReactiveAdapterRegistry) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Configure the registry for reactive library types to be supported as return values from controller methods.
setReactiveRegistry(ReactiveAdapterRegistry) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
setReadListener(ReadListener) - 类 中的方法org.springframework.mock.web.DelegatingServletInputStream
 
setReadOnly(boolean) - 类 中的方法org.springframework.transaction.support.DefaultTransactionDefinition
Set whether to optimize as read-only transaction.
setReadonly(boolean) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Sets the value of the 'readonly' attribute.
setReadTimeout(int) - 类 中的方法org.springframework.http.client.HttpComponentsClientHttpRequestFactory
Set the socket read timeout for the underlying HttpClient.
setReadTimeout(int) - 类 中的方法org.springframework.http.client.Netty4ClientHttpRequestFactory
已过时。
Set the underlying URLConnection's read timeout (in milliseconds).
setReadTimeout(int) - 类 中的方法org.springframework.http.client.OkHttp3ClientHttpRequestFactory
Sets the underlying read timeout in milliseconds.
setReadTimeout(int) - 类 中的方法org.springframework.http.client.SimpleClientHttpRequestFactory
Set the underlying URLConnection's read timeout (in milliseconds).
setReadTimeout(long) - 类 中的方法org.springframework.remoting.caucho.HessianClientInterceptor
Set the timeout to use when waiting for a reply from the Hessian service.
setReadTimeout(int) - 类 中的方法org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Set the socket read timeout for the underlying HttpClient.
setReadTimeout(int) - 类 中的方法org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
Set the underlying URLConnection's read timeout (in milliseconds).
setRecordName(String) - 类 中的方法org.springframework.jca.cci.core.support.CommAreaRecord
 
setRecordShortDescription(String) - 类 中的方法org.springframework.jca.cci.core.support.CommAreaRecord
 
setRecoveryInterval(long) - 类 中的方法org.springframework.data.redis.listener.RedisMessageListenerContainer
Specify the interval between recovery attempts, in milliseconds.
setRedirectContextRelative(boolean) - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
Set whether to interpret a given redirect URL that starts with a slash ("/") as relative to the current ServletContext, i.e. as relative to the web application root.
setRedirectHosts(String...) - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
Configure one or more hosts associated with the application.
setRedirectHttp10Compatible(boolean) - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
Set whether redirects should stay compatible with HTTP 1.0 clients.
setRedirectModel(ModelMap) - 类 中的方法org.springframework.web.method.support.ModelAndViewContainer
Provide a separate model instance to use in a redirect scenario.
setRedirectModelScenario(boolean) - 类 中的方法org.springframework.web.method.support.ModelAndViewContainer
Whether the controller has returned a redirect instruction, e.g. a "redirect:" prefixed view name, a RedirectView instance, etc.
setRedirectPatterns(String...) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ModelAndViewMethodReturnValueHandler
Configure one more simple patterns (as described in PatternMatchUtils.simpleMatch(java.lang.String, java.lang.String)) to use in order to recognize custom redirect prefixes in addition to "redirect:".
setRedirectPatterns(String...) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ViewNameMethodReturnValueHandler
Configure one more simple patterns (as described in PatternMatchUtils.simpleMatch(java.lang.String, java.lang.String)) to use in order to recognize custom redirect prefixes in addition to "redirect:".
setRedirectStatus(HttpStatus) - 类 中的方法org.springframework.web.filter.RelativeRedirectFilter
Set the default HTTP Status to use for redirects.
setReference(Reference) - 类 中的方法org.springframework.jca.cci.connection.DelegatingConnectionFactory
 
setReferenceResolver(ReferenceResolver) - 类 中的方法org.springframework.data.redis.core.convert.MappingRedisConverter
 
setReflectionProvider(ReflectionProvider) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
Set a custom XStream ReflectionProvider to use.
setRefreshHomeOnConnectFailure(boolean) - 类 中的方法org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Set whether to refresh the EJB home on connect failure.
setRefreshOnConnectFailure(boolean) - 类 中的方法org.springframework.jmx.access.MBeanClientInterceptor
Set whether to refresh the MBeanServer connection on connect failure.
setRefreshStubOnConnectFailure(boolean) - 类 中的方法org.springframework.remoting.rmi.JndiRmiClientInterceptor
Set whether to refresh the RMI stub on connect failure.
setRefreshStubOnConnectFailure(boolean) - 类 中的方法org.springframework.remoting.rmi.RmiClientInterceptor
Set whether to refresh the RMI stub on connect failure.
setRegisterDefaultFormatters(boolean) - 类 中的方法org.springframework.format.support.FormattingConversionServiceFactoryBean
Indicate whether default formatters should be registered or not.
setRegisteredSuffixPatternMatch(boolean) - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
Set whether suffix pattern matching should be restricted to registered file extensions only.
setRegisterTraceInterceptor(boolean) - 类 中的方法org.springframework.remoting.support.RemoteExporter
Set whether to register a RemoteInvocationTraceInterceptor for exported services.
setRegisterWithFactory(boolean) - 类 中的方法org.springframework.jmx.support.MBeanServerFactoryBean
Set whether to register the MBeanServer with the MBeanServerFactory, making it available through MBeanServerFactory.findMBeanServer().
setRegistrationPolicy(RegistrationPolicy) - 类 中的方法org.springframework.jmx.support.MBeanRegistrationSupport
The policy to use when attempting to register an MBean under an ObjectName that already exists.
setRegistry(Registry) - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
Specify the RMI registry to register the exported service with.
setRegistryClientSocketFactory(RMIClientSocketFactory) - 类 中的方法org.springframework.remoting.rmi.RmiClientInterceptor
Set a custom RMI client socket factory to use for accessing the RMI registry.
setRegistryClientSocketFactory(RMIClientSocketFactory) - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
Set a custom RMI client socket factory to use for the RMI registry.
setRegistryHost(String) - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
Set the host of the registry for the exported RMI service, i.e.
setRegistryPort(int) - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
Set the port of the registry for the exported RMI service, i.e.
setRegistryServerSocketFactory(RMIServerSocketFactory) - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
Set a custom RMI server socket factory to use for the RMI registry.
setRejectedExecutionHandler(RejectedExecutionHandler) - 类 中的方法org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
Set the RejectedExecutionHandler to use for the ExecutorService.
setRejectedExecutionHandler(RejectedExecutionHandler) - 类 中的方法org.springframework.scheduling.config.TaskExecutorFactoryBean
 
setRelativeRedirects(boolean) - 类 中的方法org.springframework.web.filter.ForwardedHeaderFilter
Use this property to enable relative redirects as explained in RelativeRedirectFilter, and also using the same response wrapper as that filter does, or if both are configured, only one will wrap.
setRemoteAddr(String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
setRemoteHost(String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
setRemoteInvocationExecutor(RemoteInvocationExecutor) - 类 中的方法org.springframework.remoting.support.RemoteInvocationBasedExporter
Set the RemoteInvocationExecutor to use for this exporter.
setRemoteInvocationFactory(RemoteInvocationFactory) - 类 中的方法org.springframework.remoting.rmi.JndiRmiClientInterceptor
Set the RemoteInvocationFactory to use for this accessor.
setRemoteInvocationFactory(RemoteInvocationFactory) - 类 中的方法org.springframework.remoting.support.RemoteInvocationBasedAccessor
Set the RemoteInvocationFactory to use for this accessor.
setRemotePort(int) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
setRemoteResolver(HessianRemoteResolver) - 类 中的方法org.springframework.remoting.caucho.HessianExporter
Specify a custom HessianRemoteResolver to use for resolving remote object references.
setRemoteUser(String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
setRemoveOnCancelPolicy(boolean) - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
Set the remove-on-cancel mode on ScheduledThreadPoolExecutor (JDK 7+).
setRemoveOnCancelPolicy(boolean) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
Set the remove-on-cancel mode on ScheduledThreadPoolExecutor (JDK 7+).
setRemoveOnly(boolean) - 类 中的方法org.springframework.web.filter.ForwardedHeaderFilter
Enables mode in which any "Forwarded" or "X-Forwarded-*" headers are removed only and the information in them ignored.
setRemoveOnly(boolean) - 类 中的方法org.springframework.web.filter.reactive.ForwardedHeaderFilter
Enables mode in which any "Forwarded" or "X-Forwarded-*" headers are removed only and the information in them ignored.
setRemoveSemicolonContent(boolean) - 类 中的方法org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Set if ";" (semicolon) content should be stripped from the request URI.
setRemoveSemicolonContent(boolean) - 类 中的方法org.springframework.web.cors.UrlBasedCorsConfigurationSource
Shortcut to same property on underlying UrlPathHelper.
setRemoveSemicolonContent(boolean) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMapping
Shortcut to same property on underlying UrlPathHelper.
setRemoveSemicolonContent(boolean) - 类 中的方法org.springframework.web.servlet.mvc.AbstractUrlViewController
Set if ";" (semicolon) content should be stripped from the request URI.
setRemoveSemicolonContent(boolean) - 类 中的方法org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Set if ";" (semicolon) content should be stripped from the request URI.
setRemoveSemicolonContent(boolean) - 类 中的方法org.springframework.web.util.UrlPathHelper
Set if ";" (semicolon) content should be stripped from the request URI.
setRenderer(Renderer) - 类 中的方法org.springframework.web.servlet.view.tiles3.TilesView
Set the Renderer to use.
setRenderer(Renderer) - 类 中的方法org.springframework.web.servlet.view.tiles3.TilesViewResolver
Set the Renderer to use.
setRenderFunction(String) - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
Set the render function name (optional).
setRenderFunction(String) - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateView
setRenderObject(String) - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
Set the object where the render function belongs (optional).
setRenderObject(String) - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateView
setReobtainTransactionalConnections(boolean) - 类 中的方法org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
Specify whether to reobtain the target Connection for each operation performed within a transaction.
setRepeatCount(int) - 类 中的方法org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
Specify the number of times this trigger is supposed to fire.
setRepeatInterval(long) - 类 中的方法org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
Specify the interval between execution times of this trigger.
setReplaceExistingBinding(boolean) - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
Set whether to replace an existing binding in the RMI registry, that is, whether to simply override an existing binding with the specified service in case of a naming conflict in the registry.
setReplyTo(String) - 类 中的方法org.springframework.mail.javamail.MimeMailMessage
 
setReplyTo(InternetAddress) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
 
setReplyTo(String, String) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
 
setReplyTo(String) - 接口 中的方法org.springframework.mail.MailMessage
 
setReplyTo(String) - 类 中的方法org.springframework.mail.SimpleMailMessage
 
setRepositoryBaseClass(Class<?>) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
Configures the repository base class to be used.
setRepositoryBaseClass(Class<?>) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactorySupport
Configures the repository base class to use when creating the repository proxy.
setRepositoryFragments(RepositoryComposition.RepositoryFragments) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
Setter to inject repository fragments.
setRequestAttributes(RequestAttributes) - 类 中的静态方法org.springframework.web.context.request.RequestContextHolder
Bind the given RequestAttributes to the current thread, not exposing it as inheritable for child threads.
setRequestAttributes(RequestAttributes, boolean) - 类 中的静态方法org.springframework.web.context.request.RequestContextHolder
Bind the given RequestAttributes to the current thread.
setRequestBody(HttpInvokerClientConfiguration, HttpPost, ByteArrayOutputStream) - 类 中的方法org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Set the given serialized remote invocation as request body.
setRequestBodyAdvice(List<RequestBodyAdvice>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Add one or more RequestBodyAdvice instances to intercept the request before it is read and converted for @RequestBody and HttpEntity method arguments.
setRequestCharacterEncoding(String) - 类 中的方法org.springframework.mock.web.MockServletContext
 
setRequestContextAttribute(String) - 类 中的方法org.springframework.web.servlet.view.AbstractView
Set the name of the RequestContext attribute for this view.
setRequestContextAttribute(String) - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
Set the name of the RequestContext attribute for all views.
setRequestedSessionId(String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
setRequestedSessionIdFromCookie(boolean) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
setRequestedSessionIdFromURL(boolean) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
setRequestedSessionIdValid(boolean) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
setRequestFactory(ClientHttpRequestFactory) - 类 中的方法org.springframework.http.client.support.HttpAccessor
Set the request factory that this accessor uses for obtaining client request handles.
setRequestFactory(ClientHttpRequestFactory) - 类 中的方法org.springframework.http.client.support.InterceptingHttpAccessor
Set the request factory that this accessor uses for obtaining client request handles.
setRequestHandled(boolean) - 类 中的方法org.springframework.web.method.support.ModelAndViewContainer
Whether the request has been handled fully within the handler, e.g.
setRequestsRecovery(boolean) - 类 中的方法org.springframework.scheduling.quartz.JobDetailFactoryBean
Set the recovery flag for this job, i.e. whether or not the job should get re-executed if a 'recovery' or 'fail-over' situation is encountered.
setRequestURI(String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
setRequiredFields(String...) - 类 中的方法org.springframework.validation.DataBinder
Register fields that are required for each binding process.
setRequiredRowsAffected(int) - 类 中的方法org.springframework.jdbc.object.SqlUpdate
Set the exact number of rows that must be affected by this update.
setRequiredType(Class<T>) - 类 中的方法org.springframework.jdbc.core.SingleColumnRowMapper
Set the type that each result object is expected to match.
setRequireSession(boolean) - 类 中的方法org.springframework.web.servlet.support.WebContentGenerator
Set whether a session should be required to handle requests.
setResolveLazily(boolean) - 类 中的方法org.springframework.web.multipart.commons.CommonsMultipartResolver
Set whether to resolve the multipart request lazily at the time of file or parameter access.
setResolveLazily(boolean) - 类 中的方法org.springframework.web.multipart.support.StandardServletMultipartResolver
Set whether to resolve the multipart request lazily at the time of file or parameter access.
setResourceAdapter(ResourceAdapter) - 类 中的方法org.springframework.jca.endpoint.GenericMessageEndpointManager
Set the JCA ResourceAdapter to manage endpoints for.
setResourceAdapter(ResourceAdapter) - 类 中的方法org.springframework.jca.support.ResourceAdapterFactoryBean
Specify the target JCA ResourceAdapter, passed in as configured instance which hasn't been started yet.
setResourceAdapterClass(Class<? extends ResourceAdapter>) - 类 中的方法org.springframework.jca.support.ResourceAdapterFactoryBean
Specify the target JCA ResourceAdapter as class, to be instantiated with its default configuration.
setResourceHttpMessageConverter(ResourceHttpMessageConverter) - 类 中的方法org.springframework.web.servlet.resource.ResourceHttpRequestHandler
Configure the ResourceHttpMessageConverter to use.
setResourceLoader(ResourceLoader) - 类 中的方法org.springframework.data.repository.config.RepositoryBeanDefinitionRegistrarSupport
 
setResourceLoader(ResourceLoader) - 类 中的方法org.springframework.data.util.AnnotatedTypeScanner
 
setResourceLoader(ResourceLoader) - 类 中的方法org.springframework.data.web.config.EnableSpringDataWebSupport.SpringDataWebConfigurationImportSelector
 
setResourceLoader(ResourceLoader) - 类 中的方法org.springframework.jdbc.config.SortedResourcesFactoryBean
 
setResourceLoader(ResourceLoader) - 类 中的方法org.springframework.scheduling.quartz.SchedulerAccessor
 
setResourceLoader(ResourceLoader) - 类 中的方法org.springframework.scripting.support.ScriptFactoryPostProcessor
 
setResourceLoader(ResourceLoader) - 类 中的方法org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set the Spring ResourceLoader to use for loading FreeMarker template files.
setResourceLoaderPath(String) - 类 中的方法org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
Set the Groovy Markup Template resource loader path(s) via a Spring resource location.
setResourceLoaderPath(String) - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
Set the resource loader path(s) via a Spring resource location.
setResourceLoaderPath(String) - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateView
setResourceLocation(String) - 类 中的方法org.springframework.data.repository.init.ResourceReaderRepositoryPopulator
Configures the location of the Resources to be used to initialize the repositories.
setResourceRef(boolean) - 类 中的方法org.springframework.jndi.JndiLocatorSupport
Set whether the lookup occurs in a Java EE container, i.e. if the prefix "java:comp/env/" needs to be added if the JNDI name doesn't already contain it.
setResourceRef(boolean) - 类 中的方法org.springframework.scheduling.concurrent.DefaultManagedAwareThreadFactory
Set whether the lookup occurs in a Java EE container, i.e. if the prefix "java:comp/env/" needs to be added if the JNDI name doesn't already contain it.
setResourceRef(boolean) - 类 中的方法org.springframework.scheduling.concurrent.DefaultManagedTaskExecutor
Set whether the lookup occurs in a Java EE container, i.e. if the prefix "java:comp/env/" needs to be added if the JNDI name doesn't already contain it.
setResourceRef(boolean) - 类 中的方法org.springframework.scheduling.concurrent.DefaultManagedTaskScheduler
Set whether the lookup occurs in a Java EE container, i.e. if the prefix "java:comp/env/" needs to be added if the JNDI name doesn't already contain it.
setResourceRegionHttpMessageConverter(ResourceRegionHttpMessageConverter) - 类 中的方法org.springframework.web.servlet.resource.ResourceHttpRequestHandler
setResourceResolvers(List<ResourceResolver>) - 类 中的方法org.springframework.web.servlet.resource.ResourceHttpRequestHandler
Configure the list of ResourceResolvers to use.
setResources(Resource[]) - 类 中的方法org.springframework.data.repository.init.AbstractRepositoryPopulatorFactoryBean
Configures the Resources to be used to load objects from and initialize the repositories eventually.
setResources(Resource...) - 类 中的方法org.springframework.data.repository.init.ResourceReaderRepositoryPopulator
Configures the Resources to be used to initialize the repositories.
setResourceTransformers(List<ResourceTransformer>) - 类 中的方法org.springframework.web.servlet.resource.ResourceHttpRequestHandler
Configure the list of ResourceTransformers to use.
setResourceUrlProvider(ResourceUrlProvider) - 类 中的方法org.springframework.web.servlet.resource.ResourceTransformerSupport
Configure a ResourceUrlProvider to use when resolving the public URL of links in a transformed resource (e.g. import links in a CSS file).
setResponse(ClientHttpResponse) - 类 中的方法org.springframework.mock.http.client.MockClientHttpRequest
 
setResponseBodyAdvice(List<ResponseBodyAdvice<?>>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Add one or more components to be invoked after the execution of a controller method annotated with @ResponseBody or returning ResponseEntity but before the body is written to the response with the selected HttpMessageConverter.
setResponseBodyAdvice(List<ResponseBodyAdvice<?>>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Add one or more ResponseBodyAdvice instances to intercept the response before @ResponseBody or ResponseEntity return values are written to the response body.
setResponseCharacterEncoding(String) - 类 中的方法org.springframework.mock.web.MockServletContext
 
setResponseContentType(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.AbstractView
Set the content type of the response to the configured content type unless the View.SELECTED_CONTENT_TYPE request attribute is present and set to a concrete media type.
setResponseContentType(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.json.MappingJackson2JsonView
 
setRestTemplate(RestTemplate) - 类 中的方法org.springframework.web.client.support.RestGatewaySupport
Sets the RestTemplate for the gateway.
setResult(T) - 类 中的方法org.springframework.web.context.request.async.DeferredResult
Set the value for the DeferredResult and handle it.
setResultHandler(DeferredResult.DeferredResultHandler) - 类 中的方法org.springframework.web.context.request.async.DeferredResult
Provide a handler to use to handle the result value.
setResultSetType(int) - 类 中的方法org.springframework.jdbc.core.CallableStatementCreatorFactory
Set whether to use prepared statements that return a specific type of ResultSet.
setResultSetType(int) - 类 中的方法org.springframework.jdbc.core.PreparedStatementCreatorFactory
Set whether to use prepared statements that return a specific type of ResultSet.
setResultSetType(int) - 类 中的方法org.springframework.jdbc.object.RdbmsOperation
Set whether to use statements that return a specific type of ResultSet.
setResultsMapCaseInsensitive(boolean) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
Set whether execution of a CallableStatement will return the results in a Map that uses case insensitive names for the parameters.
setResultType(Class<T>) - 类 中的方法org.springframework.data.redis.core.script.DefaultRedisScript
 
setResultType(Class<T>) - 类 中的方法org.springframework.jdbc.object.SqlFunction
Specify the type that the result object is required to match.
setReturnGeneratedKeys(boolean) - 类 中的方法org.springframework.jdbc.core.PreparedStatementCreatorFactory
Set whether prepared statements should be capable of returning auto-generated keys.
setReturnGeneratedKeys(boolean) - 类 中的方法org.springframework.jdbc.object.RdbmsOperation
Set whether prepared statements should be capable of returning auto-generated keys.
setReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver
Configure the complete list of supported return value types thus overriding handlers that would otherwise be configured by default.
setReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Configure the complete list of supported return value types thus overriding handlers that would otherwise be configured by default.
setReturnValueRequired(boolean) - 类 中的方法org.springframework.jdbc.core.metadata.CallMetaDataContext
Specify whether a return value is required.
setReturnValueRequired(boolean) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
Specify whether the call requires a return value.
setReuseObjects(boolean) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Set whether this unmarshaller should re-use objects.
setRollbackOnCommitFailure(boolean) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Set whether doRollback should be performed on failure of the doCommit call.
setRollbackOnly() - 类 中的方法org.springframework.transaction.jta.ManagedTransactionAdapter
 
setRollbackOnly() - 类 中的方法org.springframework.transaction.jta.UserTransactionAdapter
 
setRollbackOnly() - 类 中的方法org.springframework.transaction.support.AbstractTransactionStatus
 
setRollbackOnly() - 类 中的方法org.springframework.transaction.support.ResourceHolderSupport
Mark the resource transaction as rollback-only.
setRollbackOnly() - 接口 中的方法org.springframework.transaction.TransactionStatus
Set the transaction rollback-only.
setRollbackRules(List<RollbackRuleAttribute>) - 类 中的方法org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
Set the list of RollbackRuleAttribute objects (and/or NoRollbackRuleAttribute objects) to apply.
setRootElement(String) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Set the name of the root element.
setRootHandler(Object) - 类 中的方法org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Set the root handler for this handler mapping, that is, the handler to be registered for the root path ("/").
setRootObject(Object, TypeDescriptor) - 类 中的方法org.springframework.expression.spel.support.StandardEvaluationContext
 
setRootObject(Object) - 类 中的方法org.springframework.expression.spel.support.StandardEvaluationContext
 
setRootObject(Object) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Set the expected root object for the unmarshaller, into which the source will be unmarshalled.
setRoundingMode(RoundingMode) - 类 中的方法org.springframework.format.number.CurrencyStyleFormatter
Specify the rounding mode to use for decimal parsing.
setRowMapper(RowMapper<T>) - 类 中的方法org.springframework.jdbc.object.GenericSqlQuery
Set a specific RowMapper instance to use for this query.
setRowMapperClass(Class<? extends RowMapper>) - 类 中的方法org.springframework.jdbc.object.GenericSqlQuery
Set a RowMapper class for this query, creating a fresh RowMapper instance per execution.
setRows(String) - 类 中的方法org.springframework.web.servlet.tags.form.TextareaTag
Set the value of the 'rows' attribute.
setRowsExpected(int) - 类 中的方法org.springframework.jdbc.object.SqlQuery
Set the number of rows expected.
setRunnable(Runnable) - 类 中的方法org.springframework.scheduling.commonj.ScheduledTimerListener
Set the Runnable to schedule as TimerListener.
setRunnable(Runnable) - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorTask
Set the Runnable to schedule as executor task.
sets(List<ByteBuffer>) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZInterStoreCommand
Creates a new ReactiveZSetCommands.ZInterStoreCommand given a List of keys.
sets(List<ByteBuffer>) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZUnionStoreCommand
Creates a new ReactiveZSetCommands.ZUnionStoreCommand given a List of keys.
setSavepoint(Object) - 类 中的方法org.springframework.transaction.support.AbstractTransactionStatus
Set a savepoint for this transaction.
setSavepointAllowed(boolean) - 类 中的方法org.springframework.jdbc.datasource.JdbcTransactionObjectSupport
 
setScheduledExecutor(ScheduledExecutorService) - 类 中的方法org.springframework.scheduling.concurrent.ConcurrentTaskScheduler
Specify the ScheduledExecutorService to delegate to.
setScheduledExecutorTasks(ScheduledExecutorTask...) - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorFactoryBean
Register a list of ScheduledExecutorTask objects with the ScheduledExecutorService that this FactoryBean creates.
setScheduledTimerListeners(ScheduledTimerListener[]) - 类 中的方法org.springframework.scheduling.commonj.TimerManagerFactoryBean
Register a list of ScheduledTimerListener objects with the TimerManager that this FactoryBean creates.
setScheduler(Object) - 类 中的方法org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor
Set the TaskScheduler that will invoke the scheduled methods, or a ScheduledExecutorService to be wrapped as a TaskScheduler.
setScheduler(Object) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Set the TaskScheduler to register scheduled tasks with, or a ScheduledExecutorService to be wrapped as a TaskScheduler.
setScheduler(Scheduler) - 类 中的方法org.springframework.scheduling.quartz.SchedulerAccessorBean
Specify the Quartz Scheduler instance to operate on.
setSchedulerContext(SchedulerContext) - 接口 中的方法org.springframework.scheduling.quartz.SchedulerContextAware
Set the SchedulerContext of the current Quartz Scheduler.
setSchedulerContext(SchedulerContext) - 类 中的方法org.springframework.scheduling.quartz.SpringBeanJobFactory
 
setSchedulerContextAsMap(Map<String, ?>) - 类 中的方法org.springframework.scheduling.quartz.SchedulerFactoryBean
Register objects in the Scheduler context via a given Map.
setSchedulerFactory(SchedulerFactory) - 类 中的方法org.springframework.scheduling.quartz.SchedulerFactoryBean
Set an external Quartz SchedulerFactory instance to use.
setSchedulerFactoryClass(Class<? extends SchedulerFactory>) - 类 中的方法org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the Quartz SchedulerFactory implementation to use.
setSchedulerListeners(SchedulerListener...) - 类 中的方法org.springframework.scheduling.quartz.SchedulerAccessor
Specify Quartz SchedulerListeners to be registered with the Scheduler.
setSchedulerName(String) - 类 中的方法org.springframework.scheduling.quartz.SchedulerAccessorBean
Specify the Quartz Scheduler to operate on via its scheduler name in the Spring application context or also in the Quartz org.quartz.impl.SchedulerRepository.
setSchedulerName(String) - 类 中的方法org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the name of the Scheduler to create via the SchedulerFactory.
setSchema(String) - 类 中的方法org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
Specify a database schema to be applied to each Connection.
setSchema(String) - 类 中的方法org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
Specify a database schema to be applied to each retrieved Connection.
setSchema(Resource) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
Set the schema resource to use for validation.
setSchema(Schema) - 类 中的方法org.xmlunit.validation.JAXPValidator
Sets the schema to use in instance validation directly rather than via Validator.setSchemaSource(javax.xml.transform.Source).
setSchemaLanguage(String) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
Set the schema language.
setSchemaLocation(String) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Set the value of xsi:schemaLocation attribute.
setSchemaName(String) - 类 中的方法org.springframework.jdbc.core.metadata.CallMetaDataContext
Secify the name of the schema.
setSchemaName(String) - 类 中的方法org.springframework.jdbc.core.metadata.TableMetaDataContext
Set the name of the schema for this context.
setSchemaName(String) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcCall
Set the schema name to use.
setSchemaName(String) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcInsert
Set the name of the schema for this insert.
setSchemaResourceResolver(LSResourceResolver) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
Set the resource resolver, as used to load the schema resources.
setSchemas(Resource...) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
Set the schema resources to use for validation.
setSchemaSource(Source) - 类 中的方法org.xmlunit.validation.Validator
Where to find the schema.
setSchemaSources(Source...) - 类 中的方法org.xmlunit.validation.Validator
Where to find the schema.
setSchemaURI(String) - 类 中的方法org.xmlunit.validation.ParsingValidator
The URI (or for example the System ID in case of a DTD) that identifies the schema to validate or use during validation.
setScheme(String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
setScope(String) - 类 中的方法org.springframework.web.servlet.tags.EvalTag
Set the scope to export the evaluation result to.
setScope(String) - 类 中的方法org.springframework.web.servlet.tags.MessageTag
Set the scope to export the variable to.
setScope(String) - 类 中的方法org.springframework.web.servlet.tags.TransformTag
Set the scope to export the variable to.
setScope(String) - 类 中的方法org.springframework.web.servlet.tags.UrlTag
Set the scope to export the URL variable to.
setScopeMetadataResolver(ScopeMetadataResolver) - 类 中的方法org.springframework.web.context.support.AnnotationConfigWebApplicationContext
Set a custom ScopeMetadataResolver for use with AnnotatedBeanDefinitionReader and/or ClassPathBeanDefinitionScanner.
setScript(String) - 类 中的方法org.springframework.scripting.support.StaticScriptSource
Set a fresh script String, overriding the previous script.
setScriptEncoding(String) - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Specify the character encoding used in all SQL scripts, if different from the platform encoding.
setScriptExecutor(ScriptExecutor<K>) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
setScripts(Resource...) - 类 中的方法org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Set the scripts to execute to initialize or clean up the database, replacing any previously added scripts.
setScripts(String...) - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
Set the scripts to be loaded by the script engine (library or user provided).
setScripts(String...) - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateView
setScriptSource(ScriptSource) - 类 中的方法org.springframework.data.redis.core.script.DefaultRedisScript
 
setScriptText(String) - 类 中的方法org.springframework.data.redis.core.script.DefaultRedisScript
 
setSecure(boolean) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
Set the boolean secure flag indicating whether the mock request was made using a secure channel, such as HTTPS.
setSecure(boolean) - 类 中的方法org.springframework.mock.web.MockSessionCookieConfig
 
setSendCollectionType(boolean) - 类 中的方法org.springframework.remoting.caucho.HessianClientInterceptor
Set whether to send the Java collection type for each serialized collection.
setSendCollectionType(boolean) - 类 中的方法org.springframework.remoting.caucho.HessianExporter
Set whether to send the Java collection type for each serialized collection.
setSentDate(Date) - 类 中的方法org.springframework.mail.javamail.MimeMailMessage
 
setSentDate(Date) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Set the sent-date of the message.
setSentDate(Date) - 接口 中的方法org.springframework.mail.MailMessage
 
setSentDate(Date) - 类 中的方法org.springframework.mail.SimpleMailMessage
 
setSentinels(Iterable<RedisNode>) - 类 中的方法org.springframework.data.redis.connection.RedisSentinelConfiguration
Set Sentinels to connect to.
setSeparator(String) - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Specify the statement separator used in all SQL scripts, if a custom one.
setSeparator(String) - 类 中的方法org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Specify the statement separator, if a custom one.
setSeparator(String) - 类 中的方法org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Set the value that will replace '/' as the separator in the view name.
setSerializationInclusion(JsonInclude.Include) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Set a custom inclusion strategy for serialization.
setSerializationView(Class<?>) - 类 中的方法org.springframework.http.converter.json.MappingJacksonValue
Set the serialization view to serialize the POJO with.
setSerializeNulls(boolean) - 类 中的方法org.springframework.http.converter.json.GsonFactoryBean
Whether to use the GsonBuilder#serializeNulls() option when writing JSON.
setSerializer(RedisSerializer<?>) - 类 中的方法org.springframework.data.redis.listener.adapter.MessageListenerAdapter
Set the serializer that will convert incoming raw Redis messages to listener method arguments.
setSerializerFactory(SerializerFactory) - 类 中的方法org.springframework.remoting.caucho.HessianClientInterceptor
Specify the Hessian SerializerFactory to use.
setSerializerFactory(SerializerFactory) - 类 中的方法org.springframework.remoting.caucho.HessianExporter
Specify the Hessian SerializerFactory to use.
setSerializers(JsonSerializer<?>...) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Configure custom serializers.
setSerializersByType(Map<Class<?>, JsonSerializer<?>>) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Configure custom serializers for the given types.
setSeriesMapping(Map<HttpStatus.Series, Class<? extends RestClientException>>) - 类 中的方法org.springframework.web.client.ExtractingResponseErrorHandler
Set the mapping from HTTP status series to RestClientException subclass.
setServer(MBeanServerConnection) - 类 中的方法org.springframework.jmx.access.MBeanClientInterceptor
Set the MBeanServerConnection used to connect to the MBean which all invocations are routed to.
setServer(MBeanServerConnection) - 类 中的方法org.springframework.jmx.access.NotificationListenerRegistrar
Set the MBeanServerConnection used to connect to the MBean which all invocations are routed to.
setServer(MBeanServer) - 类 中的方法org.springframework.jmx.support.MBeanRegistrationSupport
Specify the MBeanServer instance with which all beans should be registered.
setServer(HttpServer) - 类 中的方法org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Specify an existing HTTP server to register the web service contexts with.
setServerName(String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
setServerPort(int) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
setServerSocketFactory(RMIServerSocketFactory) - 类 中的方法org.springframework.remoting.rmi.RmiRegistryFactoryBean
Set a custom RMI server socket factory to use for the RMI registry.
setServerSocketFactory(RMIServerSocketFactory) - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
Set a custom RMI server socket factory to use for exporting the service.
setService(Object) - 类 中的方法org.springframework.remoting.support.RemoteExporter
Set the service to export.
setServiceFeatures(WebServiceFeature...) - 类 中的方法org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Specify WebServiceFeature objects (e.g. as inner bean definitions) to apply to JAX-WS service creation.
setServiceInterface(Class<?>) - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set the interface of the service that this factory should create a proxy for.
setServiceInterface(Class<?>) - 类 中的方法org.springframework.remoting.rmi.JndiRmiClientInterceptor
Set the interface of the service to access.
setServiceInterface(Class<?>) - 类 中的方法org.springframework.remoting.support.RemoteAccessor
Set the interface of the service to access.
setServiceInterface(Class<?>) - 类 中的方法org.springframework.remoting.support.RemoteExporter
Set the interface of the service to export.
setServiceName(String) - 类 中的方法org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Set the name of the service to look up.
setServiceName(String) - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
Set the name of the exported RMI service, i.e.
setServicePort(int) - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
Set the port that the exported RMI service will use.
setServiceUrl(String) - 类 中的方法org.springframework.jmx.access.MBeanClientInterceptor
Set the service URL of the remote MBeanServer.
setServiceUrl(String) - 类 中的方法org.springframework.jmx.access.NotificationListenerRegistrar
Set the service URL of the remote MBeanServer.
setServiceUrl(String) - 类 中的方法org.springframework.jmx.support.ConnectorServerFactoryBean
Set the service URL for the JMXConnectorServer.
setServiceUrl(String) - 类 中的方法org.springframework.jmx.support.MBeanServerConnectionFactoryBean
Set the service URL of the remote MBeanServer.
setServiceUrl(String) - 类 中的方法org.springframework.remoting.support.UrlBasedRemoteAccessor
Set the URL of this remote accessor's target service.
setServletClass(Class<? extends Servlet>) - 类 中的方法org.springframework.web.servlet.mvc.ServletWrappingController
Set the class of the servlet to wrap.
setServletConfig(ServletConfig) - 接口 中的方法org.springframework.web.context.ConfigurableWebApplicationContext
Set the ServletConfig for this web application context.
setServletConfig(ServletConfig) - 接口 中的方法org.springframework.web.context.ServletConfigAware
Set the ServletConfig that this object runs in.
setServletConfig(ServletConfig) - 类 中的方法org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
setServletConfig(ServletConfig) - 类 中的方法org.springframework.web.context.support.GenericWebApplicationContext
 
setServletConfig(ServletConfig) - 类 中的方法org.springframework.web.context.support.StaticWebApplicationContext
 
setServletConfig(ServletConfig) - 类 中的方法org.springframework.web.servlet.handler.SimpleServletPostProcessor
 
setServletContext(ServletContext) - 类 中的方法org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Invoked by Spring to inject the ServletContext.
setServletContext(ServletContext) - 接口 中的方法org.springframework.web.context.ConfigurableWebApplicationContext
Set the ServletContext for this web application context.
setServletContext(ServletContext) - 接口 中的方法org.springframework.web.context.ServletContextAware
Set the ServletContext that this object runs in.
setServletContext(ServletContext) - 类 中的方法org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
 
setServletContext(ServletContext) - 类 中的方法org.springframework.web.context.support.GenericWebApplicationContext
Set the ServletContext that this WebApplicationContext runs in.
setServletContext(ServletContext) - 类 中的方法org.springframework.web.context.support.ServletContextAttributeExporter
 
setServletContext(ServletContext) - 类 中的方法org.springframework.web.context.support.ServletContextAttributeFactoryBean
 
setServletContext(ServletContext) - 类 中的方法org.springframework.web.context.support.ServletContextParameterFactoryBean
 
setServletContext(ServletContext) - 类 中的方法org.springframework.web.context.support.StaticWebApplicationContext
Set the ServletContext that this WebApplicationContext runs in.
setServletContext(ServletContext) - 类 中的方法org.springframework.web.context.support.WebApplicationObjectSupport
 
setServletContext(ServletContext) - 类 中的方法org.springframework.web.filter.GenericFilterBean
Stores the ServletContext that the bean factory runs in.
setServletContext(ServletContext) - 类 中的方法org.springframework.web.multipart.commons.CommonsMultipartResolver
 
setServletContext(ServletContext) - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Set the ServletContext, e.g. for resource handling, looking up file extensions, etc.
setServletContext(ServletContext) - 类 中的方法org.springframework.web.servlet.handler.SimpleServletPostProcessor
 
setServletContext(ServletContext) - 类 中的方法org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
If the defaultServletName property has not been explicitly set, attempts to locate the default Servlet using the known common container-specific names.
setServletContext(ServletContext) - 类 中的方法org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer
Initialize the TaglibFactory for the given ServletContext.
setServletContext(ServletContext) - 类 中的方法org.springframework.web.servlet.view.tiles3.TilesConfigurer
 
setServletContext(ServletContext) - 类 中的方法org.springframework.web.servlet.view.ViewResolverComposite
 
setServletContextName(String) - 类 中的方法org.springframework.mock.web.MockServletContext
 
setServletName(String) - 类 中的方法org.springframework.web.servlet.mvc.ServletForwardingController
Set the name of the servlet to forward to, i.e. the "servlet-name" of the target servlet in web.xml.
setServletName(String) - 类 中的方法org.springframework.web.servlet.mvc.ServletWrappingController
Set the name of the servlet to wrap.
setServletPath(String) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
setServletRelativeAction(String) - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Set the value of the 'action' attribute through a value that is to be appended to the current servlet path.
setSession(Session) - 类 中的方法org.springframework.mail.javamail.JavaMailSenderImpl
Set the JavaMail Session, possibly pulled from JNDI.
setSession(HttpSession) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
setSessionAttribute(HttpServletRequest, String, Object) - 类 中的静态方法org.springframework.web.util.WebUtils
Set the session attribute with the given name to the given value.
setSessionAttributeStore(SessionAttributeStore) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Specify the strategy to store session attributes with.
setSessionId(ServerWebExchange, String) - 类 中的方法org.springframework.web.server.session.CookieWebSessionIdResolver
 
setSessionId(ServerWebExchange, String) - 类 中的方法org.springframework.web.server.session.HeaderWebSessionIdResolver
 
setSessionId(ServerWebExchange, String) - 接口 中的方法org.springframework.web.server.session.WebSessionIdResolver
Send the given session id to the client.
setSessionIdResolver(WebSessionIdResolver) - 类 中的方法org.springframework.web.server.session.DefaultWebSessionManager
Configure the id resolution strategy.
setSessionManager(WebSessionManager) - 类 中的方法org.springframework.web.server.adapter.HttpWebHandlerAdapter
Configure a custom WebSessionManager to use for managing web sessions.
setSessionStore(WebSessionStore) - 类 中的方法org.springframework.web.server.session.DefaultWebSessionManager
Configure the persistence strategy.
setSessionTimeout(int) - 类 中的方法org.springframework.mock.web.MockServletContext
 
setSessionTrackingModes(Set<SessionTrackingMode>) - 类 中的方法org.springframework.mock.web.MockServletContext
 
setShardInfo(JedisShardInfo) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
已过时。
since 2.0, configure the individual properties from JedisShardInfo using JedisClientConfiguration.
setShareableResources(String...) - 类 中的方法org.springframework.jndi.support.SimpleJndiBeanFactory
Set a list of names of shareable JNDI resources, which this factory is allowed to cache once obtained.
setShared(boolean) - 类 中的方法org.springframework.scheduling.commonj.TimerManagerAccessor
Specify whether the TimerManager obtained by this FactoryBean is a shared instance ("true") or an independent instance ("false").
setSharedEngine(Boolean) - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateConfigurer
When set to false, use thread-local ScriptEngine instances instead of one single shared instance.
setSharedEngine(Boolean) - 类 中的方法org.springframework.web.servlet.view.script.ScriptTemplateView
setShareNativeConnection(boolean) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Enables multiple LettuceConnections to share a single native connection.
setShowPassword(boolean) - 类 中的方法org.springframework.web.servlet.tags.form.PasswordInputTag
Is the password value to be rendered?
setShutdownDelay(int) - 类 中的方法org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
Specify the number of seconds to wait until HTTP exchanges have completed when shutting down the HTTP server.
setShutdownDelay(int) - 类 中的方法org.springframework.remoting.support.SimpleHttpServerFactoryBean
Specify the number of seconds to wait until HTTP exchanges have completed when shutting down the HTTP server.
setShutdownTimeout(long) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
已过时。
since 2.0, configure the shutdown timeout using LettuceClientConfiguration.
setSimpleDateFormat(String) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Define the date/time format with a SimpleDateFormat.
setSingleView(View) - 类 中的方法org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Sets up a single ViewResolver that always returns the provided view instance.
setSize(String) - 类 中的方法org.springframework.web.servlet.tags.form.InputTag
Set the value of the 'size' attribute.
setSize(String) - 类 中的方法org.springframework.web.servlet.tags.form.SelectTag
Set the value of the HTML 'size' attribute rendered on the final 'select' element.
setSizeParameterName(String) - 类 中的方法org.springframework.data.web.PageableHandlerMethodArgumentResolver
Configures the parameter name to be used to find the page size in the request.
setSkipMissingProperties(boolean) - 类 中的方法org.yaml.snakeyaml.introspector.PropertyUtils
Skip properties that are missing during deserialization of YAML to a Java object.
setSkipResultsProcessing(boolean) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
Set whether results processing should be skipped.
setSkipUndeclaredResults(boolean) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
Set whether undeclared results should be skipped.
setSoapActionUri(String) - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set the SOAP action URI to specify on the stub.
setSortParameter(String) - 类 中的方法org.springframework.data.web.SortHandlerMethodArgumentResolver
Configure the request parameter to lookup sort information from.
setSource(Source) - 类 中的方法org.xmlunit.transform.Transformation
Set the source document to transform.
setSourceKey(String) - 类 中的方法org.springframework.web.servlet.view.xslt.XsltView
Set the name of the model attribute that represents the XSLT Source.
setSourceKey(String) - 类 中的方法org.springframework.web.servlet.view.xslt.XsltViewResolver
Set the name of the model attribute that represents the XSLT Source.
setSplitLines(boolean) - 类 中的方法org.yaml.snakeyaml.DumperOptions
Specify whether to split lines exceeding preferred width for scalars.
setSql(String) - 类 中的方法org.springframework.jdbc.object.RdbmsOperation
Set the SQL executed by this operation.
setSqlErrorCodes(SQLErrorCodes) - 类 中的方法org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Set custom error codes to be used for translation.
setSqlReadyForUse(boolean) - 类 中的方法org.springframework.jdbc.object.SqlCall
Set whether the SQL can be used as is.
setSqlScriptEncoding(String) - 类 中的方法org.springframework.jdbc.datasource.init.ResourceDatabasePopulator
Specify the encoding for the configured SQL scripts, if different from the platform encoding.
setSqlScriptEncoding(String) - 类 中的方法org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
Specify the encoding for SQL scripts, if different from the platform encoding.
setSqlScriptEncoding(String) - 类 中的方法org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
Specify the encoding for SQL scripts, if different from the platform encoding.
setSslContext(SslContext) - 类 中的方法org.springframework.http.client.Netty4ClientHttpRequestFactory
已过时。
Set the SSL context.
setStandalone(Boolean) - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
Set the document standalone flag for marshalling.
setStartDelay(long) - 类 中的方法org.springframework.scheduling.quartz.CronTriggerFactoryBean
Set the start delay in milliseconds.
setStartDelay(long) - 类 中的方法org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
Set the start delay in milliseconds.
setStartTime(Date) - 类 中的方法org.springframework.scheduling.quartz.CronTriggerFactoryBean
Set a specific start time for the trigger.
setStartTime(Date) - 类 中的方法org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
Set a specific start time for the trigger.
setStartTls(boolean) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
已过时。
since 2.0, configure StartTLS using LettuceClientConfiguration.
setStartupDelay(int) - 类 中的方法org.springframework.scheduling.quartz.SchedulerFactoryBean
Set the number of seconds to wait after initialization before starting the scheduler asynchronously.
setStatementParameters(Object[], PreparedStatement, int[]) - 类 中的静态方法org.springframework.jdbc.core.BatchUpdateUtils
 
setStaticMethod(String) - 类 中的方法org.springframework.util.MethodInvoker
Set a fully qualified static method name to invoke, e.g.
setStatus(boolean) - 类 中的方法org.springframework.data.redis.connection.FutureResult
Indicates if this result is the status of an operation.
setStatus(int) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
 
setStatus(int, String) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
已过时。
setStatus(HttpStatus) - 类 中的方法org.springframework.web.method.support.ModelAndViewContainer
Provide an HTTP status that will be passed on to with the ModelAndView used for view rendering purposes.
setStatus(HttpStatus) - 类 中的方法org.springframework.web.servlet.ModelAndView
Set the HTTP status to use for the response.
setStatus(int) - 类 中的方法org.springframework.web.util.ContentCachingResponseWrapper
 
setStatus(int, String) - 类 中的方法org.springframework.web.util.ContentCachingResponseWrapper
 
setStatusCode(HttpStatus) - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpResponse
 
setStatusCode(HttpStatus) - 接口 中的方法org.springframework.http.server.reactive.ServerHttpResponse
Set the HTTP status code of the response.
setStatusCode(HttpStatus) - 类 中的方法org.springframework.http.server.reactive.ServerHttpResponseDecorator
 
setStatusCode(HttpStatus) - 接口 中的方法org.springframework.http.server.ServerHttpResponse
Set the HTTP status code of the response.
setStatusCode(HttpStatus) - 类 中的方法org.springframework.http.server.ServletServerHttpResponse
 
setStatusCode(HttpStatus) - 类 中的方法org.springframework.web.servlet.config.annotation.RedirectViewControllerRegistration
Set the specific redirect 3xx status code to use.
setStatusCode(HttpStatus) - 类 中的方法org.springframework.web.servlet.config.annotation.ViewControllerRegistration
Set the status code to set on the response.
setStatusCode(HttpStatus) - 类 中的方法org.springframework.web.servlet.mvc.ParameterizableViewController
Configure the HTTP status code that this controller should set on the response.
setStatusCode(HttpStatus) - 类 中的方法org.springframework.web.servlet.view.RedirectView
Set the status code for this view.
setStatusCodes(Properties) - 类 中的方法org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
Set the HTTP status code that this exception resolver will apply for a given resolved error view.
setStatusCodeValue(Integer) - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpResponse
Set the HTTP status code of the response.
setStatusMapping(Map<HttpStatus, Class<? extends RestClientException>>) - 类 中的方法org.springframework.web.client.ExtractingResponseErrorHandler
Set the mapping from HTTP status code to RestClientException subclass.
setStatusOnly(boolean) - 类 中的方法org.springframework.web.servlet.mvc.ParameterizableViewController
The property can be used to indicate the request is considered fully handled within the controller and that no view should be used for rendering.
setStoresLowerCaseIdentifiers(boolean) - 类 中的方法org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
Specify whether the database uses lower case for identifiers.
setStoresLowerCaseIdentifiers(boolean) - 类 中的方法org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
setStoresUpperCaseIdentifiers(boolean) - 类 中的方法org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
Specify whether the database uses upper case for identifiers.
setStoresUpperCaseIdentifiers(boolean) - 类 中的方法org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
setStrategies(List<ContentNegotiationStrategy>) - 类 中的方法org.springframework.web.accept.ContentNegotiationManagerFactoryBean
Set the exact list of strategies to use.
setStrategyMap(Map<String, VersionStrategy>) - 类 中的方法org.springframework.web.servlet.resource.VersionResourceResolver
Set a Map with URL paths as keys and VersionStrategy as values.
setStreamAsLob(boolean) - 类 中的方法org.springframework.jdbc.support.lob.DefaultLobHandler
Specify whether to submit a binary stream / character stream to the JDBC driver as explicit LOB content, using the JDBC 4.0 setBlob / setClob method with a stream argument.
setStreamDriver(HierarchicalStreamDriver) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
Set a XStream HierarchicalStreamDriver to be used for readers and writers.
setStreamingMediaTypes(List<MediaType>) - 类 中的方法org.springframework.http.codec.json.AbstractJackson2Encoder
Configure "streaming" media types for which flushing should be performed automatically vs at the end of the stream.
setStrictEncoding(boolean) - 类 中的方法org.springframework.web.util.DefaultUriTemplateHandler
已过时。
Whether to encode characters outside the unreserved set as defined in RFC 3986 Section 2.
setStringSerializer(RedisSerializer<String>) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
Sets the string value serializer to be used by this template (when the arguments or return types are always strings).
setStringSerializer(RedisSerializer<String>) - 类 中的方法org.springframework.data.redis.listener.adapter.MessageListenerAdapter
Sets the serializer used for converting the channel/pattern to a String.
setStripExtension(boolean) - 类 中的方法org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Set whether or not file extensions should be stripped from the URI when generating the view name.
setStripLeadingSlash(boolean) - 类 中的方法org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Set whether or not leading slashes should be stripped from the URI when generating the view name.
setStripTrailingSlash(boolean) - 类 中的方法org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Set whether or not trailing slashes should be stripped from the URI when generating the view name.
setStyle(int) - 类 中的方法org.springframework.format.datetime.DateFormatter
Set the style to use to format date values.
setStyle(String) - 类 中的方法org.springframework.format.datetime.joda.DateTimeFormatterFactory
Set the two characters to use to format date values, in Joda-Time style.
setStylePattern(String) - 类 中的方法org.springframework.format.datetime.DateFormatter
Set the two character to use to format date values.
setStylePattern(String) - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterFactory
Set the two characters to use to format date values, in Joda-Time style.
setStylesheet(Source) - 类 中的方法org.xmlunit.transform.Transformation
Set the stylesheet to use.
setSubject(String) - 类 中的方法org.springframework.mail.javamail.MimeMailMessage
 
setSubject(String) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Set the subject of the message, using the correct encoding.
setSubject(String) - 接口 中的方法org.springframework.mail.MailMessage
 
setSubject(String) - 类 中的方法org.springframework.mail.SimpleMailMessage
 
setSubscriptionExecutor(Executor) - 类 中的方法org.springframework.data.redis.listener.RedisMessageListenerContainer
Sets the task execution used for subscribing to Redis channels.
setSuffix(String) - 类 中的方法org.springframework.web.servlet.mvc.UrlFilenameViewController
Set the suffix to append to the request URL filename to build a view name.
setSuffix(String) - 类 中的方法org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Set the suffix to append to generated view names.
setSuffix(String) - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
Set the suffix that gets appended to view names when building a URL.
setSuffixPatternMatch(boolean) - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
Set whether to apply suffix pattern matching in PatternsRequestCondition.
setSupportDtd(boolean) - 类 中的方法org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
Indicates whether DTD parsing should be supported.
setSupportDtd(boolean) - 类 中的方法org.springframework.http.converter.xml.SourceHttpMessageConverter
Indicates whether DTD parsing should be supported.
setSupportDtd(boolean) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
Indicates whether DTD parsing should be supported.
setSupportDtd(boolean) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Indicates whether DTD parsing should be supported.
setSupportedClasses(Class<?>...) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
Set the classes supported by this marshaller.
setSupportedLocales(List<Locale>) - 类 中的方法org.springframework.web.server.i18n.AcceptHeaderLocaleContextResolver
Configure supported locales to check against the requested locales determined via HttpHeaders.getAcceptLanguageAsLocales().
setSupportedLocales(List<Locale>) - 类 中的方法org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver
Configure supported locales to check against the requested locales determined via ServletRequest.getLocales().
setSupportedMediaTypes(List<MediaType>) - 类 中的方法org.springframework.http.converter.AbstractHttpMessageConverter
Set the list of MediaType objects supported by this converter.
setSupportedMediaTypes(List<MediaType>) - 类 中的方法org.springframework.http.converter.FormHttpMessageConverter
Set the list of MediaType objects supported by this converter.
setSupportedMethods(String...) - 类 中的方法org.springframework.web.servlet.support.WebContentGenerator
Set the HTTP methods that this content generator should support.
setSupportJaxbElementClass(boolean) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
Specify whether the Jaxb2Marshaller.supports(Class) returns true for the JAXBElement class.
setSupportsCatalogsInProcedureCalls(boolean) - 类 中的方法org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
Specify whether the database supports the use of catalog name in procedure calls.
setSupportsSchemasInProcedureCalls(boolean) - 类 中的方法org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
Specify whether the database supports the use of schema name in procedure calls.
setSuppressClose(boolean) - 类 中的方法org.springframework.jdbc.datasource.SingleConnectionDataSource
Set whether the returned Connection should be a close-suppressing proxy or the physical Connection.
setSuppressNamespaces(boolean) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Sets whether this marshaller should output namespaces.
setSuppressXsiType(boolean) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Set whether this marshaller should output the xsi:type attribute.
setSynchronizedWithTransaction(boolean) - 类 中的方法org.springframework.transaction.support.ResourceHolderSupport
Mark the resource as synchronized with a transaction.
setSynchronizeOnSession(boolean) - 类 中的方法org.springframework.web.servlet.mvc.AbstractController
Set if controller execution should be synchronized on the session, to serialize parallel invocations from the same client.
setSynchronizeOnSession(boolean) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Set if controller execution should be synchronized on the session, to serialize parallel invocations from the same client.
setSyncTaskExecutor(TaskExecutor) - 类 中的方法org.springframework.jca.work.SimpleTaskWorkManager
Specify the TaskExecutor to use for synchronous work execution (i.e.
setTabindex(String) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'tabindex' attribute.
SettableListenableFuture<T> - org.springframework.util.concurrent中的类
SettableListenableFuture() - 类 的构造器org.springframework.util.concurrent.SettableListenableFuture
 
setTableName(String) - 类 中的方法org.springframework.jdbc.core.metadata.TableMetaDataContext
Set the name of the table for this context.
setTableName(String) - 类 中的方法org.springframework.jdbc.core.simple.AbstractJdbcInsert
Set the name of the table for this insert.
setTag(Tag) - 类 中的方法org.yaml.snakeyaml.nodes.Node
 
setTag(Tag) - 类 中的方法org.yaml.snakeyaml.TypeDescription
Set tag to be used to load or dump the type (class).
setTag(String) - 类 中的方法org.yaml.snakeyaml.TypeDescription
 
setTags(Map<String, String>) - 类 中的方法org.yaml.snakeyaml.DumperOptions
 
setTarget(String) - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Set the value of the 'target' attribute.
setTargetBeanName(String) - 类 中的方法org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
Set the name of the target bean in the Spring BeanFactory.
setTargetBeanName(String) - 类 中的方法org.springframework.web.filter.DelegatingFilterProxy
Set the name of the target bean in the Spring application context.
setTargetClass(Class<?>) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Set the Castor target class.
setTargetClass(Class<?>) - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
Set the target class for this instance.
setTargetClass(Class<?>) - 类 中的方法org.springframework.util.MethodInvoker
Set the target class on which to call the target method.
setTargetClasses(Class<?>...) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Set the Castor target classes.
setTargetConnectionFactory(ConnectionFactory) - 类 中的方法org.springframework.jca.cci.connection.DelegatingConnectionFactory
Set the target ConnectionFactory that this ConnectionFactory should delegate to.
setTargetDataSource(DataSource) - 类 中的方法org.springframework.jdbc.datasource.DelegatingDataSource
Set the target DataSource that this DataSource should delegate to.
setTargetDataSources(Map<Object, Object>) - 类 中的方法org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
Specify the map of target DataSources, with the lookup key as key.
setTargetFilterLifecycle(boolean) - 类 中的方法org.springframework.web.filter.DelegatingFilterProxy
Set whether to invoke the Filter.init and Filter.destroy lifecycle methods on the target bean.
setTargetMethod(String) - 类 中的方法org.springframework.util.MethodInvoker
Set the name of the method to be invoked.
setTargetObject(Object) - 类 中的方法org.springframework.util.MethodInvoker
Set the target object on which to call the target method.
setTargetPackage(String) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Set the name of a package with the Castor descriptor classes.
setTargetPackage(String) - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
Set the target package for this instance.
setTargetPackages(String...) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Set the names of packages with the Castor descriptor classes.
setTargetRequestPath(String) - 类 中的方法org.springframework.web.servlet.FlashMap
Provide a URL path to help identify the target request for this FlashMap.
setTargetType(Class<?>) - 类 中的方法org.yaml.snakeyaml.introspector.PropertySubstitute
 
setTaskDecorator(TaskDecorator) - 类 中的方法org.springframework.jca.work.WorkManagerTaskExecutor
Specify a custom TaskDecorator to be applied to any Runnable about to be executed.
setTaskDecorator(TaskDecorator) - 类 中的方法org.springframework.scheduling.commonj.WorkManagerTaskExecutor
Specify a custom TaskDecorator to be applied to any Runnable about to be executed.
setTaskDecorator(TaskDecorator) - 类 中的方法org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
Specify a custom TaskDecorator to be applied to any Runnable about to be executed.
setTaskDecorator(TaskDecorator) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
Specify a custom TaskDecorator to be applied to any Runnable about to be executed.
setTaskExecutor(Executor) - 类 中的方法org.springframework.data.redis.listener.RedisMessageListenerContainer
Sets the task executor used for running the message listeners when messages are received.
setTaskExecutor(AsyncListenableTaskExecutor) - 类 中的方法org.springframework.http.client.SimpleClientHttpRequestFactory
Set the task executor for this request factory.
setTaskExecutor(Executor) - 类 中的方法org.springframework.scheduling.annotation.AsyncAnnotationAdvisor
Specify the default task executor to use for asynchronous methods.
setTaskExecutor(Executor) - 类 中的方法org.springframework.scheduling.quartz.SchedulerFactoryBean
Set a Spring-managed Executor to use as Quartz backend.
setTaskExecutor(AsyncTaskExecutor) - 类 中的方法org.springframework.web.context.request.async.WebAsyncManager
Configure an AsyncTaskExecutor for use with concurrent processing via WebAsyncManager.startCallableProcessing(Callable, Object...).
setTaskExecutor(AsyncTaskExecutor) - 类 中的方法org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer
Set the default AsyncTaskExecutor to use when a controller method returns a Callable.
setTaskExecutor(AsyncTaskExecutor) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Set the default AsyncTaskExecutor to use when a controller method return a Callable.
setTaskScheduler(TaskScheduler) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Set the TaskScheduler to register scheduled tasks with.
setTemplate(RedisTemplate<String, ?>) - 类 中的方法org.springframework.data.redis.support.collections.RedisCollectionFactoryBean
Sets the template used by the resulting store.
setTemplateEngine(MarkupTemplateEngine) - 类 中的方法org.springframework.web.servlet.view.groovy.GroovyMarkupConfigurer
Set a pre-configured MarkupTemplateEngine to use for the Groovy Markup Template web configuration.
setTemplateEngine(MarkupTemplateEngine) - 类 中的方法org.springframework.web.servlet.view.groovy.GroovyMarkupView
Set the MarkupTemplateEngine to use in this view.
setTemplateLoaderPath(String) - 类 中的方法org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set the Freemarker template loader path via a Spring resource location.
setTemplateLoaderPaths(String...) - 类 中的方法org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Set multiple Freemarker template loader paths via Spring resource locations.
setText(String) - 类 中的方法org.springframework.mail.javamail.MimeMailMessage
 
setText(String) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Set the given text directly as content in non-multipart mode or as default body part in multipart mode.
setText(String, boolean) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Set the given text directly as content in non-multipart mode or as default body part in multipart mode.
setText(String, String) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Set the given plain text and HTML text as alternatives, offering both options to the email client.
setText(String) - 接口 中的方法org.springframework.mail.MailMessage
 
setText(String) - 类 中的方法org.springframework.mail.SimpleMailMessage
 
setText(String) - 类 中的方法org.springframework.web.servlet.tags.MessageTag
Set the message text for this tag.
setThemeName(HttpServletRequest, HttpServletResponse, String) - 类 中的方法org.springframework.web.servlet.theme.CookieThemeResolver
 
setThemeName(HttpServletRequest, HttpServletResponse, String) - 类 中的方法org.springframework.web.servlet.theme.FixedThemeResolver
 
setThemeName(HttpServletRequest, HttpServletResponse, String) - 类 中的方法org.springframework.web.servlet.theme.SessionThemeResolver
 
setThemeName(HttpServletRequest, HttpServletResponse, String) - 接口 中的方法org.springframework.web.servlet.ThemeResolver
Set the current theme name to the given one.
setThreadContextInheritable(boolean) - 类 中的方法org.springframework.web.filter.RequestContextFilter
Set whether to expose the LocaleContext and RequestAttributes as inheritable for child threads (using an InheritableThreadLocal).
setThreadContextInheritable(boolean) - 类 中的方法org.springframework.web.servlet.FrameworkServlet
Set whether to expose the LocaleContext and RequestAttributes as inheritable for child threads (using an InheritableThreadLocal).
setThreaded(boolean) - 类 中的方法org.springframework.jmx.support.ConnectorServerFactoryBean
Set whether the JMXConnectorServer should be started in a separate thread.
setThreadFactory(ThreadFactory) - 类 中的方法org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
Set the ThreadFactory to use for the ExecutorService's thread pool.
setThreadFactory(ForkJoinPool.ForkJoinWorkerThreadFactory) - 类 中的方法org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
Set the factory for creating new ForkJoinWorkerThreads.
setThreadGroup(ThreadGroup) - 类 中的方法org.springframework.util.CustomizableThreadCreator
Specify the thread group that threads should be created in.
setThreadGroupName(String) - 类 中的方法org.springframework.util.CustomizableThreadCreator
Specify the name of the thread group that threads should be created in.
setThreadNamePrefix(String) - 类 中的方法org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
 
setThreadNamePrefix(String) - 类 中的方法org.springframework.util.CustomizableThreadCreator
Specify the prefix to use for the names of newly created threads.
setThreadPriority(int) - 类 中的方法org.springframework.util.CustomizableThreadCreator
Set the priority of the threads that this factory creates.
setThrowExceptionIfNoHandlerFound(boolean) - 类 中的方法org.springframework.web.servlet.DispatcherServlet
Set whether to throw a NoHandlerFoundException when no Handler was found for this request.
setTilesInitializer(TilesInitializer) - 类 中的方法org.springframework.web.servlet.view.tiles3.TilesConfigurer
Configure Tiles using a custom TilesInitializer, typically specified as an inner bean.
setTimeFormatter(DateTimeFormatter) - 类 中的方法org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
Set the formatter that will be used for objects representing time values.
setTimeFormatter(DateTimeFormatter) - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
Set the formatter that will be used for objects representing time values.
setTimeout(int) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
已过时。
since 2.0, configure the timeout using JedisClientConfiguration.
setTimeout(long) - 类 中的方法org.springframework.data.redis.connection.lettuce.DefaultLettucePool
已过时。
Sets the connection timeout (in milliseconds).
setTimeout(long) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
已过时。
since 2.0, configure the timeout using LettuceClientConfiguration.
setTimeout(int) - 类 中的方法org.springframework.jdbc.support.DatabaseStartupValidator
Set the timeout (in seconds) after which a fatal exception will be thrown.
setTimeout(long) - 类 中的方法org.springframework.mock.web.MockAsyncContext
By default this is set to 10000 (10 seconds) even though the Servlet API specifies a default async request timeout of 30 seconds.
setTimeout(int) - 类 中的方法org.springframework.transaction.support.DefaultTransactionDefinition
Set the timeout to apply, as number of seconds.
setTimeout(Long) - 接口 中的方法org.springframework.web.context.request.async.AsyncWebRequest
Set the time required for concurrent handling to complete.
setTimeout(Long) - 类 中的方法org.springframework.web.context.request.async.StandardServletAsyncWebRequest
In Servlet 3 async processing, the timeout period begins after the container processing thread has exited.
setTimeoutInMillis(long) - 类 中的方法org.springframework.transaction.support.ResourceHolderSupport
Set the timeout for this object in milliseconds.
setTimeoutInSeconds(int) - 类 中的方法org.springframework.transaction.support.ResourceHolderSupport
Set the timeout for this object in seconds.
setTimerListener(TimerListener) - 类 中的方法org.springframework.scheduling.commonj.ScheduledTimerListener
Set the TimerListener to schedule.
setTimerManager(TimerManager) - 类 中的方法org.springframework.scheduling.commonj.TimerManagerAccessor
Specify the CommonJ TimerManager to delegate to.
setTimerManagerName(String) - 类 中的方法org.springframework.scheduling.commonj.TimerManagerAccessor
Set the JNDI name of the CommonJ TimerManager.
setTimeStyle(String) - 类 中的方法org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
Set the default format style of Joda LocalTime objects.
setTimeStyle(FormatStyle) - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterFactory
Set the style to use for time types.
setTimeStyle(FormatStyle) - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
Set the default format style of LocalTime objects.
setTimeToLive(Long) - 类 中的方法org.springframework.data.redis.core.convert.KeyspaceConfiguration.KeyspaceSettings
 
setTimeToLive(Long) - 类 中的方法org.springframework.data.redis.core.convert.RedisData
Set the time before expiration in TimeUnit.SECONDS.
setTimeToLive(Long, TimeUnit) - 类 中的方法org.springframework.data.redis.core.convert.RedisData
Set the time before expiration converting the given arguments to TimeUnit.SECONDS.
setTimeToLivePropertyName(String) - 类 中的方法org.springframework.data.redis.core.convert.KeyspaceConfiguration.KeyspaceSettings
 
setTimeUnit(TimeUnit) - 类 中的方法org.springframework.scheduling.concurrent.ScheduledExecutorTask
Specify the time unit for the delay and period values.
setTimeZone(TimeZone) - 类 中的方法org.springframework.format.datetime.DateFormatter
Set the TimeZone to normalize the date values into, if any.
setTimeZone(TimeZone) - 类 中的方法org.springframework.format.datetime.joda.DateTimeFormatterFactory
Set the TimeZone to normalize the date values into, if any.
setTimeZone(DateTimeZone) - 类 中的方法org.springframework.format.datetime.joda.JodaTimeContext
Set the user's time zone.
setTimeZone(ZoneId) - 类 中的方法org.springframework.format.datetime.standard.DateTimeContext
Set the user's time zone.
setTimeZone(TimeZone) - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterFactory
Set the TimeZone to normalize the date values into, if any.
setTimeZone(TimeZone) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean
Override the default TimeZone to use for formatting.
setTimeZone(TimeZone) - 类 中的方法org.springframework.scheduling.quartz.CronTriggerFactoryBean
Specify the time zone for this trigger's cron expression.
setTimeZone(TimeZone) - 类 中的方法org.yaml.snakeyaml.DumperOptions
Set the timezone to be used for Date.
setTimeZoneAttributeName(String) - 类 中的方法org.springframework.web.servlet.i18n.SessionLocaleResolver
Specify the name of the corresponding attribute in the HttpSession, holding the current TimeZone value.
setTitle(String) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Set the value of the 'title' attribute.
setTo(String) - 类 中的方法org.springframework.mail.javamail.MimeMailMessage
 
setTo(String...) - 类 中的方法org.springframework.mail.javamail.MimeMailMessage
 
setTo(InternetAddress) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
 
setTo(InternetAddress[]) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
 
setTo(String) - 接口 中的方法org.springframework.mail.MailMessage
 
setTo(String...) - 接口 中的方法org.springframework.mail.MailMessage
 
setTo(String) - 类 中的方法org.springframework.mail.SimpleMailMessage
 
setTo(String...) - 类 中的方法org.springframework.mail.SimpleMailMessage
 
setTopicSerializer(RedisSerializer<String>) - 类 中的方法org.springframework.data.redis.listener.RedisMessageListenerContainer
Sets the serializer for converting the Topics into low-level channels and patterns.
setTrackRowsAffected(boolean) - 类 中的方法org.springframework.jdbc.object.BatchSqlUpdate
Set whether to track the rows affected by batch updates performed by this operation object.
setTrailingSlashMatch(boolean) - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
Set whether to apply trailing slash matching in PatternsRequestCondition.
setTransactionActive(boolean) - 类 中的方法org.springframework.jdbc.datasource.ConnectionHolder
Set whether this holder represents an active, JDBC-managed transaction.
setTransactionAttribute(TransactionAttribute) - 类 中的方法org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
Allows a transaction attribute to be specified, using the String form, for example, "PROPAGATION_REQUIRED".
setTransactionAttributes(Properties) - 类 中的方法org.springframework.transaction.interceptor.TransactionAspectSupport
Set properties with method names as keys and transaction attribute descriptors (parsed via TransactionAttributeEditor) as values: e.g. key = "myMethod", value = "PROPAGATION_REQUIRED,readOnly".
setTransactionAttributes(Properties) - 类 中的方法org.springframework.transaction.interceptor.TransactionProxyFactoryBean
Set properties with method names as keys and transaction attribute descriptors (parsed via TransactionAttributeEditor) as values: e.g. key = "myMethod", value = "PROPAGATION_REQUIRED,readOnly".
setTransactionAttributeSource(TransactionAttributeSource) - 类 中的方法org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor
Set the transaction attribute source which is used to find transaction attributes.
setTransactionAttributeSource(TransactionAttributeSource) - 类 中的方法org.springframework.transaction.interceptor.TransactionAspectSupport
Set the transaction attribute source which is used to find transaction attributes.
setTransactionAttributeSource(TransactionAttributeSource) - 类 中的方法org.springframework.transaction.interceptor.TransactionProxyFactoryBean
Set the transaction attribute source which is used to find transaction attributes.
setTransactionAttributeSources(TransactionAttributeSource...) - 类 中的方法org.springframework.transaction.interceptor.TransactionAspectSupport
Set multiple transaction attribute sources which are used to find transaction attributes.
setTransactionFactory(TransactionFactory) - 类 中的方法org.springframework.jca.endpoint.AbstractMessageEndpointFactory
Set the Spring TransactionFactory to use for wrapping endpoint invocations, enlisting the endpoint resource in each such transaction.
setTransactionInterceptor(TransactionInterceptor) - 类 中的方法org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
Set the transaction interceptor to use for this advisor.
setTransactionManager(String) - 类 中的方法org.springframework.data.repository.core.support.TransactionalRepositoryFactoryBeanSupport
Setter to configure which transaction manager to be used.
setTransactionManager(Object) - 类 中的方法org.springframework.jca.endpoint.AbstractMessageEndpointFactory
Set the XA transaction manager to use for wrapping endpoint invocations, enlisting the endpoint resource in each such transaction.
setTransactionManager(PlatformTransactionManager) - 类 中的方法org.springframework.scheduling.quartz.SchedulerAccessor
Set the transaction manager to be used for registering jobs and triggers that are defined by this SchedulerFactoryBean.
setTransactionManager(PlatformTransactionManager) - 类 中的方法org.springframework.transaction.interceptor.TransactionAspectSupport
Specify the default transaction manager to use to drive transactions.
setTransactionManager(PlatformTransactionManager) - 类 中的方法org.springframework.transaction.interceptor.TransactionProxyFactoryBean
Set the default transaction manager.
setTransactionManager(TransactionManager) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Set the JTA TransactionManager to use as direct reference.
setTransactionManager(PlatformTransactionManager) - 类 中的方法org.springframework.transaction.support.TransactionTemplate
Set the transaction management strategy to be used.
setTransactionManagerBeanName(String) - 类 中的方法org.springframework.transaction.interceptor.TransactionAspectSupport
Specify the name of the default transaction manager bean.
setTransactionManagerName(String) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Set the JNDI name of the JTA TransactionManager.
setTransactionName(String) - 类 中的方法org.springframework.jca.endpoint.AbstractMessageEndpointFactory
Specify the name of the transaction, if any.
setTransactionSynchronization(int) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Set when this transaction manager should activate the thread-bound transaction synchronization support.
setTransactionSynchronizationName(String) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Set the transaction synchronization by the name of the corresponding constant in this class, e.g.
setTransactionSynchronizationRegistry(TransactionSynchronizationRegistry) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Set the JTA 1.1 TransactionSynchronizationRegistry to use as direct reference.
setTransactionSynchronizationRegistryName(String) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Set the JNDI name of the JTA 1.1 TransactionSynchronizationRegistry.
setTransactionTimeout(int) - 类 中的方法org.springframework.jca.endpoint.AbstractMessageEndpointFactory
Specify the transaction timeout, if any.
setTransactionTimeout(int) - 类 中的方法org.springframework.transaction.jta.UserTransactionAdapter
 
setTransformerFactoryClass(Class<? extends TransformerFactory>) - 类 中的方法org.springframework.web.servlet.view.xslt.XsltView
Specify the XSLT TransformerFactory class to use.
setTransientDataAccessResourceCodes(String...) - 类 中的方法org.springframework.jdbc.support.SQLErrorCodes
 
setTranslators(Map<String, SQLExceptionTranslator>) - 类 中的方法org.springframework.jdbc.support.CustomSQLExceptionTranslatorRegistrar
Setter for a Map of SQLExceptionTranslator references where the key must be the database name as defined in the sql-error-codes.xml file.
setTraversableResolver(TraversableResolver) - 类 中的方法org.springframework.validation.beanvalidation.CustomValidatorBean
Specify a custom TraversableResolver to use for this Validator.
setTraversableResolver(TraversableResolver) - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
Specify a custom TraversableResolver to use for this ValidatorFactory and its exposed default Validator.
setTriggers(Trigger...) - 类 中的方法org.springframework.scheduling.quartz.SchedulerAccessor
Register a list of Trigger objects with the Scheduler that this FactoryBean creates.
setTriggerTasks(Map<Runnable, Trigger>) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Specify triggered tasks as a Map of Runnables (the tasks) and Trigger objects (typically custom implementations of the Trigger interface).
setTriggerTasksList(List<TriggerTask>) - 类 中的方法org.springframework.scheduling.config.ScheduledTaskRegistrar
Specify triggered tasks as a list of TriggerTask objects.
setTrimTokens(boolean) - 类 中的方法org.springframework.util.AntPathMatcher
Specify whether to trim tokenized paths and patterns.
setTwoStepsConstruction(boolean) - 类 中的方法org.yaml.snakeyaml.nodes.Node
 
setType(RedisCollectionFactoryBean.CollectionType) - 类 中的方法org.springframework.data.redis.support.collections.RedisCollectionFactoryBean
Sets the store type.
setType(Proxy.Type) - 类 中的方法org.springframework.http.client.support.ProxyFactoryBean
Set the proxy type.
setType(EmbeddedDatabaseType) - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder
Set the type of embedded database.
setType(Class<? extends Object>) - 类 中的方法org.yaml.snakeyaml.nodes.Node
 
setTypeComparator(TypeComparator) - 类 中的方法org.springframework.expression.spel.support.StandardEvaluationContext
 
setTypeConverter(TypeConverter) - 类 中的方法org.springframework.data.redis.serializer.GenericToStringSerializer
 
setTypeConverter(TypeConverter) - 类 中的方法org.springframework.expression.spel.support.StandardEvaluationContext
 
setTypeKey(String) - 类 中的方法org.springframework.data.repository.init.Jackson2ResourceReader
Configures the JSON document's key to lookup the type to instantiate the object.
setTypeLocator(TypeLocator) - 类 中的方法org.springframework.expression.spel.support.StandardEvaluationContext
 
setTypes(int[]) - 类 中的方法org.springframework.jdbc.object.RdbmsOperation
Add anonymous parameters, specifying only their SQL types as defined in the java.sql.Types class.
setTypes(Class<? extends Object>, Class<? extends Object>) - 类 中的方法org.yaml.snakeyaml.nodes.MappingNode
 
setTypeValue(PreparedStatement, int, int, String) - 接口 中的方法org.springframework.jdbc.core.SqlTypeValue
Set the type value on the given PreparedStatement.
setTypeValue(PreparedStatement, int, int, String) - 类 中的方法org.springframework.jdbc.core.support.AbstractSqlTypeValue
 
setTypeValue(PreparedStatement, int, int, String) - 类 中的方法org.springframework.jdbc.core.support.SqlLobValue
Set the specified content via the LobCreator.
setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - 类 中的方法org.springframework.scheduling.concurrent.ForkJoinPoolFactoryBean
Set the handler for internal worker threads that terminate due to unrecoverable errors encountered while executing tasks.
setUnit(String) - 类 中的方法org.springframework.jmx.export.metadata.ManagedMetric
The expected unit of measurement values.
setUnmarshaller(Unmarshaller) - 类 中的方法org.springframework.data.redis.serializer.OxmSerializer
 
setUnmarshaller(Unmarshaller) - 类 中的方法org.springframework.data.repository.init.UnmarshallerRepositoryPopulatorFactoryBean
Configures the Unmarshaller to be used.
setUnmarshaller(Unmarshaller) - 类 中的方法org.springframework.http.converter.xml.MarshallingHttpMessageConverter
Set the Unmarshaller to be used by this message converter.
setUnmarshallerListener(Unmarshaller.Listener) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
Set the Unmarshaller.Listener to be registered with the JAXB Unmarshaller.
setUnmarshallerProperties(Map<String, ?>) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
Set the JAXB Unmarshaller properties.
setUowManager(UOWManager) - 类 中的方法org.springframework.transaction.jta.WebSphereUowTransactionManager
Set the WebSphere UOWManager to use as direct reference.
setUowManagerName(String) - 类 中的方法org.springframework.transaction.jta.WebSphereUowTransactionManager
Set the JNDI name of the WebSphere UOWManager.
setupArgumentsForVarargsInvocation(Class<?>[], Object...) - 类 中的静态方法org.springframework.expression.spel.support.ReflectionHelper
Package up the arguments so that they correctly match what is expected in parameterTypes.
setUpdatableResults(boolean) - 类 中的方法org.springframework.jdbc.core.CallableStatementCreatorFactory
Set whether to use prepared statements capable of returning updatable ResultSets.
setUpdatableResults(boolean) - 类 中的方法org.springframework.jdbc.core.PreparedStatementCreatorFactory
Set whether to use prepared statements capable of returning updatable ResultSets.
setUpdatableResults(boolean) - 类 中的方法org.springframework.jdbc.object.RdbmsOperation
Set whether to use statements that are capable of returning updatable ResultSets.
setUpdateContentLength(boolean) - 类 中的方法org.springframework.web.servlet.view.json.AbstractJackson2View
Whether to update the 'Content-Length' header of the response.
setUpgrade(String) - 类 中的方法org.springframework.http.HttpHeaders
Set the (new) value of the Upgrade header.
setUploadTempDir(Resource) - 类 中的方法org.springframework.web.multipart.commons.CommonsFileUploadSupport
Set the temporary directory where uploaded files get stored.
setupPropertyType(String, Node) - 类 中的方法org.yaml.snakeyaml.TypeDescription
 
setURI(URI) - 类 中的方法org.springframework.mock.http.client.MockClientHttpRequest
 
setUriResolver(URIResolver) - 类 中的方法org.springframework.web.servlet.view.xslt.XsltView
Set the URIResolver used in the transform.
setUriResolver(URIResolver) - 类 中的方法org.springframework.web.servlet.view.xslt.XsltViewResolver
Set the URIResolver used in the transform.
setURIResolver(URIResolver) - 类 中的方法org.xmlunit.transform.Transformation
Set the resolver to use for document() and xsl:include/import The resolver will not be attached to the factory.
setUriTemplateHandler(UriTemplateHandler) - 类 中的方法org.springframework.web.client.AsyncRestTemplate
已过时。
This property has the same purpose as the corresponding property on the RestTemplate.
setUriTemplateHandler(UriTemplateHandler) - 类 中的方法org.springframework.web.client.RestTemplate
Customize how URI templates are expanded into URI instances.
setUrl(String) - 类 中的方法org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
Set the JDBC URL to use for connecting through the Driver.
setUrl(String) - 接口 中的方法org.springframework.jdbc.datasource.embedded.ConnectionProperties
Set the JDBC connection URL for the database.
setUrl(String) - 类 中的方法org.springframework.web.servlet.view.AbstractUrlBasedView
Set the URL of the resource that this view wraps.
setUrlDecode(boolean) - 类 中的方法org.springframework.web.cors.UrlBasedCorsConfigurationSource
Shortcut to same property on underlying UrlPathHelper.
setUrlDecode(boolean) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMapping
Shortcut to same property on underlying UrlPathHelper.
setUrlDecode(boolean) - 类 中的方法org.springframework.web.servlet.mvc.AbstractUrlViewController
Set if context path and request URI should be URL-decoded.
setUrlDecode(boolean) - 类 中的方法org.springframework.web.servlet.mvc.WebContentInterceptor
Shortcut to same property on underlying UrlPathHelper.
setUrlDecode(boolean) - 类 中的方法org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Shortcut to same property on underlying UrlPathHelper.
setUrlDecode(boolean) - 类 中的方法org.springframework.web.util.UrlPathHelper
Whether the context path and request URI should be decoded -- both of which are returned undecoded by the Servlet API, in contrast to the servlet path.
setUrlMap(Map<String, ?>) - 类 中的方法org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
Set a Map with URL paths as keys and handler beans (or handler bean names) as values.
setUrlPathHelper(UrlPathHelper) - 类 中的方法org.springframework.web.accept.PathExtensionContentNegotiationStrategy
Configure a UrlPathHelper to use in PathExtensionContentNegotiationStrategy.getMediaTypeKey(org.springframework.web.context.request.NativeWebRequest) in order to derive the lookup path for a target request URL path.
setUrlPathHelper(UrlPathHelper) - 类 中的方法org.springframework.web.cors.UrlBasedCorsConfigurationSource
Set the UrlPathHelper to use for resolution of lookup paths.
setUrlPathHelper(UrlPathHelper) - 类 中的方法org.springframework.web.servlet.config.annotation.PathMatchConfigurer
Set the UrlPathHelper to use for resolution of lookup paths.
setUrlPathHelper(UrlPathHelper) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMapping
Set the UrlPathHelper to use for resolution of lookup paths.
setUrlPathHelper(UrlPathHelper) - 类 中的方法org.springframework.web.servlet.mvc.AbstractUrlViewController
Set the UrlPathHelper to use for the resolution of lookup paths.
setUrlPathHelper(UrlPathHelper) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ServletCookieValueMethodArgumentResolver
 
setUrlPathHelper(UrlPathHelper) - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
Set a custom UrlPathHelper to use for the PatternsRequestCondition.
setUrlPathHelper(UrlPathHelper) - 类 中的方法org.springframework.web.servlet.mvc.WebContentInterceptor
Set the UrlPathHelper to use for resolution of lookup paths.
setUrlPathHelper(UrlPathHelper) - 类 中的方法org.springframework.web.servlet.resource.PathResourceResolver
Provide a reference to the UrlPathHelper used to map requests to static resources.
setUrlPathHelper(UrlPathHelper) - 类 中的方法org.springframework.web.servlet.resource.ResourceHttpRequestHandler
Provide a reference to the UrlPathHelper used to map requests to static resources.
setUrlPathHelper(UrlPathHelper) - 类 中的方法org.springframework.web.servlet.resource.ResourceUrlProvider
Configure a UrlPathHelper to use in ResourceUrlProvider.getForRequestUrl(javax.servlet.http.HttpServletRequest, String) in order to derive the lookup path for a target request URL path.
setUrlPathHelper(UrlPathHelper) - 类 中的方法org.springframework.web.servlet.support.AbstractFlashMapManager
Set the UrlPathHelper to use to match FlashMap instances to requests.
setUrlPathHelper(UrlPathHelper) - 类 中的方法org.springframework.web.servlet.support.RequestContext
Set the UrlPathHelper to use for context path and request URI decoding.
setUrlPathHelper(UrlPathHelper) - 类 中的方法org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Set the UrlPathHelper to use for the resolution of lookup paths.
setUseAttributeFor(Map<?, ?>) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
Set the types to use XML attributes for.
setUseAttributeForTypes(Class<?>...) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
Set types to use XML attributes for.
setUseCacheControlHeader(boolean) - 类 中的方法org.springframework.web.servlet.support.WebContentGenerator
已过时。
as of 4.2, since going forward, the HTTP 1.1 cache-control header will be required, with the HTTP 1.0 headers disappearing
setUseCacheControlNoStore(boolean) - 类 中的方法org.springframework.web.servlet.support.WebContentGenerator
setUseClassConstructor(Boolean) - 类 中的方法org.yaml.snakeyaml.nodes.Node
 
setUseExpiresHeader(boolean) - 类 中的方法org.springframework.web.servlet.support.WebContentGenerator
已过时。
as of 4.2, since going forward, the HTTP 1.1 cache-control header will be required, with the HTTP 1.0 headers disappearing
setUseIsoFormat(boolean) - 类 中的方法org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
Set whether standard ISO formatting should be applied to all date/time types.
setUseIsoFormat(boolean) - 类 中的方法org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
Set whether standard ISO formatting should be applied to all date/time types.
setUseJaf(boolean) - 类 中的方法org.springframework.web.accept.ContentNegotiationManagerFactoryBean
已过时。
as of 5.0, in favor of ContentNegotiationManagerFactoryBean.setUseRegisteredExtensionsOnly(boolean), which has reverse behavior.
setUseJaf(boolean) - 类 中的方法org.springframework.web.accept.PathExtensionContentNegotiationStrategy
setUseMutableTilesContainer(boolean) - 类 中的方法org.springframework.web.servlet.view.tiles3.TilesConfigurer
Set whether to use a MutableTilesContainer (typically the CachingTilesContainer implementation) for this application.
setUseNewConnection(boolean) - 类 中的方法org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
Set whether to use a new connection for the incrementer.
setUseNotAcceptableStatusCode(boolean) - 类 中的方法org.springframework.web.servlet.view.ContentNegotiatingViewResolver
Indicate whether a 406 Not Acceptable status code should be returned if no suitable view can be found.
setUsePool(boolean) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
已过时。
since 2.0, configure pooling usage with JedisClientConfiguration.
setUseRegisteredExtensionsOnly(boolean) - 类 中的方法org.springframework.web.accept.AbstractMappingContentNegotiationStrategy
Whether to only use the registered mappings to look up file extensions, or also to use dynamic resolution (e.g. via MediaTypeFactory.
setUseRegisteredExtensionsOnly(boolean) - 类 中的方法org.springframework.web.accept.ContentNegotiationManagerFactoryBean
When favorPathExtension or ContentNegotiationManagerFactoryBean.setFavorParameter(boolean) is set, this property determines whether to use only registered MediaType mappings or to allow dynamic resolution, e.g. via MediaTypeFactory.
setUseRegisteredSuffixPatternMatch(Boolean) - 类 中的方法org.springframework.web.servlet.config.annotation.PathMatchConfigurer
Whether suffix pattern matching should work only against path extensions explicitly registered when you configure content negotiation.
setUseRegisteredSuffixPatternMatch(boolean) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Whether suffix pattern matching should work only against path extensions explicitly registered with the ContentNegotiationManager.
setUsername(String) - 类 中的方法org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
Set the JDBC username to use for connecting through the Driver.
setUsername(String) - 接口 中的方法org.springframework.jdbc.datasource.embedded.ConnectionProperties
Set the username to use to connect to the database.
setUsername(String) - 类 中的方法org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
Set the default username that this adapter should use for retrieving Connections.
setUsername(String) - 类 中的方法org.springframework.mail.javamail.JavaMailSenderImpl
Set the username for the account at the mail host, if any.
setUsername(String) - 类 中的方法org.springframework.remoting.caucho.HessianClientInterceptor
Set the username that this factory should use to access the remote service.
setUsername(String) - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set the username to specify on the stub.
setUserPrincipal(Principal) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
setUserTransaction(UserTransaction) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Set the JTA UserTransaction to use as direct reference.
setUserTransactionName(String) - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
Set the JNDI name of the JTA UserTransaction.
setUseSharedServletConfig(boolean) - 类 中的方法org.springframework.web.servlet.handler.SimpleServletPostProcessor
Set whether to use the shared ServletConfig object passed in through setServletConfig, if available.
setUseSoapAction(boolean) - 类 中的方法org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
Set the "soapaction.use" flag to specify on the stub.
setUseSqlStateForTranslation(boolean) - 类 中的方法org.springframework.jdbc.support.SQLErrorCodes
Set this property to true for databases that do not provide an error code but that do provide SQL State (this includes PostgreSQL).
setUseSsl(boolean) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
已过时。
since 2.0, configure the SSL usage with JedisClientConfiguration.
setUseSsl(boolean) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
已过时。
since 2.0, configure SSL usage using LettuceClientConfiguration.
setUseStrictCasing(boolean) - 类 中的方法org.springframework.jmx.access.MBeanClientInterceptor
Set whether to use strict casing for attributes.
setUseStrictCasing(boolean) - 类 中的方法org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
Set whether to use strict casing for attributes.
setUseSuffixPatternMatch(boolean) - 类 中的方法org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Whether to use suffix pattern match (".*") when matching patterns to requests.
setUseSuffixPatternMatch(Boolean) - 类 中的方法org.springframework.web.servlet.config.annotation.PathMatchConfigurer
Whether to use suffix pattern match (".*") when matching patterns to requests.
setUseSuffixPatternMatch(boolean) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Whether to use suffix pattern match (".*") when matching patterns to requests.
setUseTrailingSlashMatch(Boolean) - 类 中的方法org.springframework.web.servlet.config.annotation.PathMatchConfigurer
Whether to match to URLs irrespective of the presence of a trailing slash.
setUseTrailingSlashMatch(boolean) - 类 中的方法org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Whether to match to URLs irrespective of the presence of a trailing slash.
setUseTrailingSlashMatch(boolean) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Whether to match to URLs irrespective of the presence of a trailing slash.
setUseTrailingSlashPatternMatch(boolean) - 类 中的方法org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Whether to match to URLs irrespective of the presence of a trailing slash.
setUseXSITypeAtRoot(boolean) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Sets whether this marshaller should output the xsi:type attribute for the root element.
setValidateAddresses(boolean) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Set whether to validate all addresses which get passed to this helper.
setValidateConnection(boolean) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Enables validation of the shared native Lettuce connection on calls to LettuceConnectionFactory.getConnection().
setValidatedAnnotationType(Class<? extends Annotation>) - 类 中的方法org.springframework.validation.beanvalidation.MethodValidationPostProcessor
Set the 'validated' annotation type.
setValidateDefinitions(boolean) - 类 中的方法org.springframework.web.servlet.view.tiles3.TilesConfigurer
Set whether to validate the Tiles XML definitions.
setValidateExistingTransaction(boolean) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Set whether existing transactions should be validated before participating in them.
setValidating(boolean) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Set whether this marshaller should validate in- and outgoing documents.
setValidationEventHandler(ValidationEventHandler) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
Set the JAXB validation event handler.
setValidationMessageSource(MessageSource) - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
Specify a custom Spring MessageSource for resolving validation messages, instead of relying on JSR-303's default "ValidationMessages.properties" bundle in the classpath.
setValidationProperties(Properties) - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
Specify bean validation properties to be passed to the validation provider.
setValidationPropertyMap(Map<String, String>) - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
Specify bean validation properties to be passed to the validation provider as a Map.
setValidationProviderResolver(ValidationProviderResolver) - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
Specify a JSR-303 ValidationProviderResolver for bootstrapping the provider of choice, as an alternative to META-INF driven resolution.
setValidationQuery(String) - 类 中的方法org.springframework.jdbc.support.DatabaseStartupValidator
Set the SQL query string to use for validation.
setValidator(Validator) - 类 中的方法org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Provide a custom Validator instead of the one created by default.
setValidator(Validator) - 类 中的方法org.springframework.validation.beanvalidation.BeanValidationPostProcessor
Set the JSR-303 Validator to delegate to for validating beans.
setValidator(Validator) - 类 中的方法org.springframework.validation.beanvalidation.MethodValidationPostProcessor
Set the JSR-303 Validator to delegate to for validating methods.
setValidator(Validator) - 类 中的方法org.springframework.validation.DataBinder
Set the Validator to apply after each binding step.
setValidator(Validator) - 类 中的方法org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Set the Validator to apply after each binding step.
setValidatorFactory(ValidatorFactory) - 类 中的方法org.springframework.validation.beanvalidation.BeanValidationPostProcessor
Set the JSR-303 ValidatorFactory to delegate to for validating beans, using its default Validator.
setValidatorFactory(ValidatorFactory) - 类 中的方法org.springframework.validation.beanvalidation.CustomValidatorBean
Set the ValidatorFactory to obtain the target Validator from.
setValidatorFactory(ValidatorFactory) - 类 中的方法org.springframework.validation.beanvalidation.MethodValidationPostProcessor
Set the JSR-303 ValidatorFactory to delegate to for validating methods, using its default Validator.
setValue(Object, Object) - 类 中的方法org.springframework.expression.common.CompositeStringExpression
 
setValue(EvaluationContext, Object) - 类 中的方法org.springframework.expression.common.CompositeStringExpression
 
setValue(EvaluationContext, Object, Object) - 类 中的方法org.springframework.expression.common.CompositeStringExpression
 
setValue(Object, Object) - 类 中的方法org.springframework.expression.common.LiteralExpression
 
setValue(EvaluationContext, Object) - 类 中的方法org.springframework.expression.common.LiteralExpression
 
setValue(EvaluationContext, Object, Object) - 类 中的方法org.springframework.expression.common.LiteralExpression
 
setValue(Object, Object) - 接口 中的方法org.springframework.expression.Expression
Set this expression in the provided context to the value provided.
setValue(EvaluationContext, Object) - 接口 中的方法org.springframework.expression.Expression
Set this expression in the provided context to the value provided.
setValue(EvaluationContext, Object, Object) - 接口 中的方法org.springframework.expression.Expression
Set this expression in the provided context to the value provided.
setValue(ExpressionState, Object) - 类 中的方法org.springframework.expression.spel.ast.CompoundExpression
 
setValue(ExpressionState, Object) - 类 中的方法org.springframework.expression.spel.ast.Indexer
 
setValue(ExpressionState, Object) - 类 中的方法org.springframework.expression.spel.ast.PropertyOrFieldReference
 
setValue(ExpressionState, Object) - 类 中的方法org.springframework.expression.spel.ast.SpelNodeImpl
 
setValue(Object) - 类 中的方法org.springframework.expression.spel.ast.ValueRef.NullValueRef
 
setValue(Object) - 接口 中的方法org.springframework.expression.spel.ast.ValueRef
Sets the value this ValueRef points to, it should not require expression component re-evaluation.
setValue(Object) - 类 中的方法org.springframework.expression.spel.ast.ValueRef.TypedValueHolderValueRef
 
setValue(ExpressionState, Object) - 类 中的方法org.springframework.expression.spel.ast.VariableReference
 
setValue(ExpressionState, Object) - 接口 中的方法org.springframework.expression.spel.SpelNode
Evaluate the expression to a node and then set the new value on that node.
setValue(Object, Object) - 类 中的方法org.springframework.expression.spel.standard.SpelExpression
 
setValue(EvaluationContext, Object) - 类 中的方法org.springframework.expression.spel.standard.SpelExpression
 
setValue(EvaluationContext, Object, Object) - 类 中的方法org.springframework.expression.spel.standard.SpelExpression
 
setValue(Object) - 类 中的方法org.springframework.http.converter.json.MappingJacksonValue
Modify the POJO to serialize.
setValue(PreparedStatement, int) - 接口 中的方法org.springframework.jdbc.support.SqlValue
Set the value on the given PreparedStatement.
setValue(Object) - 类 中的方法org.springframework.remoting.support.RemoteInvocationResult
Set the result value returned by a successful invocation of the target method, if any.
setValue(V) - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap.Entry
 
setValue(ELContext, Object, Object, Object) - 类 中的方法org.springframework.web.jsf.el.SpringBeanFacesELResolver
 
setValue(ELContext, Object, Object, Object) - 类 中的方法org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
 
setValue(Object) - 类 中的方法org.springframework.web.multipart.support.ByteArrayMultipartFileEditor
 
setValue(Object) - 类 中的方法org.springframework.web.multipart.support.StringMultipartFileEditor
 
setValue(Object) - 类 中的方法org.springframework.web.servlet.tags.ArgumentTag
Set the value of the argument (optional).
setValue(Object) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
Set the value of the 'value' attribute.
setValue(String) - 类 中的方法org.springframework.web.servlet.tags.form.ButtonTag
Set the value of the 'value' attribute.
setValue(Object) - 类 中的方法org.springframework.web.servlet.tags.form.OptionTag
Set the 'value' attribute of the rendered HTML <option> tag.
setValue(String) - 类 中的方法org.springframework.web.servlet.tags.Param
Set the raw value of the parameter.
setValue(String) - 类 中的方法org.springframework.web.servlet.tags.ParamTag
Set the value of the parameter (optional).
setValue(Object) - 类 中的方法org.springframework.web.servlet.tags.TransformTag
Set the value to transform, using the appropriate PropertyEditor from the enclosing BindTag.
setValue(String) - 类 中的方法org.springframework.web.servlet.tags.UrlTag
Sets the value of the URL
setValue(List<NodeTuple>) - 类 中的方法org.yaml.snakeyaml.nodes.MappingNode
 
setValue(O) - 类 中的方法reactor.core.publisher.Operators.MonoSubscriber
Set the value internally, without impacting request tracking state.
setValues(PreparedStatement) - 类 中的方法org.springframework.jdbc.core.ArgumentPreparedStatementSetter
 
setValues(PreparedStatement) - 类 中的方法org.springframework.jdbc.core.ArgumentTypePreparedStatementSetter
 
setValues(PreparedStatement, int) - 接口 中的方法org.springframework.jdbc.core.BatchPreparedStatementSetter
Set parameter values on the given PreparedStatement.
setValues(PreparedStatement, T) - 接口 中的方法org.springframework.jdbc.core.ParameterizedPreparedStatementSetter
Set parameter values on the given PreparedStatement.
setValues(PreparedStatement) - 接口 中的方法org.springframework.jdbc.core.PreparedStatementSetter
Set parameter values on the given PreparedStatement.
setValues(PreparedStatement, int) - 类 中的方法org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
This implementation calls AbstractInterruptibleBatchPreparedStatementSetter.setValuesIfAvailable(java.sql.PreparedStatement, int) and sets this instance's exhaustion flag accordingly.
setValues(PreparedStatement, LobCreator) - 类 中的方法org.springframework.jdbc.core.support.AbstractLobCreatingPreparedStatementCallback
Set values on the given PreparedStatement, using the given LobCreator for BLOB/CLOB arguments.
setValueSerializer(RedisSerializer<?>) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
Sets the value serializer to be used by this template.
setValuesIfAvailable(PreparedStatement, int) - 类 中的方法org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
Check for available values and set them on the given PreparedStatement.
setValueTransformer(IndexValueTransformer) - 类 中的方法org.springframework.data.redis.core.index.RedisIndexDefinition
 
setVar(String) - 类 中的方法org.springframework.web.servlet.tags.EvalTag
Set the variable name to expose the evaluation result under.
setVar(String) - 类 中的方法org.springframework.web.servlet.tags.MessageTag
Set PageContext attribute name under which to expose a variable that contains the resolved message.
setVar(String) - 类 中的方法org.springframework.web.servlet.tags.TransformTag
Set PageContext attribute name under which to expose a variable that contains the result of the transformation.
setVar(String) - 类 中的方法org.springframework.web.servlet.tags.UrlTag
Set the variable name to expose the URL under.
setVariable(String, Object) - 接口 中的方法org.springframework.expression.EvaluationContext
Set a named variable within this evaluation context to a specified value.
setVariable(String, Object) - 类 中的方法org.springframework.expression.spel.ExpressionState
 
setVariable(String, Object) - 类 中的方法org.springframework.expression.spel.support.SimpleEvaluationContext
 
setVariable(String, Object) - 类 中的方法org.springframework.expression.spel.support.StandardEvaluationContext
 
setVariables(Map<String, Object>) - 类 中的方法org.springframework.expression.spel.support.StandardEvaluationContext
 
setVary(List<String>) - 类 中的方法org.springframework.http.HttpHeaders
Set the request header names (e.g.
setVaryByRequestHeaders(String...) - 类 中的方法org.springframework.web.servlet.support.WebContentGenerator
Configure one or more request header names (e.g.
setVerifyPeer(boolean) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
已过时。
since 2.0, configure peer verification using LettuceClientConfiguration.
setVersion(DumperOptions.Version) - 类 中的方法org.yaml.snakeyaml.DumperOptions
 
setView(Object) - 类 中的方法org.springframework.web.method.support.ModelAndViewContainer
Set a View object to be used by the DispatcherServlet.
setView(View) - 类 中的方法org.springframework.web.servlet.ModelAndView
Set a View object for this ModelAndView.
setView(View) - 类 中的方法org.springframework.web.servlet.mvc.ParameterizableViewController
Set a View object for the ModelAndView to return.
setViewClass(Class<?>) - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
Set the view class that should be used to create views.
setViewName(String) - 类 中的方法org.springframework.web.method.support.ModelAndViewContainer
Set a view name to be resolved by the DispatcherServlet via a ViewResolver.
setViewName(String) - 类 中的方法org.springframework.web.servlet.config.annotation.ViewControllerRegistration
Set the view name to return.
setViewName(String) - 类 中的方法org.springframework.web.servlet.ModelAndView
Set a view name for this ModelAndView, to be resolved by the DispatcherServlet via a ViewResolver.
setViewName(String) - 类 中的方法org.springframework.web.servlet.mvc.ParameterizableViewController
Set a view name for the ModelAndView to return, to be resolved by the DispatcherServlet via a ViewResolver.
setViewNames(String...) - 类 中的方法org.springframework.web.servlet.view.UrlBasedViewResolver
Set the view names (or name patterns) that can be handled by this ViewResolver.
setViewResolvers(ViewResolver...) - 类 中的方法org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Set up view resolution with the given ViewResolvers.
setViewResolvers(List<ViewResolver>) - 类 中的方法org.springframework.web.servlet.view.ContentNegotiatingViewResolver
Sets the view resolvers to be wrapped by this view resolver.
setViewResolvers(List<ViewResolver>) - 类 中的方法org.springframework.web.servlet.view.ViewResolverComposite
Set the list of view viewResolvers to delegate to.
setWaitForJobsToCompleteOnShutdown(boolean) - 类 中的方法org.springframework.scheduling.quartz.SchedulerFactoryBean
Set whether to wait for running jobs to complete on shutdown.
setWaitForJobsToCompleteOnShutdown(boolean) - 类 中的方法org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
Set whether to wait for running jobs to complete on shutdown.
setWaitForTasksToCompleteOnShutdown(boolean) - 类 中的方法org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
Set whether to wait for scheduled tasks to complete on shutdown, not interrupting running tasks and executing all tasks in the queue.
setWarnLogCategory(String) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
Set the log category for warn logging.
setWebAppRootSystemProperty(ServletContext) - 类 中的静态方法org.springframework.web.util.WebUtils
Set a system property to the web application root directory.
setWebBindingInitializer(WebBindingInitializer) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Provide a WebBindingInitializer with "global" initialization to apply to every DataBinder instance.
setWebClient(WebClient) - 类 中的方法org.springframework.test.web.servlet.htmlunit.MockMvcWebConnection
 
setWebConnection(WebConnection) - 类 中的方法org.springframework.test.web.servlet.htmlunit.webdriver.WebConnectionHtmlUnitDriver
Set the WebConnection to be used with the WebClient.
setWhitespacePreserve(boolean) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Set whether the Castor Unmarshaller should preserve "ignorable" whitespace.
setWidth(int) - 类 中的方法org.yaml.snakeyaml.DumperOptions
Specify the preferred width to emit scalars.
setWorkListener(WorkListener) - 类 中的方法org.springframework.jca.work.WorkManagerTaskExecutor
Specify a JCA WorkListener to apply, if any.
setWorkListener(WorkListener) - 类 中的方法org.springframework.scheduling.commonj.WorkManagerTaskExecutor
Specify a CommonJ WorkListener to apply, if any.
setWorkManager(WorkManager) - 类 中的方法org.springframework.jca.support.ResourceAdapterFactoryBean
Specify the JCA WorkManager to use for bootstrapping the ResourceAdapter.
setWorkManager(WorkManager) - 类 中的方法org.springframework.jca.work.WorkManagerTaskExecutor
Specify the JCA WorkManager instance to delegate to.
setWorkManager(WorkManager) - 类 中的方法org.springframework.scheduling.commonj.WorkManagerTaskExecutor
Specify the CommonJ WorkManager to delegate to.
setWorkManagerName(String) - 类 中的方法org.springframework.jca.work.WorkManagerTaskExecutor
Set the JNDI name of the JCA WorkManager.
setWorkManagerName(String) - 类 中的方法org.springframework.scheduling.commonj.WorkManagerTaskExecutor
Set the JNDI name of the CommonJ WorkManager.
setWrapAsLob(boolean) - 类 中的方法org.springframework.jdbc.support.lob.DefaultLobHandler
Specify whether to submit a byte array / String to the JDBC driver wrapped in a JDBC Blob / Clob object, using the JDBC setBlob / setClob method with a Blob / Clob argument.
setWriteAcceptCharset(boolean) - 类 中的方法org.springframework.http.converter.ObjectToStringHttpMessageConverter
Indicates whether the Accept-Charset should be written to any outgoing request.
setWriteAcceptCharset(boolean) - 类 中的方法org.springframework.http.converter.StringHttpMessageConverter
Indicates whether the Accept-Charset should be written to any outgoing request.
setWriteHandler(Function<Flux<DataBuffer>, Mono<Void>>) - 类 中的方法org.springframework.mock.http.client.reactive.MockClientHttpRequest
Configure a custom handler for writing the request body.
setWriteHandler(Function<Flux<DataBuffer>, Mono<Void>>) - 类 中的方法org.springframework.mock.http.server.reactive.MockServerHttpResponse
Configure a custom handler to consume the response body.
setWriteListener(WriteListener) - 类 中的方法org.springframework.mock.web.DelegatingServletOutputStream
 
setWriterAccessAllowed(boolean) - 类 中的方法org.springframework.mock.web.MockHttpServletResponse
Set whether MockHttpServletResponse.getWriter() access is allowed.
setWriteTimeout(int) - 类 中的方法org.springframework.http.client.OkHttp3ClientHttpRequestFactory
Sets the underlying write timeout in milliseconds.
setWriteWeakETag(boolean) - 类 中的方法org.springframework.web.filter.ShallowEtagHeaderFilter
Set whether the ETag value written to the response should be weak, as per RFC 7232.
setWsdlDocumentResource(Resource) - 类 中的方法org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Set the WSDL document URL as a Resource.
setWsdlDocumentUrl(URL) - 类 中的方法org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Set the URL of the WSDL document that describes the service.
setXaTerminator(XATerminator) - 类 中的方法org.springframework.jca.support.ResourceAdapterFactoryBean
Specify the JCA XATerminator to use for bootstrapping the ResourceAdapter.
setXMLReader(XMLReader) - 类 中的方法org.springframework.oxm.support.MarshallingSource
Throws a UnsupportedOperationException.
setZonedDateTime(String, ZonedDateTime) - 类 中的方法org.springframework.http.HttpHeaders
Set the given date under the given header name after formatting it as a string using the RFC-1123 date-time formatter.
sha1DigestAsHex(String) - 类 中的静态方法org.springframework.data.redis.core.script.DigestUtils
Returns the SHA1 of the provided data
ShadowingClassLoader - org.springframework.instrument.classloading中的类
ClassLoader decorator that shadows an enclosing ClassLoader, applying registered transformers to all affected classes.
ShadowingClassLoader(ClassLoader) - 类 的构造器org.springframework.instrument.classloading.ShadowingClassLoader
Create a new ShadowingClassLoader, decorating the given ClassLoader, applying ShadowingClassLoader.DEFAULT_EXCLUDED_PACKAGES.
ShadowingClassLoader(ClassLoader, boolean) - 类 的构造器org.springframework.instrument.classloading.ShadowingClassLoader
Create a new ShadowingClassLoader, decorating the given ClassLoader.
shallowCopyFieldState(Object, Object) - 类 中的静态方法org.springframework.util.ReflectionUtils
Given the source object and the destination, which must be the same class or a subclass, copy all fields, including inherited fields.
ShallowEtagHeaderFilter - org.springframework.web.filter中的类
Filter that generates an ETag value based on the content on the response.
ShallowEtagHeaderFilter() - 类 的构造器org.springframework.web.filter.ShallowEtagHeaderFilter
 
share() - 类 中的方法reactor.core.publisher.Flux
Returns a new Flux that multicasts (shares) the original Flux.
share(boolean) - 类 中的方法reactor.core.publisher.TopicProcessor.Builder
Configures sharing state for this builder.
share(String, int) - 类 中的静态方法reactor.core.publisher.TopicProcessor
Create a new shared TopicProcessor using the passed backlog size, with a blockingWait Strategy and auto-cancellation.
share(boolean) - 类 中的方法reactor.core.publisher.WorkQueueProcessor.Builder
Configures sharing state for this builder.
share(String, int) - 类 中的静态方法reactor.core.publisher.WorkQueueProcessor
Create a new shared WorkQueueProcessor using the passed buffer size, blockingWait Strategy and auto-cancel.
sharedHttpSession() - 类 中的静态方法org.springframework.test.web.servlet.setup.SharedHttpSessionConfigurer
 
SharedHttpSessionConfigurer - org.springframework.test.web.servlet.setup中的类
MockMvcConfigurer that stores and re-uses the HTTP session across multiple requests performed through the same MockMvc instance.
SharedHttpSessionConfigurer() - 类 的构造器org.springframework.test.web.servlet.setup.SharedHttpSessionConfigurer
 
shortSummary() - 类 中的方法org.springframework.util.StopWatch
Return a short description of the total running time.
shouldApplyTo(HttpServletRequest, Object) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
Check whether this resolver is supposed to apply to the given handler.
shouldApplyTo(HttpServletRequest, Object) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver
Checks if the handler is a HandlerMethod and then delegates to the base class implementation of #shouldApplyTo(HttpServletRequest, Object) passing the bean of the HandlerMethod.
shouldBuffer(URI, HttpMethod) - 类 中的方法org.springframework.http.client.BufferingClientHttpRequestFactory
Indicates whether the request/response exchange for the given URI and method should be buffered in memory.
shouldClose(Connection) - 类 中的方法org.springframework.jdbc.datasource.SingleConnectionDataSource
This is a single Connection: Do not close it when returning to the "pool".
shouldClose(Connection) - 接口 中的方法org.springframework.jdbc.datasource.SmartDataSource
Should we close this Connection, obtained from this DataSource?
shouldCommitOnGlobalRollbackOnly() - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
This implementation returns "true": a JTA commit will properly handle transactions that have been marked rollback-only at a global level.
shouldCommitOnGlobalRollbackOnly() - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Return whether to call doCommit on a transaction that has been marked as rollback-only in a global fashion.
shouldConsiderNestedRepositories() - 类 中的方法org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
 
shouldConsiderNestedRepositories() - 类 中的方法org.springframework.data.repository.config.RepositoryConfigurationSourceSupport
Returns whether we should consider nested repositories, i.e. repository interface definitions nested in other classes.
shouldConsiderNestedRepositories() - 类 中的方法org.springframework.data.repository.config.XmlRepositoryConfigurationSource
 
shouldGenerateId() - 类 中的方法org.springframework.scheduling.config.ScheduledTasksBeanDefinitionParser
 
shouldGenerateIdAsFallback() - 类 中的方法org.springframework.data.repository.config.ResourceReaderRepositoryPopulatorBeanDefinitionParser
 
shouldIgnoreCase() - 类 中的方法org.springframework.data.repository.query.parser.Part
Returns whether the PropertyPath referenced should be matched ignoring case.
shouldLog(HttpServletRequest) - 类 中的方法org.springframework.web.filter.AbstractRequestLoggingFilter
Determine whether to call the AbstractRequestLoggingFilter.beforeRequest(javax.servlet.http.HttpServletRequest, java.lang.String)/AbstractRequestLoggingFilter.afterRequest(javax.servlet.http.HttpServletRequest, java.lang.String) methods for the current request, i.e. whether logging is currently active (and the log message is worth building).
shouldLog(HttpServletRequest) - 类 中的方法org.springframework.web.filter.CommonsRequestLoggingFilter
 
shouldNotFilter(HttpServletRequest) - 类 中的方法org.springframework.web.filter.ForwardedHeaderFilter
 
shouldNotFilter(HttpServletRequest) - 类 中的方法org.springframework.web.filter.OncePerRequestFilter
Can be overridden in subclasses for custom filtering control, returning true to avoid filtering of the given request.
shouldNotFilterAsyncDispatch() - 类 中的方法org.springframework.web.filter.AbstractRequestLoggingFilter
The default value is "false" so that the filter may log a "before" message at the start of request processing and an "after" message at the end from when the last asynchronously dispatched thread is exiting.
shouldNotFilterAsyncDispatch() - 类 中的方法org.springframework.web.filter.ForwardedHeaderFilter
 
shouldNotFilterAsyncDispatch() - 类 中的方法org.springframework.web.filter.OncePerRequestFilter
The dispatcher type javax.servlet.DispatcherType.ASYNC introduced in Servlet 3.0 means a filter can be invoked in more than one thread over the course of a single request.
shouldNotFilterAsyncDispatch() - 类 中的方法org.springframework.web.filter.RequestContextFilter
Returns "false" so that the filter may set up the request context in each asynchronously dispatched thread.
shouldNotFilterAsyncDispatch() - 类 中的方法org.springframework.web.filter.ShallowEtagHeaderFilter
The default value is false so that the filter may delay the generation of an ETag until the last asynchronously dispatched thread.
shouldNotFilterErrorDispatch() - 类 中的方法org.springframework.web.filter.ForwardedHeaderFilter
 
shouldNotFilterErrorDispatch() - 类 中的方法org.springframework.web.filter.OncePerRequestFilter
Whether to filter error dispatches such as when the servlet container processes and error mapped in web.xml.
shouldNotFilterErrorDispatch() - 类 中的方法org.springframework.web.filter.RequestContextFilter
Returns "false" so that the filter may set up the request context in an error dispatch.
shouldObtainFixedConnection(DataSource) - 类 中的方法org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
Determine whether to obtain a fixed target Connection for the proxy or to reobtain the target Connection for each operation.
shouldParsePath() - 类 中的方法org.springframework.web.util.DefaultUriBuilderFactory
Whether the handler is configured to parse the path into path segments.
shouldParsePath() - 类 中的方法org.springframework.web.util.DefaultUriTemplateHandler
已过时。
Whether the handler is configured to parse the path into path segments.
shouldReleaseAfterCompletion(H) - 类 中的方法org.springframework.transaction.support.ResourceHolderSynchronization
Return whether this holder's resource should be released after transaction completion (true).
shouldReleaseBeforeCompletion() - 类 中的方法org.springframework.transaction.support.ResourceHolderSynchronization
Return whether this holder's resource should be released before transaction completion (true) or rather after transaction completion (false).
shouldRemoveSemicolonContent() - 类 中的方法org.springframework.web.util.UrlPathHelper
Whether configured to remove ";" (semicolon) content from the request URI.
shouldRender() - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
Should rendering of this tag proceed at all.
shouldRender() - 类 中的方法org.springframework.web.servlet.tags.form.ErrorsTag
Should rendering of this tag proceed at all?
shouldUnbindAtCompletion() - 类 中的方法org.springframework.transaction.support.ResourceHolderSynchronization
Return whether this holder should be unbound at completion (or should rather be left bound to the thread after the transaction).
shutdown(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisClusterConnection
已过时。
shutdown() - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
shutdown(RedisServerCommands.ShutdownOption) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
shutdown() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
shutdown(RedisServerCommands.ShutdownOption) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
shutdown(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.RedisClusterServerCommands
 
shutdown() - 接口 中的方法org.springframework.data.redis.connection.RedisServerCommands
Shutdown server.
shutdown(RedisServerCommands.ShutdownOption) - 接口 中的方法org.springframework.data.redis.connection.RedisServerCommands
Shutdown server.
shutdown(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.core.ClusterOperations
Shutdown given node.
shutdown() - 接口 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabase
Shut down this embedded database.
shutdown(DataSource, String) - 接口 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseConfigurer
Shut down the embedded database instance that backs the supplied DataSource.
shutdown() - 类 中的方法org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
Perform a shutdown on the underlying ExecutorService.
shutdown(boolean) - 类 中的方法org.springframework.scheduling.quartz.LocalTaskExecutorThreadPool
 
shutdownDatabase() - 类 中的方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory
Hook to shutdown the embedded database.
shutdownNow() - 类 中的静态方法reactor.core.scheduler.Schedulers
Clear any cached Scheduler and call dispose on them.
shutdownTimeout(Duration) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.LettuceClientConfigurationBuilder
Configure a shutdown timeout.
shutdownTimeout(Duration) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettucePoolingClientConfiguration.LettucePoolingClientConfigurationBuilder
 
Signal<T> - reactor.core.publisher中的接口
A domain representation of a Reactive Stream signal.
signalAllWhenBlocking() - 类 中的方法reactor.util.concurrent.WaitStrategy
Implementations should signal the waiting consumers that the cursor has advanced.
signalSupplier(Supplier<T>) - 类 中的方法reactor.core.publisher.TopicProcessor.Builder
Configures a supplier of dispatched signals to preallocate in the ring buffer
SignalType - reactor.core.publisher中的枚举
Reactive Stream signal types
SimpleBootstrapContext - org.springframework.jca.support中的类
Simple implementation of the JCA 1.7 javax.resource.spi.BootstrapContext interface, used for bootstrapping a JCA ResourceAdapter in a local environment.
SimpleBootstrapContext(WorkManager) - 类 的构造器org.springframework.jca.support.SimpleBootstrapContext
Create a new SimpleBootstrapContext for the given WorkManager, with no XATerminator available.
SimpleBootstrapContext(WorkManager, XATerminator) - 类 的构造器org.springframework.jca.support.SimpleBootstrapContext
Create a new SimpleBootstrapContext for the given WorkManager and XATerminator.
SimpleBootstrapContext(WorkManager, XATerminator, TransactionSynchronizationRegistry) - 类 的构造器org.springframework.jca.support.SimpleBootstrapContext
Create a new SimpleBootstrapContext for the given WorkManager, XATerminator and TransactionSynchronizationRegistry.
SimpleClientHttpRequestFactory - org.springframework.http.client中的类
ClientHttpRequestFactory implementation that uses standard JDK facilities.
SimpleClientHttpRequestFactory() - 类 的构造器org.springframework.http.client.SimpleClientHttpRequestFactory
 
SimpleConnectionHandle - org.springframework.jdbc.datasource中的类
Simple implementation of the ConnectionHandle interface, containing a given JDBC Connection.
SimpleConnectionHandle(Connection) - 类 的构造器org.springframework.jdbc.datasource.SimpleConnectionHandle
Create a new SimpleConnectionHandle for the given Connection.
simpleControllerHandlerAdapter() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Returns a SimpleControllerHandlerAdapter for processing requests with interface-based controllers.
SimpleControllerHandlerAdapter - org.springframework.web.servlet.mvc中的类
Adapter to use the plain Controller workflow interface with the generic DispatcherServlet.
SimpleControllerHandlerAdapter() - 类 的构造器org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
 
simpleDateFormat(String) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Define the date/time format with a SimpleDateFormat.
SimpleDriverDataSource - org.springframework.jdbc.datasource中的类
Simple implementation of the standard JDBC DataSource interface, configuring a plain old JDBC Driver via bean properties, and returning a new Connection from every getConnection call.
SimpleDriverDataSource() - 类 的构造器org.springframework.jdbc.datasource.SimpleDriverDataSource
Constructor for bean-style configuration.
SimpleDriverDataSource(Driver, String) - 类 的构造器org.springframework.jdbc.datasource.SimpleDriverDataSource
Create a new DriverManagerDataSource with the given standard Driver parameters.
SimpleDriverDataSource(Driver, String, String, String) - 类 的构造器org.springframework.jdbc.datasource.SimpleDriverDataSource
Create a new DriverManagerDataSource with the given standard Driver parameters.
SimpleDriverDataSource(Driver, String, Properties) - 类 的构造器org.springframework.jdbc.datasource.SimpleDriverDataSource
Create a new DriverManagerDataSource with the given standard Driver parameters.
SimpleEvaluationContext - org.springframework.expression.spel.support中的类
A basic implementation of EvaluationContext that focuses on a subset of essential SpEL features and customization options, targeting simple condition evaluation and in particular data binding scenarios.
SimpleEvaluationContext.Builder - org.springframework.expression.spel.support中的类
Builder for SimpleEvaluationContext.
SimpleHessianServiceExporter - org.springframework.remoting.caucho中的类
HTTP request handler that exports the specified service bean as Hessian service endpoint, accessible via a Hessian proxy.
SimpleHessianServiceExporter() - 类 的构造器org.springframework.remoting.caucho.SimpleHessianServiceExporter
 
SimpleHttpInvokerRequestExecutor - org.springframework.remoting.httpinvoker中的类
HttpInvokerRequestExecutor implementation that uses standard Java facilities to execute POST requests, without support for HTTP authentication or advanced configuration options.
SimpleHttpInvokerRequestExecutor() - 类 的构造器org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
 
SimpleHttpInvokerServiceExporter - org.springframework.remoting.httpinvoker中的类
HTTP request handler that exports the specified service bean as HTTP invoker service endpoint, accessible via an HTTP invoker proxy.
SimpleHttpInvokerServiceExporter() - 类 的构造器org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
 
SimpleHttpServerFactoryBean - org.springframework.remoting.support中的类
FactoryBean that creates a simple HTTP server, based on the HTTP server that is included in Sun's JRE 1.6.
SimpleHttpServerFactoryBean() - 类 的构造器org.springframework.remoting.support.SimpleHttpServerFactoryBean
 
SimpleHttpServerJaxWsServiceExporter - org.springframework.remoting.jaxws中的类
Simple exporter for JAX-WS services, autodetecting annotated service beans (through the JAX-WS WebService annotation) and exporting them through the HTTP server included in Sun's JDK 1.6.
SimpleHttpServerJaxWsServiceExporter() - 类 的构造器org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter
 
SimpleIdGenerator - org.springframework.util中的类
A simple IdGenerator that starts at 1 and increments by 1 with each call.
SimpleIdGenerator() - 类 的构造器org.springframework.util.SimpleIdGenerator
 
SimpleIndexDefinition - org.springframework.data.redis.core.index中的类
PathBasedRedisIndexDefinition for including property values in a secondary index.
SimpleIndexDefinition(String, String) - 类 的构造器org.springframework.data.redis.core.index.SimpleIndexDefinition
SimpleIndexDefinition(String, String, String) - 类 的构造器org.springframework.data.redis.core.index.SimpleIndexDefinition
SimpleIndexedPropertyValue - org.springframework.data.redis.core.convert中的类
IndexedData implementation indicating storage of data within a Redis Set.
SimpleIndexedPropertyValue(String, String, Object) - 类 的构造器org.springframework.data.redis.core.convert.SimpleIndexedPropertyValue
SimpleInstrumentableClassLoader - org.springframework.instrument.classloading中的类
Simplistic implementation of an instrumentable ClassLoader.
SimpleInstrumentableClassLoader(ClassLoader) - 类 的构造器org.springframework.instrument.classloading.SimpleInstrumentableClassLoader
Create a new SimpleInstrumentableClassLoader for the given ClassLoader.
SimpleJaxWsServiceExporter - org.springframework.remoting.jaxws中的类
Simple exporter for JAX-WS services, autodetecting annotated service beans (through the JAX-WS WebService annotation) and exporting them with a configured base address (by default "http://localhost:8080/") using the JAX-WS provider's built-in publication support.
SimpleJaxWsServiceExporter() - 类 的构造器org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter
 
SimpleJdbcCall - org.springframework.jdbc.core.simple中的类
A SimpleJdbcCall is a multi-threaded, reusable object representing a call to a stored procedure or a stored function.
SimpleJdbcCall(DataSource) - 类 的构造器org.springframework.jdbc.core.simple.SimpleJdbcCall
Constructor that takes one parameter with the JDBC DataSource to use when creating the underlying JdbcTemplate.
SimpleJdbcCall(JdbcTemplate) - 类 的构造器org.springframework.jdbc.core.simple.SimpleJdbcCall
Alternative Constructor that takes one parameter with the JdbcTemplate to be used.
SimpleJdbcCallOperations - org.springframework.jdbc.core.simple中的接口
Interface specifying the API for a Simple JDBC Call implemented by SimpleJdbcCall.
SimpleJdbcInsert - org.springframework.jdbc.core.simple中的类
A SimpleJdbcInsert is a multi-threaded, reusable object providing easy insert capabilities for a table.
SimpleJdbcInsert(DataSource) - 类 的构造器org.springframework.jdbc.core.simple.SimpleJdbcInsert
Constructor that takes one parameter with the JDBC DataSource to use when creating the JdbcTemplate.
SimpleJdbcInsert(JdbcTemplate) - 类 的构造器org.springframework.jdbc.core.simple.SimpleJdbcInsert
Alternative Constructor that takes one parameter with the JdbcTemplate to be used.
SimpleJdbcInsertOperations - org.springframework.jdbc.core.simple中的接口
Interface specifying the API for a Simple JDBC Insert implemented by SimpleJdbcInsert.
SimpleJndiBeanFactory - org.springframework.jndi.support中的类
Simple JNDI-based implementation of Spring's BeanFactory interface.
SimpleJndiBeanFactory() - 类 的构造器org.springframework.jndi.support.SimpleJndiBeanFactory
 
SimpleLoadTimeWeaver - org.springframework.instrument.classloading中的类
LoadTimeWeaver that builds and exposes a SimpleInstrumentableClassLoader.
SimpleLoadTimeWeaver() - 类 的构造器org.springframework.instrument.classloading.SimpleLoadTimeWeaver
Create a new SimpleLoadTimeWeaver for the current context ClassLoader.
SimpleLoadTimeWeaver(SimpleInstrumentableClassLoader) - 类 的构造器org.springframework.instrument.classloading.SimpleLoadTimeWeaver
Create a new SimpleLoadTimeWeaver for the given ClassLoader.
SimpleMailMessage - org.springframework.mail中的类
Models a simple mail message, including data such as the from, to, cc, subject, and text fields.
SimpleMailMessage() - 类 的构造器org.springframework.mail.SimpleMailMessage
Create a new SimpleMailMessage.
SimpleMailMessage(SimpleMailMessage) - 类 的构造器org.springframework.mail.SimpleMailMessage
Copy constructor for creating a new SimpleMailMessage from the state of an existing SimpleMailMessage instance.
SimpleMappingExceptionResolver - org.springframework.web.servlet.handler中的类
HandlerExceptionResolver implementation that allows for mapping exception class names to view names, either for a set of given handlers or for all handlers in the DispatcherServlet.
SimpleMappingExceptionResolver() - 类 的构造器org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
 
simpleMatch(String, String) - 类 中的静态方法org.springframework.util.PatternMatchUtils
Match a String against the given pattern, supporting the following simple pattern styles: "xxx*", "*xxx", "*xxx*" and "xxx*yyy" matches (with an arbitrary number of pattern parts), as well as direct equality.
simpleMatch(String[], String) - 类 中的静态方法org.springframework.util.PatternMatchUtils
Match a String against the given patterns, supporting the following simple pattern styles: "xxx*", "*xxx", "*xxx*" and "xxx*yyy" matches (with an arbitrary number of pattern parts), as well as direct equality.
SimpleNamespaceContext - org.springframework.util.xml中的类
Simple javax.xml.namespace.NamespaceContext implementation.
SimpleNamespaceContext() - 类 的构造器org.springframework.util.xml.SimpleNamespaceContext
 
SimpleNamingContext - org.springframework.mock.jndi中的类
Simple implementation of a JNDI naming context.
SimpleNamingContext() - 类 的构造器org.springframework.mock.jndi.SimpleNamingContext
Create a new naming context.
SimpleNamingContext(String) - 类 的构造器org.springframework.mock.jndi.SimpleNamingContext
Create a new naming context with the given naming root.
SimpleNamingContext(String, Hashtable<String, Object>, Hashtable<String, Object>) - 类 的构造器org.springframework.mock.jndi.SimpleNamingContext
Create a new naming context with the given naming root, the given name/object map, and the JNDI environment entries.
SimpleNamingContextBuilder - org.springframework.mock.jndi中的类
Simple implementation of a JNDI naming context builder.
SimpleNamingContextBuilder() - 类 的构造器org.springframework.mock.jndi.SimpleNamingContextBuilder
 
SimpleRecordOperation - org.springframework.jca.cci.object中的类
EIS operation object that accepts a passed-in CCI input Record and returns a corresponding CCI output Record.
SimpleRecordOperation() - 类 的构造器org.springframework.jca.cci.object.SimpleRecordOperation
Constructor that allows use as a JavaBean.
SimpleRecordOperation(ConnectionFactory, InteractionSpec) - 类 的构造器org.springframework.jca.cci.object.SimpleRecordOperation
Convenient constructor with ConnectionFactory and specifications (connection and interaction).
SimpleReflectiveMBeanInfoAssembler - org.springframework.jmx.export.assembler中的类
Simple subclass of AbstractReflectiveMBeanInfoAssembler that always votes yes for method and property inclusion, effectively exposing all public methods and properties as operations and attributes.
SimpleReflectiveMBeanInfoAssembler() - 类 的构造器org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler
 
SimpleRemoteSlsbInvokerInterceptor - org.springframework.ejb.access中的类
Basic invoker for a remote Stateless Session Bean.
SimpleRemoteSlsbInvokerInterceptor() - 类 的构造器org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
 
SimpleRemoteStatelessSessionProxyFactoryBean - org.springframework.ejb.access中的类
Convenient FactoryBean for remote SLSB proxies.
SimpleRemoteStatelessSessionProxyFactoryBean() - 类 的构造器org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean
 
SimpleRequestExpectationManager - org.springframework.test.web.client中的类
Simple RequestExpectationManager that matches requests to expectations sequentially, i.e. in the order of declaration of expectations.
SimpleRequestExpectationManager() - 类 的构造器org.springframework.test.web.client.SimpleRequestExpectationManager
 
SimpleSaxErrorHandler - org.springframework.util.xml中的类
Simple org.xml.sax.ErrorHandler implementation: logs warnings using the given Commons Logging logger instance, and rethrows errors to discontinue the XML transformation.
SimpleSaxErrorHandler(Log) - 类 的构造器org.springframework.util.xml.SimpleSaxErrorHandler
Create a new SimpleSaxErrorHandler for the given Commons Logging logger instance.
SimpleServletHandlerAdapter - org.springframework.web.servlet.handler中的类
Adapter to use the Servlet interface with the generic DispatcherServlet.
SimpleServletHandlerAdapter() - 类 的构造器org.springframework.web.servlet.handler.SimpleServletHandlerAdapter
 
SimpleServletPostProcessor - org.springframework.web.servlet.handler中的类
BeanPostProcessor that applies initialization and destruction callbacks to beans that implement the Servlet interface.
SimpleServletPostProcessor() - 类 的构造器org.springframework.web.servlet.handler.SimpleServletPostProcessor
 
SimpleSessionStatus - org.springframework.web.bind.support中的类
Simple implementation of the SessionStatus interface, keeping the complete flag as an instance variable.
SimpleSessionStatus() - 类 的构造器org.springframework.web.bind.support.SimpleSessionStatus
 
SimpleSpringPreparerFactory - org.springframework.web.servlet.view.tiles3中的类
Tiles org.apache.tiles.preparer.PreparerFactory implementation that expects preparer class names and builds preparer instances for those, creating them through the Spring ApplicationContext in order to apply Spring container callbacks and configured Spring BeanPostProcessors.
SimpleSpringPreparerFactory() - 类 的构造器org.springframework.web.servlet.view.tiles3.SimpleSpringPreparerFactory
 
SimpleTaskWorkManager - org.springframework.jca.work中的类
Simple JCA 1.7 javax.resource.spi.work.WorkManager implementation that delegates to a Spring TaskExecutor.
SimpleTaskWorkManager() - 类 的构造器org.springframework.jca.work.SimpleTaskWorkManager
 
SimpleTheme - org.springframework.ui.context.support中的类
Default Theme implementation, wrapping a name and an underlying MessageSource.
SimpleTheme(String, MessageSource) - 类 的构造器org.springframework.ui.context.support.SimpleTheme
Create a SimpleTheme.
SimpleThreadPoolTaskExecutor - org.springframework.scheduling.quartz中的类
Subclass of Quartz's SimpleThreadPool that implements Spring's TaskExecutor interface and listens to Spring lifecycle callbacks.
SimpleThreadPoolTaskExecutor() - 类 的构造器org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
 
SimpleThrowawayClassLoader - org.springframework.instrument.classloading中的类
ClassLoader that can be used to load classes without bringing them into the parent loader.
SimpleThrowawayClassLoader(ClassLoader) - 类 的构造器org.springframework.instrument.classloading.SimpleThrowawayClassLoader
Create a new SimpleThrowawayClassLoader for the given ClassLoader.
SimpleTransactionFactory - org.springframework.transaction.jta中的类
Default implementation of the TransactionFactory strategy interface, simply wrapping a standard JTA TransactionManager.
SimpleTransactionFactory(TransactionManager) - 类 的构造器org.springframework.transaction.jta.SimpleTransactionFactory
Create a new SimpleTransactionFactory for the given TransactionManager
SimpleTransactionScope - org.springframework.transaction.support中的类
A simple transaction-backed Scope implementation, delegating to TransactionSynchronizationManager's resource binding mechanism.
SimpleTransactionScope() - 类 的构造器org.springframework.transaction.support.SimpleTransactionScope
 
SimpleTransactionStatus - org.springframework.transaction.support中的类
A simple TransactionStatus implementation.
SimpleTransactionStatus() - 类 的构造器org.springframework.transaction.support.SimpleTransactionStatus
Create a new instance of the SimpleTransactionStatus class, indicating a new transaction.
SimpleTransactionStatus(boolean) - 类 的构造器org.springframework.transaction.support.SimpleTransactionStatus
Create a new instance of the SimpleTransactionStatus class.
SimpleTransformErrorListener - org.springframework.util.xml中的类
Simple javax.xml.transform.ErrorListener implementation: logs warnings using the given Commons Logging logger instance, and rethrows errors to discontinue the XML transformation.
SimpleTransformErrorListener(Log) - 类 的构造器org.springframework.util.xml.SimpleTransformErrorListener
Create a new SimpleTransformErrorListener for the given Commons Logging logger instance.
SimpleTriggerContext - org.springframework.scheduling.support中的类
Simple data holder implementation of the TriggerContext interface.
SimpleTriggerContext() - 类 的构造器org.springframework.scheduling.support.SimpleTriggerContext
Create a SimpleTriggerContext with all time values set to null.
SimpleTriggerContext(Date, Date, Date) - 类 的构造器org.springframework.scheduling.support.SimpleTriggerContext
Create a SimpleTriggerContext with the given time values.
SimpleTriggerFactoryBean - org.springframework.scheduling.quartz中的类
A Spring FactoryBean for creating a Quartz org.quartz.SimpleTrigger instance, supporting bean-style usage for trigger configuration.
SimpleTriggerFactoryBean() - 类 的构造器org.springframework.scheduling.quartz.SimpleTriggerFactoryBean
 
SimpleUrlHandlerMapping - org.springframework.web.servlet.handler中的类
Implementation of the HandlerMapping interface to map from URLs to request handler beans.
SimpleUrlHandlerMapping() - 类 的构造器org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
 
single() - 类 中的静态方法reactor.core.Disposables
Return a new simple Disposable instance that is initially not disposed but can be by calling Disposable.dispose().
single() - 类 中的方法reactor.core.publisher.Flux
Expect and emit a single item from this Flux source or signal NoSuchElementException for an empty source, or IndexOutOfBoundsException for a source with more than one element.
single(T) - 类 中的方法reactor.core.publisher.Flux
Expect and emit a single item from this Flux source and emit a default value for an empty source, but signal an IndexOutOfBoundsException for a source with more than one element.
single() - 类 中的方法reactor.core.publisher.Mono
Expect exactly one item from this Mono source or signal NoSuchElementException for an empty source.
single() - 类 中的静态方法reactor.core.scheduler.Schedulers
Scheduler that hosts a single-threaded ExecutorService-based worker and is suited for parallel work.
single(Scheduler) - 类 中的静态方法reactor.core.scheduler.Schedulers
Wraps a single Scheduler.Worker from some other Scheduler and provides Scheduler.Worker services on top of it.
SingleColumnRowMapper<T> - org.springframework.jdbc.core中的类
RowMapper implementation that converts a single column into a single result value per row.
SingleColumnRowMapper() - 类 的构造器org.springframework.jdbc.core.SingleColumnRowMapper
Create a new SingleColumnRowMapper for bean-style configuration.
SingleColumnRowMapper(Class<T>) - 类 的构造器org.springframework.jdbc.core.SingleColumnRowMapper
Create a new SingleColumnRowMapper.
SingleConnectionDataSource - org.springframework.jdbc.datasource中的类
Implementation of SmartDataSource that wraps a single JDBC Connection which is not closed after use.
SingleConnectionDataSource() - 类 的构造器org.springframework.jdbc.datasource.SingleConnectionDataSource
Constructor for bean-style configuration.
SingleConnectionDataSource(String, String, String, boolean) - 类 的构造器org.springframework.jdbc.datasource.SingleConnectionDataSource
Create a new SingleConnectionDataSource with the given standard DriverManager parameters.
SingleConnectionDataSource(String, boolean) - 类 的构造器org.springframework.jdbc.datasource.SingleConnectionDataSource
Create a new SingleConnectionDataSource with the given standard DriverManager parameters.
SingleConnectionDataSource(Connection, boolean) - 类 的构造器org.springframework.jdbc.datasource.SingleConnectionDataSource
Create a new SingleConnectionDataSource with a given Connection.
SingleConnectionFactory - org.springframework.jca.cci.connection中的类
A CCI ConnectionFactory adapter that returns the same Connection on all getConnection calls, and ignores calls to Connection.close().
SingleConnectionFactory() - 类 的构造器org.springframework.jca.cci.connection.SingleConnectionFactory
Create a new SingleConnectionFactory for bean-style usage.
SingleConnectionFactory(Connection) - 类 的构造器org.springframework.jca.cci.connection.SingleConnectionFactory
Create a new SingleConnectionFactory that always returns the given Connection.
SingleConnectionFactory(ConnectionFactory) - 类 的构造器org.springframework.jca.cci.connection.SingleConnectionFactory
Create a new SingleConnectionFactory that always returns a single Connection which it will lazily create via the given target ConnectionFactory.
SingleDataSourceLookup - org.springframework.jdbc.datasource.lookup中的类
An implementation of the DataSourceLookup that simply wraps a single given DataSource, returned for any data source name.
SingleDataSourceLookup(DataSource) - 类 的构造器org.springframework.jdbc.datasource.lookup.SingleDataSourceLookup
Create a new instance of the SingleDataSourceLookup class.
singleOrEmpty() - 类 中的方法reactor.core.publisher.Flux
Expect and emit a single item from this Flux source, and accept an empty source but signal an IndexOutOfBoundsException for a source with more than one element.
singleton(E) - 类 中的静态方法org.xmlunit.util.Linqy
An iterable containing a single element.
singleValue() - 类 中的静态方法org.springframework.data.redis.connection.ReactiveSetCommands.SRandMembersCommand
Creates a new ReactiveSetCommands.SRandMembersCommand to retrieve one random member.
singleValue(Class<?>) - 类 中的静态方法org.springframework.data.repository.util.QueryExecutionConverters.WrapperType
 
sink() - 类 中的方法reactor.core.publisher.FluxProcessor
Create a FluxSink that safely gates multi-threaded producer Subscriber.onNext(Object).
sink(FluxSink.OverflowStrategy) - 类 中的方法reactor.core.publisher.FluxProcessor
Create a FluxSink that safely gates multi-threaded producer Subscriber.onNext(Object).
sInter(byte[]...) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
sInter(byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sInter(String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sInter(Collection<ByteBuffer>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveSetCommands
Returns the members intersecting all given sets at keys.
sInter(Publisher<ReactiveSetCommands.SInterCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveSetCommands
Returns the members intersecting all given sets at ReactiveSetCommands.SInterCommand.getKeys().
sInter(byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisSetCommands
Returns the members intersecting all given sets at keys.
sInter(String...) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Returns the members intersecting all given sets at keys.
sInterStore(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
sInterStore(byte[], byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sInterStore(String, String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sInterStore(ByteBuffer, Collection<ByteBuffer>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveSetCommands
Intersect all given sets at keys and store result in destinationKey.
sInterStore(Publisher<ReactiveSetCommands.SInterStoreCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveSetCommands
Intersect all given sets at keys and store result in destinationKey.
sInterStore(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisSetCommands
Intersect all given sets at keys and store result in destKey.
sInterStore(String, String...) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Intersect all given sets at keys and store result in destKey.
sIsMember(byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
sIsMember(byte[], byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sIsMember(String, String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sIsMember(ByteBuffer, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveSetCommands
Check if set at key contains value.
sIsMember(Publisher<ReactiveSetCommands.SIsMemberCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveSetCommands
sIsMember(byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisSetCommands
Check if set at key contains value.
sIsMember(String, String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Check if set at key contains value.
sismember(String, Object) - 类 中的方法org.springframework.data.redis.repository.query.RedisOperationChain
 
sismember(RedisOperationChain.PathAndValue) - 类 中的方法org.springframework.data.redis.repository.query.RedisOperationChain
 
size() - 类 中的方法org.springframework.data.redis.connection.util.ByteArraySet
 
size() - 接口 中的方法org.springframework.data.redis.core.BoundHashOperations
Get size of hash at the bound key.
size() - 接口 中的方法org.springframework.data.redis.core.BoundListOperations
Get the size of list stored at the bound key.
size() - 接口 中的方法org.springframework.data.redis.core.BoundSetOperations
Get size of set at the bound key.
size() - 接口 中的方法org.springframework.data.redis.core.BoundValueOperations
Get the length of the value stored at the bound key.
size() - 接口 中的方法org.springframework.data.redis.core.BoundZSetOperations
Returns the number of elements of the sorted set stored with given the bound key.
size() - 类 中的方法org.springframework.data.redis.core.convert.Bucket
 
size(H) - 接口 中的方法org.springframework.data.redis.core.HashOperations
Get size of hash at key.
size(K...) - 接口 中的方法org.springframework.data.redis.core.HyperLogLogOperations
Gets the current number of elements within the key.
size(K) - 接口 中的方法org.springframework.data.redis.core.ListOperations
Get the size of list stored at key.
size(H) - 接口 中的方法org.springframework.data.redis.core.ReactiveHashOperations
Get size of hash at key.
size(K...) - 接口 中的方法org.springframework.data.redis.core.ReactiveHyperLogLogOperations
Gets the current number of elements within the key.
size(K) - 接口 中的方法org.springframework.data.redis.core.ReactiveListOperations
Get the size of list stored at key.
size(K) - 接口 中的方法org.springframework.data.redis.core.ReactiveSetOperations
Get size of set at key.
size(K) - 接口 中的方法org.springframework.data.redis.core.ReactiveValueOperations
Get the length of the value stored at key.
size(K) - 接口 中的方法org.springframework.data.redis.core.ReactiveZSetOperations
Returns the number of elements of the sorted set stored with given key.
size(K) - 接口 中的方法org.springframework.data.redis.core.SetOperations
Get size of set at key.
size(K) - 接口 中的方法org.springframework.data.redis.core.ValueOperations
Get the length of the value stored at key.
size(K) - 接口 中的方法org.springframework.data.redis.core.ZSetOperations
Returns the number of elements of the sorted set stored with given key.
size() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
size() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisMap
 
size() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisSet
 
size() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisZSet
 
size() - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
size(Long) - 接口 中的方法org.springframework.http.ContentDisposition.Builder
Set the value of the size parameter
size() - 类 中的方法org.springframework.http.HttpHeaders
 
size() - 接口 中的方法org.springframework.test.context.cache.ContextCache
Determine the number of contexts currently stored in the cache.
size() - 类 中的方法org.springframework.test.context.cache.DefaultContextCache
Determine the number of contexts currently stored in the cache.
size(int) - 类 中的方法org.springframework.test.web.servlet.result.ModelResultMatchers
Assert the number of model attributes.
size() - 类 中的方法org.springframework.util.AutoPopulatingList
 
size() - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap
 
size() - 类 中的方法org.springframework.util.FastByteArrayOutputStream
Return the number of bytes stored in this FastByteArrayOutputStream.
size() - 类 中的方法org.springframework.util.LinkedCaseInsensitiveMap
 
size() - 类 中的方法org.springframework.util.LinkedMultiValueMap
 
size() - 接口 中的方法reactor.core.Disposable.Composite
Returns the number of currently held Disposables.
size() - 类 中的方法reactor.core.publisher.Operators.MonoSubscriber
 
size() - 类 中的方法reactor.core.publisher.UnicastProcessor
 
size() - 类 中的方法reactor.util.function.Tuple2
Return the number of elements in this Tuples.
size() - 类 中的方法reactor.util.function.Tuple3
 
size() - 类 中的方法reactor.util.function.Tuple4
 
size() - 类 中的方法reactor.util.function.Tuple5
 
size() - 类 中的方法reactor.util.function.Tuple6
 
size() - 类 中的方法reactor.util.function.Tuple7
 
size() - 类 中的方法reactor.util.function.Tuple8
 
SIZE_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.InputTag
 
skip(long) - 类 中的方法reactor.core.publisher.Flux
Skip the specified number of elements from the beginning of this Flux then emit the remaining elements.
skip(Duration) - 类 中的方法reactor.core.publisher.Flux
Skip elements from this Flux emitted within the specified initial duration.
skip(Duration, Scheduler) - 类 中的方法reactor.core.publisher.Flux
Skip elements from this Flux emitted within the specified initial duration, as measured on the provided Scheduler.
SKIP_VALUE - 接口 中的静态变量org.springframework.web.util.UriComponents.UriTemplateVariables
 
skipLast(int) - 类 中的方法reactor.core.publisher.Flux
Skip a specified number of elements at the end of this Flux sequence.
skipUntil(Predicate<? super T>) - 类 中的方法reactor.core.publisher.Flux
Skips values from this Flux until a Predicate returns true for the value.
skipUntilOther(Publisher<?>) - 类 中的方法reactor.core.publisher.Flux
Skip values from this Flux until a specified Publisher signals an onNext or onComplete.
skipWhile(Predicate<? super T>) - 类 中的方法reactor.core.publisher.Flux
Skips values from this Flux while a Predicate returns true for the value.
slaveOf(String, int) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
slaveOf(String, int) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
slaveOf(String) - 类 中的方法org.springframework.data.redis.connection.RedisClusterNode.RedisClusterNodeBuilder
 
slaveOf(String) - 类 中的方法org.springframework.data.redis.connection.RedisNode.RedisNodeBuilder
Set the id of the master node.
slaveOf(String, int) - 接口 中的方法org.springframework.data.redis.connection.RedisServerCommands
Change redis replication setting to new master.
slaveOf(String, int) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Change redis replication setting to new master.
slaveOf(String, int) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
slaveOfNoOne() - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
slaveOfNoOne() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
slaveOfNoOne() - 接口 中的方法org.springframework.data.redis.connection.RedisServerCommands
Change server into master.
slaveOfNoOne() - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Change server into master.
slaveOfNoOne() - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
slaves(NamedNode) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisSentinelConnection
 
slaves(String) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisSentinelConnection
 
slaves(NamedNode) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
 
slaves(String) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceSentinelConnection
 
slaves(NamedNode) - 接口 中的方法org.springframework.data.redis.connection.RedisSentinelCommands
Show list of slaves for given master.
sleepBeforeRecoveryAttempt() - 类 中的方法org.springframework.data.redis.listener.RedisMessageListenerContainer
Sleep according to the specified recovery interval.
sleeping() - 类 中的静态方法reactor.util.concurrent.WaitStrategy
Yielding strategy that uses a Thread.sleep(1) for consumers waiting on a barrier after an initially spinning.
SlotRange(Integer, Integer) - 类 的构造器org.springframework.data.redis.connection.RedisClusterNode.SlotRange
 
SlotRange(Collection<Integer>) - 类 的构造器org.springframework.data.redis.connection.RedisClusterNode.SlotRange
 
small() - 类 中的静态方法reactor.util.concurrent.Queues
 
SMALL_BUFFER_SIZE - 类 中的静态变量reactor.util.concurrent.Queues
A small default of available slots in a given container, compromise between intensive pipelines, small subscribers numbers and memory use.
SmartContextLoader - org.springframework.test.context中的接口
Strategy interface for loading an application context for an integration test managed by the Spring TestContext Framework.
SmartDataSource - org.springframework.jdbc.datasource中的接口
Extension of the javax.sql.DataSource interface, to be implemented by special DataSources that return JDBC Connections in an unwrapped fashion.
SmartRequestBuilder - org.springframework.test.web.servlet中的接口
Extended variant of a RequestBuilder that applies its RequestPostProcessors as a separate step from the RequestBuilder.buildRequest(javax.servlet.ServletContext) method.
SmartTransactionObject - org.springframework.transaction.support中的接口
Interface to be implemented by transaction objects that are able to return an internal rollback-only marker, typically from a another transaction that has participated and marked it as rollback-only.
SmartValidator - org.springframework.validation中的接口
Extended variant of the Validator interface, adding support for validation 'hints'.
SmartView - org.springframework.web.servlet中的接口
Provides additional information about a View such as whether it performs redirects.
sMaxAge(long, TimeUnit) - 类 中的方法org.springframework.http.CacheControl
Add an "s-maxage" directive.
sMembers(byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
sMembers(byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sMembers(String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sMembers(ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveSetCommands
Get all elements of set at key.
sMembers(Publisher<ReactiveRedisConnection.KeyCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveSetCommands
sMembers(byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisSetCommands
Get all elements of set at key.
sMembers(String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get all elements of set at key.
smile() - 类 中的静态方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Obtain a Jackson2ObjectMapperBuilder instance in order to build a Smile data format ObjectMapper instance.
sMove(byte[], byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
sMove(byte[], byte[], byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sMove(String, String, String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sMove(ByteBuffer, ByteBuffer, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveSetCommands
Move value from sourceKey to destinationKey
sMove(Publisher<ReactiveSetCommands.SMoveCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveSetCommands
sMove(byte[], byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisSetCommands
Move value from srcKey to destKey
sMove(String, String, String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Move value from srcKey to destKey
SoapFaultException - org.springframework.remoting.soap中的异常错误
RemoteInvocationFailureException subclass that provides the details of a SOAP fault.
SoapFaultException(String, Throwable) - 异常错误 的构造器org.springframework.remoting.soap.SoapFaultException
Constructor for SoapFaultException.
SocketUtils - org.springframework.util中的类
Simple utility methods for working with network sockets — for example, for finding available ports on localhost.
SocketUtils() - 类 的构造器org.springframework.util.SocketUtils
Although SocketUtils consists solely of static utility methods, this constructor is intentionally public.
sort(byte[], SortParameters) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
sort(byte[], SortParameters, byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
sort(byte[], SortParameters, byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sort(byte[], SortParameters) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sort(String, SortParameters, String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sort(String, SortParameters) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sort(Sort.Direction) - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
Applies the distance sort Sort.Direction.
sort(Sort.Direction) - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
Applies the distance sort Sort.Direction.
sort(byte[], SortParameters) - 接口 中的方法org.springframework.data.redis.connection.RedisKeyCommands
Sort the elements for key.
sort(byte[], SortParameters, byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisKeyCommands
Sort the elements for key and store result in storeKey.
sort(String, SortParameters) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Sort the elements for key.
sort(String, SortParameters, String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Sort the elements for key and store result in storeKey.
sort(K) - 类 中的静态方法org.springframework.data.redis.core.query.SortQueryBuilder
 
sort(SortQuery<K>) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Sort the elements for query.
sort(SortQuery<K>, RedisSerializer<T>) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Sort the elements for query applying RedisSerializer.
sort(SortQuery<K>, BulkMapper<T, V>) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Sort the elements for query applying BulkMapper.
sort(SortQuery<K>, BulkMapper<T, S>, RedisSerializer<S>) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Sort the elements for query applying BulkMapper and RedisSerializer.
sort(SortQuery<K>, K) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Sort the elements for query and store result in storeKey.
sort(SortQuery<K>) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
sort(SortQuery<K>, RedisSerializer<T>) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
sort(SortQuery<K>, BulkMapper<T, V>) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
sort(SortQuery<K>, BulkMapper<T, S>, RedisSerializer<S>) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
sort(SortQuery<K>, K) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
sort() - 类 中的方法reactor.core.publisher.Flux
Sort elements from this Flux by collecting and sorting them in the background then emitting the sorted sequence once this sequence completes.
sort(Comparator<? super T>) - 类 中的方法reactor.core.publisher.Flux
Sort elements from this Flux using a Comparator function, by collecting and sorting elements in the background then emitting the sorted sequence once this sequence completes.
SortArgumentResolver - org.springframework.data.web中的接口
Argument resolver to extract a Sort object from a NativeWebRequest for a particular MethodParameter.
sortAscending() - 类 中的方法org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
Sort returned items from the nearest to the furthest, relative to the center.
sortByQualityValue(List<MediaType>) - 类 中的静态方法org.springframework.http.MediaType
Sorts the given list of MediaType objects by quality value.
sortBySpecificity(List<MediaType>) - 类 中的静态方法org.springframework.http.MediaType
Sorts the given list of MediaType objects by specificity.
sortBySpecificity(List<MimeType>) - 类 中的静态方法org.springframework.util.MimeTypeUtils
Sorts the given list of MimeType objects by specificity.
sortBySpecificityAndQuality(List<MediaType>) - 类 中的静态方法org.springframework.http.MediaType
Sorts the given list of MediaType objects by specificity as the primary criteria and quality value the secondary.
SortCriterion<K> - org.springframework.data.redis.core.query中的接口
Internal interface part of the Sort DSL.
SortDefault - org.springframework.data.web中的注释类型
Annotation to define the default Sort options to be used when injecting a Sort instance into a controller handler method.
SortDefault.SortDefaults - org.springframework.data.web中的注释类型
Wrapper annotation to allow declaring multiple SortDefault annotations on a method parameter.
sortDescending() - 类 中的方法org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs
Sort returned items from the furthest to the nearest, relative to the center.
sorted(Comparator<? super T>) - 类 中的方法reactor.core.publisher.ParallelFlux
Sorts the 'rails' of this ParallelFlux and returns a Publisher that sequentially picks the smallest next value from the rails.
sorted(Comparator<? super T>, int) - 类 中的方法reactor.core.publisher.ParallelFlux
Sorts the 'rails' of this ParallelFlux and returns a Publisher that sequentially picks the smallest next value from the rails.
SortedResourcesFactoryBean - org.springframework.jdbc.config中的类
FactoryBean implementation that takes a list of location Strings and creates a sorted array of Resource instances.
SortedResourcesFactoryBean(List<String>) - 类 的构造器org.springframework.jdbc.config.SortedResourcesFactoryBean
 
SortedResourcesFactoryBean(ResourceLoader, List<String>) - 类 的构造器org.springframework.jdbc.config.SortedResourcesFactoryBean
 
SortHandlerMethodArgumentResolver - org.springframework.data.web中的类
HandlerMethodArgumentResolver to automatically create Sort instances from request parameters or SortDefault annotations.
SortHandlerMethodArgumentResolver() - 类 的构造器org.springframework.data.web.SortHandlerMethodArgumentResolver
 
SortHandlerMethodArgumentResolverCustomizer - org.springframework.data.web.config中的接口
Callback interface that can be implemented by beans wishing to customize the SortHandlerMethodArgumentResolver configuration.
SortParameters - org.springframework.data.redis.connection中的接口
Entity containing the parameters for the SORT operation.
SortParameters.Order - org.springframework.data.redis.connection中的枚举
Sorting order.
SortParameters.Range - org.springframework.data.redis.connection中的类
Utility class wrapping the 'LIMIT' setting.
SortQuery<K> - org.springframework.data.redis.core.query中的接口
High-level abstraction over a Redis SORT (generified equivalent of SortParameters).
SortQueryBuilder<K> - org.springframework.data.redis.core.query中的类
Simple builder class for constructing SortQuery.
sortResolver() - 类 中的方法org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration
 
sortResolver() - 类 中的方法org.springframework.data.web.config.SpringDataWebConfiguration
 
sortStringArray(String[]) - 类 中的静态方法org.springframework.util.StringUtils
Turn given source String array into sorted array.
source(Matcher<? super Source>) - 类 中的方法org.springframework.test.web.client.match.ContentRequestMatchers
Parse the request content as DOMSource and apply the given Matcher.
source(Matcher<? super Source>) - 类 中的方法org.springframework.test.web.servlet.result.ContentResultMatchers
Parse the response content as DOMSource and apply the given Hamcrest Matcher.
source(Source) - 类 中的静态方法org.xmlunit.builder.Transform
Build a transformation for a source document.
source - 类 中的变量reactor.core.publisher.FluxOperator
 
source - 类 中的变量reactor.core.publisher.MonoOperator
 
SourceHttpMessageConverter<T extends Source> - org.springframework.http.converter.xml中的类
Implementation of HttpMessageConverter that can read and write Source objects.
SourceHttpMessageConverter() - 类 的构造器org.springframework.http.converter.xml.SourceHttpMessageConverter
Sets the supportedMediaTypes to text/xml and application/xml, and application/*-xml.
SPAN_TAG - 类 中的静态变量org.springframework.web.servlet.tags.form.ErrorsTag
The HTML 'span' tag.
specialize(ClassTypeInformation<?>) - 类 中的方法org.springframework.data.util.ClassTypeInformation
 
specialize(ClassTypeInformation<?>) - 接口 中的方法org.springframework.data.util.TypeInformation
Specializes the given (raw) ClassTypeInformation using the context of the current potentially parameterized type, basically turning the given raw type into a parameterized one.
SPECIFICITY_COMPARATOR - 类 中的静态变量org.springframework.http.MediaType
SPECIFICITY_COMPARATOR - 类 中的静态变量org.springframework.util.MimeTypeUtils
SPECIFICITY_COMPARATOR - 类 中的静态变量org.springframework.web.util.pattern.PathPattern
Comparator that sorts patterns by specificity as follows: Null instances are last.
SpecificityComparator() - 类 的构造器org.springframework.util.MimeType.SpecificityComparator
 
SpelCompiler - org.springframework.expression.spel.standard中的类
A SpelCompiler will take a regular parsed expression and create (and load) a class containing byte code that does the same thing as that expression.
SpelCompilerMode - org.springframework.expression.spel中的枚举
Captures the possible configuration settings for a compiler that can be used when evaluating expressions.
SpelEvaluationException - org.springframework.expression.spel中的异常错误
Root exception for Spring EL related exceptions.
SpelEvaluationException(SpelMessage, Object...) - 异常错误 的构造器org.springframework.expression.spel.SpelEvaluationException
 
SpelEvaluationException(int, SpelMessage, Object...) - 异常错误 的构造器org.springframework.expression.spel.SpelEvaluationException
 
SpelEvaluationException(int, Throwable, SpelMessage, Object...) - 异常错误 的构造器org.springframework.expression.spel.SpelEvaluationException
 
SpelEvaluationException(Throwable, SpelMessage, Object...) - 异常错误 的构造器org.springframework.expression.spel.SpelEvaluationException
 
SpelExpression - org.springframework.expression.spel.standard中的类
A SpelExpression represents a parsed (valid) expression that is ready to be evaluated in a specified context.
SpelExpression(String, SpelNodeImpl, SpelParserConfiguration) - 类 的构造器org.springframework.expression.spel.standard.SpelExpression
Construct an expression, only used by the parser.
SpelExpressionParser - org.springframework.expression.spel.standard中的类
SpEL parser.
SpelExpressionParser() - 类 的构造器org.springframework.expression.spel.standard.SpelExpressionParser
Create a parser with default settings.
SpelExpressionParser(SpelParserConfiguration) - 类 的构造器org.springframework.expression.spel.standard.SpelExpressionParser
Create a parser with the specified configuration.
SpelIndexDefinition - org.springframework.data.redis.core.index中的类
SpelIndexDefinition defines index that is evaluated based on a SpelExpression requires the SpelIndexResolver to be evaluated.
SpelIndexDefinition(String, String, String) - 类 的构造器org.springframework.data.redis.core.index.SpelIndexDefinition
Creates new SpelIndexDefinition.
SpelIndexResolver - org.springframework.data.redis.core.convert中的类
SpelIndexResolver(RedisMappingContext) - 类 的构造器org.springframework.data.redis.core.convert.SpelIndexResolver
Creates a new instance using a default SpelExpressionParser.
SpelIndexResolver(RedisMappingContext, SpelExpressionParser) - 类 的构造器org.springframework.data.redis.core.convert.SpelIndexResolver
Creates a new instance
SpelMessage - org.springframework.expression.spel中的枚举
Contains all the messages that can be produced by the Spring Expression Language.
SpelMessage.Kind - org.springframework.expression.spel中的枚举
 
SpelNode - org.springframework.expression.spel中的接口
Represents a node in the Ast for a parsed expression.
SpelNodeImpl - org.springframework.expression.spel.ast中的类
The common supertype of all AST nodes in a parsed Spring Expression Language format expression.
SpelNodeImpl(int, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.SpelNodeImpl
 
SpelParseException - org.springframework.expression.spel中的异常错误
Root exception for Spring EL related exceptions.
SpelParseException(String, int, SpelMessage, Object...) - 异常错误 的构造器org.springframework.expression.spel.SpelParseException
 
SpelParseException(int, SpelMessage, Object...) - 异常错误 的构造器org.springframework.expression.spel.SpelParseException
 
SpelParseException(int, Throwable, SpelMessage, Object...) - 异常错误 的构造器org.springframework.expression.spel.SpelParseException
 
SpelParserConfiguration - org.springframework.expression.spel中的类
Configuration object for the SpEL expression parser.
SpelParserConfiguration() - 类 的构造器org.springframework.expression.spel.SpelParserConfiguration
Create a new SpelParserConfiguration instance with default settings.
SpelParserConfiguration(SpelCompilerMode, ClassLoader) - 类 的构造器org.springframework.expression.spel.SpelParserConfiguration
Create a new SpelParserConfiguration instance.
SpelParserConfiguration(boolean, boolean) - 类 的构造器org.springframework.expression.spel.SpelParserConfiguration
Create a new SpelParserConfiguration instance.
SpelParserConfiguration(boolean, boolean, int) - 类 的构造器org.springframework.expression.spel.SpelParserConfiguration
Create a new SpelParserConfiguration instance.
SpelParserConfiguration(SpelCompilerMode, ClassLoader, boolean, boolean, int) - 类 的构造器org.springframework.expression.spel.SpelParserConfiguration
Create a new SpelParserConfiguration instance.
split(byte[], int) - 类 中的静态方法org.springframework.data.redis.util.ByteUtils
Split source into partitioned arrays using delimiter c.
split(String, String) - 类 中的静态方法org.springframework.util.StringUtils
Split a String at the first occurrence of the delimiter.
splitArrayElementsIntoProperties(String[], String) - 类 中的静态方法org.springframework.util.StringUtils
Take an array of strings and split each element based on the given delimiter.
splitArrayElementsIntoProperties(String[], String, String) - 类 中的静态方法org.springframework.util.StringUtils
Take an array of strings and split each element based on the given delimiter.
splitCamelCase(String) - 类 中的静态方法org.springframework.data.util.ParsingUtils
Splits up the given camel-case String.
splitCamelCaseToLower(String) - 类 中的静态方法org.springframework.data.util.ParsingUtils
Splits up the given camel-case String and returns the parts in lower case.
splitSqlScript(String, char, List<String>) - 类 中的静态方法org.springframework.jdbc.datasource.init.ScriptUtils
Split an SQL script into separate statements delimited by the provided separator character.
splitSqlScript(String, String, List<String>) - 类 中的静态方法org.springframework.jdbc.datasource.init.ScriptUtils
Split an SQL script into separate statements delimited by the provided separator string.
splitSqlScript(EncodedResource, String, String, String, String, String, List<String>) - 类 中的静态方法org.springframework.jdbc.datasource.init.ScriptUtils
Split an SQL script into separate statements delimited by the provided separator string.
sPop(byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
sPop(byte[], long) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
sPop(byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sPop(byte[], long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sPop(String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sPop(String, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sPop(ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveSetCommands
Remove and return a random member from set at key.
sPop(ByteBuffer, long) - 接口 中的方法org.springframework.data.redis.connection.ReactiveSetCommands
Remove and return count random members from set at key.
sPop(ReactiveSetCommands.SPopCommand) - 接口 中的方法org.springframework.data.redis.connection.ReactiveSetCommands
Remove and return a random member from set at key.
sPop(Publisher<ReactiveRedisConnection.KeyCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveSetCommands
Remove and return a random member from set at ReactiveRedisConnection.KeyCommand.getKey()
sPop(byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisSetCommands
Remove and return a random member from set at key.
sPop(byte[], long) - 接口 中的方法org.springframework.data.redis.connection.RedisSetCommands
Remove and return count random members from set at key.
sPop(String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Remove and return a random member from set at key.
sPop(String, long) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Remove and return count random members from set at key.
SPRING_MACRO_REQUEST_CONTEXT_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.view.AbstractTemplateView
Variable name of the RequestContext instance in the template model, available to Spring's macros: e.g. for creating BindStatus objects.
SpringBeanAutowiringSupport - org.springframework.web.context.support中的类
Convenient base class for self-autowiring classes that gets constructed within a Spring-based web application.
SpringBeanAutowiringSupport() - 类 的构造器org.springframework.web.context.support.SpringBeanAutowiringSupport
This constructor performs injection on this instance, based on the current web application context.
SpringBeanFacesELResolver - org.springframework.web.jsf.el中的类
JSF ELResolver that delegates to the Spring root WebApplicationContext, resolving name references to Spring-defined beans.
SpringBeanFacesELResolver() - 类 的构造器org.springframework.web.jsf.el.SpringBeanFacesELResolver
 
SpringBeanJobFactory - org.springframework.scheduling.quartz中的类
Subclass of AdaptableJobFactory that also supports Spring-style dependency injection on bean properties.
SpringBeanJobFactory() - 类 的构造器org.springframework.scheduling.quartz.SpringBeanJobFactory
 
SpringBeanPreparerFactory - org.springframework.web.servlet.view.tiles3中的类
Tiles org.apache.tiles.preparer.PreparerFactory implementation that expects preparer bean names and obtains preparer beans from the Spring ApplicationContext.
SpringBeanPreparerFactory() - 类 的构造器org.springframework.web.servlet.view.tiles3.SpringBeanPreparerFactory
 
SpringClassRule - org.springframework.test.context.junit4.rules中的类
SpringClassRule is a custom JUnit TestRule that supports class-level features of the Spring TestContext Framework in standard JUnit tests by means of the TestContextManager and associated support classes and annotations.
SpringClassRule() - 类 的构造器org.springframework.test.context.junit4.rules.SpringClassRule
 
SpringConstraintValidatorFactory - org.springframework.validation.beanvalidation中的类
JSR-303 ConstraintValidatorFactory implementation that delegates to a Spring BeanFactory for creating autowired ConstraintValidator instances.
SpringConstraintValidatorFactory(AutowireCapableBeanFactory) - 类 的构造器org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
Create a new SpringConstraintValidatorFactory for the given BeanFactory.
SpringContextResourceAdapter - org.springframework.jca.context中的类
JCA 1.7 javax.resource.spi.ResourceAdapter implementation that loads a Spring ApplicationContext, starting and stopping Spring-managed beans as part of the ResourceAdapter's lifecycle.
SpringContextResourceAdapter() - 类 的构造器org.springframework.jca.context.SpringContextResourceAdapter
 
SpringDataAnnotationBeanNameGenerator - org.springframework.data.repository.config中的类
Simple extension to Spring's AnnotationBeanNameGenerator to work without a BeanDefinitionRegistry.
SpringDataAnnotationBeanNameGenerator() - 类 的构造器org.springframework.data.repository.config.SpringDataAnnotationBeanNameGenerator
 
SpringDataJacksonConfiguration - org.springframework.data.web.config中的类
JavaConfig class to export Jackson specific configuration.
SpringDataJacksonConfiguration() - 类 的构造器org.springframework.data.web.config.SpringDataJacksonConfiguration
 
SpringDataJacksonModules - org.springframework.data.web.config中的接口
Marker interface to describe configuration classes that ship Jackson modules that are supposed to be added to the Jackson ObjectMapper configured for EnableSpringDataWebSupport.
SpringDataWebConfiguration - org.springframework.data.web.config中的类
SpringDataWebConfiguration(ApplicationContext, ObjectFactory<ConversionService>) - 类 的构造器org.springframework.data.web.config.SpringDataWebConfiguration
 
SpringDataWebConfigurationImportSelector() - 类 的构造器org.springframework.data.web.config.EnableSpringDataWebSupport.SpringDataWebConfigurationImportSelector
 
SpringExtension - org.springframework.test.context.junit.jupiter中的类
SpringExtension integrates the Spring TestContext Framework into JUnit 5's Jupiter programming model.
SpringExtension() - 类 的构造器org.springframework.test.context.junit.jupiter.SpringExtension
 
SpringFailOnTimeout - org.springframework.test.context.junit4.statements中的类
SpringFailOnTimeout is a custom JUnit Statement which adds support for Spring's @Timed annotation by throwing an exception if the next statement in the execution chain takes more than the specified number of milliseconds.
SpringFailOnTimeout(Statement, Method) - 类 的构造器org.springframework.test.context.junit4.statements.SpringFailOnTimeout
Construct a new SpringFailOnTimeout statement for the supplied testMethod, retrieving the configured timeout from the @Timed annotation on the supplied method.
SpringFailOnTimeout(Statement, long) - 类 的构造器org.springframework.test.context.junit4.statements.SpringFailOnTimeout
Construct a new SpringFailOnTimeout statement for the supplied timeout.
SpringHandlerInstantiator - org.springframework.http.converter.json中的类
Allows for creating Jackson (JsonSerializer, JsonDeserializer, KeyDeserializer, TypeResolverBuilder, TypeIdResolver) beans with autowiring against a Spring ApplicationContext.
SpringHandlerInstantiator(AutowireCapableBeanFactory) - 类 的构造器org.springframework.http.converter.json.SpringHandlerInstantiator
Create a new SpringHandlerInstantiator for the given BeanFactory.
SpringJtaSynchronizationAdapter - org.springframework.transaction.jta中的类
Adapter that implements the JTA Synchronization interface delegating to an underlying Spring TransactionSynchronization.
SpringJtaSynchronizationAdapter(TransactionSynchronization) - 类 的构造器org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
Create a new SpringJtaSynchronizationAdapter for the given Spring TransactionSynchronization and JTA TransactionManager.
SpringJtaSynchronizationAdapter(TransactionSynchronization, UserTransaction) - 类 的构造器org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
Create a new SpringJtaSynchronizationAdapter for the given Spring TransactionSynchronization and JTA TransactionManager.
SpringJtaSynchronizationAdapter(TransactionSynchronization, TransactionManager) - 类 的构造器org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
Create a new SpringJtaSynchronizationAdapter for the given Spring TransactionSynchronization and JTA TransactionManager.
SpringJUnit4ClassRunner - org.springframework.test.context.junit4中的类
SpringJUnit4ClassRunner is a custom extension of JUnit's BlockJUnit4ClassRunner which provides functionality of the Spring TestContext Framework to standard JUnit tests by means of the TestContextManager and associated support classes and annotations.
SpringJUnit4ClassRunner(Class<?>) - 类 的构造器org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Construct a new SpringJUnit4ClassRunner and initialize a TestContextManager to provide Spring testing functionality to standard JUnit tests.
SpringJUnitConfig - org.springframework.test.context.junit.jupiter中的注释类型
@SpringJUnitConfig is a composed annotation that combines @ExtendWith(SpringExtension.class) from JUnit Jupiter with @ContextConfiguration from the Spring TestContext Framework.
SpringJUnitWebConfig - org.springframework.test.context.junit.jupiter.web中的注释类型
@SpringJUnitWebConfig is a composed annotation that combines @ExtendWith(SpringExtension.class) from JUnit Jupiter with @ContextConfiguration and @WebAppConfiguration from the Spring TestContext Framework.
SpringLocaleResolver - org.springframework.web.servlet.view.tiles3中的类
Tiles LocaleResolver adapter that delegates to a Spring LocaleResolver, exposing the DispatcherServlet-managed locale.
SpringLocaleResolver() - 类 的构造器org.springframework.web.servlet.view.tiles3.SpringLocaleResolver
 
SpringMethodRule - org.springframework.test.context.junit4.rules中的类
SpringMethodRule is a custom JUnit 4 MethodRule that supports instance-level and method-level features of the Spring TestContext Framework in standard JUnit tests by means of the TestContextManager and associated support classes and annotations.
SpringMethodRule() - 类 的构造器org.springframework.test.context.junit4.rules.SpringMethodRule
 
SpringModelMBean - org.springframework.jmx.export中的类
Extension of the RequiredModelMBean class that ensures the thread context ClassLoader is switched for the managed resource's ClassLoader before any invocations occur.
SpringModelMBean() - 类 的构造器org.springframework.jmx.export.SpringModelMBean
Construct a new SpringModelMBean instance with an empty ModelMBeanInfo.
SpringModelMBean(ModelMBeanInfo) - 类 的构造器org.springframework.jmx.export.SpringModelMBean
Construct a new SpringModelMBean instance with the given ModelMBeanInfo.
SpringObjenesis - org.springframework.objenesis中的类
Spring-specific variant of ObjenesisStd / ObjenesisBase, providing a cache based on Class keys instead of class names, and allowing for selective use of the cache.
SpringObjenesis() - 类 的构造器org.springframework.objenesis.SpringObjenesis
Create a new SpringObjenesis instance with the standard instantiator strategy.
SpringObjenesis(InstantiatorStrategy) - 类 的构造器org.springframework.objenesis.SpringObjenesis
Create a new SpringObjenesis instance with the given standard instantiator strategy.
SpringRepeat - org.springframework.test.context.junit4.statements中的类
SpringRepeat is a custom JUnit Statement which adds support for Spring's @Repeat annotation by repeating the test the specified number of times.
SpringRepeat(Statement, Method) - 类 的构造器org.springframework.test.context.junit4.statements.SpringRepeat
Construct a new SpringRepeat statement for the supplied testMethod, retrieving the configured repeat count from the @Repeat annotation on the supplied method.
SpringRepeat(Statement, Method, int) - 类 的构造器org.springframework.test.context.junit4.statements.SpringRepeat
Construct a new SpringRepeat statement for the supplied testMethod and repeat count.
SpringRunner - org.springframework.test.context.junit4中的类
SpringRunner is an alias for the SpringJUnit4ClassRunner.
SpringRunner(Class<?>) - 类 的构造器org.springframework.test.context.junit4.SpringRunner
Construct a new SpringRunner and initialize a TestContextManager to provide Spring testing functionality to standard JUnit 4 tests.
SpringServletContainerInitializer - org.springframework.web中的类
Servlet 3.0 ServletContainerInitializer designed to support code-based configuration of the servlet container using Spring's WebApplicationInitializer SPI as opposed to (or possibly in combination with) the traditional web.xml-based approach.
SpringServletContainerInitializer() - 类 的构造器org.springframework.web.SpringServletContainerInitializer
 
SpringTemplateLoader - org.springframework.ui.freemarker中的类
FreeMarker TemplateLoader adapter that loads via a Spring ResourceLoader.
SpringTemplateLoader(ResourceLoader, String) - 类 的构造器org.springframework.ui.freemarker.SpringTemplateLoader
Create a new SpringTemplateLoader.
springTestContextAfterTestClass() - 类 中的方法org.springframework.test.context.testng.AbstractTestNGSpringContextTests
Delegates to the configured TestContextManager to call 'after test class' callbacks.
springTestContextAfterTestMethod(Method) - 类 中的方法org.springframework.test.context.testng.AbstractTestNGSpringContextTests
Delegates to the configured TestContextManager to post-process the test method after the actual test has executed.
springTestContextBeforeTestClass() - 类 中的方法org.springframework.test.context.testng.AbstractTestNGSpringContextTests
Delegates to the configured TestContextManager to call 'before test class' callbacks.
springTestContextBeforeTestMethod(Method) - 类 中的方法org.springframework.test.context.testng.AbstractTestNGSpringContextTests
Delegates to the configured TestContextManager to pre-process the test method before the actual test is executed.
springTestContextPrepareTestInstance() - 类 中的方法org.springframework.test.context.testng.AbstractTestNGSpringContextTests
Delegates to the configured TestContextManager to prepare this test instance prior to execution of any individual tests, for example for injecting dependencies, etc.
SpringTransactionAnnotationParser - org.springframework.transaction.annotation中的类
Strategy implementation for parsing Spring's Transactional annotation.
SpringTransactionAnnotationParser() - 类 的构造器org.springframework.transaction.annotation.SpringTransactionAnnotationParser
 
SpringValidatorAdapter - org.springframework.validation.beanvalidation中的类
Adapter that takes a JSR-303 javax.validator.Validator and exposes it as a Spring Validator while also exposing the original JSR-303 Validator interface itself.
SpringValidatorAdapter(Validator) - 类 的构造器org.springframework.validation.beanvalidation.SpringValidatorAdapter
Create a new SpringValidatorAdapter for the given JSR-303 Validator.
SpringWebConstraintValidatorFactory - org.springframework.web.bind.support中的类
JSR-303 ConstraintValidatorFactory implementation that delegates to the current Spring WebApplicationContext for creating autowired ConstraintValidator instances.
SpringWebConstraintValidatorFactory() - 类 的构造器org.springframework.web.bind.support.SpringWebConstraintValidatorFactory
 
SpringWildcardServletTilesApplicationContext - org.springframework.web.servlet.view.tiles3中的类
Spring-specific subclass of the Tiles ServletApplicationContext.
SpringWildcardServletTilesApplicationContext(ServletContext) - 类 的构造器org.springframework.web.servlet.view.tiles3.SpringWildcardServletTilesApplicationContext
 
Sql - org.springframework.test.context.jdbc中的注释类型
@Sql is used to annotate a test class or test method to configure SQL Sql.scripts() and Sql.statements() to be executed against a given database during integration tests.
Sql.ExecutionPhase - org.springframework.test.context.jdbc中的枚举
Enumeration of phases that dictate when SQL scripts are executed.
SQL_ERROR_CODE_DEFAULT_PATH - 类 中的静态变量org.springframework.jdbc.support.SQLErrorCodesFactory
The name of default SQL error code files, loading from the class path.
SQL_ERROR_CODE_OVERRIDE_PATH - 类 中的静态变量org.springframework.jdbc.support.SQLErrorCodesFactory
The name of custom SQL error codes file, loading from the root of the class path (e.g. from the "/WEB-INF/classes" directory).
SqlCall - org.springframework.jdbc.object中的类
RdbmsOperation using a JdbcTemplate and representing a SQL-based call such as a stored procedure or a stored function.
SqlCall() - 类 的构造器org.springframework.jdbc.object.SqlCall
Constructor to allow use as a JavaBean.
SqlCall(DataSource, String) - 类 的构造器org.springframework.jdbc.object.SqlCall
Create a new SqlCall object with SQL, but without parameters.
SqlConfig - org.springframework.test.context.jdbc中的注释类型
@SqlConfig defines metadata that is used to determine how to parse and execute SQL scripts configured via the @Sql annotation.
SqlConfig.ErrorMode - org.springframework.test.context.jdbc中的枚举
Enumeration of modes that dictate how errors are handled while executing SQL statements.
SqlConfig.TransactionMode - org.springframework.test.context.jdbc中的枚举
Enumeration of modes that dictate whether SQL scripts should be executed within a transaction and what the transaction propagation behavior should be.
SQLErrorCodes - org.springframework.jdbc.support中的类
JavaBean for holding JDBC error codes for a particular database.
SQLErrorCodes() - 类 的构造器org.springframework.jdbc.support.SQLErrorCodes
 
SQLErrorCodesFactory - org.springframework.jdbc.support中的类
Factory for creating SQLErrorCodes based on the "databaseProductName" taken from the DatabaseMetaData.
SQLErrorCodesFactory() - 类 的构造器org.springframework.jdbc.support.SQLErrorCodesFactory
Create a new instance of the SQLErrorCodesFactory class.
SQLErrorCodeSQLExceptionTranslator - org.springframework.jdbc.support中的类
Implementation of SQLExceptionTranslator that analyzes vendor-specific error codes.
SQLErrorCodeSQLExceptionTranslator() - 类 的构造器org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Constructor for use as a JavaBean.
SQLErrorCodeSQLExceptionTranslator(DataSource) - 类 的构造器org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Create a SQL error code translator for the given DataSource.
SQLErrorCodeSQLExceptionTranslator(String) - 类 的构造器org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Create a SQL error code translator for the given database product name.
SQLErrorCodeSQLExceptionTranslator(SQLErrorCodes) - 类 的构造器org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
Create a SQLErrorCode translator given these error codes.
SQLExceptionSubclassTranslator - org.springframework.jdbc.support中的类
SQLExceptionTranslator implementation which analyzes the specific SQLException subclass thrown by the JDBC driver.
SQLExceptionSubclassTranslator() - 类 的构造器org.springframework.jdbc.support.SQLExceptionSubclassTranslator
 
SQLExceptionTranslator - org.springframework.jdbc.support中的接口
Strategy interface for translating between SQLExceptions and Spring's data access strategy-agnostic DataAccessException hierarchy.
SqlFunction<T> - org.springframework.jdbc.object中的类
SQL "function" wrapper for a query that returns a single row of results.
SqlFunction() - 类 的构造器org.springframework.jdbc.object.SqlFunction
Constructor to allow use as a JavaBean.
SqlFunction(DataSource, String) - 类 的构造器org.springframework.jdbc.object.SqlFunction
Create a new SqlFunction object with SQL, but without parameters.
SqlFunction(DataSource, String, int[]) - 类 的构造器org.springframework.jdbc.object.SqlFunction
Create a new SqlFunction object with SQL and parameters.
SqlFunction(DataSource, String, int[], Class<T>) - 类 的构造器org.springframework.jdbc.object.SqlFunction
Create a new SqlFunction object with SQL, parameters and a result type.
SqlGroup - org.springframework.test.context.jdbc中的注释类型
Container annotation that aggregates several @Sql annotations.
SqlInOutParameter - org.springframework.jdbc.core中的类
Subclass of SqlOutParameter to represent an INOUT parameter.
SqlInOutParameter(String, int) - 类 的构造器org.springframework.jdbc.core.SqlInOutParameter
Create a new SqlInOutParameter.
SqlInOutParameter(String, int, int) - 类 的构造器org.springframework.jdbc.core.SqlInOutParameter
Create a new SqlInOutParameter.
SqlInOutParameter(String, int, String) - 类 的构造器org.springframework.jdbc.core.SqlInOutParameter
Create a new SqlInOutParameter.
SqlInOutParameter(String, int, String, SqlReturnType) - 类 的构造器org.springframework.jdbc.core.SqlInOutParameter
Create a new SqlInOutParameter.
SqlInOutParameter(String, int, ResultSetExtractor<?>) - 类 的构造器org.springframework.jdbc.core.SqlInOutParameter
Create a new SqlInOutParameter.
SqlInOutParameter(String, int, RowCallbackHandler) - 类 的构造器org.springframework.jdbc.core.SqlInOutParameter
Create a new SqlInOutParameter.
SqlInOutParameter(String, int, RowMapper<?>) - 类 的构造器org.springframework.jdbc.core.SqlInOutParameter
Create a new SqlInOutParameter.
SqlLobValue - org.springframework.jdbc.core.support中的类
Object to represent an SQL BLOB/CLOB value parameter.
SqlLobValue(byte[]) - 类 的构造器org.springframework.jdbc.core.support.SqlLobValue
Create a new BLOB value with the given byte array, using a DefaultLobHandler.
SqlLobValue(byte[], LobHandler) - 类 的构造器org.springframework.jdbc.core.support.SqlLobValue
Create a new BLOB value with the given byte array.
SqlLobValue(String) - 类 的构造器org.springframework.jdbc.core.support.SqlLobValue
Create a new CLOB value with the given content string, using a DefaultLobHandler.
SqlLobValue(String, LobHandler) - 类 的构造器org.springframework.jdbc.core.support.SqlLobValue
Create a new CLOB value with the given content string.
SqlLobValue(InputStream, int) - 类 的构造器org.springframework.jdbc.core.support.SqlLobValue
Create a new BLOB/CLOB value with the given stream, using a DefaultLobHandler.
SqlLobValue(InputStream, int, LobHandler) - 类 的构造器org.springframework.jdbc.core.support.SqlLobValue
Create a new BLOB/CLOB value with the given stream.
SqlLobValue(Reader, int) - 类 的构造器org.springframework.jdbc.core.support.SqlLobValue
Create a new CLOB value with the given character stream, using a DefaultLobHandler.
SqlLobValue(Reader, int, LobHandler) - 类 的构造器org.springframework.jdbc.core.support.SqlLobValue
Create a new CLOB value with the given character stream.
SqlOperation - org.springframework.jdbc.object中的类
Operation object representing a SQL-based operation such as a query or update, as opposed to a stored procedure.
SqlOperation() - 类 的构造器org.springframework.jdbc.object.SqlOperation
 
SqlOutParameter - org.springframework.jdbc.core中的类
Subclass of SqlParameter to represent an output parameter.
SqlOutParameter(String, int) - 类 的构造器org.springframework.jdbc.core.SqlOutParameter
Create a new SqlOutParameter.
SqlOutParameter(String, int, int) - 类 的构造器org.springframework.jdbc.core.SqlOutParameter
Create a new SqlOutParameter.
SqlOutParameter(String, int, String) - 类 的构造器org.springframework.jdbc.core.SqlOutParameter
Create a new SqlOutParameter.
SqlOutParameter(String, int, String, SqlReturnType) - 类 的构造器org.springframework.jdbc.core.SqlOutParameter
Create a new SqlOutParameter.
SqlOutParameter(String, int, ResultSetExtractor<?>) - 类 的构造器org.springframework.jdbc.core.SqlOutParameter
Create a new SqlOutParameter.
SqlOutParameter(String, int, RowCallbackHandler) - 类 的构造器org.springframework.jdbc.core.SqlOutParameter
Create a new SqlOutParameter.
SqlOutParameter(String, int, RowMapper<?>) - 类 的构造器org.springframework.jdbc.core.SqlOutParameter
Create a new SqlOutParameter.
SqlParameter - org.springframework.jdbc.core中的类
Object to represent a SQL parameter definition.
SqlParameter(int) - 类 的构造器org.springframework.jdbc.core.SqlParameter
Create a new anonymous SqlParameter, supplying the SQL type.
SqlParameter(int, String) - 类 的构造器org.springframework.jdbc.core.SqlParameter
Create a new anonymous SqlParameter, supplying the SQL type.
SqlParameter(int, int) - 类 的构造器org.springframework.jdbc.core.SqlParameter
Create a new anonymous SqlParameter, supplying the SQL type.
SqlParameter(String, int) - 类 的构造器org.springframework.jdbc.core.SqlParameter
Create a new SqlParameter, supplying name and SQL type.
SqlParameter(String, int, String) - 类 的构造器org.springframework.jdbc.core.SqlParameter
Create a new SqlParameter, supplying name and SQL type.
SqlParameter(String, int, int) - 类 的构造器org.springframework.jdbc.core.SqlParameter
Create a new SqlParameter, supplying name and SQL type.
SqlParameter(SqlParameter) - 类 的构造器org.springframework.jdbc.core.SqlParameter
Copy constructor.
SqlParameterSource - org.springframework.jdbc.core.namedparam中的接口
Interface that defines common functionality for objects that can offer parameter values for named SQL parameters, serving as argument for NamedParameterJdbcTemplate operations.
SqlParameterSourceUtils - org.springframework.jdbc.core.namedparam中的类
Class that provides helper methods for the use of SqlParameterSource, in particular with NamedParameterJdbcTemplate.
SqlParameterSourceUtils() - 类 的构造器org.springframework.jdbc.core.namedparam.SqlParameterSourceUtils
 
SqlParameterValue - org.springframework.jdbc.core中的类
Object to represent a SQL parameter value, including parameter meta-data such as the SQL type and the scale for numeric values.
SqlParameterValue(int, Object) - 类 的构造器org.springframework.jdbc.core.SqlParameterValue
Create a new SqlParameterValue, supplying the SQL type.
SqlParameterValue(int, String, Object) - 类 的构造器org.springframework.jdbc.core.SqlParameterValue
Create a new SqlParameterValue, supplying the SQL type.
SqlParameterValue(int, int, Object) - 类 的构造器org.springframework.jdbc.core.SqlParameterValue
Create a new SqlParameterValue, supplying the SQL type.
SqlParameterValue(SqlParameter, Object) - 类 的构造器org.springframework.jdbc.core.SqlParameterValue
Create a new SqlParameterValue based on the given SqlParameter declaration.
SqlProvider - org.springframework.jdbc.core中的接口
Interface to be implemented by objects that can provide SQL strings.
SqlQuery<T> - org.springframework.jdbc.object中的类
Reusable operation object representing a SQL query.
SqlQuery() - 类 的构造器org.springframework.jdbc.object.SqlQuery
Constructor to allow use as a JavaBean.
SqlQuery(DataSource, String) - 类 的构造器org.springframework.jdbc.object.SqlQuery
Convenient constructor with a DataSource and SQL string.
SqlReturnResultSet - org.springframework.jdbc.core中的类
Represents a returned ResultSet from a stored procedure call.
SqlReturnResultSet(String, ResultSetExtractor<?>) - 类 的构造器org.springframework.jdbc.core.SqlReturnResultSet
Create a new instance of the SqlReturnResultSet class.
SqlReturnResultSet(String, RowCallbackHandler) - 类 的构造器org.springframework.jdbc.core.SqlReturnResultSet
Create a new instance of the SqlReturnResultSet class.
SqlReturnResultSet(String, RowMapper<?>) - 类 的构造器org.springframework.jdbc.core.SqlReturnResultSet
Create a new instance of the SqlReturnResultSet class.
SqlReturnType - org.springframework.jdbc.core中的接口
Interface to be implemented for retrieving values for more complex database-specific types not supported by the standard CallableStatement.getObject method.
SqlReturnUpdateCount - org.springframework.jdbc.core中的类
Represents a returned update count from a stored procedure call.
SqlReturnUpdateCount(String) - 类 的构造器org.springframework.jdbc.core.SqlReturnUpdateCount
Create a new SqlReturnUpdateCount.
SqlRowSet - org.springframework.jdbc.support.rowset中的接口
Mirror interface for RowSet, representing a disconnected variant of ResultSet data.
SqlRowSetMetaData - org.springframework.jdbc.support.rowset中的接口
Metadata interface for Spring's SqlRowSet, analogous to JDBC's ResultSetMetaData.
SqlRowSetResultSetExtractor - org.springframework.jdbc.core中的类
ResultSetExtractor implementation that returns a Spring SqlRowSet representation for each given ResultSet.
SqlRowSetResultSetExtractor() - 类 的构造器org.springframework.jdbc.core.SqlRowSetResultSetExtractor
 
SqlScriptsTestExecutionListener - org.springframework.test.context.jdbc中的类
TestExecutionListener that provides support for executing SQL scripts and inlined statements configured via the @Sql annotation.
SqlScriptsTestExecutionListener() - 类 的构造器org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener
 
SqlServerCallMetaDataProvider - org.springframework.jdbc.core.metadata中的类
SQL Server specific implementation for the CallMetaDataProvider interface.
SqlServerCallMetaDataProvider(DatabaseMetaData) - 类 的构造器org.springframework.jdbc.core.metadata.SqlServerCallMetaDataProvider
 
SqlServerMaxValueIncrementer - org.springframework.jdbc.support.incrementer中的类
DataFieldMaxValueIncrementer that increments the maximum value of a given SQL Server table with the equivalent of an auto-increment column.
SqlServerMaxValueIncrementer() - 类 的构造器org.springframework.jdbc.support.incrementer.SqlServerMaxValueIncrementer
Default constructor for bean property style usage.
SqlServerMaxValueIncrementer(DataSource, String, String) - 类 的构造器org.springframework.jdbc.support.incrementer.SqlServerMaxValueIncrementer
Convenience constructor.
SQLStateSQLExceptionTranslator - org.springframework.jdbc.support中的类
SQLExceptionTranslator implementation that analyzes the SQL state in the SQLException based on the first two digits (the SQL state "class").
SQLStateSQLExceptionTranslator() - 类 的构造器org.springframework.jdbc.support.SQLStateSQLExceptionTranslator
 
sqlTypesToAnonymousParameterList(int...) - 类 中的静态方法org.springframework.jdbc.core.SqlParameter
Convert a list of JDBC types, as defined in java.sql.Types, to a List of SqlParameter objects as used in this package.
SqlTypeValue - org.springframework.jdbc.core中的接口
Interface to be implemented for setting values for more complex database-specific types not supported by the standard setObject method.
SqlUpdate - org.springframework.jdbc.object中的类
Reusable operation object representing a SQL update.
SqlUpdate() - 类 的构造器org.springframework.jdbc.object.SqlUpdate
Constructor to allow use as a JavaBean.
SqlUpdate(DataSource, String) - 类 的构造器org.springframework.jdbc.object.SqlUpdate
Constructs an update object with a given DataSource and SQL.
SqlUpdate(DataSource, String, int[]) - 类 的构造器org.springframework.jdbc.object.SqlUpdate
Construct an update object with a given DataSource, SQL and anonymous parameters.
SqlUpdate(DataSource, String, int[], int) - 类 的构造器org.springframework.jdbc.object.SqlUpdate
Construct an update object with a given DataSource, SQL, anonymous parameters and specifying the maximum number of rows that may be affected.
SqlValue - org.springframework.jdbc.support中的接口
Simple interface for complex types to be set as statement parameters.
SQLWarning() - 异常错误 中的方法org.springframework.jdbc.SQLWarningException
Return the underlying SQLWarning.
SQLWarningException - org.springframework.jdbc中的异常错误
Exception thrown when we're not ignoring SQLWarnings.
SQLWarningException(String, SQLWarning) - 异常错误 的构造器org.springframework.jdbc.SQLWarningException
Constructor for SQLWarningException.
SqlXmlFeatureNotImplementedException - org.springframework.jdbc.support.xml中的异常错误
Exception thrown when the underlying implementation does not support the requested feature of the API.
SqlXmlFeatureNotImplementedException(String) - 异常错误 的构造器org.springframework.jdbc.support.xml.SqlXmlFeatureNotImplementedException
Constructor for SqlXmlFeatureNotImplementedException.
SqlXmlFeatureNotImplementedException(String, Throwable) - 异常错误 的构造器org.springframework.jdbc.support.xml.SqlXmlFeatureNotImplementedException
Constructor for SqlXmlFeatureNotImplementedException.
SqlXmlHandler - org.springframework.jdbc.support.xml中的接口
Abstraction for handling XML fields in specific databases.
SqlXmlObjectMappingHandler - org.springframework.jdbc.support.xml中的接口
Abstraction for handling XML object mapping to fields in a database.
SqlXmlValue - org.springframework.jdbc.support.xml中的接口
Subinterface of SqlValue that supports passing in XML data to specified column and adds a cleanup callback, to be invoked after the value has been set and the corresponding statement has been executed.
sRandMember(byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
sRandMember(byte[], long) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
sRandMember(byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sRandMember(byte[], long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sRandMember(String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sRandMember(String, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sRandMember(ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveSetCommands
Get random element from set at key.
sRandMember(ByteBuffer, Long) - 接口 中的方法org.springframework.data.redis.connection.ReactiveSetCommands
Get count random elements from set at key.
sRandMember(Publisher<ReactiveSetCommands.SRandMembersCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveSetCommands
sRandMember(byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisSetCommands
Get random element from set at key.
sRandMember(byte[], long) - 接口 中的方法org.springframework.data.redis.connection.RedisSetCommands
Get count random elements from set at key.
sRandMember(String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get random element from set at key.
sRandMember(String, long) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get count random elements from set at key.
sRem(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
sRem(byte[], byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sRem(String, String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sRem(ByteBuffer, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveSetCommands
Remove given value from set at key and return the number of removed elements.
sRem(ByteBuffer, Collection<ByteBuffer>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveSetCommands
Remove given values from set at key and return the number of removed elements.
sRem(Publisher<ReactiveSetCommands.SRemCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveSetCommands
sRem(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisSetCommands
Remove given values from set at key and return the number of removed elements.
sRem(String, String...) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Remove given values from set at key and return the number of removed elements.
sScan(byte[], ScanOptions) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
sScan(byte[], ScanOptions) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sScan(String, ScanOptions) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sScan(byte[], ScanOptions) - 接口 中的方法org.springframework.data.redis.connection.RedisSetCommands
Use a Cursor to iterate over elements in set at key.
sScan(String, ScanOptions) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Use a Cursor to iterate over elements in set at key.
SseEmitter - org.springframework.web.servlet.mvc.method.annotation中的类
A specialization of ResponseBodyEmitter for sending Server-Sent Events.
SseEmitter() - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.SseEmitter
Create a new SseEmitter instance.
SseEmitter(Long) - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.SseEmitter
Create a SseEmitter with a custom timeout value.
SseEmitter.SseEventBuilder - org.springframework.web.servlet.mvc.method.annotation中的接口
A builder for an SSE event.
sslInfo(SslInfo) - 接口 中的方法org.springframework.http.server.reactive.ServerHttpRequest.Builder
Set the SSL session information.
SslInfo - org.springframework.http.server.reactive中的接口
A holder for SSL session information.
sslInfo(SslInfo) - 接口 中的方法org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
Set SSL session information and certificates.
sslParameters(SSLParameters) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
 
sslParameters(SSLParameters) - 接口 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration.JedisSslClientConfigurationBuilder
 
sslSocketFactory(SSLSocketFactory) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
 
sslSocketFactory(SSLSocketFactory) - 接口 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration.JedisSslClientConfigurationBuilder
 
staleIfError(long, TimeUnit) - 类 中的方法org.springframework.http.CacheControl
Add a "stale-if-error" directive.
staleWhileRevalidate(long, TimeUnit) - 类 中的方法org.springframework.http.CacheControl
Add a "stale-while-revalidate" directive.
StandaloneMockMvcBuilder - org.springframework.test.web.servlet.setup中的类
A MockMvcBuilder that accepts @Controller registrations thus allowing full control over the instantiation and initialization of controllers and their dependencies similar to plain unit tests, and also making it possible to test one controller at a time.
StandaloneMockMvcBuilder(Object...) - 类 的构造器org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
Protected constructor.
standaloneSetup(Object...) - 类 中的静态方法org.springframework.test.web.servlet.setup.MockMvcBuilders
Build a MockMvc instance by registering one or more @Controller instances and configuring Spring MVC infrastructure programmatically.
STANDARD_NUMBER_TYPES - 类 中的静态变量org.springframework.util.NumberUtils
Standard number types (all immutable): Byte, Short, Integer, Long, BigInteger, Float, Double, BigDecimal.
StandardEvaluationContext - org.springframework.expression.spel.support中的类
A powerful and highly configurable EvaluationContext implementation.
StandardEvaluationContext() - 类 的构造器org.springframework.expression.spel.support.StandardEvaluationContext
Create a StandardEvaluationContext with a null root object.
StandardEvaluationContext(Object) - 类 的构造器org.springframework.expression.spel.support.StandardEvaluationContext
Create a StandardEvaluationContext with the given root object.
StandardMultipartHttpServletRequest - org.springframework.web.multipart.support中的类
Spring MultipartHttpServletRequest adapter, wrapping a Servlet 3.0 HttpServletRequest and its Part objects.
StandardMultipartHttpServletRequest(HttpServletRequest) - 类 的构造器org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
Create a new StandardMultipartHttpServletRequest wrapper for the given request, immediately parsing the multipart content.
StandardMultipartHttpServletRequest(HttpServletRequest, boolean) - 类 的构造器org.springframework.web.multipart.support.StandardMultipartHttpServletRequest
Create a new StandardMultipartHttpServletRequest wrapper for the given request.
StandardOperatorOverloader - org.springframework.expression.spel.support中的类
 
StandardOperatorOverloader() - 类 的构造器org.springframework.expression.spel.support.StandardOperatorOverloader
 
StandardScriptEvalException - org.springframework.scripting.support中的异常错误
StandardScriptEvalException(ScriptException) - 异常错误 的构造器org.springframework.scripting.support.StandardScriptEvalException
Construct a new script eval exception with the specified original exception.
StandardScriptEvaluator - org.springframework.scripting.support中的类
javax.script (JSR-223) based implementation of Spring's ScriptEvaluator strategy interface.
StandardScriptEvaluator() - 类 的构造器org.springframework.scripting.support.StandardScriptEvaluator
Construct a new StandardScriptEvaluator.
StandardScriptEvaluator(ClassLoader) - 类 的构造器org.springframework.scripting.support.StandardScriptEvaluator
Construct a new StandardScriptEvaluator for the given class loader.
StandardScriptEvaluator(ScriptEngineManager) - 类 的构造器org.springframework.scripting.support.StandardScriptEvaluator
Construct a new StandardScriptEvaluator for the given JSR-223 ScriptEngineManager to obtain script engines from.
StandardScriptFactory - org.springframework.scripting.support中的类
ScriptFactory implementation based on the JSR-223 script engine abstraction (as included in Java 6+).
StandardScriptFactory(String) - 类 的构造器org.springframework.scripting.support.StandardScriptFactory
Create a new StandardScriptFactory for the given script source.
StandardScriptFactory(String, Class<?>...) - 类 的构造器org.springframework.scripting.support.StandardScriptFactory
Create a new StandardScriptFactory for the given script source.
StandardScriptFactory(String, String) - 类 的构造器org.springframework.scripting.support.StandardScriptFactory
Create a new StandardScriptFactory for the given script source.
StandardScriptFactory(String, String, Class<?>...) - 类 的构造器org.springframework.scripting.support.StandardScriptFactory
Create a new StandardScriptFactory for the given script source.
StandardScriptUtils - org.springframework.scripting.support中的类
Common operations for dealing with a JSR-223 ScriptEngine.
StandardScriptUtils() - 类 的构造器org.springframework.scripting.support.StandardScriptUtils
 
StandardServletAsyncWebRequest - org.springframework.web.context.request.async中的类
A Servlet 3.0 implementation of AsyncWebRequest.
StandardServletAsyncWebRequest(HttpServletRequest, HttpServletResponse) - 类 的构造器org.springframework.web.context.request.async.StandardServletAsyncWebRequest
Create a new instance for the given request/response pair.
StandardServletEnvironment - org.springframework.web.context.support中的类
Environment implementation to be used by Servlet-based web applications.
StandardServletEnvironment() - 类 的构造器org.springframework.web.context.support.StandardServletEnvironment
 
StandardServletMultipartResolver - org.springframework.web.multipart.support中的类
Standard implementation of the MultipartResolver interface, based on the Servlet 3.0 Part API.
StandardServletMultipartResolver() - 类 的构造器org.springframework.web.multipart.support.StandardServletMultipartResolver
 
StandardTypeComparator - org.springframework.expression.spel.support中的类
A simple basic TypeComparator implementation.
StandardTypeComparator() - 类 的构造器org.springframework.expression.spel.support.StandardTypeComparator
 
StandardTypeConverter - org.springframework.expression.spel.support中的类
Default implementation of the TypeConverter interface, delegating to a core Spring ConversionService.
StandardTypeConverter() - 类 的构造器org.springframework.expression.spel.support.StandardTypeConverter
Create a StandardTypeConverter for the default ConversionService.
StandardTypeConverter(ConversionService) - 类 的构造器org.springframework.expression.spel.support.StandardTypeConverter
Create a StandardTypeConverter for the given ConversionService.
StandardTypeLocator - org.springframework.expression.spel.support中的类
A simple implementation of TypeLocator that uses the context ClassLoader (or any ClassLoader set upon it).
StandardTypeLocator() - 类 的构造器org.springframework.expression.spel.support.StandardTypeLocator
Create a StandardTypeLocator for the default ClassLoader (typically, the thread context ClassLoader).
StandardTypeLocator(ClassLoader) - 类 的构造器org.springframework.expression.spel.support.StandardTypeLocator
Create a StandardTypeLocator for the given ClassLoader.
start() - 类 中的方法org.springframework.data.redis.listener.RedisMessageListenerContainer
 
start() - 接口 中的方法org.springframework.http.server.ServerHttpAsyncRequestControl
Enable asynchronous processing after which the response remains open until a call to ServerHttpAsyncRequestControl.complete() is made or the server times out the request.
start(long) - 接口 中的方法org.springframework.http.server.ServerHttpAsyncRequestControl
A variation on ServerHttpAsyncRequestControl.start() that allows specifying a timeout value to use to use for asynchronous processing.
start() - 类 中的方法org.springframework.http.server.ServletServerHttpAsyncRequestControl
 
start(long) - 类 中的方法org.springframework.http.server.ServletServerHttpAsyncRequestControl
 
start(BootstrapContext) - 类 中的方法org.springframework.jca.context.SpringContextResourceAdapter
This implementation loads a Spring ApplicationContext through the SpringContextResourceAdapter.createApplicationContext(BootstrapContext) template method.
start() - 类 中的方法org.springframework.jca.endpoint.GenericMessageEndpointManager
Activates the configured message endpoint.
start(Runnable) - 类 中的方法org.springframework.mock.web.MockAsyncContext
 
start() - 类 中的方法org.springframework.scheduling.commonj.TimerManagerAccessor
Resumes the underlying TimerManager (if not shared).
start() - 类 中的方法org.springframework.scheduling.quartz.SchedulerFactoryBean
 
start() - 类 中的静态方法org.springframework.test.context.transaction.TestTransaction
Start a new test-managed transaction.
start() - 接口 中的方法org.springframework.util.backoff.BackOff
Start a new back off execution.
start() - 类 中的方法org.springframework.util.backoff.ExponentialBackOff
 
start() - 类 中的方法org.springframework.util.backoff.FixedBackOff
 
start() - 类 中的方法org.springframework.util.StopWatch
Start an unnamed task.
start(String) - 类 中的方法org.springframework.util.StopWatch
Start a named task.
start() - 接口 中的方法org.springframework.web.server.WebSession
Force the creation of a session causing the session id to be sent when WebSession.save() is called.
start() - 接口 中的方法reactor.core.scheduler.Scheduler
Instructs this Scheduler to prepare itself for running tasks directly or through its Workers.
startAsync() - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
startAsync(ServletRequest, ServletResponse) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
startAsync() - 接口 中的方法org.springframework.web.context.request.async.AsyncWebRequest
Mark the start of asynchronous request processing so that when the main processing thread exits, the response remains open for further processing in another thread.
startAsync() - 类 中的方法org.springframework.web.context.request.async.StandardServletAsyncWebRequest
 
startCallableProcessing(Callable<?>, Object...) - 类 中的方法org.springframework.web.context.request.async.WebAsyncManager
Start concurrent request processing and execute the given task with an AsyncTaskExecutor.
startCallableProcessing(WebAsyncTask<?>, Object...) - 类 中的方法org.springframework.web.context.request.async.WebAsyncManager
Use the given WebAsyncTask to configure the task executor as well as the timeout value of the AsyncWebRequest before delegating to WebAsyncManager.startCallableProcessing(Callable, Object...).
startDeferredResultProcessing(DeferredResult<?>, Object...) - 类 中的方法org.springframework.web.context.request.async.WebAsyncManager
Start concurrent request processing and initialize the given DeferredResult with a DeferredResult.DeferredResultHandler that saves the result and dispatches the request to resume processing of that result.
startExpirationPeriod(int) - 类 中的方法org.springframework.web.servlet.FlashMap
Start the expiration period for this instance.
startScheduler(Scheduler, int) - 类 中的方法org.springframework.scheduling.quartz.SchedulerFactoryBean
Start the Quartz Scheduler, respecting the "startupDelay" setting.
startsWith(byte[], byte[]) - 类 中的静态方法org.springframework.data.redis.util.ByteUtils
Tests if the haystack starts with the given prefix.
startsWith(byte[], byte[], int) - 类 中的静态方法org.springframework.data.redis.util.ByteUtils
Tests if the haystack beginning at the specified offset starts with the given prefix.
startsWith(String) - 类 中的方法org.yaml.snakeyaml.nodes.Tag
 
startsWithIgnoreCase(String, String) - 类 中的静态方法org.springframework.util.StringUtils
Test if the given String starts with the specified prefix, ignoring upper/lower case.
startTag(String) - 类 中的方法org.springframework.web.servlet.tags.form.TagWriter
Start a new tag with the supplied name.
startTls() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.LettuceSslClientConfigurationBuilder
Enable Start TLS to send the first bytes unencrypted.
startTls() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettucePoolingClientConfiguration.LettucePoolingSslClientConfigurationBuilder
 
startWith(Iterable<? extends T>) - 类 中的方法reactor.core.publisher.Flux
Prepend the given Iterable before this Flux sequence.
startWith(T...) - 类 中的方法reactor.core.publisher.Flux
Prepend the given values before this Flux sequence.
startWith(Publisher<? extends T>) - 类 中的方法reactor.core.publisher.Flux
Prepend the given Publisher sequence to this Flux sequence.
startWork(Work) - 类 中的方法org.springframework.jca.work.SimpleTaskWorkManager
 
startWork(Work, long, ExecutionContext, WorkListener) - 类 中的方法org.springframework.jca.work.SimpleTaskWorkManager
 
startWork(Work) - 类 中的方法org.springframework.jca.work.WorkManagerTaskExecutor
 
startWork(Work, long, ExecutionContext, WorkListener) - 类 中的方法org.springframework.jca.work.WorkManagerTaskExecutor
 
state(boolean, String) - 类 中的静态方法org.springframework.util.Assert
Assert a boolean expression, throwing an IllegalStateException if the expression evaluates to false.
state(boolean, Supplier<String>) - 类 中的静态方法org.springframework.util.Assert
Assert a boolean expression, throwing an IllegalStateException if the expression evaluates to false.
state(boolean) - 类 中的静态方法org.springframework.util.Assert
已过时。
as of 4.3.7, in favor of Assert.state(boolean, String)
STATE_COMMITTED - 异常错误 中的静态变量org.springframework.transaction.HeuristicCompletionException
 
STATE_MIXED - 异常错误 中的静态变量org.springframework.transaction.HeuristicCompletionException
 
STATE_ROLLED_BACK - 异常错误 中的静态变量org.springframework.transaction.HeuristicCompletionException
 
STATE_UNKNOWN - 异常错误 中的静态变量org.springframework.transaction.HeuristicCompletionException
Values for the outcome state of a heuristically completed transaction.
StatefulMethodInvokingJob() - 类 的构造器org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.StatefulMethodInvokingJob
 
StatementCallback<T> - org.springframework.jdbc.core中的接口
Generic callback interface for code that operates on a JDBC Statement.
StatementCreatorUtils - org.springframework.jdbc.core中的类
Utility methods for PreparedStatementSetter/Creator and CallableStatementCreator implementations, providing sophisticated parameter management (including support for LOB values).
StatementCreatorUtils() - 类 的构造器org.springframework.jdbc.core.StatementCreatorUtils
 
StaticScriptSource - org.springframework.scripting.support中的类
Static implementation of the ScriptSource interface, encapsulating a given String that contains the script source text.
StaticScriptSource(String) - 类 的构造器org.springframework.scripting.support.StaticScriptSource
Create a new StaticScriptSource for the given script.
StaticScriptSource(String, String) - 类 的构造器org.springframework.scripting.support.StaticScriptSource
Create a new StaticScriptSource for the given script.
StaticWebApplicationContext - org.springframework.web.context.support中的类
Static WebApplicationContext implementation for testing.
StaticWebApplicationContext() - 类 的构造器org.springframework.web.context.support.StaticWebApplicationContext
 
status(HttpStatus) - 类 中的静态方法org.springframework.http.ResponseEntity
Create a builder with the given status.
status(int) - 类 中的静态方法org.springframework.http.ResponseEntity
Create a builder with the given status.
status() - 类 中的静态方法org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to response status assertions.
STATUS_COMMITTED - 接口 中的静态变量org.springframework.transaction.support.TransactionSynchronization
Completion status in case of proper commit
STATUS_ROLLED_BACK - 接口 中的静态变量org.springframework.transaction.support.TransactionSynchronization
Completion status in case of proper rollback
STATUS_UNKNOWN - 接口 中的静态变量org.springframework.transaction.support.TransactionSynchronization
Completion status in case of heuristic mixed completion or system errors
STATUS_VARIABLE_NAME - 类 中的静态变量org.springframework.web.servlet.tags.BindTag
Name of the exposed variable within the scope of this tag: "status".
StatusAssertions - org.springframework.test.web.reactive.server中的类
Assertions on the response status.
StatusResultMatchers - org.springframework.test.web.servlet.result中的类
Factory for assertions on the response status.
StatusResultMatchers() - 类 的构造器org.springframework.test.web.servlet.result.StatusResultMatchers
Protected constructor.
StaxUtils - org.springframework.util.xml中的类
Convenience methods for working with the StAX API.
StaxUtils() - 类 的构造器org.springframework.util.xml.StaxUtils
 
stop(Runnable) - 类 中的方法org.springframework.data.redis.listener.RedisMessageListenerContainer
 
stop() - 类 中的方法org.springframework.data.redis.listener.RedisMessageListenerContainer
 
stop() - 类 中的方法org.springframework.jca.context.SpringContextResourceAdapter
This implementation closes the Spring ApplicationContext.
stop() - 类 中的方法org.springframework.jca.endpoint.GenericMessageEndpointManager
Deactivates the configured message endpoint.
stop(Runnable) - 类 中的方法org.springframework.jca.endpoint.GenericMessageEndpointManager
 
stop() - 类 中的方法org.springframework.scheduling.commonj.TimerManagerAccessor
Suspends the underlying TimerManager (if not shared).
stop() - 类 中的方法org.springframework.scheduling.quartz.SchedulerFactoryBean
 
stop(Runnable) - 类 中的方法org.springframework.scheduling.quartz.SchedulerFactoryBean
 
STOP - 接口 中的静态变量org.springframework.util.backoff.BackOffExecution
Return value of BackOffExecution.nextBackOff() that indicates that the operation should not be retried.
stop() - 类 中的方法org.springframework.util.StopWatch
Stop the current task.
stopDiffing(Difference) - 接口 中的方法org.xmlunit.diff.ComparisonController
May instruct the difference engine to stop the whole comparison process.
StopWatch - org.springframework.util中的类
Simple stop watch, allowing for timing of a number of tasks, exposing total running time and running time for each named task.
StopWatch() - 类 的构造器org.springframework.util.StopWatch
Construct a new stop watch.
StopWatch(String) - 类 的构造器org.springframework.util.StopWatch
Construct a new stop watch with the given id.
StopWatch.TaskInfo - org.springframework.util中的类
Inner class to hold data about one task executed within the stop watch.
StopWhenDifferent - 类 中的静态变量org.xmlunit.diff.ComparisonControllers
Makes the comparison stop as soon as the first "real" difference is encountered.
StopWhenSimilar - 类 中的静态变量org.xmlunit.diff.ComparisonControllers
Makes the comparison stop as soon as the first difference is encountered even if it is similar.
store(Properties, OutputStream, String) - 类 中的方法org.springframework.util.DefaultPropertiesPersister
 
store(Properties, Writer, String) - 类 中的方法org.springframework.util.DefaultPropertiesPersister
 
store(Properties, OutputStream, String) - 接口 中的方法org.springframework.util.PropertiesPersister
Write the contents of the given Properties object to the given OutputStream.
store(Properties, Writer, String) - 接口 中的方法org.springframework.util.PropertiesPersister
Write the contents of the given Properties object to the given Writer.
storeAs(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZInterStoreCommand
Applies the key at which the result is stored.
storeAs(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZUnionStoreCommand
Applies the key at which the result is stored.
storeAt(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
NOTE: STORE option is not compatible with WITHDIST, WITHHASH and WITHCOORDS options.
storeAt(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
NOTE: STORE option is not compatible with WITHDIST, WITHHASH and WITHCOORDS options.
storeAt(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveSetCommands.SDiffStoreCommand
Applies the key at which the result is stored.
storeAt(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveSetCommands.SInterStoreCommand
Applies the key at which the result is stored.
storeAt(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveSetCommands.SUnionStoreCommand
Applies the key at which the result is stored.
storeAttribute(WebRequest, String, Object) - 类 中的方法org.springframework.web.bind.support.DefaultSessionAttributeStore
 
storeAttribute(WebRequest, String, Object) - 接口 中的方法org.springframework.web.bind.support.SessionAttributeStore
Store the supplied attribute in the backend session.
storeAttributes(WebRequest, Map<String, ?>) - 类 中的方法org.springframework.web.method.annotation.SessionAttributesHandler
Store a subset of the given attributes in the session.
storeDistAt(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
NOTE: STOREDIST option is not compatible with WITHDIST, WITHHASH and WITHCOORDS options.
storeDistAt(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
NOTE: STOREDIST option is not compatible with WITHDIST, WITHHASH and WITHCOORDS options.
StoredProcedure - org.springframework.jdbc.object中的类
Superclass for object abstractions of RDBMS stored procedures.
StoredProcedure() - 类 的构造器org.springframework.jdbc.object.StoredProcedure
Allow use as a bean.
StoredProcedure(DataSource, String) - 类 的构造器org.springframework.jdbc.object.StoredProcedure
Create a new object wrapper for a stored procedure.
StoredProcedure(JdbcTemplate, String) - 类 的构造器org.springframework.jdbc.object.StoredProcedure
Create a new object wrapper for a stored procedure.
storedWithin(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZIncrByCommand
Applies the key.
storedWithin(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRankCommand
Applies the key.
storeToXML(OutputStream, String, String) - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
storeToXML(OutputStream, String) - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
storeToXml(Properties, OutputStream, String) - 类 中的方法org.springframework.util.DefaultPropertiesPersister
 
storeToXml(Properties, OutputStream, String, String) - 类 中的方法org.springframework.util.DefaultPropertiesPersister
 
storeToXml(Properties, OutputStream, String) - 接口 中的方法org.springframework.util.PropertiesPersister
Write the contents of the given Properties object to the given XML OutputStream.
storeToXml(Properties, OutputStream, String, String) - 接口 中的方法org.springframework.util.PropertiesPersister
Write the contents of the given Properties object to the given XML OutputStream.
STR - 类 中的静态变量org.yaml.snakeyaml.nodes.Tag
 
strategies(List<ContentNegotiationStrategy>) - 类 中的方法org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
Set the exact list of strategies to use.
stream() - 类 中的方法org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragments
 
stream() - 接口 中的方法org.springframework.data.util.Streamable
Creates a non-parallel Stream of the underlying Iterable.
stream() - 接口 中的方法reactor.util.context.Context
Stream key/value pairs from this Context
Streamable<T> - org.springframework.data.util中的接口
Simple interface to ease streamability of Iterables.
streamData(ResultSet) - 类 中的方法org.springframework.jdbc.core.support.AbstractLobStreamingResultSetExtractor
Stream LOB content from the given ResultSet to some OutputStream.
StreamEndEvent - org.yaml.snakeyaml.events中的类
Marks the end of a stream that might have contained multiple documents.
StreamEndEvent(Mark, Mark) - 类 的构造器org.yaml.snakeyaml.events.StreamEndEvent
 
StreamEndToken - org.yaml.snakeyaml.tokens中的类
 
StreamEndToken(Mark, Mark) - 类 的构造器org.yaml.snakeyaml.tokens.StreamEndToken
 
StreamingHttpOutputMessage - org.springframework.http中的接口
Represents a HTTP output message that allows for setting a streaming body.
StreamingHttpOutputMessage.Body - org.springframework.http中的接口
Defines the contract for bodies that can be written directly to an OutputStream.
StreamingResponseBody - org.springframework.web.servlet.mvc.method.annotation中的接口
A controller method return value type for asynchronous request processing where the application can write directly to the response OutputStream without holding up the Servlet container thread.
StreamingResponseBodyReturnValueHandler - org.springframework.web.servlet.mvc.method.annotation中的类
Supports return values of type StreamingResponseBody and also ResponseEntity<StreamingResponseBody>.
StreamingResponseBodyReturnValueHandler() - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBodyReturnValueHandler
 
StreamReader - org.yaml.snakeyaml.reader中的类
Reader: checks if code points are in allowed range, adds '\0' to the end.
StreamReader(String) - 类 的构造器org.yaml.snakeyaml.reader.StreamReader
 
StreamReader(Reader) - 类 的构造器org.yaml.snakeyaml.reader.StreamReader
 
StreamStartEvent - org.yaml.snakeyaml.events中的类
Marks the start of a stream that might contain multiple documents.
StreamStartEvent(Mark, Mark) - 类 的构造器org.yaml.snakeyaml.events.StreamStartEvent
 
StreamStartToken - org.yaml.snakeyaml.tokens中的类
 
StreamStartToken(Mark, Mark) - 类 的构造器org.yaml.snakeyaml.tokens.StreamStartToken
 
StreamUtils - org.springframework.data.util中的接口
Spring Data specific Java Stream utility methods and classes.
StreamUtils - org.springframework.util中的类
Simple utility methods for dealing with streams.
StreamUtils() - 类 的构造器org.springframework.util.StreamUtils
 
string(RedisSerializationContext.SerializationPair<String>) - 接口 中的方法org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder
string(RedisElementReader<String>, RedisElementWriter<String>) - 接口 中的方法org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder
string(RedisSerializer<String>) - 接口 中的方法org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder
string() - 接口 中的静态方法org.springframework.data.redis.serializer.RedisSerializationContext
string(Matcher<? super String>) - 类 中的方法org.springframework.test.web.client.match.ContentRequestMatchers
Get the body of the request as a UTF-8 string and appply the given Matcher.
string(String) - 类 中的方法org.springframework.test.web.client.match.ContentRequestMatchers
Get the body of the request as a UTF-8 string and compare it to the given String.
string(Matcher<? super String>) - 类 中的方法org.springframework.test.web.client.match.XpathRequestMatchers
Apply the XPath and assert the String content found with the given matcher.
string(String) - 类 中的方法org.springframework.test.web.client.match.XpathRequestMatchers
Apply the XPath and assert the String content found.
string(Matcher<? super String>) - 类 中的方法org.springframework.test.web.servlet.result.ContentResultMatchers
Assert the response body content with a Hamcrest Matcher.
string(String) - 类 中的方法org.springframework.test.web.servlet.result.ContentResultMatchers
Assert the response body content as a String.
string(String, Matcher<? super String>) - 类 中的方法org.springframework.test.web.servlet.result.HeaderResultMatchers
Assert the primary value of the response header with the given Hamcrest String Matcher.
string(String, String) - 类 中的方法org.springframework.test.web.servlet.result.HeaderResultMatchers
Assert the primary value of the response header as a String value.
string(Matcher<? super String>) - 类 中的方法org.springframework.test.web.servlet.result.XpathResultMatchers
Apply the XPath and assert the String value found with the given Hamcrest Matcher.
string(String) - 类 中的方法org.springframework.test.web.servlet.result.XpathResultMatchers
Apply the XPath and assert the String value found.
stringCommands() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
stringCommands() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
stringCommands() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
stringCommands() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
stringCommands() - 接口 中的方法org.springframework.data.redis.connection.ReactiveRedisClusterConnection
 
stringCommands() - 接口 中的方法org.springframework.data.redis.connection.ReactiveRedisConnection
stringCommands() - 接口 中的方法org.springframework.data.redis.connection.RedisConnection
StringHttpMessageConverter - org.springframework.http.converter中的类
Implementation of HttpMessageConverter that can read and write strings.
StringHttpMessageConverter() - 类 的构造器org.springframework.http.converter.StringHttpMessageConverter
A default constructor that uses "ISO-8859-1" as the default charset.
StringHttpMessageConverter(Charset) - 类 的构造器org.springframework.http.converter.StringHttpMessageConverter
A constructor accepting a default charset to use if the requested content type does not specify one.
stringListToByteList() - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
 
StringLiteral - org.springframework.expression.spel.ast中的类
Expression language AST node that represents a string literal.
StringLiteral(String, int, String) - 类 的构造器org.springframework.expression.spel.ast.StringLiteral
 
stringMapToByteMap() - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
 
StringMultipartFileEditor - org.springframework.web.multipart.support中的类
Custom PropertyEditor for converting MultipartFiles to Strings.
StringMultipartFileEditor() - 类 的构造器org.springframework.web.multipart.support.StringMultipartFileEditor
Create a new StringMultipartFileEditor, using the default charset.
StringMultipartFileEditor(String) - 类 的构造器org.springframework.web.multipart.support.StringMultipartFileEditor
Create a new StringMultipartFileEditor, using the given charset.
StringRedisConnection - org.springframework.data.redis.connection中的接口
Convenience extension of RedisConnection that accepts and returns Strings instead of byte arrays.
StringRedisConnection.StringTuple - org.springframework.data.redis.connection中的接口
String-friendly ZSet tuple.
StringRedisSerializer - org.springframework.data.redis.serializer中的类
Simple String to byte[] (and back) serializer.
StringRedisSerializer() - 类 的构造器org.springframework.data.redis.serializer.StringRedisSerializer
Creates a new StringRedisSerializer using UTF-8.
StringRedisSerializer(Charset) - 类 的构造器org.springframework.data.redis.serializer.StringRedisSerializer
Creates a new StringRedisSerializer using the given Charset to encode and decode strings.
StringRedisTemplate - org.springframework.data.redis.core中的类
String-focused extension of RedisTemplate.
StringRedisTemplate() - 类 的构造器org.springframework.data.redis.core.StringRedisTemplate
Constructs a new StringRedisTemplate instance.
StringRedisTemplate(RedisConnectionFactory) - 类 的构造器org.springframework.data.redis.core.StringRedisTemplate
Constructs a new StringRedisTemplate instance ready to be used.
stringSetToByteSet() - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
 
stringsWithin(Range<String>) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByLexCommand
Creates a new ReactiveZSetCommands.ZRangeByLexCommand given a Range of String to retrieve elements lexicographical ordering.
stringToBoolean(String) - 类 中的静态方法org.springframework.data.redis.connection.convert.Converters
 
stringToBooleanConverter() - 类 中的静态方法org.springframework.data.redis.connection.convert.Converters
 
stringToBytes() - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
 
stringToDataType() - 类 中的静态方法org.springframework.data.redis.connection.convert.Converters
 
StringToDataTypeConverter - org.springframework.data.redis.connection.convert中的类
Converts Strings to DataTypes
StringToDataTypeConverter() - 类 的构造器org.springframework.data.redis.connection.convert.StringToDataTypeConverter
 
StringToPropertiesConverter - org.springframework.data.redis.connection.convert中的类
Converts Strings to Properties
StringToPropertiesConverter() - 类 的构造器org.springframework.data.redis.connection.convert.StringToPropertiesConverter
 
stringToProps() - 类 中的静态方法org.springframework.data.redis.connection.convert.Converters
 
StringToRedisClientInfoConverter - org.springframework.data.redis.connection.convert中的类
Converter implementation to create one RedisClientInfo per line entry in given String array.
StringToRedisClientInfoConverter() - 类 的构造器org.springframework.data.redis.connection.convert.StringToRedisClientInfoConverter
 
stringToRedisClientListConverter() - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
StringUtils - org.springframework.util中的类
Miscellaneous String utility methods.
StringUtils() - 类 的构造器org.springframework.util.StringUtils
 
StringValueResolver - org.springframework.util中的接口
Simple strategy interface for resolving a String value.
stringValues(String, Matcher<Iterable<String>>) - 类 中的方法org.springframework.test.web.servlet.result.HeaderResultMatchers
Assert the values of the response header with the given Hamcrest Iterable Matcher.
stringValues(String, String...) - 类 中的方法org.springframework.test.web.servlet.result.HeaderResultMatchers
Assert the values of the response header as String values.
stripFilenameExtension(String) - 类 中的静态方法org.springframework.util.StringUtils
Strip the filename extension from the given Java resource path, e.g.
stripWhitespace(Node) - 类 中的静态方法org.xmlunit.util.Nodes
Creates a new Node (of the same type as the original node) that is similar to the orginal but doesn't contain any empty text or CDATA nodes and where all textual content including attribute values or comments are trimmed.
strLen(byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
strLen(byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
strLen(String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
strLen(ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Get the length of the value stored at key.
strLen(Publisher<ReactiveRedisConnection.KeyCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveStringCommands
Get the length of the value stored at key.
strLen(byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisStringCommands
Get the length of the value stored at key.
strLen(String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get the length of the value stored at key.
structural(Class<T>) - 接口 中的静态方法org.springframework.data.repository.core.support.RepositoryFragment
Create a structural RepositoryFragment given interfaceOrImplementation.
StructuralRepositoryFragment() - 类 的构造器org.springframework.data.repository.core.support.RepositoryFragment.StructuralRepositoryFragment
 
STYLE - 类 中的静态变量org.xmlunit.input.CommentLessSource
Stylesheet used to strip all comments from an XML document.
STYLE_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
subarray(byte[][], int) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
subList(int, int) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
subList(int, int) - 类 中的方法org.springframework.util.AutoPopulatingList
 
submit(Runnable) - 类 中的方法org.springframework.jca.work.WorkManagerTaskExecutor
 
submit(Callable<T>) - 类 中的方法org.springframework.jca.work.WorkManagerTaskExecutor
 
submit(Runnable) - 类 中的方法org.springframework.scheduling.commonj.WorkManagerTaskExecutor
 
submit(Callable<T>) - 类 中的方法org.springframework.scheduling.commonj.WorkManagerTaskExecutor
 
submit(Runnable) - 类 中的方法org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
 
submit(Callable<T>) - 类 中的方法org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
 
submit(Runnable) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
submit(Callable<T>) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
submit(Runnable) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
submit(Callable<T>) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
submit(Runnable) - 类 中的方法org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
 
submit(Callable<T>) - 类 中的方法org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
 
SUBMIT_IMAGE_SUFFIXES - 类 中的静态变量org.springframework.web.util.WebUtils
Name suffixes in case of image buttons
submitListenable(Runnable) - 类 中的方法org.springframework.jca.work.WorkManagerTaskExecutor
 
submitListenable(Callable<T>) - 类 中的方法org.springframework.jca.work.WorkManagerTaskExecutor
 
submitListenable(Runnable) - 类 中的方法org.springframework.scheduling.commonj.WorkManagerTaskExecutor
 
submitListenable(Callable<T>) - 类 中的方法org.springframework.scheduling.commonj.WorkManagerTaskExecutor
 
submitListenable(Runnable) - 类 中的方法org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
 
submitListenable(Callable<T>) - 类 中的方法org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
 
submitListenable(Runnable) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
submitListenable(Callable<T>) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
submitListenable(Runnable) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
submitListenable(Callable<T>) - 类 中的方法org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
submitListenable(Runnable) - 类 中的方法org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
 
submitListenable(Callable<T>) - 类 中的方法org.springframework.scheduling.quartz.SimpleThreadPoolTaskExecutor
 
subOrZero(long, long) - 类 中的静态方法reactor.core.publisher.Operators
Cap a subtraction to 0
subPath(int) - 接口 中的方法org.springframework.http.server.PathContainer
Extract a sub-path from the given offset into the elements list.
subPath(int, int) - 接口 中的方法org.springframework.http.server.PathContainer
Extract a sub-path from the given start offset (inclusive) into the element list and to the end offset (exclusive).
subscribe(MessageListener, byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
subscribe(MessageListener, String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
subscribe(MessageListener, byte[]...) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
subscribe(MessageListener, byte[]...) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
subscribe(MessageListener, byte[]...) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
subscribe(MessageListener, byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisPubSubCommands
Subscribes the connection to the given channels.
subscribe(MessageListener, String...) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Subscribes the connection to the given channels.
subscribe(byte[]...) - 接口 中的方法org.springframework.data.redis.connection.Subscription
Adds the given channels to the current subscription.
subscribe(byte[]...) - 类 中的方法org.springframework.data.redis.connection.util.AbstractSubscription
 
subscribe(Subscriber<? super T>) - 类 中的方法org.springframework.http.server.reactive.AbstractListenerReadPublisher
 
subscribe(Subscriber<? super Void>) - 类 中的方法org.springframework.http.server.reactive.AbstractListenerWriteFlushProcessor
 
subscribe(Subscriber<? super Void>) - 类 中的方法org.springframework.http.server.reactive.AbstractListenerWriteProcessor
 
subscribe(CoreSubscriber<? super Void>) - 类 中的方法org.springframework.http.server.reactive.ChannelSendOperator
 
subscribe(CoreSubscriber<? super T>) - 类 中的方法reactor.core.publisher.DirectProcessor
 
subscribe(CoreSubscriber<? super T>) - 类 中的方法reactor.core.publisher.EmitterProcessor
 
subscribe() - 类 中的方法reactor.core.publisher.Flux
Subscribe to this Flux and request unbounded demand.
subscribe(Consumer<? super T>) - 类 中的方法reactor.core.publisher.Flux
Subscribe a Consumer to this Flux that will consume all the elements in the sequence.
subscribe(Consumer<? super T>, Consumer<? super Throwable>) - 类 中的方法reactor.core.publisher.Flux
Subscribe to this Flux with a Consumer that will consume all the elements in the sequence, as well as a Consumer that will handle errors.
subscribe(Consumer<? super T>, Consumer<? super Throwable>, Runnable) - 类 中的方法reactor.core.publisher.Flux
Subscribe Consumer to this Flux that will respectively consume all the elements in the sequence, handle errors and react to completion.
subscribe(Consumer<? super T>, Consumer<? super Throwable>, Runnable, Consumer<? super Subscription>) - 类 中的方法reactor.core.publisher.Flux
Subscribe Consumer to this Flux that will respectively consume all the elements in the sequence, handle errors, react to completion, and request upon subscription.
subscribe(Subscriber<? super T>) - 类 中的方法reactor.core.publisher.Flux
 
subscribe(CoreSubscriber<? super T>) - 类 中的方法reactor.core.publisher.Flux
An internal Publisher.subscribe(Subscriber) that will bypass Hooks.onLastOperator(Function) pointcut.
subscribe() - 类 中的方法reactor.core.publisher.Mono
Subscribe to this Mono and request unbounded demand.
subscribe(Consumer<? super T>) - 类 中的方法reactor.core.publisher.Mono
Subscribe a Consumer to this Mono that will consume all the sequence.
subscribe(Consumer<? super T>, Consumer<? super Throwable>) - 类 中的方法reactor.core.publisher.Mono
Subscribe to this Mono with a Consumer that will consume all the elements in the sequence, as well as a Consumer that will handle errors.
subscribe(Consumer<? super T>, Consumer<? super Throwable>, Runnable) - 类 中的方法reactor.core.publisher.Mono
Subscribe Consumer to this Mono that will respectively consume all the elements in the sequence, handle errors and react to completion.
subscribe(Consumer<? super T>, Consumer<? super Throwable>, Runnable, Consumer<? super Subscription>) - 类 中的方法reactor.core.publisher.Mono
Subscribe Consumer to this Mono that will respectively consume all the elements in the sequence, handle errors, react to completion, and request upon subscription.
subscribe(Subscriber<? super T>) - 类 中的方法reactor.core.publisher.Mono
 
subscribe(CoreSubscriber<? super T>) - 类 中的方法reactor.core.publisher.Mono
An internal Publisher.subscribe(Subscriber) that will bypass Hooks.onLastOperator(Function) pointcut.
subscribe(CoreSubscriber<? super O>) - 类 中的方法reactor.core.publisher.MonoProcessor
 
subscribe(CoreSubscriber<? super T>[]) - 类 中的方法reactor.core.publisher.ParallelFlux
Subscribes an array of Subscribers to this ParallelFlux and triggers the execution chain for all 'rails'.
subscribe() - 类 中的方法reactor.core.publisher.ParallelFlux
Subscribes to this ParallelFlux and triggers the execution chain for all 'rails'.
subscribe(Consumer<? super T>) - 类 中的方法reactor.core.publisher.ParallelFlux
Subscribes to this ParallelFlux by providing an onNext callback and triggers the execution chain for all 'rails'.
subscribe(Consumer<? super T>, Consumer<? super Throwable>) - 类 中的方法reactor.core.publisher.ParallelFlux
Subscribes to this ParallelFlux by providing an onNext and onError callback and triggers the execution chain for all 'rails'.
subscribe(Consumer<? super T>, Consumer<? super Throwable>, Runnable) - 类 中的方法reactor.core.publisher.ParallelFlux
Subscribes to this ParallelFlux by providing an onNext, onError and onComplete callback and triggers the execution chain for all 'rails'.
subscribe(Consumer<? super T>, Consumer<? super Throwable>, Runnable, Consumer<? super Subscription>) - 类 中的方法reactor.core.publisher.ParallelFlux
Subscribes to this ParallelFlux by providing an onNext, onError, onComplete and onSubscribe callback and triggers the execution chain for all 'rails'.
subscribe(Subscriber<? super T>) - 类 中的方法reactor.core.publisher.ParallelFlux
Merge the rails into a ParallelFlux.sequential() Flux and subscribe to said Flux.
subscribe(CoreSubscriber<? super T>) - 类 中的方法reactor.core.publisher.ReplayProcessor
 
subscribe(Subscription) - 接口 中的静态方法reactor.core.publisher.Signal
Creates and returns a Signal of variety Type.ON_SUBSCRIBE.
subscribe(Subscription, Context) - 接口 中的静态方法reactor.core.publisher.Signal
Creates and returns a Signal of variety Type.ON_SUBSCRIBE, that holds the Context associated with the subscribed source.
subscribe(CoreSubscriber<? super E>) - 类 中的方法reactor.core.publisher.TopicProcessor
 
subscribe(CoreSubscriber<? super T>) - 类 中的方法reactor.core.publisher.UnicastProcessor
 
subscribe(CoreSubscriber<? super E>) - 类 中的方法reactor.core.publisher.WorkQueueProcessor
 
subscribeOn(Scheduler) - 类 中的方法reactor.core.publisher.Flux
Run subscribe, onSubscribe and request on a specified Scheduler's Scheduler.Worker.
subscribeOn(Scheduler, boolean) - 类 中的方法reactor.core.publisher.Flux
Run subscribe and onSubscribe on a specified Scheduler's Scheduler.Worker.
subscribeOn(Scheduler) - 类 中的方法reactor.core.publisher.Mono
Run subscribe, onSubscribe and request on a specified Scheduler's Scheduler.Worker.
subscriberContext(Context) - 类 中的方法reactor.core.publisher.Flux
Enrich a potentially empty downstream Context by adding all values from the given Context, producing a new Context that is propagated upstream.
subscriberContext(Function<Context, Context>) - 类 中的方法reactor.core.publisher.Flux
Enrich a potentially empty downstream Context by applying a Function to it, producing a new Context that is propagated upstream.
subscriberContext() - 类 中的静态方法reactor.core.publisher.Mono
Create a Mono emitting the Context available on subscribe.
subscriberContext(Context) - 类 中的方法reactor.core.publisher.Mono
Enrich a potentially empty downstream Context by adding all values from the given Context, producing a new Context that is propagated upstream.
subscriberContext(Function<Context, Context>) - 类 中的方法reactor.core.publisher.Mono
Enrich a potentially empty downstream Context by applying a Function to it, producing a new Context that is propagated upstream.
subscribeWith(E) - 类 中的方法reactor.core.publisher.Flux
Subscribe the given Subscriber to this Flux and return said Subscriber (eg. a FluxProcessor).
subscribeWith(E) - 类 中的方法reactor.core.publisher.Mono
Subscribe the given Subscriber to this Mono and return said Subscriber (eg. a MonoProcessor).
Subscription - org.springframework.data.redis.connection中的接口
Subscription for Redis channels.
substituteNamedParameters(ParsedSql, SqlParameterSource) - 类 中的静态方法org.springframework.jdbc.core.namedparam.NamedParameterUtils
Parse the SQL statement and locate any placeholders or named parameters.
substituteNamedParameters(String, SqlParameterSource) - 类 中的静态方法org.springframework.jdbc.core.namedparam.NamedParameterUtils
Parse the SQL statement and locate any placeholders or named parameters.
substituteProperty(String, Class<?>, String, String, Class<?>...) - 类 中的方法org.yaml.snakeyaml.TypeDescription
Adds property substitute for pName
substituteProperty(PropertySubstitute) - 类 中的方法org.yaml.snakeyaml.TypeDescription
 
substringMatch(CharSequence, int, CharSequence) - 类 中的静态方法org.springframework.util.StringUtils
Test whether the given string matches the given substring at the given index.
success(T) - 类 中的方法org.springframework.util.concurrent.ListenableFutureCallbackRegistry
Trigger a SuccessCallback.onSuccess(Object) call on all added callbacks with the given result.
success() - 接口 中的方法reactor.core.publisher.MonoSink
Complete without any value.
success(T) - 接口 中的方法reactor.core.publisher.MonoSink
Complete with the given value.
SuccessCallback<T> - org.springframework.util.concurrent中的接口
Success callback for a ListenableFuture.
suffix(String) - 类 中的方法org.springframework.web.servlet.config.annotation.UrlBasedViewResolverRegistration
Set the suffix that gets appended to view names when building a URL.
suggestedClassName() - 接口 中的方法org.springframework.scripting.ScriptSource
Determine a class name for the underlying script.
suggestedClassName() - 类 中的方法org.springframework.scripting.support.ResourceScriptSource
 
suggestedClassName() - 类 中的方法org.springframework.scripting.support.StaticScriptSource
 
sUnion(byte[]...) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
sUnion(byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sUnion(String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sUnion(Collection<ByteBuffer>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveSetCommands
Returns the members intersecting all given sets at keys.
sUnion(Publisher<ReactiveSetCommands.SUnionCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveSetCommands
Returns the members intersecting all given sets at ReactiveSetCommands.SInterCommand.getKeys().
sUnion(byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisSetCommands
Union all sets at given keys.
sUnion(String...) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Union all sets at given keys.
sUnionStore(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
sUnionStore(byte[], byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sUnionStore(String, String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
sUnionStore(ByteBuffer, Collection<ByteBuffer>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveSetCommands
Union all given sets at keys and store result in destinationKey.
sUnionStore(Publisher<ReactiveSetCommands.SUnionStoreCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveSetCommands
Union all given sets at keys and store result in destinationKey.
sUnionStore(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisSetCommands
Union all sets at given keys and store result in destKey.
sUnionStore(String, String...) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Union all sets at given keys and store result in destKey.
supportedDatabaseProductsForFunctions - 类 中的静态变量org.springframework.jdbc.core.metadata.CallMetaDataProviderFactory
List of supported database products for function calls
supportedDatabaseProductsForProcedures - 类 中的静态变量org.springframework.jdbc.core.metadata.CallMetaDataProviderFactory
List of supported database products for procedure calls
supports(Class<?>) - 类 中的静态方法org.springframework.data.redis.core.convert.Jsr310Converters
 
supports(Class<?>) - 类 中的静态方法org.springframework.data.repository.core.support.MethodInvocationValidator
Returns true if the repositoryInterface is supported by this interceptor.
supports(String) - 枚举 中的方法org.springframework.data.repository.query.parser.Part.Type
Returns whether the the type supports the given raw property.
supports(List<TypeDescriptor>) - 类 中的方法org.springframework.data.repository.query.spi.Function
Returns true if the function can be called with the given argumentTypes.
supports(Class<?>) - 类 中的静态方法org.springframework.data.repository.util.QueryExecutionConverters
Returns whether the given type is a supported wrapper type.
supports(Class<?>) - 类 中的静态方法org.springframework.data.repository.util.ReactiveWrapperConverters
Returns whether the given type is supported for wrapper type conversion.
supports(Class<?>) - 类 中的静态方法org.springframework.data.repository.util.ReactiveWrappers
Returns true if the type is a supported reactive wrapper type.
supports(Object, Class<?>) - 类 中的方法org.springframework.data.web.JsonProjectingMethodInterceptorFactory
 
supports(Class<?>) - 类 中的方法org.springframework.data.web.XmlBeamHttpMessageConverter
 
supports(Class<?>) - 类 中的方法org.springframework.http.converter.AbstractGenericHttpMessageConverter
 
supports(Class<?>) - 类 中的方法org.springframework.http.converter.AbstractHttpMessageConverter
Indicates whether the given class is supported by this converter.
supports(Class<?>) - 类 中的方法org.springframework.http.converter.ByteArrayHttpMessageConverter
 
supports(Class<?>) - 类 中的方法org.springframework.http.converter.feed.AtomFeedHttpMessageConverter
 
supports(Class<?>) - 类 中的方法org.springframework.http.converter.feed.RssChannelHttpMessageConverter
 
supports(Class<?>) - 类 中的方法org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
supports(Class<?>) - 类 中的方法org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
 
supports(Class<?>) - 类 中的方法org.springframework.http.converter.ResourceHttpMessageConverter
 
supports(Class<?>) - 类 中的方法org.springframework.http.converter.StringHttpMessageConverter
 
supports(Class<?>) - 类 中的方法org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
 
supports(Class<?>) - 类 中的方法org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
 
supports(Class<?>) - 类 中的方法org.springframework.http.converter.xml.MarshallingHttpMessageConverter
 
supports(Class<?>) - 类 中的方法org.springframework.http.converter.xml.SourceHttpMessageConverter
 
supports(Class<?>) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
Returns true for all classes, i.e.
supports(Type) - 接口 中的方法org.springframework.oxm.GenericMarshaller
Indicates whether this marshaller can marshal instances of the supplied generic type.
supports(Type) - 接口 中的方法org.springframework.oxm.GenericUnmarshaller
Indicates whether this marshaller can marshal instances of the supplied generic type.
supports(Class<?>) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
 
supports(Type) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
 
supports(Class<?>) - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
 
supports(Class<?>) - 接口 中的方法org.springframework.oxm.Marshaller
Indicate whether this marshaller can marshal instances of the supplied type.
supports(Class<?>) - 接口 中的方法org.springframework.oxm.Unmarshaller
Indicate whether this unmarshaller can unmarshal instances of the supplied type.
supports(Class<?>) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
 
supports(Class<?>) - 类 中的方法org.springframework.validation.beanvalidation.SpringValidatorAdapter
 
supports(Class<?>) - 接口 中的方法org.springframework.validation.Validator
Can this Validator validate instances of the supplied clazz?
supports(Object) - 类 中的方法org.springframework.web.servlet.handler.SimpleServletHandlerAdapter
 
supports(Object) - 接口 中的方法org.springframework.web.servlet.HandlerAdapter
Given a handler instance, return whether or not this HandlerAdapter can support it.
supports(Object) - 类 中的方法org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter
 
supports(Object) - 类 中的方法org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
This implementation expects the handler to be an HandlerMethod.
supports(MethodParameter, Class<? extends HttpMessageConverter<?>>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.AbstractMappingJacksonResponseBodyAdvice
 
supports(MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.JsonViewRequestBodyAdvice
 
supports(MethodParameter, Class<? extends HttpMessageConverter<?>>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.JsonViewResponseBodyAdvice
 
supports(MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - 接口 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdvice
Invoked first to determine if this interceptor applies.
supports(MethodParameter, Class<? extends HttpMessageConverter<?>>) - 接口 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseBodyAdvice
Whether this component supports the given controller method return type and the selected HttpMessageConverter type.
supports(Object) - 类 中的方法org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
 
supportsBatchUpdates(Connection) - 类 中的静态方法org.springframework.jdbc.support.JdbcUtils
Return whether the given JDBC driver supports JDBC 2.0 batch updates.
supportsExact(List<TypeDescriptor>) - 类 中的方法org.springframework.data.repository.query.spi.Function
Checks if the encapsulated method has exactly the argument types as those passed as an argument.
supportsInternal(HandlerMethod) - 类 中的方法org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
Given a handler method, return whether or not this adapter can support it.
supportsInternal(HandlerMethod) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
Always return true since any method argument and return value type will be processed in some way.
supportsLobParameters() - 类 中的方法org.springframework.jdbc.object.BatchSqlUpdate
BatchSqlUpdate does not support BLOB or CLOB parameters.
supportsLobParameters() - 类 中的方法org.springframework.jdbc.object.RdbmsOperation
Return whether BLOB/CLOB parameters are supported for this kind of operation.
supportsMethod(Method) - 类 中的方法org.springframework.transaction.event.TransactionalEventListenerFactory
 
supportsMimeType(MimeType) - 类 中的方法org.springframework.http.codec.json.Jackson2CodecSupport
 
supportsParameter(MethodParameter) - 类 中的方法org.springframework.data.web.PageableHandlerMethodArgumentResolver
 
supportsParameter(MethodParameter) - 类 中的方法org.springframework.data.web.PagedResourcesAssemblerArgumentResolver
 
supportsParameter(MethodParameter) - 类 中的方法org.springframework.data.web.ProxyingHandlerMethodArgumentResolver
 
supportsParameter(MethodParameter) - 类 中的方法org.springframework.data.web.querydsl.QuerydslPredicateArgumentResolver
 
supportsParameter(MethodParameter) - 类 中的方法org.springframework.data.web.SortHandlerMethodArgumentResolver
 
supportsParameter(ParameterContext, ExtensionContext) - 类 中的方法org.springframework.test.context.junit.jupiter.SpringExtension
Determine if the value for the Parameter in the supplied ParameterContext should be autowired from the test's ApplicationContext.
supportsParameter(MethodParameter) - 类 中的方法org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
 
supportsParameter(MethodParameter) - 类 中的方法org.springframework.web.method.annotation.AbstractWebArgumentResolverAdapter
Actually resolve the value and check the resolved value is not WebArgumentResolver.UNRESOLVED absorbing _any_ exceptions.
supportsParameter(MethodParameter) - 类 中的方法org.springframework.web.method.annotation.ErrorsMethodArgumentResolver
 
supportsParameter(MethodParameter) - 类 中的方法org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver
 
supportsParameter(MethodParameter) - 类 中的方法org.springframework.web.method.annotation.MapMethodProcessor
 
supportsParameter(MethodParameter) - 类 中的方法org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Returns true if the parameter is annotated with ModelAttribute or, if in default resolution mode, for any method parameter that is not a simple type.
supportsParameter(MethodParameter) - 类 中的方法org.springframework.web.method.annotation.ModelMethodProcessor
 
supportsParameter(MethodParameter) - 类 中的方法org.springframework.web.method.annotation.RequestHeaderMapMethodArgumentResolver
 
supportsParameter(MethodParameter) - 类 中的方法org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver
 
supportsParameter(MethodParameter) - 类 中的方法org.springframework.web.method.annotation.RequestParamMapMethodArgumentResolver
 
supportsParameter(MethodParameter) - 类 中的方法org.springframework.web.method.annotation.RequestParamMethodArgumentResolver
Supports the following: @RequestParam-annotated method arguments.
supportsParameter(MethodParameter) - 类 中的方法org.springframework.web.method.annotation.SessionStatusMethodArgumentResolver
 
supportsParameter(MethodParameter) - 类 中的方法org.springframework.web.method.support.CompositeUriComponentsContributor
 
supportsParameter(MethodParameter) - 接口 中的方法org.springframework.web.method.support.HandlerMethodArgumentResolver
Whether the given method parameter is supported by this resolver.
supportsParameter(MethodParameter) - 类 中的方法org.springframework.web.method.support.HandlerMethodArgumentResolverComposite
Whether the given method parameter is supported by any registered HandlerMethodArgumentResolver.
supportsParameter(MethodParameter) - 接口 中的方法org.springframework.web.method.support.UriComponentsContributor
Whether this contributor supports the given method parameter.
supportsParameter(MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
 
supportsParameter(MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMapMethodArgumentResolver
 
supportsParameter(MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMethodArgumentResolver
 
supportsParameter(MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.PathVariableMapMethodArgumentResolver
 
supportsParameter(MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.PathVariableMethodArgumentResolver
 
supportsParameter(MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RedirectAttributesMethodArgumentResolver
 
supportsParameter(MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestAttributeMethodArgumentResolver
 
supportsParameter(MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestPartMethodArgumentResolver
Supports the following: annotated with @RequestPart of type MultipartFile unless annotated with @RequestParam of type javax.servlet.http.Part unless annotated with @RequestParam
supportsParameter(MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
 
supportsParameter(MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ServletRequestMethodArgumentResolver
 
supportsParameter(MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ServletResponseMethodArgumentResolver
 
supportsParameter(MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.SessionAttributeMethodArgumentResolver
 
supportsParameter(MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.UriComponentsBuilderMethodArgumentResolver
 
supportsResourceAdapterManagedTransactions() - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
 
supportsResourceAdapterManagedTransactions() - 类 中的方法org.springframework.transaction.jta.SimpleTransactionFactory
 
supportsResourceAdapterManagedTransactions() - 接口 中的方法org.springframework.transaction.jta.TransactionFactory
Determine whether the underlying transaction manager supports XA transactions managed by a resource adapter (i.e. without explicit XA resource enlistment).
supportsResourceAdapterManagedTransactions() - 类 中的方法org.springframework.transaction.jta.WebSphereUowTransactionManager
Returns true since WebSphere ResourceAdapters (as exposed in JNDI) implicitly perform transaction enlistment if the MessageEndpointFactory's isDeliveryTransacted method returns true.
supportsReturnType(MethodParameter) - 类 中的方法org.springframework.web.method.annotation.MapMethodProcessor
 
supportsReturnType(MethodParameter) - 类 中的方法org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Return true if there is a method-level @ModelAttribute or, in default resolution mode, for any return value type that is not a simple type.
supportsReturnType(MethodParameter) - 类 中的方法org.springframework.web.method.annotation.ModelMethodProcessor
 
supportsReturnType(MethodParameter) - 接口 中的方法org.springframework.web.method.support.HandlerMethodReturnValueHandler
Whether the given method return type is supported by this handler.
supportsReturnType(MethodParameter) - 类 中的方法org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
Whether the given method return type is supported by any registered HandlerMethodReturnValueHandler.
supportsReturnType(MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.AsyncTaskMethodReturnValueHandler
 
supportsReturnType(MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.CallableMethodReturnValueHandler
 
supportsReturnType(MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.DeferredResultMethodReturnValueHandler
 
supportsReturnType(MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor
 
supportsReturnType(MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.HttpHeadersReturnValueHandler
 
supportsReturnType(MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ModelAndViewMethodReturnValueHandler
 
supportsReturnType(MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ModelAndViewResolverMethodReturnValueHandler
Always returns true.
supportsReturnType(MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor
 
supportsReturnType(MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitterReturnValueHandler
 
supportsReturnType(MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBodyReturnValueHandler
 
supportsReturnType(MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ViewMethodReturnValueHandler
 
supportsReturnType(MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ViewNameMethodReturnValueHandler
 
supportsSavepoints() - 类 中的方法org.springframework.jdbc.datasource.ConnectionHolder
Return whether JDBC 3.0 Savepoints are supported.
supportsTypeLevelMappings() - 类 中的方法org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Indicates whether this handler mapping support type-level mappings.
supportsUnwrapping(Class<?>) - 类 中的静态方法org.springframework.data.repository.util.QueryExecutionConverters
Returns whether the given wrapper type supports unwrapping.
suppress(String) - 类 中的方法org.springframework.instrument.classloading.ResourceOverridingShadowingClassLoader
Ensure that a resource with the given path is not found.
SurroundingTransactionDetectorMethodInterceptor - org.springframework.data.repository.core.support中的枚举
MethodInterceptor detecting whether a transaction is already running and exposing that fact via SurroundingTransactionDetectorMethodInterceptor.isSurroundingTransactionActive().
suspend(Object) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Suspend the given transaction.
suspend() - 类 中的方法org.springframework.transaction.support.ResourceHolderSynchronization
 
suspend() - 接口 中的方法org.springframework.transaction.support.TransactionSynchronization
Suspend this synchronization.
suspend() - 类 中的方法org.springframework.transaction.support.TransactionSynchronizationAdapter
 
swap() - 类 中的静态方法reactor.core.Disposables
Create a new empty Disposable.Swap with atomic guarantees on all mutative operations.
switchIfEmpty(Publisher<? extends T>) - 类 中的方法reactor.core.publisher.Flux
Switch to an alternative Publisher if this sequence is completed without any data.
switchIfEmpty(Mono<? extends T>) - 类 中的方法reactor.core.publisher.Mono
Fallback to an alternative Mono if this mono is completed without data
switchMap(Function<? super T, Publisher<? extends V>>) - 类 中的方法reactor.core.publisher.Flux
Switch to a new Publisher generated via a Function whenever this Flux produces an item.
switchMap(Function<? super T, Publisher<? extends V>>, int) - 类 中的方法reactor.core.publisher.Flux
Switch to a new Publisher generated via a Function whenever this Flux produces an item.
switchOnNext(Publisher<? extends Publisher<? extends T>>) - 类 中的静态方法reactor.core.publisher.Flux
Creates a Flux that mirrors the most recently emitted Publisher, forwarding its data until a new Publisher comes in in the source.
switchOnNext(Publisher<? extends Publisher<? extends T>>, int) - 类 中的静态方法reactor.core.publisher.Flux
Creates a Flux that mirrors the most recently emitted Publisher, forwarding its data until a new Publisher comes in in the source.
switchOnNext() - 类 中的静态方法reactor.core.publisher.FluxProcessor
Build a FluxProcessor whose data are emitted by the most recent emitted Publisher.
switchToPubSub() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
LettuceConnection.close() the current connection and open a new pub/sub connection to the Redis server.
SybaseAnywhereMaxValueIncrementer - org.springframework.jdbc.support.incrementer中的类
DataFieldMaxValueIncrementer that increments the maximum value of a given Sybase table with the equivalent of an auto-increment column.
SybaseAnywhereMaxValueIncrementer() - 类 的构造器org.springframework.jdbc.support.incrementer.SybaseAnywhereMaxValueIncrementer
Default constructor for bean property style usage.
SybaseAnywhereMaxValueIncrementer(DataSource, String, String) - 类 的构造器org.springframework.jdbc.support.incrementer.SybaseAnywhereMaxValueIncrementer
Convenience constructor.
SybaseCallMetaDataProvider - org.springframework.jdbc.core.metadata中的类
Sybase specific implementation for the CallMetaDataProvider interface.
SybaseCallMetaDataProvider(DatabaseMetaData) - 类 的构造器org.springframework.jdbc.core.metadata.SybaseCallMetaDataProvider
 
SybaseMaxValueIncrementer - org.springframework.jdbc.support.incrementer中的类
DataFieldMaxValueIncrementer that increments the maximum value of a given Sybase table with the equivalent of an auto-increment column.
SybaseMaxValueIncrementer() - 类 的构造器org.springframework.jdbc.support.incrementer.SybaseMaxValueIncrementer
Default constructor for bean property style usage.
SybaseMaxValueIncrementer(DataSource, String, String) - 类 的构造器org.springframework.jdbc.support.incrementer.SybaseMaxValueIncrementer
Convenience constructor.
SYNC - 接口 中的静态变量reactor.core.Fuseable
Indicates the QueueSubscription can perform sync-fusion.
syncBody(Object) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.RequestBodySpec
Set the body of the request to the given synchronous Object and perform the request.
SYNCHRONIZATION_ALWAYS - 类 中的静态变量org.springframework.transaction.support.AbstractPlatformTransactionManager
Always activate transaction synchronization, even for "empty" transactions that result from PROPAGATION_SUPPORTS with no existing backend transaction.
SYNCHRONIZATION_NEVER - 类 中的静态变量org.springframework.transaction.support.AbstractPlatformTransactionManager
Never active transaction synchronization, not even for actual transactions.
SYNCHRONIZATION_ON_ACTUAL_TRANSACTION - 类 中的静态变量org.springframework.transaction.support.AbstractPlatformTransactionManager
Activate transaction synchronization only for actual transactions, that is, not for empty ones that result from PROPAGATION_SUPPORTS with no existing backend transaction.
SynchronossPartHttpMessageReader - org.springframework.http.codec.multipart中的类
HttpMessageReader for parsing "multipart/form-data" requests to a stream of Part's using the Synchronoss NIO Multipart library.
SynchronossPartHttpMessageReader() - 类 的构造器org.springframework.http.codec.multipart.SynchronossPartHttpMessageReader
 
SynchronousSink<T> - reactor.core.publisher中的接口
Interface to produce synchronously "one signal" to an underlying Subscriber.
synthesizeAnnotation() - 类 中的方法org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
Synthesize the merged AnnotationAttributes in this descriptor back into an annotation of the target annotation type.
synthesizeAnnotation() - 类 中的方法org.springframework.test.util.MetaAnnotationUtils.UntypedAnnotationDescriptor
Throws an UnsupportedOperationException since the type of annotation represented by the AnnotationAttributes in an UntypedAnnotationDescriptor is unknown.
SystemProfileValueSource - org.springframework.test.annotation中的类
Implementation of ProfileValueSource which uses system properties as the underlying source.
SystemPropertyUtils - org.springframework.util中的类
Helper class for resolving placeholders in texts.
SystemPropertyUtils() - 类 的构造器org.springframework.util.SystemPropertyUtils
 

T

TABINDEX_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
TableMetaDataContext - org.springframework.jdbc.core.metadata中的类
Class to manage context meta-data used for the configuration and execution of operations on a database table.
TableMetaDataContext() - 类 的构造器org.springframework.jdbc.core.metadata.TableMetaDataContext
 
TableMetaDataProvider - org.springframework.jdbc.core.metadata中的接口
Interface specifying the API to be implemented by a class providing table meta-data.
TableMetaDataProviderFactory - org.springframework.jdbc.core.metadata中的类
Factory used to create a TableMetaDataProvider implementation based on the type of database being used.
TableMetaDataProviderFactory() - 类 的构造器org.springframework.jdbc.core.metadata.TableMetaDataProviderFactory
 
tableNameToUse(String) - 类 中的方法org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
tableNameToUse(String) - 接口 中的方法org.springframework.jdbc.core.metadata.TableMetaDataProvider
Get the table name formatted based on meta-data information.
TableParameterMetaData - org.springframework.jdbc.core.metadata中的类
Holder of meta-data for a specific parameter that is used for table processing.
TableParameterMetaData(String, int, boolean) - 类 的构造器org.springframework.jdbc.core.metadata.TableParameterMetaData
Constructor taking all the properties.
Tag - org.yaml.snakeyaml.nodes中的类
 
Tag(String) - 类 的构造器org.yaml.snakeyaml.nodes.Tag
 
Tag(Class<? extends Object>) - 类 的构造器org.yaml.snakeyaml.nodes.Tag
 
Tag(URI) - 类 的构造器org.yaml.snakeyaml.nodes.Tag
 
tag(String, String) - 类 中的方法reactor.core.publisher.Flux
Tag this flux with a key/value pair.
tag(String, String) - 类 中的方法reactor.core.publisher.Mono
Tag this mono with a key/value pair.
tag(String, String) - 类 中的方法reactor.core.publisher.ParallelFlux
Tag this ParallelFlux with a key/value pair.
TAGS - 类 中的静态变量reactor.core.Scannable.Attr
A Stream of Tuple2 representing key/value pairs for tagged components.
tags() - 接口 中的方法reactor.core.Scannable
Visit this Scannable and its Scannable.parents() and stream all the observed tags
TagToken - org.yaml.snakeyaml.tokens中的类
 
TagToken(TagTuple, Mark, Mark) - 类 的构造器org.yaml.snakeyaml.tokens.TagToken
 
TagTuple - org.yaml.snakeyaml.tokens中的类
 
TagTuple(String, String) - 类 的构造器org.yaml.snakeyaml.tokens.TagTuple
 
TagUtils - org.springframework.web.util中的类
Utility class for tag library related code, exposing functionality such as translating Strings to web scopes.
TagUtils() - 类 的构造器org.springframework.web.util.TagUtils
 
TagWriter - org.springframework.web.servlet.tags.form中的类
Utility class for writing HTML content to a Writer instance.
TagWriter(PageContext) - 类 的构造器org.springframework.web.servlet.tags.form.TagWriter
Create a new instance of the TagWriter class that writes to the supplied PageContext.
take() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
take(long) - 类 中的方法reactor.core.publisher.Flux
Take only the first N values from this Flux, if available.
take(Duration) - 类 中的方法reactor.core.publisher.Flux
Relay values from this Flux until the specified Duration elapses.
take(Duration, Scheduler) - 类 中的方法reactor.core.publisher.Flux
Relay values from this Flux until the specified Duration elapses, as measured on the specified Scheduler.
take(Duration) - 类 中的方法reactor.core.publisher.Mono
Give this Mono a chance to resolve within a specified time frame but complete if it doesn't.
take(Duration, Scheduler) - 类 中的方法reactor.core.publisher.Mono
Give this Mono a chance to resolve within a specified time frame but complete if it doesn't.
takeFirst() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
takeLast() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
takeLast(int) - 类 中的方法reactor.core.publisher.Flux
Emit the last N values this Flux emitted before its completion.
takeUntil(Predicate<? super T>) - 类 中的方法reactor.core.publisher.Flux
Relay values from this Flux until the given Predicate matches.
takeUntilOther(Publisher<?>) - 类 中的方法reactor.core.publisher.Flux
Relay values from this Flux until the given Publisher emits.
takeUntilOther(Publisher<?>) - 类 中的方法reactor.core.publisher.Mono
Give this Mono a chance to resolve before a companion Publisher emits.
takeWhile(Predicate<? super T>) - 类 中的方法reactor.core.publisher.Flux
Relay values from this Flux while a predicate returns TRUE for the values (checked before each value is delivered).
targetClass - 类 中的变量org.springframework.util.MethodInvoker
 
targetType - 类 中的变量org.yaml.snakeyaml.introspector.PropertySubstitute
 
Task - org.springframework.scheduling.config中的类
Holder class defining a Runnable to be executed as a task, typically at a scheduled time or interval.
Task(Runnable) - 类 的构造器org.springframework.scheduling.config.Task
Create a new Task.
TaskExecutorFactoryBean - org.springframework.scheduling.config中的类
FactoryBean for creating ThreadPoolTaskExecutor instances, primarily used behind the XML task namespace.
TaskExecutorFactoryBean() - 类 的构造器org.springframework.scheduling.config.TaskExecutorFactoryBean
 
TaskManagementConfigUtils - org.springframework.scheduling.config中的类
Configuration constants for internal sharing across subpackages.
TaskManagementConfigUtils() - 类 的构造器org.springframework.scheduling.config.TaskManagementConfigUtils
 
TaskNamespaceHandler - org.springframework.scheduling.config中的类
NamespaceHandler for the 'task' namespace.
TaskNamespaceHandler() - 类 的构造器org.springframework.scheduling.config.TaskNamespaceHandler
 
TaskScheduler - org.springframework.scheduling中的接口
Task scheduler interface that abstracts the scheduling of Runnables based on different kinds of triggers.
TaskUtils - org.springframework.scheduling.support中的类
Utility methods for decorating tasks with error handling.
TaskUtils() - 类 的构造器org.springframework.scheduling.support.TaskUtils
 
TE - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP TE header field name.
TEMP_DIR_CONTEXT_ATTRIBUTE - 类 中的静态变量org.springframework.web.util.WebUtils
Standard Servlet spec context attribute that specifies a temporary directory for the current web application, of type java.io.File.
TEMPLATE_EXPRESSION - 接口 中的静态变量org.springframework.expression.ParserContext
The default ParserContext implementation that enables template expression parsing mode.
TemplateAwareExpressionParser - org.springframework.expression.common中的类
An expression parser that understands templates.
TemplateAwareExpressionParser() - 类 的构造器org.springframework.expression.common.TemplateAwareExpressionParser
 
TemplateParserContext - org.springframework.expression.common中的类
Configurable ParserContext implementation for template parsing.
TemplateParserContext() - 类 的构造器org.springframework.expression.common.TemplateParserContext
Create a new TemplateParserContext with the default "#{" prefix and "}" suffix.
TemplateParserContext(String, String) - 类 的构造器org.springframework.expression.common.TemplateParserContext
Create a new TemplateParserContext for the given prefix and suffix.
TemporalAccessorParser - org.springframework.format.datetime.standard中的类
Parser implementation for a JSR-310 TemporalAccessor, using a DateTimeFormatter) (the contextual one, if available).
TemporalAccessorParser(Class<? extends TemporalAccessor>, DateTimeFormatter) - 类 的构造器org.springframework.format.datetime.standard.TemporalAccessorParser
Create a new TemporalAccessorParser for the given TemporalAccessor type.
TemporalAccessorPrinter - org.springframework.format.datetime.standard中的类
Printer implementation for a JSR-310 TemporalAccessor, using a DateTimeFormatter) (the contextual one, if available).
TemporalAccessorPrinter(DateTimeFormatter) - 类 的构造器org.springframework.format.datetime.standard.TemporalAccessorPrinter
Create a new TemporalAccessorPrinter.
TemporaryLobCreator - org.springframework.jdbc.support.lob中的类
LobCreator implementation based on temporary LOBs, using JDBC 4.0's Connection.createBlob() / Connection.createClob() mechanism.
TemporaryLobCreator() - 类 的构造器org.springframework.jdbc.support.lob.TemporaryLobCreator
 
terminate(AtomicReferenceFieldUpdater<T, Throwable>, T) - 类 中的静态方法reactor.core.Exceptions
Atomic utility to safely mark a volatile throwable reference with a terminal marker.
terminate(AtomicReferenceFieldUpdater<F, Subscription>, F) - 类 中的静态方法reactor.core.publisher.Operators
Atomically terminates the subscription if it is not already a Operators.cancelledSubscription(), cancelling the subscription and setting the field to the singleton Operators.cancelledSubscription().
TERMINATED - 类 中的静态变量reactor.core.Exceptions
A singleton instance of a Throwable indicating a terminal state for exceptions, don't leak this!
TERMINATED - 类 中的静态变量reactor.core.Scannable.Attr
A Boolean attribute indicating whether or not an upstream component terminated this scanned component. e.g. a post onComplete/onError subscriber.
Ternary - org.springframework.expression.spel.ast中的类
Represents a ternary expression, for example: "someCheck()?
Ternary(int, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.Ternary
 
test(MethodLookup.InvokedMethod, Method) - 接口 中的方法org.springframework.data.repository.core.support.MethodLookup.MethodPredicate
 
test(Object) - 类 中的方法org.xmlunit.util.IsNullPredicate
 
test(T) - 接口 中的方法org.xmlunit.util.Predicate
 
TestAnnotationUtils - org.springframework.test.annotation中的类
Collection of utility methods for working with Spring's core testing annotations.
TestAnnotationUtils() - 类 的构造器org.springframework.test.annotation.TestAnnotationUtils
 
testConnection() - 类 中的方法org.springframework.mail.javamail.JavaMailSenderImpl
Validate that this instance can connect to the server that it is configured for.
TestContext - org.springframework.test.context中的接口
TestContext encapsulates the context in which a test is executed, agnostic of the actual testing framework in use.
TestContextBootstrapper - org.springframework.test.context中的接口
TestContextBootstrapper defines the SPI for bootstrapping the Spring TestContext Framework.
TestContextManager - org.springframework.test.context中的类
TestContextManager is the main entry point into the Spring TestContext Framework.
TestContextManager(Class<?>) - 类 的构造器org.springframework.test.context.TestContextManager
Construct a new TestContextManager for the supplied test class.
TestContextManager(TestContextBootstrapper) - 类 的构造器org.springframework.test.context.TestContextManager
Construct a new TestContextManager using the supplied TestContextBootstrapper and register the necessary TestExecutionListeners.
TestContextResourceUtils - org.springframework.test.context.util中的类
Utility methods for working with resources within the Spring TestContext Framework.
TestContextResourceUtils() - 类 的构造器org.springframework.test.context.util.TestContextResourceUtils
 
TestContextTransactionUtils - org.springframework.test.context.transaction中的类
Utility methods for working with transactions and data access related beans within the Spring TestContext Framework.
TestContextTransactionUtils() - 类 的构造器org.springframework.test.context.transaction.TestContextTransactionUtils
 
TestExecutionListener - org.springframework.test.context中的接口
TestExecutionListener defines a listener API for reacting to test execution events published by the TestContextManager with which the listener is registered.
TestExecutionListeners - org.springframework.test.context中的注释类型
TestExecutionListeners defines class-level metadata for configuring which TestExecutionListeners should be registered with a TestContextManager.
TestExecutionListeners.MergeMode - org.springframework.test.context中的枚举
Enumeration of modes that dictate whether or not explicitly declared listeners are merged with the default listeners when @TestExecutionListeners is declared on a class that does not inherit listeners from a superclass.
TestPropertySource - org.springframework.test.context中的注释类型
@TestPropertySource is a class-level annotation that is used to configure the TestPropertySource.locations() of properties files and inlined TestPropertySource.properties() to be added to the Environment's set of PropertySources for an ApplicationContext for integration tests.
TestPropertySourceUtils - org.springframework.test.context.support中的类
Utility methods for working with @TestPropertySource and adding test PropertySources to the Environment.
TestPropertySourceUtils() - 类 的构造器org.springframework.test.context.support.TestPropertySourceUtils
 
testRegistry(Registry) - 类 中的方法org.springframework.remoting.rmi.RmiRegistryFactoryBean
Test the given RMI registry, calling some operation on it to check whether it is still active.
testRegistry(Registry) - 类 中的方法org.springframework.remoting.rmi.RmiServiceExporter
Test the given RMI registry, calling some operation on it to check whether it is still active.
TestTransaction - org.springframework.test.context.transaction中的类
TestTransaction provides a collection of static utility methods for programmatic interaction with test-managed transactions within test methods, before methods, and after methods.
TestTransaction() - 类 的构造器org.springframework.test.context.transaction.TestTransaction
 
TEXT_EVENT_STREAM - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for text/event-stream.
TEXT_EVENT_STREAM_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.TEXT_EVENT_STREAM.
TEXT_HTML - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for text/html.
TEXT_HTML - 类 中的静态变量org.springframework.util.MimeTypeUtils
Public constant mime type for text/html.
TEXT_HTML_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.TEXT_HTML.
TEXT_HTML_VALUE - 类 中的静态变量org.springframework.util.MimeTypeUtils
A String equivalent of MimeTypeUtils.TEXT_HTML.
TEXT_MARKDOWN - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for text/markdown.
TEXT_MARKDOWN_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.TEXT_MARKDOWN.
TEXT_PLAIN - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for text/plain.
TEXT_PLAIN - 类 中的静态变量org.springframework.util.MimeTypeUtils
Public constant mime type for text/plain.
TEXT_PLAIN_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.TEXT_PLAIN.
TEXT_PLAIN_VALUE - 类 中的静态变量org.springframework.util.MimeTypeUtils
A String equivalent of MimeTypeUtils.TEXT_PLAIN.
TEXT_XML - 类 中的静态变量org.springframework.http.MediaType
Public constant media type for text/xml.
TEXT_XML - 类 中的静态变量org.springframework.util.MimeTypeUtils
Public constant mime type for text/xml.
TEXT_XML_VALUE - 类 中的静态变量org.springframework.http.MediaType
A String equivalent of MediaType.TEXT_XML.
TEXT_XML_VALUE - 类 中的静态变量org.springframework.util.MimeTypeUtils
A String equivalent of MimeTypeUtils.TEXT_XML.
TextareaTag - org.springframework.web.servlet.tags.form中的类
The <textarea> tag renders an HTML 'textarea'.
TextareaTag() - 类 的构造器org.springframework.web.servlet.tags.form.TextareaTag
 
Theme - org.springframework.ui.context中的接口
A Theme can resolve theme-specific messages, codes, file paths, etcetera (e.g. CSS and image files in a web environment).
THEME_REQUEST_ATTRIBUTE_NAME - 类 中的静态变量org.springframework.web.servlet.theme.CookieThemeResolver
Name of the request attribute that holds the theme name.
THEME_RESOLVER_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.DispatcherServlet
Request attribute to hold the current ThemeResolver, retrievable by views.
THEME_RESOLVER_BEAN_NAME - 类 中的静态变量org.springframework.web.servlet.DispatcherServlet
Well-known name for the ThemeResolver object in the bean factory for this namespace.
THEME_SESSION_ATTRIBUTE_NAME - 类 中的静态变量org.springframework.web.servlet.theme.SessionThemeResolver
Name of the session attribute that holds the theme name.
THEME_SOURCE_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.DispatcherServlet
Request attribute to hold the current ThemeSource, retrievable by views.
THEME_SOURCE_BEAN_NAME - 类 中的静态变量org.springframework.ui.context.support.UiApplicationContextUtils
Name of the ThemeSource bean in the factory.
ThemeChangeInterceptor - org.springframework.web.servlet.theme中的类
Interceptor that allows for changing the current theme on every request, via a configurable request parameter (default parameter name: "theme").
ThemeChangeInterceptor() - 类 的构造器org.springframework.web.servlet.theme.ThemeChangeInterceptor
 
ThemeResolver - org.springframework.web.servlet中的接口
Interface for web-based theme resolution strategies that allows for both theme resolution via the request and theme modification via request and response.
ThemeSource - org.springframework.ui.context中的接口
Interface to be implemented by objects that can resolve Themes.
ThemeTag - org.springframework.web.servlet.tags中的类
The <theme> tag looks up a theme message in the scope of this page.
ThemeTag() - 类 的构造器org.springframework.web.servlet.tags.ThemeTag
 
then() - 类 中的方法reactor.core.publisher.Flux
Return a Mono<Void> that completes when this Flux completes.
then(Mono<V>) - 类 中的方法reactor.core.publisher.Flux
Let this Flux complete then play signals from a provided Mono.
then() - 类 中的方法reactor.core.publisher.Mono
Return a Mono<Void> which only replays complete and error signals from this Mono.
then(Mono<V>) - 类 中的方法reactor.core.publisher.Mono
Let this Mono complete then play another Mono.
thenEmpty(Publisher<Void>) - 类 中的方法reactor.core.publisher.Flux
Return a Mono<Void> that waits for this Flux to complete then for a supplied Publisher<Void> to also complete.
thenEmpty(Publisher<Void>) - 类 中的方法reactor.core.publisher.Mono
Return a Mono<Void> that waits for this Mono to complete then for a supplied Publisher<Void> to also complete.
thenMany(Publisher<V>) - 类 中的方法reactor.core.publisher.Flux
Let this Flux complete then play another Publisher.
thenMany(Publisher<V>) - 类 中的方法reactor.core.publisher.Mono
Let this Mono complete then play another Publisher.
thenReturn(V) - 类 中的方法reactor.core.publisher.Mono
Let this Mono complete then emit the provided value.
thenUse(ElementSelector) - 接口 中的方法org.xmlunit.diff.ElementSelectors.ConditionalSelectorBuilderThen
Specifies the ElementSelector to use when the condition holds true.
THREAD_BARRIER - 接口 中的静态变量reactor.core.Fuseable
Indicates that the queue will be drained from another thread thus any queue-exit computation may be invalid at that point.
ThreadPoolExecutorFactoryBean - org.springframework.scheduling.concurrent中的类
JavaBean that allows for configuring a ThreadPoolExecutor in bean style (through its "corePoolSize", "maxPoolSize", "keepAliveSeconds", "queueCapacity" properties) and exposing it as a bean reference of its native ExecutorService type.
ThreadPoolExecutorFactoryBean() - 类 的构造器org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
ThreadPoolTaskExecutor - org.springframework.scheduling.concurrent中的类
JavaBean that allows for configuring a ThreadPoolExecutor in bean style (through its "corePoolSize", "maxPoolSize", "keepAliveSeconds", "queueCapacity" properties) and exposing it as a Spring TaskExecutor.
ThreadPoolTaskExecutor() - 类 的构造器org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
ThreadPoolTaskScheduler - org.springframework.scheduling.concurrent中的类
Implementation of Spring's TaskScheduler interface, wrapping a native ScheduledThreadPoolExecutor.
ThreadPoolTaskScheduler() - 类 的构造器org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
throwIfFatal(Throwable) - 类 中的静态方法reactor.core.Exceptions
Throws a particular Throwable only if it belongs to a push of "fatal" error varieties.
throwIfJvmFatal(Throwable) - 类 中的静态方法reactor.core.Exceptions
Throws a particular Throwable only if it belongs to a push of "fatal" error varieties native to the JVM.
tiles() - 类 中的方法org.springframework.web.servlet.config.annotation.ViewResolverRegistry
Register Tiles 3.x view resolver.
TilesConfigurer - org.springframework.web.servlet.view.tiles3中的类
Helper class to configure Tiles 3.x for the Spring Framework.
TilesConfigurer() - 类 的构造器org.springframework.web.servlet.view.tiles3.TilesConfigurer
 
TilesConfigurerBeanDefinitionParser - org.springframework.web.servlet.config中的类
Parse the MVC namespace element and register a corresponding TilesConfigurer bean.
TilesConfigurerBeanDefinitionParser() - 类 的构造器org.springframework.web.servlet.config.TilesConfigurerBeanDefinitionParser
 
TilesView - org.springframework.web.servlet.view.tiles3中的类
View implementation that renders through the Tiles Request API.
TilesView() - 类 的构造器org.springframework.web.servlet.view.tiles3.TilesView
 
TilesViewResolver - org.springframework.web.servlet.view.tiles3中的类
Convenience subclass of UrlBasedViewResolver that supports TilesView (i.e.
TilesViewResolver() - 类 的构造器org.springframework.web.servlet.view.tiles3.TilesViewResolver
 
time(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisClusterConnection
已过时。
time() - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
time() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
time(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.ReactiveClusterServerCommands
Request server timestamp using TIME command.
time() - 接口 中的方法org.springframework.data.redis.connection.ReactiveServerCommands
Request server timestamp using TIME command.
time(RedisClusterNode) - 接口 中的方法org.springframework.data.redis.connection.RedisClusterServerCommands
 
time() - 接口 中的方法org.springframework.data.redis.connection.RedisServerCommands
Request server timestamp using TIME command.
TIME_ZONE_REQUEST_ATTRIBUTE_NAME - 类 中的静态变量org.springframework.web.servlet.i18n.CookieLocaleResolver
The name of the request attribute that holds the TimeZone.
TIME_ZONE_SESSION_ATTRIBUTE_NAME - 类 中的静态变量org.springframework.web.servlet.i18n.SessionLocaleResolver
Name of the session attribute that holds the TimeZone.
Timed - org.springframework.test.annotation中的注释类型
Test-specific annotation to indicate that a test method has to finish execution in a specified time period.
timeout(Instant) - 类 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands.ExpireAtCommand
Applies the expireAt.
timeout(Duration) - 类 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands.ExpireCommand
Applies the timeout.
timeout(int) - 类 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands.MoveCommand
Applies the database index.
timeout(Duration) - 类 中的方法reactor.core.publisher.Flux
Propagate a TimeoutException as soon as no item is emitted within the given Duration from the previous emission (or the subscription for the first item).
timeout(Duration, Publisher<? extends T>) - 类 中的方法reactor.core.publisher.Flux
Switch to a fallback Flux as soon as no item is emitted within the given Duration from the previous emission (or the subscription for the first item).
timeout(Duration, Scheduler) - 类 中的方法reactor.core.publisher.Flux
Propagate a TimeoutException as soon as no item is emitted within the given Duration from the previous emission (or the subscription for the first item), as measured by the specified Scheduler.
timeout(Duration, Publisher<? extends T>, Scheduler) - 类 中的方法reactor.core.publisher.Flux
Switch to a fallback Flux as soon as no item is emitted within the given Duration from the previous emission (or the subscription for the first item), as measured on the specified Scheduler.
timeout(Publisher<U>) - 类 中的方法reactor.core.publisher.Flux
Signal a TimeoutException in case the first item from this Flux has not been emitted before the given Publisher emits.
timeout(Publisher<U>, Function<? super T, ? extends Publisher<V>>) - 类 中的方法reactor.core.publisher.Flux
Signal a TimeoutException in case the first item from this Flux has not been emitted before the firstTimeout Publisher emits, and whenever each subsequent elements is not emitted before a Publisher generated from the latest element signals.
timeout(Publisher<U>, Function<? super T, ? extends Publisher<V>>, Publisher<? extends T>) - 类 中的方法reactor.core.publisher.Flux
Switch to a fallback Publisher in case the first item from this Flux has not been emitted before the firstTimeout Publisher emits, and whenever each subsequent elements is not emitted before a Publisher generated from the latest element signals.
timeout(Duration) - 类 中的方法reactor.core.publisher.Mono
Propagate a TimeoutException in case no item arrives within the given Duration.
timeout(Duration, Mono<? extends T>) - 类 中的方法reactor.core.publisher.Mono
Switch to a fallback Mono in case no item arrives within the given Duration.
timeout(Duration, Scheduler) - 类 中的方法reactor.core.publisher.Mono
Signal a TimeoutException error in case an item doesn't arrive before the given period, as measured on the provided Scheduler.
timeout(Duration, Mono<? extends T>, Scheduler) - 类 中的方法reactor.core.publisher.Mono
Switch to a fallback Mono in case an item doesn't arrive before the given period, as measured on the provided Scheduler.
timeout(Publisher<U>) - 类 中的方法reactor.core.publisher.Mono
Signal a TimeoutException in case the item from this Mono has not been emitted before the given Publisher emits.
timeout(Publisher<U>, Mono<? extends T>) - 类 中的方法reactor.core.publisher.Mono
Switch to a fallback Publisher in case the item from this Mono has not been emitted before the given Publisher emits.
TIMEOUT_DEFAULT - 接口 中的静态变量org.springframework.transaction.TransactionDefinition
Use the default timeout of the underlying transaction system, or none if timeouts are not supported.
TimeoutCallableProcessingInterceptor - org.springframework.web.context.request.async中的类
Sends a 503 (SERVICE_UNAVAILABLE) in case of a timeout if the response is not already committed.
TimeoutCallableProcessingInterceptor() - 类 的构造器org.springframework.web.context.request.async.TimeoutCallableProcessingInterceptor
 
TimeoutDeferredResultProcessingInterceptor - org.springframework.web.context.request.async中的类
Sends a 503 (SERVICE_UNAVAILABLE) in case of a timeout if the response is not already committed.
TimeoutDeferredResultProcessingInterceptor() - 类 的构造器org.springframework.web.context.request.async.TimeoutDeferredResultProcessingInterceptor
 
TimeoutUtils - org.springframework.data.redis.core中的类
Helper class featuring methods for calculating Redis timeouts
TimeoutUtils() - 类 的构造器org.springframework.data.redis.core.TimeoutUtils
 
timerExpired(Timer) - 类 中的方法org.springframework.scheduling.commonj.DelegatingTimerListener
Delegates execution to the underlying Runnable.
TimerManagerAccessor - org.springframework.scheduling.commonj中的类
Base class for classes that are accessing a CommonJ commonj.timers.TimerManager Defines common configuration settings and common lifecycle handling.
TimerManagerAccessor() - 类 的构造器org.springframework.scheduling.commonj.TimerManagerAccessor
 
TimerManagerFactoryBean - org.springframework.scheduling.commonj中的类
FactoryBean that retrieves a CommonJ commonj.timers.TimerManager and exposes it for bean references.
TimerManagerFactoryBean() - 类 的构造器org.springframework.scheduling.commonj.TimerManagerFactoryBean
 
TimerManagerTaskScheduler - org.springframework.scheduling.commonj中的类
Implementation of Spring's TaskScheduler interface, wrapping a CommonJ commonj.timers.TimerManager.
TimerManagerTaskScheduler() - 类 的构造器org.springframework.scheduling.commonj.TimerManagerTaskScheduler
 
times(int) - 类 中的静态方法org.springframework.test.web.client.ExpectedCount
Exactly N times.
TIMESTAMP - 类 中的静态变量org.yaml.snakeyaml.nodes.Tag
 
TIMESTAMP - 类 中的静态变量org.yaml.snakeyaml.resolver.Resolver
 
timestamp() - 类 中的方法reactor.core.publisher.Flux
Emit a Tuple2 pair of T1 the current clock time in millis (as a Long measured by the parallel Scheduler) and T2 the emitted data (as a T), for each item from this Flux.
timestamp(Scheduler) - 类 中的方法reactor.core.publisher.Flux
Emit a Tuple2 pair of T1 the current clock time in millis (as a Long measured by the provided Scheduler) and T2 the emitted data (as a T), for each item from this Flux.
timestamp() - 类 中的方法reactor.core.publisher.Mono
If this Mono is valued, emit a Tuple2 pair of T1 the current clock time in millis (as a Long measured by the parallel Scheduler) and T2 the emitted data (as a T).
timestamp(Scheduler) - 类 中的方法reactor.core.publisher.Mono
If this Mono is valued, emit a Tuple2 pair of T1 the current clock time in millis (as a Long measured by the provided Scheduler) and T2 the emitted data (as a T).
TimeToLive - org.springframework.data.redis.core中的注释类型
TimeToLive marks a single numeric property on aggregate root to be used for setting expirations in Redis.
TimeToLiveAccessor - org.springframework.data.redis.core中的接口
TimeToLiveAccessor extracts the objects time to live used for EXPIRE.
timeZone(TimeZone) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Override the default TimeZone to use for formatting.
timeZone(String) - 类 中的方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Override the default TimeZone to use for formatting.
TITLE_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
to(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoAddCommand
Applies the Geo set key.
to(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfAddCommand
Applies the key.
to(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands.RenameCommand
Applies the newName.
to(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.BRPopLPushCommand
Applies the destinationKey.
to(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.LSetCommand
Applies the value.
to(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.PushCommand
Applies the key.
to(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.RPopLPushCommand
Applies the destinationKey.
to(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveSetCommands.SAddCommand
Applies the key.
to(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveSetCommands.SMoveCommand
Applies the destination key.
to(boolean) - 类 中的方法org.springframework.data.redis.connection.ReactiveStringCommands.SetBitCommand
Applies the bit.
to(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand
Applies the key.
to(Result) - 接口 中的方法org.xmlunit.builder.Transform.TransformationResult
Output the result to a TraX Result.
toAbsolutePath(String, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.resource.ResourceTransformerSupport
Transform the given relative request path to an absolute path, taking the path of the given request as a point of reference.
toArray() - 类 中的方法org.springframework.data.redis.connection.util.ByteArraySet
 
toArray(T[]) - 类 中的方法org.springframework.data.redis.connection.util.ByteArraySet
 
toArray() - 类 中的方法org.springframework.util.AutoPopulatingList
 
toArray(T[]) - 类 中的方法org.springframework.util.AutoPopulatingList
 
toArray(Enumeration<E>, A[]) - 类 中的静态方法org.springframework.util.CollectionUtils
Marshal the elements from the given enumeration into an array of the given type.
toArray() - 接口 中的方法reactor.core.Fuseable.QueueSubscription
 
toArray(T1[]) - 接口 中的方法reactor.core.Fuseable.QueueSubscription
 
toArray() - 类 中的方法reactor.util.function.Tuple2
Turn this Tuples into a plain Object array.
toArray() - 类 中的方法reactor.util.function.Tuple3
 
toArray() - 类 中的方法reactor.util.function.Tuple4
 
toArray() - 类 中的方法reactor.util.function.Tuple5
 
toArray() - 类 中的方法reactor.util.function.Tuple6
 
toArray() - 类 中的方法reactor.util.function.Tuple7
 
toArray() - 类 中的方法reactor.util.function.Tuple8
 
toBit(Boolean) - 类 中的静态方法org.springframework.data.redis.connection.convert.Converters
 
toBitOp(RedisStringCommands.BitOperation) - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
 
toBoolean(Long) - 类 中的静态方法org.springframework.data.redis.connection.convert.Converters
 
toBoolean(RedisListCommands.Position) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toBoolean(TypeConverter, TypedValue) - 类 中的静态方法org.springframework.expression.common.ExpressionUtils
Attempt to convert a typed value to a boolean using the supplied type converter.
toBoxedDescriptor(String) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
 
toByte(TypeConverter, TypedValue) - 类 中的静态方法org.springframework.expression.common.ExpressionUtils
Attempt to convert a typed value to a byte using the supplied type converter.
toByteArray() - 类 中的方法org.springframework.jca.cci.core.support.CommAreaRecord
 
toByteArray() - 类 中的方法org.springframework.util.FastByteArrayOutputStream
Creates a newly allocated byte array.
toByteArrays(Map<byte[], byte[]>) - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
 
toByteArrayUnsafe() - 类 中的方法org.springframework.util.FastByteArrayOutputStream
Convert the stream's data to a byte array and return the byte array.
toBytes(Integer) - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
 
toBytes(Long) - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
 
toBytes(Double) - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
 
toBytes(String) - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
 
toBytes(String) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toBytes(Integer) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toBytes(Long) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toBytes(Double) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toBytes(Object) - 类 中的方法org.springframework.data.redis.core.convert.MappingRedisConverter
Convert given source to binary representation using the underlying ConversionService.
toBytes(Object) - 类 中的方法org.springframework.data.redis.core.RedisKeyValueAdapter
Convert given source to binary representation using the underlying ConversionService.
toBytesList(KeyValue<byte[], byte[]>) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toBytesList(Collection<byte[]>) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toBytesSet(List<byte[]>) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toChar(TypeConverter, TypedValue) - 类 中的静态方法org.springframework.expression.common.ExpressionUtils
Attempt to convert a typed value to a char using the supplied type converter.
toClassArray(Collection<Class<?>>) - 类 中的静态方法org.springframework.util.ClassUtils
Copy the given Collection into a Class array.
toClusterNode(String) - 类 中的静态方法org.springframework.data.redis.connection.convert.Converters
Converts the result of a single line of CLUSTER NODES into a RedisClusterNode.
toCommaDelimitedString(List<String>) - 类 中的方法org.springframework.http.HttpHeaders
Turn the given list of header values into a comma-delimited result.
toCoreSubscriber(Subscriber<? super T>) - 类 中的静态方法reactor.core.publisher.Operators
If the actual Subscriber is not a CoreSubscriber, it will apply safe strict wrapping to apply all reactive streams rules including the ones relaxed by internal operators based on CoreSubscriber.
toDataAccessException(Exception) - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
 
toDataType(String) - 类 中的静态方法org.springframework.data.redis.connection.convert.Converters
 
toDelimitedString(String...) - 枚举 中的静态方法org.springframework.validation.DefaultMessageCodesResolver.Format
Concatenate the given elements, delimiting each with DefaultMessageCodesResolver.CODE_SEPARATOR, skipping zero-length or null elements altogether.
toDescriptor(Class<?>) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
Deduce the descriptor for a type.
toDescriptorFromObject(Object) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
Determine the descriptor for an object instance (or null).
toDescriptors(Class<?>[]) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
Create an array of descriptors from an array of classes.
toDetailedString() - 异常错误 中的方法org.springframework.expression.ExpressionException
Return a detailed description of this exception, including the expression String and position (if available) as well as the actual exception message.
toDetailedString() - 异常错误 中的方法org.springframework.web.util.pattern.PatternParseException
Return a detailed message that includes the original pattern text with a pointer to the error position, as well as the error message.
toDocument() - 接口 中的方法org.xmlunit.builder.Transform.TransformationResult
Output the result to a DOM Document.
toDocument(Source) - 类 中的静态方法org.xmlunit.util.Convert
Creates a DOM Document from a TraX Source.
toDocument(Source, DocumentBuilderFactory) - 类 中的静态方法org.xmlunit.util.Convert
Creates a DOM Document from a TraX Source.
toDouble(TypeConverter, TypedValue) - 类 中的静态方法org.springframework.expression.common.ExpressionUtils
Attempt to convert a typed value to a double using the supplied type converter.
toEmptyResource(Page<?>, Class<?>) - 类 中的方法org.springframework.data.web.PagedResourcesAssembler
Creates a PagedResources with an empt collection EmbeddedWrapper for the given domain type.
toEmptyResource(Page<?>, Class<?>, Link) - 类 中的方法org.springframework.data.web.PagedResourcesAssembler
Creates a PagedResources with an empt collection EmbeddedWrapper for the given domain type.
toFloat(TypeConverter, TypedValue) - 类 中的静态方法org.springframework.expression.common.ExpressionUtils
Attempt to convert a typed value to a float using the supplied type converter.
toFuture() - 类 中的方法reactor.core.publisher.Mono
Transform this Mono into a CompletableFuture completing on onNext or onComplete and failing on onError.
toGeoArgs(RedisGeoCommands.GeoRadiusCommandArgs) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
toGeoArgsUnit(Metric) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
Convert Metric into GeoArgs.Unit.
toGeoCoordinate(Point) - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
Convert Point into GeoCoordinate.
toGeoRadiusParam(RedisGeoCommands.GeoRadiusCommandArgs) - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
Convert RedisGeoCommands.GeoRadiusCommandArgs into GeoRadiusParam.
toGeoUnit(Metric) - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
Convert Metric into GeoUnit.
toHash(T) - 类 中的方法org.springframework.data.redis.hash.BeanUtilsHashMapper
 
toHash(T) - 类 中的方法org.springframework.data.redis.hash.DecoratingStringHashMapper
 
toHash(T) - 接口 中的方法org.springframework.data.redis.hash.HashMapper
Convert an object to a map that can be used with Redis hashes.
toHash(Object) - 类 中的方法org.springframework.data.redis.hash.Jackson2HashMapper
 
toHash(Object) - 类 中的方法org.springframework.data.redis.hash.ObjectHashMapper
 
toIndex(long) - 类 中的方法org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand
Applies an upper bound to the Range.
toInputSource(Source) - 类 中的静态方法org.xmlunit.util.Convert
Creates a SAX InputSource from a TraX Source.
toInputSource(Source, TransformerFactory) - 类 中的静态方法org.xmlunit.util.Convert
Creates a SAX InputSource from a TraX Source.
toInt(boolean) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toInt(TypeConverter, TypedValue) - 类 中的静态方法org.springframework.expression.common.ExpressionUtils
Attempt to convert a typed value to an int using the supplied type converter.
toIterable() - 类 中的方法reactor.core.publisher.Flux
Transform this Flux into a lazy Iterable blocking on Iterator.next() calls.
toIterable(int) - 类 中的方法reactor.core.publisher.Flux
Transform this Flux into a lazy Iterable blocking on Iterator.next() calls.
toIterable(int, Supplier<Queue<T>>) - 类 中的方法reactor.core.publisher.Flux
Transform this Flux into a lazy Iterable blocking on Iterator.next() calls.
toIterator(Enumeration<E>) - 类 中的静态方法org.springframework.util.CollectionUtils
Adapt an enumeration to an iterator.
toJvmDescriptor(Class<?>) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
Determine the JVM descriptor for a specified class.
Token - org.yaml.snakeyaml.tokens中的类
 
Token(Mark, Mark) - 类 的构造器org.yaml.snakeyaml.tokens.Token
 
Token.ID - org.yaml.snakeyaml.tokens中的枚举
 
tokenizePath(String) - 类 中的方法org.springframework.util.AntPathMatcher
Tokenize the given path String into parts, based on this matcher's settings.
tokenizePattern(String) - 类 中的方法org.springframework.util.AntPathMatcher
Tokenize the given path pattern into parts, based on this matcher's settings.
tokenizeToStringArray(String, String) - 类 中的静态方法org.springframework.util.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
tokenizeToStringArray(String, String, boolean, boolean) - 类 中的静态方法org.springframework.util.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
toLanguageTag(Locale) - 类 中的静态方法org.springframework.util.StringUtils
已过时。
as of 5.0.4, in favor of Locale.toLanguageTag()
toLimit(RedisZSetCommands.Limit) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
Convert a RedisZSetCommands.Limit to a lettuce Limit.
toList() - 类 中的方法reactor.util.function.Tuple2
Turn this Tuples into a plain Object list.
toListOfRedisClientInformation(String) - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
 
toListOfRedisClientInformation(String) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toListOfRedisServer(List<Map<String, String>>) - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
 
toListOfRedisServer(List<Map<String, String>>) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toListPosition(RedisListCommands.Position) - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
 
toLocaleValue(Locale) - 类 中的方法org.springframework.web.servlet.i18n.CookieLocaleResolver
Render the given locale as a text value for inclusion in a cookie.
toLong(Date) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toLong(TypeConverter, TypedValue) - 类 中的静态方法org.springframework.expression.common.ExpressionUtils
Attempt to convert a typed value to a long using the supplied type converter.
toMap(List<byte[]>) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toMap() - 类 中的静态方法org.springframework.data.util.Pair
A collector to create a Map from a Stream of Pairs.
TomcatHttpHandlerAdapter - org.springframework.http.server.reactive中的类
ServletHttpHandlerAdapter extension that uses Tomcat APIs for reading from the request and writing to the response with ByteBuffer.
TomcatHttpHandlerAdapter(HttpHandler) - 类 的构造器org.springframework.http.server.reactive.TomcatHttpHandlerAdapter
 
TomcatLoadTimeWeaver - org.springframework.instrument.classloading.tomcat中的类
LoadTimeWeaver implementation for Tomcat's new org.apache.tomcat.InstrumentableClassLoader.
TomcatLoadTimeWeaver() - 类 的构造器org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
Create a new instance of the TomcatLoadTimeWeaver class using the default class loader.
TomcatLoadTimeWeaver(ClassLoader) - 类 的构造器org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
Create a new instance of the TomcatLoadTimeWeaver class using the supplied ClassLoader.
toMillis(long, TimeUnit) - 类 中的静态方法org.springframework.data.redis.core.TimeoutUtils
Converts the given timeout to milliseconds.
toMultiMap(Function<T, K>, Function<T, V>) - 接口 中的静态方法org.springframework.data.util.StreamUtils
Returns a Collector to create a MultiValueMap.
toMultiValueMap(Map<K, List<V>>) - 类 中的静态方法org.springframework.util.CollectionUtils
Adapt a Map<K, List<V>> to an MultiValueMap<K, V>.
toNamespaceContext(Map<String, String>) - 类 中的静态方法org.xmlunit.util.Convert
Creates a JAXP NamespaceContext from a Map prefix => Namespace URI.
toNode(Object) - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
 
toNode(Source) - 类 中的静态方法org.xmlunit.util.Convert
Creates a DOM Node from a TraX Source.
toNode(Source, DocumentBuilderFactory) - 类 中的静态方法org.xmlunit.util.Convert
Creates a DOM Node from a TraX Source.
toObjectArray(Object) - 类 中的静态方法org.springframework.util.ObjectUtils
Convert the given array (which may be a primitive array) to an object array (if necessary of primitive wrapper objects).
toObjects(Set<RedisZSetCommands.Tuple>) - 类 中的静态方法org.springframework.data.redis.connection.convert.Converters
 
TooManyClusterRedirectionsException - org.springframework.data.redis中的异常错误
DataRetrievalFailureException thrown when following cluster redirects exceeds the max number of edges.
TooManyClusterRedirectionsException(String) - 异常错误 的构造器org.springframework.data.redis.TooManyClusterRedirectionsException
TooManyClusterRedirectionsException(String, Throwable) - 异常错误 的构造器org.springframework.data.redis.TooManyClusterRedirectionsException
toOptional() - 类 中的方法org.springframework.data.redis.connection.RedisPassword
Adopt the password to Optional containing the password value.
toOptionString() - 类 中的方法org.springframework.data.redis.core.ScanOptions
 
toParamDescriptors(Method) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
Create an array of descriptors representing the parameter types for the supplied method.
toParamDescriptors(Constructor<?>) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
Create an array of descriptors representing the parameter types for the supplied constructor.
Topic - org.springframework.data.redis.listener中的接口
Topic for a Redis message.
TopicProcessor<E> - reactor.core.publisher中的类
An implementation of a RingBuffer backed message-passing Processor implementing publish-subscribe with async event loops.
TopicProcessor.Builder<T> - reactor.core.publisher中的类
TopicProcessor builder that can be used to create new processors.
toPrimitiveTargetDesc(String) - 类 中的静态方法org.springframework.expression.spel.CodeFlow
 
toProcessor() - 类 中的方法reactor.core.publisher.Mono
Wrap this Mono into a MonoProcessor (turning it hot and allowing to block, cancel, as well as many other operations).
toProperties(String) - 类 中的静态方法org.springframework.data.redis.connection.convert.Converters
 
toProperties(Map<?, ?>) - 类 中的静态方法org.springframework.data.redis.connection.convert.Converters
 
toProperties(List<String>) - 类 中的静态方法org.springframework.data.redis.connection.convert.Converters
Converts array outputs with key-value sequences (such as produced by CONFIG GET) from a List to Properties.
toRange(RedisZSetCommands.Range) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
Convert a RedisZSetCommands.Range to a lettuce Range.
toRedisClusterNode(RedisClusterNode) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toResource(Page<T>) - 类 中的方法org.springframework.data.web.PagedResourcesAssembler
 
toResource(Page<T>, Link) - 类 中的方法org.springframework.data.web.PagedResourcesAssembler
Creates a new PagedResources by converting the given Page into a PageMetadata instance and wrapping the contained elements into Resource instances.
toResource(Page<T>, <any>) - 类 中的方法org.springframework.data.web.PagedResourcesAssembler
Creates a new PagedResources by converting the given Page into a PageMetadata instance and using the given ResourceAssembler to turn elements of the Page into resources.
toResource(Page<T>, <any>, Link) - 类 中的方法org.springframework.data.web.PagedResourcesAssembler
Creates a new PagedResources by converting the given Page into a PageMetadata instance and using the given ResourceAssembler to turn elements of the Page into resources.
toResourceRegion(Resource) - 类 中的方法org.springframework.http.HttpRange
Turn a Resource into a ResourceRegion using the range information contained in the current HttpRange.
toResourceRegions(List<HttpRange>, Resource) - 类 中的静态方法org.springframework.http.HttpRange
Convert each HttpRange into a ResourceRegion, selecting the appropriate segment of the given Resource using HTTP Range information.
toRevRange(RedisZSetCommands.Range) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
Convert a RedisZSetCommands.Range to a lettuce Range and reverse boundaries.
toScanParams(ScanOptions) - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
Convert ScanOptions to Jedis ScanParams.
toScriptOutputType(ReturnType) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toSeconds(long, TimeUnit) - 类 中的静态方法org.springframework.data.redis.core.TimeoutUtils
Converts the given timeout to seconds.
toSetArgs(Expiration, RedisStringCommands.SetOption) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
Converts a given Expiration and RedisStringCommands.SetOption to the according SetArgs.
toSetCommandExPxArgument(Expiration) - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
Converts a given Expiration to the according SET command argument.
toSetCommandNxXxArgument(RedisStringCommands.SetOption) - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
Converts a given RedisStringCommands.SetOption to the according SET command argument.
toSetOfRedisClusterNodes(Collection<String>) - 类 中的静态方法org.springframework.data.redis.connection.convert.Converters
Converts lines from the result of CLUSTER NODES into RedisClusterNodes.
toSetOfRedisClusterNodes(String) - 类 中的静态方法org.springframework.data.redis.connection.convert.Converters
Converts the result of CLUSTER NODES into RedisClusterNodes.
toShort(TypeConverter, TypedValue) - 类 中的静态方法org.springframework.expression.common.ExpressionUtils
Attempt to convert a typed value to a short using the supplied type converter.
toSingleValueMap() - 类 中的方法org.springframework.http.HttpHeaders
 
toSingleValueMap() - 类 中的方法org.springframework.util.LinkedMultiValueMap
 
toSingleValueMap() - 接口 中的方法org.springframework.util.MultiValueMap
Returns the first values contained in this MultiValueMap.
toSortArgs(SortParameters) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toSortingParams(SortParameters) - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
 
toStream(Optional<? extends T>...) - 接口 中的静态方法org.springframework.data.util.Optionals
Turns the given Optional into a one-element Stream or an empty one if not present.
toStream() - 类 中的方法reactor.core.publisher.Flux
Transform this Flux into a lazy Stream blocking for each source onNext call.
toStream(int) - 类 中的方法reactor.core.publisher.Flux
Transform this Flux into a lazy Stream blocking for each source onNext call.
toString() - 类 中的方法org.springframework.data.redis.connection.DefaultMessage
 
toString() - 类 中的方法org.springframework.data.redis.connection.DefaultStringTuple
 
toString(byte[]) - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
 
toString(byte[]) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toString() - 类 中的方法org.springframework.data.redis.connection.RedisClusterNode.SlotRange
 
toString() - 类 中的方法org.springframework.data.redis.connection.RedisClusterNode
 
toString() - 类 中的方法org.springframework.data.redis.connection.RedisNode
 
toString() - 类 中的方法org.springframework.data.redis.connection.RedisPassword
 
toString() - 类 中的方法org.springframework.data.redis.core.convert.Bucket
 
toString() - 类 中的方法org.springframework.data.redis.core.convert.RedisData
 
toString() - 类 中的方法org.springframework.data.redis.core.convert.RemoveIndexedData
 
toString() - 类 中的方法org.springframework.data.redis.core.RedisKeyExpiredEvent
 
toString() - 类 中的方法org.springframework.data.redis.core.types.RedisClientInfo
 
toString() - 类 中的方法org.springframework.data.redis.listener.ChannelTopic
 
toString() - 类 中的方法org.springframework.data.redis.listener.PatternTopic
 
toString() - 类 中的方法org.springframework.data.redis.repository.cdi.CdiBean
 
toString() - 类 中的方法org.springframework.data.redis.repository.query.RedisOperationChain.PathAndValue
 
toString() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicDouble
 
toString() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicInteger
 
toString() - 类 中的方法org.springframework.data.redis.support.atomic.RedisAtomicLong
 
toString() - 类 中的方法org.springframework.data.redis.support.collections.AbstractRedisCollection
 
toString() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisMap
 
toString() - 类 中的方法org.springframework.data.redis.Version
已过时。
 
toString() - 类 中的方法org.springframework.data.repository.cdi.CdiRepositoryBean
 
toString() - 类 中的方法org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragments
 
toString() - 类 中的方法org.springframework.data.repository.core.support.RepositoryFragment.ImplementedRepositoryFragment
 
toString() - 类 中的方法org.springframework.data.repository.core.support.RepositoryFragment.StructuralRepositoryFragment
 
toString() - 类 中的方法org.springframework.data.repository.query.Parameter
 
toString() - 类 中的方法org.springframework.data.repository.query.parser.Part
 
toString() - 枚举 中的方法org.springframework.data.repository.query.parser.Part.Type
 
toString() - 类 中的方法org.springframework.data.repository.query.parser.PartTree.OrPart
 
toString() - 类 中的方法org.springframework.data.repository.query.parser.PartTree
 
toString() - 类 中的方法org.springframework.data.repository.query.QueryMethod
 
toString() - 类 中的方法org.springframework.data.util.ClassTypeInformation
 
toString() - 类 中的方法org.springframework.data.util.Version
 
toString() - 类 中的方法org.springframework.expression.spel.ast.Literal
 
toString() - 类 中的方法org.springframework.expression.spel.ast.NullLiteral
 
toString() - 类 中的方法org.springframework.expression.spel.ast.StringLiteral
 
toString() - 类 中的方法org.springframework.expression.TypedValue
 
toString() - 类 中的方法org.springframework.http.client.reactive.ClientHttpRequestDecorator
 
toString() - 类 中的方法org.springframework.http.client.reactive.ClientHttpResponseDecorator
 
toString() - 类 中的方法org.springframework.http.codec.ServerSentEvent
 
toString() - 类 中的方法org.springframework.http.ContentDisposition
Return the header value for this content disposition as defined in RFC 2183.
toString() - 类 中的方法org.springframework.http.HttpCookie
 
toString() - 类 中的方法org.springframework.http.HttpEntity
 
toString() - 类 中的方法org.springframework.http.HttpHeaders
 
toString(Collection<HttpRange>) - 类 中的静态方法org.springframework.http.HttpRange
Return a string representation of the given list of HttpRange objects.
toString() - 枚举 中的方法org.springframework.http.HttpStatus
Return a string representation of this status code.
toString(Collection<MediaType>) - 类 中的静态方法org.springframework.http.MediaType
Return a string representation of the given list of MediaType objects.
toString() - 类 中的方法org.springframework.http.RequestEntity
 
toString() - 类 中的方法org.springframework.http.ResponseCookie
 
toString() - 类 中的方法org.springframework.http.ResponseEntity
 
toString() - 类 中的方法org.springframework.http.server.reactive.ServerHttpRequestDecorator
 
toString() - 类 中的方法org.springframework.http.server.reactive.ServerHttpResponseDecorator
 
toString() - 类 中的方法org.springframework.jdbc.core.namedparam.ParsedSql
Exposes the original SQL String.
toString() - 类 中的方法org.springframework.jdbc.datasource.SimpleConnectionHandle
 
toString() - 异常错误 中的方法org.springframework.mail.MailSendException
 
toString() - 类 中的方法org.springframework.mail.SimpleMailMessage
 
toString() - 类 中的方法org.springframework.mock.http.client.MockClientHttpRequest
 
toString() - 类 中的方法org.springframework.remoting.support.RemoteInvocation
 
toString() - 类 中的方法org.springframework.scheduling.config.ScheduledTask
 
toString() - 类 中的方法org.springframework.scheduling.config.Task
 
toString() - 类 中的方法org.springframework.scheduling.support.CronSequenceGenerator
 
toString() - 类 中的方法org.springframework.scheduling.support.CronTrigger
 
toString() - 类 中的方法org.springframework.scheduling.support.DelegatingErrorHandlingRunnable
 
toString() - 类 中的方法org.springframework.scheduling.support.ScheduledMethodRunnable
 
toString() - 类 中的方法org.springframework.scripting.bsh.BshScriptFactory
 
toString() - 类 中的方法org.springframework.scripting.groovy.GroovyScriptFactory
 
toString() - 类 中的方法org.springframework.scripting.support.ResourceScriptSource
 
toString() - 类 中的方法org.springframework.scripting.support.StandardScriptFactory
 
toString() - 类 中的方法org.springframework.scripting.support.StaticScriptSource
 
toString() - 类 中的方法org.springframework.test.context.cache.DefaultContextCache
Generate a text string containing the implementation type of this cache and its statistics.
toString() - 类 中的方法org.springframework.test.context.ContextConfigurationAttributes
Provide a String representation of the context configuration attributes and declaring class.
toString() - 类 中的方法org.springframework.test.context.MergedContextConfiguration
toString() - 类 中的方法org.springframework.test.context.support.DefaultBootstrapContext
Provide a String representation of this bootstrap context's state.
toString() - 类 中的方法org.springframework.test.context.support.DefaultTestContext
Provide a String representation of this test context's state.
toString() - 类 中的方法org.springframework.test.context.web.WebMergedContextConfiguration
toString() - 类 中的方法org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
Provide a textual representation of this AnnotationDescriptor.
toString() - 类 中的方法org.springframework.test.web.reactive.server.ExchangeResult
 
toString() - 类 中的方法org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
 
toString() - 类 中的方法org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
 
toString() - 类 中的方法org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
 
toString() - 类 中的方法org.springframework.transaction.interceptor.NoRollbackRuleAttribute
 
toString() - 类 中的方法org.springframework.transaction.interceptor.RollbackRuleAttribute
 
toString() - 类 中的方法org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
 
toString() - 类 中的方法org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
toString() - 类 中的方法org.springframework.transaction.support.DefaultTransactionDefinition
Return an identifying description for this transaction definition.
toString() - 类 中的方法org.springframework.transaction.support.DelegatingTransactionDefinition
 
toString() - 类 中的方法org.springframework.util.comparator.BooleanComparator
 
toString() - 类 中的方法org.springframework.util.comparator.CompoundComparator
已过时。
 
toString() - 类 中的方法org.springframework.util.comparator.InvertibleComparator
已过时。
 
toString() - 类 中的方法org.springframework.util.comparator.NullSafeComparator
 
toString() - 类 中的方法org.springframework.util.ConcurrentReferenceHashMap.Entry
 
toString() - 类 中的方法org.springframework.util.FastByteArrayOutputStream
Convert the buffer's contents into a string decoding bytes using the platform's default character set.
toString() - 类 中的方法org.springframework.util.InstanceFilter
 
toString() - 类 中的方法org.springframework.util.LinkedCaseInsensitiveMap
 
toString() - 类 中的方法org.springframework.util.LinkedMultiValueMap
 
toString() - 类 中的方法org.springframework.util.MimeType
 
toString(Collection<? extends MimeType>) - 类 中的静态方法org.springframework.util.MimeTypeUtils
Return a string representation of the given list of MimeType objects.
toString() - 类 中的方法org.springframework.util.StopWatch
Return an informative string describing all tasks performed For custom reporting, call getTaskInfo() and use the task info directly.
toString() - 类 中的方法org.springframework.validation.AbstractErrors
 
toString() - 类 中的方法org.springframework.validation.FieldError
 
toString() - 类 中的方法org.springframework.validation.ObjectError
 
toString() - 类 中的方法org.springframework.web.context.request.FacesWebRequest
 
toString() - 类 中的方法org.springframework.web.context.request.ServletRequestAttributes
 
toString() - 类 中的方法org.springframework.web.context.request.ServletWebRequest
 
toString() - 类 中的方法org.springframework.web.context.support.RequestHandledEvent
 
toString() - 类 中的方法org.springframework.web.context.support.ServletRequestHandledEvent
 
toString() - 类 中的方法org.springframework.web.method.ControllerAdviceBean
 
toString() - 类 中的方法org.springframework.web.method.HandlerMethod
 
toString() - 类 中的方法org.springframework.web.method.support.ModelAndViewContainer
Return diagnostic information.
toString() - 类 中的方法org.springframework.web.server.handler.WebHandlerDecorator
 
toString() - 类 中的方法org.springframework.web.server.ServerWebExchangeDecorator
 
toString() - 类 中的方法org.springframework.web.servlet.FlashMap
 
toString() - 类 中的方法org.springframework.web.servlet.HandlerExecutionChain
Delegates to the handler's toString().
toString() - 类 中的方法org.springframework.web.servlet.ModelAndView
Return diagnostic information about this model and view.
toString() - 类 中的方法org.springframework.web.servlet.mvc.condition.AbstractRequestCondition
 
toString() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.ResponseBodyEmitter
 
toString() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.SseEmitter
 
toString() - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo
 
toString() - 类 中的方法org.springframework.web.servlet.resource.ResourceHttpRequestHandler
 
toString() - 类 中的方法org.springframework.web.servlet.support.BindStatus
 
toString() - 类 中的方法org.springframework.web.servlet.tags.Param
 
toString() - 类 中的方法org.springframework.web.servlet.view.AbstractUrlBasedView
 
toString() - 类 中的方法org.springframework.web.servlet.view.AbstractView
 
toString() - 类 中的方法org.springframework.web.util.pattern.PathPattern.PathMatchInfo
 
toString() - 类 中的方法org.springframework.web.util.pattern.PathPattern
 
toString() - 类 中的方法org.springframework.web.util.UriComponents
A simple pass-through to UriComponents.toUriString().
toString() - 类 中的方法org.springframework.web.util.UriTemplate
 
toString() - 接口 中的方法org.xmlunit.builder.Transform.TransformationResult
Output the result to a String.
toString() - 类 中的方法org.xmlunit.diff.AbstractDifferenceEngine.ComparisonState
 
toString(ComparisonFormatter) - 类 中的方法org.xmlunit.diff.Comparison
Returns a string representation of this comparison using the given ComparisonFormatter
toString() - 类 中的方法org.xmlunit.diff.Comparison
Returns a string representation of this comparison using DefaultComparisonFormatter
toString() - 类 中的方法org.xmlunit.diff.Diff
 
toString(ComparisonFormatter) - 类 中的方法org.xmlunit.diff.Diff
 
toString(ComparisonFormatter) - 类 中的方法org.xmlunit.diff.Difference
Returns a string representation of this difference using the given ComparisonFormatter
toString() - 类 中的方法org.xmlunit.diff.Difference
Returns a string representation of this difference using DefaultComparisonFormatter
toString() - 类 中的方法org.xmlunit.validation.ValidationProblem
toString() - 枚举 中的方法org.yaml.snakeyaml.DumperOptions.FlowStyle
 
toString() - 枚举 中的方法org.yaml.snakeyaml.DumperOptions.LineBreak
 
toString() - 枚举 中的方法org.yaml.snakeyaml.DumperOptions.ScalarStyle
 
toString() - 枚举 中的方法org.yaml.snakeyaml.DumperOptions.Version
 
toString() - 类 中的方法org.yaml.snakeyaml.error.Mark
 
toString() - 异常错误 中的方法org.yaml.snakeyaml.error.MarkedYAMLException
 
toString() - 类 中的方法org.yaml.snakeyaml.events.Event
 
toString() - 类 中的方法org.yaml.snakeyaml.events.ImplicitTuple
 
toString() - 类 中的方法org.yaml.snakeyaml.extensions.compactnotation.CompactData
 
toString() - 类 中的方法org.yaml.snakeyaml.introspector.Property
 
toString() - 类 中的方法org.yaml.snakeyaml.nodes.MappingNode
 
toString() - 类 中的方法org.yaml.snakeyaml.nodes.NodeTuple
 
toString() - 类 中的方法org.yaml.snakeyaml.nodes.ScalarNode
 
toString() - 类 中的方法org.yaml.snakeyaml.nodes.SequenceNode
 
toString() - 类 中的方法org.yaml.snakeyaml.nodes.Tag
 
toString() - 异常错误 中的方法org.yaml.snakeyaml.reader.ReaderException
 
toString() - 类 中的方法org.yaml.snakeyaml.tokens.Token
 
toString() - 类 中的方法org.yaml.snakeyaml.TypeDescription
 
toString() - 类 中的方法org.yaml.snakeyaml.Yaml
 
toString() - 类 中的方法reactor.core.publisher.BaseSubscriber
 
toString() - 类 中的方法reactor.core.publisher.Flux
 
toString() - 类 中的方法reactor.core.publisher.Mono
 
toString() - 类 中的方法reactor.core.publisher.ParallelFlux
 
toString() - 枚举 中的方法reactor.core.publisher.SignalType
 
toString() - 类 中的方法reactor.util.function.Tuple2
A Tuple String representation is the comma separated list of values, enclosed in square brackets.
toStringArray(Collection<String>) - 类 中的静态方法org.springframework.util.StringUtils
Copy the given Collection into a String array.
toStringArray(Enumeration<String>) - 类 中的静态方法org.springframework.util.StringUtils
Copy the given Enumeration into a String array.
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.Assign
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.BeanReference
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.CompoundExpression
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.ConstructorReference
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.Elvis
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.FunctionReference
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.Identifier
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.Indexer
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.InlineList
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.InlineMap
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.Literal
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.MethodReference
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.OpDec
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.Operator
String format for all operators is the same '(' [operand] [operator] [operand] ')'
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.OperatorNot
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.OpInc
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.OpMinus
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.OpPlus
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.Projection
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.PropertyOrFieldReference
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.QualifiedIdentifier
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.Selection
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.Ternary
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.TypeReference
 
toStringAST() - 类 中的方法org.springframework.expression.spel.ast.VariableReference
 
toStringAST() - 接口 中的方法org.springframework.expression.spel.SpelNode
 
toStringAST() - 类 中的方法org.springframework.expression.spel.standard.SpelExpression
Produce a string representation of the Abstract Syntax Tree for the expression.
toStrings(byte[][]) - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
 
toStrings(List<byte[]>) - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
 
toTimeMillis(String, String) - 类 中的静态方法org.springframework.data.redis.connection.convert.Converters
Returns the timestamp constructed from the given seconds and microseconds.
toTuple(List<byte[]>) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toTuple(ScoredValue<byte[]>) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toTupleMap(Set<RedisZSetCommands.Tuple>) - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
Map a Set of RedisZSetCommands.Tuple by value to its score.
toTupleSet(Set<redis.clients.jedis.Tuple>) - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
 
toTupleSet(List<ScoredValue<byte[]>>) - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
toUnmodifiableCompositeList(E[], E[]) - 类 中的静态方法org.yaml.snakeyaml.util.ArrayUtils
Returns an unmodifiable List containing the second array appended to the first one.
toUnmodifiableList() - 接口 中的静态方法org.springframework.data.util.StreamUtils
Returns a Collector to create an unmodifiable List.
toUnmodifiableList(E...) - 类 中的静态方法org.yaml.snakeyaml.util.ArrayUtils
Returns an unmodifiable List backed by the given array.
toUnmodifiableSet() - 接口 中的静态方法org.springframework.data.util.StreamUtils
Returns a Collector to create an unmodifiable Set.
toURI(URL) - 类 中的静态方法org.springframework.util.ResourceUtils
Create a URI instance for the given URL, replacing spaces with "%20" URI encoding first.
toURI(String) - 类 中的静态方法org.springframework.util.ResourceUtils
Create a URI instance for the given location String, replacing spaces with "%20" URI encoding first.
toUri() - 类 中的方法org.springframework.web.util.UriComponents
Create a URI from this instance as follows: If the current instance is encoded, form the full URI String via UriComponents.toUriString(), and then pass it to the single argument URI constructor which preserves percent encoding.
toUriString() - 类 中的方法org.springframework.web.util.UriComponents
Concatenate all URI components to return the fully formed URI String.
toUriString() - 类 中的方法org.springframework.web.util.UriComponentsBuilder
Build a URI String.
toWrapper(Object, Class<? extends T>) - 类 中的静态方法org.springframework.data.repository.util.ReactiveWrapperConverters
Casts or adopts the given wrapper type to a target wrapper type.
trace(String) - 接口 中的方法reactor.util.Logger
Log a message at the TRACE level.
trace(String, Object...) - 接口 中的方法reactor.util.Logger
Log a message at the TRACE level according to the specified format and arguments.
trace(String, Throwable) - 接口 中的方法reactor.util.Logger
Log an exception (throwable) at the TRACE level with an accompanying message.
TRAILER - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Trailer header field name.
TRANSACTION_ADVISOR_BEAN_NAME - 类 中的静态变量org.springframework.transaction.config.TransactionManagementConfigUtils
The bean name of the internally managed transaction advisor (used when mode == PROXY).
TRANSACTION_ASPECT_BEAN_NAME - 类 中的静态变量org.springframework.transaction.config.TransactionManagementConfigUtils
The bean name of the internally managed transaction aspect (used when mode == ASPECTJ).
TRANSACTION_ASPECT_CLASS_NAME - 类 中的静态变量org.springframework.transaction.config.TransactionManagementConfigUtils
The class name of the AspectJ transaction management aspect.
TRANSACTION_ASPECT_CONFIGURATION_CLASS_NAME - 类 中的静态变量org.springframework.transaction.config.TransactionManagementConfigUtils
The name of the AspectJ transaction management @Configuration class.
transactionAdvisor() - 类 中的方法org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration
 
Transactional - org.springframework.transaction.annotation中的注释类型
Describes transaction attributes on a method or class.
TRANSACTIONAL_EVENT_LISTENER_FACTORY_BEAN_NAME - 类 中的静态变量org.springframework.transaction.config.TransactionManagementConfigUtils
The bean name of the internally managed TransactionalEventListenerFactory.
TransactionalEventListener - org.springframework.transaction.event中的注释类型
An EventListener that is invoked according to a TransactionPhase.
transactionalEventListenerFactory() - 类 中的方法org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
 
TransactionalEventListenerFactory - org.springframework.transaction.event中的类
EventListenerFactory implementation that handles TransactionalEventListener annotated method.
TransactionalEventListenerFactory() - 类 的构造器org.springframework.transaction.event.TransactionalEventListenerFactory
 
TransactionalProxy - org.springframework.transaction.interceptor中的接口
A marker interface for manually created transactional proxies.
TransactionalRepositoryFactoryBeanSupport<T extends Repository<S,ID>,S,ID> - org.springframework.data.repository.core.support中的类
Extension of RepositoryFactoryBeanSupport to add transactional capabilities to the repository proxy.
TransactionalRepositoryFactoryBeanSupport(Class<? extends T>) - 类 的构造器org.springframework.data.repository.core.support.TransactionalRepositoryFactoryBeanSupport
Creates a new TransactionalRepositoryFactoryBeanSupport for the given repository interface.
TransactionalTestExecutionListener - org.springframework.test.context.transaction中的类
TestExecutionListener that provides support for executing tests within test-managed transactions by honoring Spring's @Transactional annotation.
TransactionalTestExecutionListener() - 类 的构造器org.springframework.test.context.transaction.TransactionalTestExecutionListener
 
TransactionAnnotationParser - org.springframework.transaction.annotation中的接口
Strategy interface for parsing known transaction annotation types.
TransactionAspectSupport - org.springframework.transaction.interceptor中的类
Base class for transactional aspects, such as the TransactionInterceptor or an AspectJ aspect.
TransactionAspectSupport() - 类 的构造器org.springframework.transaction.interceptor.TransactionAspectSupport
 
TransactionAspectSupport.InvocationCallback - org.springframework.transaction.interceptor中的接口
Simple callback interface for proceeding with the target invocation.
TransactionAspectSupport.TransactionInfo - org.springframework.transaction.interceptor中的类
Opaque object used to hold Transaction information.
TransactionAttribute - org.springframework.transaction.interceptor中的接口
This interface adds a rollbackOn specification to TransactionDefinition.
TransactionAttributeEditor - org.springframework.transaction.interceptor中的类
PropertyEditor for TransactionAttribute objects.
TransactionAttributeEditor() - 类 的构造器org.springframework.transaction.interceptor.TransactionAttributeEditor
 
transactionAttributeSource() - 类 中的方法org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration
 
TransactionAttributeSource - org.springframework.transaction.interceptor中的接口
Strategy interface used by TransactionInterceptor for metadata retrieval.
TransactionAttributeSourceAdvisor - org.springframework.transaction.interceptor中的类
Advisor driven by a TransactionAttributeSource, used to include a TransactionInterceptor only for methods that are transactional.
TransactionAttributeSourceAdvisor() - 类 的构造器org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
Create a new TransactionAttributeSourceAdvisor.
TransactionAttributeSourceAdvisor(TransactionInterceptor) - 类 的构造器org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
Create a new TransactionAttributeSourceAdvisor.
TransactionAttributeSourceEditor - org.springframework.transaction.interceptor中的类
Property editor that converts a String into a TransactionAttributeSource.
TransactionAttributeSourceEditor() - 类 的构造器org.springframework.transaction.interceptor.TransactionAttributeSourceEditor
 
TransactionAwareConnectionFactoryProxy - org.springframework.jca.cci.connection中的类
Proxy for a target CCI javax.resource.cci.ConnectionFactory, adding awareness of Spring-managed transactions.
TransactionAwareConnectionFactoryProxy() - 类 的构造器org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy
Create a new TransactionAwareConnectionFactoryProxy.
TransactionAwareConnectionFactoryProxy(ConnectionFactory) - 类 的构造器org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy
Create a new TransactionAwareConnectionFactoryProxy.
TransactionAwareDataSourceProxy - org.springframework.jdbc.datasource中的类
Proxy for a target JDBC DataSource, adding awareness of Spring-managed transactions.
TransactionAwareDataSourceProxy() - 类 的构造器org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
Create a new TransactionAwareDataSourceProxy.
TransactionAwareDataSourceProxy(DataSource) - 类 的构造器org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
Create a new TransactionAwareDataSourceProxy.
TransactionCallback<T> - org.springframework.transaction.support中的接口
Callback interface for transactional code.
TransactionCallbackWithoutResult - org.springframework.transaction.support中的类
Simple convenience class for TransactionCallback implementation.
TransactionCallbackWithoutResult() - 类 的构造器org.springframework.transaction.support.TransactionCallbackWithoutResult
 
TransactionDefinition - org.springframework.transaction中的接口
Interface that defines Spring-compliant transaction properties.
TransactionException - org.springframework.transaction中的异常错误
Superclass for all transaction exceptions.
TransactionException(String) - 异常错误 的构造器org.springframework.transaction.TransactionException
Constructor for TransactionException.
TransactionException(String, Throwable) - 异常错误 的构造器org.springframework.transaction.TransactionException
Constructor for TransactionException.
TransactionFactory - org.springframework.transaction.jta中的接口
Strategy interface for creating JTA Transaction objects based on specified transactional characteristics.
TransactionInfo(PlatformTransactionManager, TransactionAttribute, String) - 类 的构造器org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
transactionInterceptor() - 类 中的方法org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration
 
TransactionInterceptor - org.springframework.transaction.interceptor中的类
AOP Alliance MethodInterceptor for declarative transaction management using the common Spring transaction infrastructure (PlatformTransactionManager).
TransactionInterceptor() - 类 的构造器org.springframework.transaction.interceptor.TransactionInterceptor
Create a new TransactionInterceptor.
TransactionInterceptor(PlatformTransactionManager, Properties) - 类 的构造器org.springframework.transaction.interceptor.TransactionInterceptor
Create a new TransactionInterceptor.
TransactionInterceptor(PlatformTransactionManager, TransactionAttributeSource) - 类 的构造器org.springframework.transaction.interceptor.TransactionInterceptor
Create a new TransactionInterceptor.
TransactionManagementConfigurationSelector - org.springframework.transaction.annotation中的类
Selects which implementation of AbstractTransactionManagementConfiguration should be used based on the value of EnableTransactionManagement.mode() on the importing @Configuration class.
TransactionManagementConfigurationSelector() - 类 的构造器org.springframework.transaction.annotation.TransactionManagementConfigurationSelector
 
TransactionManagementConfigurer - org.springframework.transaction.annotation中的接口
Interface to be implemented by @Configuration classes annotated with @EnableTransactionManagement that wish to or need to explicitly specify the default PlatformTransactionManager bean to be used for annotation-driven transaction management, as opposed to the default approach of a by-type lookup.
TransactionManagementConfigUtils - org.springframework.transaction.config中的类
Configuration constants for internal sharing across subpackages.
TransactionManagementConfigUtils() - 类 的构造器org.springframework.transaction.config.TransactionManagementConfigUtils
 
TransactionOperations - org.springframework.transaction.support中的接口
Interface specifying basic transaction execution operations.
TransactionPhase - org.springframework.transaction.event中的枚举
The phase at which a transactional event listener applies.
TransactionProxyFactoryBean - org.springframework.transaction.interceptor中的类
Proxy factory bean for simplified declarative transaction handling.
TransactionProxyFactoryBean() - 类 的构造器org.springframework.transaction.interceptor.TransactionProxyFactoryBean
 
TransactionResultConverter<T> - org.springframework.data.redis.connection.convert中的类
Converts the results of transaction exec using a supplied Queue of FutureResults.
TransactionResultConverter(Queue<FutureResult<T>>, Converter<Exception, DataAccessException>) - 类 的构造器org.springframework.data.redis.connection.convert.TransactionResultConverter
 
transactionResultUnwrapper() - 类 中的静态方法org.springframework.data.redis.connection.lettuce.LettuceConverters
 
TransactionStatus - org.springframework.transaction中的接口
Representation of the status of a transaction.
TransactionSuspensionNotSupportedException - org.springframework.transaction中的异常错误
Exception thrown when attempting to suspend an existing transaction but transaction suspension is not supported by the underlying backend.
TransactionSuspensionNotSupportedException(String) - 异常错误 的构造器org.springframework.transaction.TransactionSuspensionNotSupportedException
Constructor for TransactionSuspensionNotSupportedException.
TransactionSuspensionNotSupportedException(String, Throwable) - 异常错误 的构造器org.springframework.transaction.TransactionSuspensionNotSupportedException
Constructor for TransactionSuspensionNotSupportedException.
TransactionSynchronization - org.springframework.transaction.support中的接口
Interface for transaction synchronization callbacks.
TransactionSynchronizationAdapter - org.springframework.transaction.support中的类
Simple TransactionSynchronization adapter containing empty method implementations, for easier overriding of single methods.
TransactionSynchronizationAdapter() - 类 的构造器org.springframework.transaction.support.TransactionSynchronizationAdapter
 
TransactionSynchronizationManager - org.springframework.transaction.support中的类
Central delegate that manages resources and transaction synchronizations per thread.
TransactionSynchronizationManager() - 类 的构造器org.springframework.transaction.support.TransactionSynchronizationManager
 
TransactionSynchronizationUtils - org.springframework.transaction.support中的类
Utility methods for triggering specific TransactionSynchronization callback methods on all currently registered synchronizations.
TransactionSynchronizationUtils() - 类 的构造器org.springframework.transaction.support.TransactionSynchronizationUtils
 
TransactionSystemException - org.springframework.transaction中的异常错误
Exception thrown when a general transaction system error is encountered, like on commit or rollback.
TransactionSystemException(String) - 异常错误 的构造器org.springframework.transaction.TransactionSystemException
Constructor for TransactionSystemException.
TransactionSystemException(String, Throwable) - 异常错误 的构造器org.springframework.transaction.TransactionSystemException
Constructor for TransactionSystemException.
TransactionTemplate - org.springframework.transaction.support中的类
Template class that simplifies programmatic transaction demarcation and transaction exception handling.
TransactionTemplate() - 类 的构造器org.springframework.transaction.support.TransactionTemplate
Construct a new TransactionTemplate for bean usage.
TransactionTemplate(PlatformTransactionManager) - 类 的构造器org.springframework.transaction.support.TransactionTemplate
Construct a new TransactionTemplate using the given transaction manager.
TransactionTemplate(PlatformTransactionManager, TransactionDefinition) - 类 的构造器org.springframework.transaction.support.TransactionTemplate
Construct a new TransactionTemplate using the given transaction manager, taking its default settings from the given transaction definition.
TransactionTimedOutException - org.springframework.transaction中的异常错误
Exception to be thrown when a transaction has timed out.
TransactionTimedOutException(String) - 异常错误 的构造器org.springframework.transaction.TransactionTimedOutException
Constructor for TransactionTimedOutException.
TransactionTimedOutException(String, Throwable) - 异常错误 的构造器org.springframework.transaction.TransactionTimedOutException
Constructor for TransactionTimedOutException.
TransactionUsageException - org.springframework.transaction中的异常错误
Superclass for exceptions caused by inappropriate usage of a Spring transaction API.
TransactionUsageException(String) - 异常错误 的构造器org.springframework.transaction.TransactionUsageException
Constructor for TransactionUsageException.
TransactionUsageException(String, Throwable) - 异常错误 的构造器org.springframework.transaction.TransactionUsageException
Constructor for TransactionUsageException.
TRANSFER_ENCODING - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Transfer-Encoding header field name.
transferTo(File) - 接口 中的方法org.springframework.http.codec.multipart.FilePart
Convenience method to copy the content of the file in this part to the given destination file.
transferTo(File) - 类 中的方法org.springframework.mock.web.MockMultipartFile
 
transferTo(File) - 类 中的方法org.springframework.web.multipart.commons.CommonsMultipartFile
 
transferTo(File) - 接口 中的方法org.springframework.web.multipart.MultipartFile
Transfer the received file to the given destination file.
transform(Source, Result) - 类 中的方法org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
Transforms the given Source to the Result.
transform(HttpServletRequest, Resource, ResourceTransformerChain) - 类 中的方法org.springframework.web.servlet.resource.AppCacheManifestTransformer
 
transform(HttpServletRequest, Resource, ResourceTransformerChain) - 类 中的方法org.springframework.web.servlet.resource.CachingResourceTransformer
 
transform(HttpServletRequest, Resource, ResourceTransformerChain) - 类 中的方法org.springframework.web.servlet.resource.CssLinkResourceTransformer
 
transform(HttpServletRequest, Resource, ResourceTransformerChain) - 接口 中的方法org.springframework.web.servlet.resource.ResourceTransformer
Transform the given resource.
transform(HttpServletRequest, Resource) - 接口 中的方法org.springframework.web.servlet.resource.ResourceTransformerChain
Transform the given resource.
Transform - org.xmlunit.builder中的类
Fluent API access to Transformation.
transform(Function<? super Flux<T>, ? extends Publisher<V>>) - 类 中的方法reactor.core.publisher.Flux
Transform this Flux in order to generate a target Flux.
transform(Function<? super Mono<T>, ? extends Publisher<V>>) - 类 中的方法reactor.core.publisher.Mono
Transform this Mono in order to generate a target Mono.
transform(Function<? super ParallelFlux<T>, ParallelFlux<U>>) - 类 中的方法reactor.core.publisher.ParallelFlux
Allows composing operators, in assembly time, on top of this ParallelFlux and returns another ParallelFlux with composed features.
Transform.Builder - org.xmlunit.builder中的接口
Builder for XSLT transformations.
Transform.TransformationResult - org.xmlunit.builder中的接口
Provides different options to obtain the result of an XSLT transformation.
Transformation - org.xmlunit.transform中的类
Provides a convenience layer over TraX.
Transformation() - 类 的构造器org.xmlunit.transform.Transformation
 
Transformation(Source) - 类 的构造器org.xmlunit.transform.Transformation
 
TransformationBuilderBase<B extends TransformationBuilderBase<B>> - org.xmlunit.builder中的接口
Holds the common builder methods for XSLT related builders.
TransformedResource - org.springframework.web.servlet.resource中的类
An extension of ByteArrayResource that a ResourceTransformer can use to represent an original resource preserving all other information except the content.
TransformedResource(Resource, byte[]) - 类 的构造器org.springframework.web.servlet.resource.TransformedResource
 
TransformerUtils - org.springframework.util.xml中的类
Contains common behavior relating to Transformers and the javax.xml.transform package in general.
TransformerUtils() - 类 的构造器org.springframework.util.xml.TransformerUtils
 
transformIfNecessary(String, byte[]) - 类 中的方法org.springframework.instrument.classloading.SimpleInstrumentableClassLoader
 
transformIfNecessary(String, byte[]) - 类 中的方法org.springframework.instrument.classloading.WeavingTransformer
Apply transformation on a given class byte definition.
transformIfNecessary(String, String, byte[], ProtectionDomain) - 类 中的方法org.springframework.instrument.classloading.WeavingTransformer
Apply transformation on a given class byte definition.
transformPath(String) - 类 中的方法org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Transform the request URI (in the context of the webapp) stripping slashes and extensions, and replacing the separator as required.
TransformTag - org.springframework.web.servlet.tags中的类
The <transform> tag provides transformation for reference data values from controllers and other objects inside a spring:bind tag (or a data-bound form element tag from Spring's form tag library).
TransformTag() - 类 的构造器org.springframework.web.servlet.tags.TransformTag
 
transformTo(Result) - 类 中的方法org.xmlunit.transform.Transformation
Perform the transformation.
transformToDocument() - 类 中的方法org.xmlunit.transform.Transformation
Convenience method that returns the result of the transformation as a Document.
transformToString() - 类 中的方法org.xmlunit.transform.Transformation
Convenience method that returns the result of the transformation as a String.
transformUrl(String) - 类 中的方法org.springframework.web.server.adapter.DefaultServerWebExchange
 
transformUrl(String) - 接口 中的方法org.springframework.web.server.ServerWebExchange
Transform the given url according to the registered transformation function(s).
transformUrl(String) - 类 中的方法org.springframework.web.server.ServerWebExchangeDecorator
 
translate(Exception) - 接口 中的方法org.springframework.data.redis.ExceptionTranslationStrategy
Potentially translate the given Exception into DataAccessException.
translate(Exception) - 类 中的方法org.springframework.data.redis.FallbackExceptionTranslationStrategy
 
translate(Exception) - 类 中的方法org.springframework.data.redis.PassThroughExceptionTranslationStrategy
 
translate(String, String, SQLException) - 类 中的方法org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
translate(String, String, SQLException) - 接口 中的方法org.springframework.jdbc.support.SQLExceptionTranslator
Translate the given SQLException into a generic DataAccessException.
translateException(String, String, SQLException) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
Translate the given SQLException into a generic DataAccessException.
translateExceptionIfPossible(RuntimeException) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnectionFactory
 
translateExceptionIfPossible(RuntimeException) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
 
Trigger - org.springframework.scheduling中的接口
Common interface for trigger objects that determine the next execution time of a task that they get associated with.
triggerAfterCommit() - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationUtils
Trigger afterCommit callbacks on all currently registered synchronizations.
triggerAfterCompletion(int) - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationUtils
Trigger afterCompletion callbacks on all currently registered synchronizations.
triggerBeforeCommit(DefaultTransactionStatus) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Trigger beforeCommit callbacks.
triggerBeforeCommit(boolean) - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationUtils
Trigger beforeCommit callbacks on all currently registered synchronizations.
triggerBeforeCompletion(DefaultTransactionStatus) - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Trigger beforeCompletion callbacks.
triggerBeforeCompletion() - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationUtils
Trigger beforeCompletion callbacks on all currently registered synchronizations.
TriggerContext - org.springframework.scheduling中的接口
Context object encapsulating last execution times and last completion time of a given task.
triggerFlush() - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationUtils
Trigger flush callbacks on all currently registered synchronizations.
TriggerTask - org.springframework.scheduling.config中的类
Task implementation defining a Runnable to be executed according to a given Trigger.
TriggerTask(Runnable, Trigger) - 类 的构造器org.springframework.scheduling.config.TriggerTask
Create a new TriggerTask.
trim(long, long) - 接口 中的方法org.springframework.data.redis.core.BoundListOperations
Trim list at the bound key to elements between start and end.
trim(K, long, long) - 接口 中的方法org.springframework.data.redis.core.ListOperations
Trim list at key to elements between start and end.
trim(K, long, long) - 接口 中的方法org.springframework.data.redis.core.ReactiveListOperations
Trim list at key to elements between start and end.
trim(int, int) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisList
 
trim(int, int) - 接口 中的方法org.springframework.data.redis.support.collections.RedisList
 
trimAllWhitespace(String) - 类 中的静态方法org.springframework.util.StringUtils
Trim all whitespace from the given String: leading, trailing, and in between characters.
trimArrayElements(String[]) - 类 中的静态方法org.springframework.util.StringUtils
Trim the elements of the given String array, calling String.trim() on each of them.
trimLeadingCharacter(String, char) - 类 中的静态方法org.springframework.util.StringUtils
Trim all occurrences of the supplied leading character from the given String.
trimLeadingWhitespace(String) - 类 中的静态方法org.springframework.util.StringUtils
Trim leading whitespace from the given String.
trimTrailingCharacter(String, char) - 类 中的静态方法org.springframework.util.StringUtils
Trim all occurrences of the supplied trailing character from the given String.
trimTrailingWhitespace(String) - 类 中的静态方法org.springframework.util.StringUtils
Trim trailing whitespace from the given String.
trimWhitespace(String) - 类 中的静态方法org.springframework.util.StringUtils
Trim leading and trailing whitespace from the given String.
TRUE - 类 中的静态变量org.springframework.expression.spel.support.BooleanTypedValue
 
TRUE_HIGH - 类 中的静态变量org.springframework.util.comparator.BooleanComparator
A shared default instance of this comparator, treating true higher than false.
TRUE_LOW - 类 中的静态变量org.springframework.util.comparator.BooleanComparator
A shared default instance of this comparator, treating true lower than false.
tryOnNext(T) - 接口 中的方法reactor.core.Fuseable.ConditionalSubscriber
Try consuming the value and return true if successful.
ttl(byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
ttl(byte[], TimeUnit) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
ttl(byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
ttl(byte[], TimeUnit) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
ttl(String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
ttl(String, TimeUnit) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
ttl(ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands
Get the time to live for key in seconds.
ttl(Publisher<ReactiveRedisConnection.KeyCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands
Get one-by-one the time to live for keys.
ttl(byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisKeyCommands
Get the time to live for key in seconds.
ttl(byte[], TimeUnit) - 接口 中的方法org.springframework.data.redis.connection.RedisKeyCommands
Get the time to live for key in and convert it to the given TimeUnit.
ttl(String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get the time to live for key in seconds.
ttl(String, TimeUnit) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get the time to live for key in and convert it to the given TimeUnit.
tuple(RedisZSetCommands.Tuple) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand
Tuple2<T1,T2> - reactor.util.function中的类
A tuple that holds two non-null values.
Tuple3<T1,T2,T3> - reactor.util.function中的类
A tuple that holds three non-null values.
Tuple4<T1,T2,T3,T4> - reactor.util.function中的类
A tuple that holds four non-null values
Tuple5<T1,T2,T3,T4,T5> - reactor.util.function中的类
A tuple that holds five non-null values
Tuple6<T1,T2,T3,T4,T5,T6> - reactor.util.function中的类
A tuple that holds six values
Tuple7<T1,T2,T3,T4,T5,T6,T7> - reactor.util.function中的类
A tuple that holds seven non-null values
Tuple8<T1,T2,T3,T4,T5,T6,T7,T8> - reactor.util.function中的类
A tuple that holds eight values
tuples(Collection<? extends RedisZSetCommands.Tuple>) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand
Tuples - reactor.util.function中的类
A Tuples is an immutable Collection of objects, each of which can be of an arbitrary type.
tupleSetToTupleSet() - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
 
tuplesToTuples() - 类 中的静态方法org.springframework.data.redis.connection.jedis.JedisConverters
ListConverter converting jedis redis.clients.jedis.Tuple to RedisZSetCommands.Tuple.
twice() - 类 中的静态方法org.springframework.test.web.client.ExpectedCount
Exactly twice.
TX_DATA_SOURCE_PREFIX - 类 中的静态变量org.springframework.scheduling.quartz.LocalDataSourceJobStore
Name used for the transactional ConnectionProvider for Quartz.
txManager - 类 中的变量org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
Default transaction manager, as configured through a TransactionManagementConfigurer.
TxNamespaceHandler - org.springframework.transaction.config中的类
NamespaceHandler allowing for the configuration of declarative transaction management using either XML or using annotations.
TxNamespaceHandler() - 类 的构造器org.springframework.transaction.config.TxNamespaceHandler
 
TxUtils - org.springframework.data.repository.util中的类
Simple constants holder.
type(byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
type(byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
type(String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
type(ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands
Determine the type stored at key.
type(Publisher<ReactiveRedisConnection.KeyCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveKeyCommands
Determine the type stored at key.
type(byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisKeyCommands
Determine the type stored at key.
type(String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Determine the type stored at key.
type(K) - 接口 中的方法org.springframework.data.redis.core.ReactiveRedisOperations
Determine the type stored at key.
type(K) - 类 中的方法org.springframework.data.redis.core.ReactiveRedisTemplate
 
type(K) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Determine the type stored at key.
type(K) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
TYPE_KEY - 类 中的静态变量org.springframework.jmx.export.naming.IdentityNamingStrategy
 
TYPE_UNKNOWN - 接口 中的静态变量org.springframework.jdbc.core.namedparam.SqlParameterSource
Constant that indicates an unknown (or unspecified) SQL type.
TYPE_UNKNOWN - 接口 中的静态变量org.springframework.jdbc.core.SqlReturnType
Constant that indicates an unknown (or unspecified) SQL type.
TYPE_UNKNOWN - 接口 中的静态变量org.springframework.jdbc.core.SqlTypeValue
Constant that indicates an unknown (or unspecified) SQL type.
TYPE_UNKNOWN - 类 中的静态变量org.springframework.jdbc.support.JdbcUtils
Constant that indicates an unknown (or unspecified) SQL type.
TypeCode - org.springframework.expression.spel.ast中的枚举
Captures primitive types and their corresponding class objects, plus one special entry that represents all reference (non-primitive) types.
TypeComparator - org.springframework.expression中的接口
Instances of a type comparator should be able to compare pairs of objects for equality.
TypeConverter - org.springframework.expression中的接口
A type converter can convert values between different types encountered during expression evaluation.
typeDefinitions - 类 中的变量org.yaml.snakeyaml.constructor.BaseConstructor
 
typeDefinitions - 类 中的变量org.yaml.snakeyaml.representer.Representer
 
TypeDescription - org.yaml.snakeyaml中的类
Provides additional runtime information necessary to create a custom Java instance.
TypeDescription(Class<? extends Object>, Tag) - 类 的构造器org.yaml.snakeyaml.TypeDescription
 
TypeDescription(Class<? extends Object>, Tag, Class<?>) - 类 的构造器org.yaml.snakeyaml.TypeDescription
 
TypeDescription(Class<? extends Object>, String) - 类 的构造器org.yaml.snakeyaml.TypeDescription
 
TypeDescription(Class<? extends Object>) - 类 的构造器org.yaml.snakeyaml.TypeDescription
 
TypeDescription(Class<? extends Object>, Class<?>) - 类 的构造器org.yaml.snakeyaml.TypeDescription
 
TypedValue - org.springframework.expression中的类
Encapsulates an object and a TypeDescriptor that describes it.
TypedValue(Object) - 类 的构造器org.springframework.expression.TypedValue
Create a TypedValue for a simple object.
TypedValue(Object, TypeDescriptor) - 类 的构造器org.springframework.expression.TypedValue
Create a TypedValue for a particular value with a particular TypeDescriptor which may contain additional generic declarations.
TypedValueHolderValueRef(TypedValue, SpelNodeImpl) - 类 的构造器org.springframework.expression.spel.ast.ValueRef.TypedValueHolderValueRef
 
typeIdResolverInstance(MapperConfig<?>, Annotated, Class<?>) - 类 中的方法org.springframework.http.converter.json.SpringHandlerInstantiator
 
TypeInformation<S> - org.springframework.data.util中的接口
Interface to access property types and resolving generics on the way.
TypeLocator - org.springframework.expression中的接口
Implementers of this interface are expected to be able to locate types.
TypeMismatchNamingException - org.springframework.jndi中的异常错误
Exception thrown if a type mismatch is encountered for an object located in a JNDI environment.
TypeMismatchNamingException(String, Class<?>, Class<?>) - 异常错误 的构造器org.springframework.jndi.TypeMismatchNamingException
Construct a new TypeMismatchNamingException, building an explanation text from the given arguments.
TypeReference - org.springframework.expression.spel.ast中的类
Represents a reference to a type, for example "T(String)" or "T(com.somewhere.Foo)"
TypeReference(int, SpelNodeImpl) - 类 的构造器org.springframework.expression.spel.ast.TypeReference
 
TypeReference(int, SpelNodeImpl, int) - 类 的构造器org.springframework.expression.spel.ast.TypeReference
 
typeResolverBuilderInstance(MapperConfig<?>, Annotated, Class<?>) - 类 中的方法org.springframework.http.converter.json.SpringHandlerInstantiator
 
TYPES - 类 中的静态变量org.springframework.data.repository.query.Parameters
 
typeTags - 类 中的变量org.yaml.snakeyaml.constructor.BaseConstructor
 
TypeUtils - org.springframework.util中的类
Utility to work with Java 5 generic type parameters.
TypeUtils() - 类 的构造器org.springframework.util.TypeUtils
 

U

UiApplicationContextUtils - org.springframework.ui.context.support中的类
Utility class for UI application context implementations.
UiApplicationContextUtils() - 类 的构造器org.springframework.ui.context.support.UiApplicationContextUtils
 
UnableToRegisterMBeanException - org.springframework.jmx.export中的异常错误
Exception thrown when we are unable to register an MBean, for example because of a naming conflict.
UnableToRegisterMBeanException(String) - 异常错误 的构造器org.springframework.jmx.export.UnableToRegisterMBeanException
Create a new UnableToRegisterMBeanException with the specified error message.
UnableToRegisterMBeanException(String, Throwable) - 异常错误 的构造器org.springframework.jmx.export.UnableToRegisterMBeanException
Create a new UnableToRegisterMBeanException with the specified error message and root cause.
UnableToSendNotificationException - org.springframework.jmx.export.notification中的异常错误
Thrown when a JMX Notification is unable to be sent.
UnableToSendNotificationException(String) - 异常错误 的构造器org.springframework.jmx.export.notification.UnableToSendNotificationException
Create a new instance of the UnableToSendNotificationException class with the specified error message.
UnableToSendNotificationException(String, Throwable) - 异常错误 的构造器org.springframework.jmx.export.notification.UnableToSendNotificationException
Create a new instance of the UnableToSendNotificationException with the specified error message and root cause.
unbind(String) - 类 中的方法org.springframework.jndi.JndiTemplate
Remove the binding for the given name from the current JNDI context.
unbind(String) - 类 中的方法org.springframework.mock.jndi.SimpleNamingContext
 
unbind(Name) - 类 中的方法org.springframework.mock.jndi.SimpleNamingContext
 
unbindConnection(RedisConnectionFactory) - 类 中的静态方法org.springframework.data.redis.core.RedisConnectionUtils
Unbinds and closes the connection (if any) associated with the given factory.
unbindResource(Object) - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationManager
Unbind a resource for the given key from the current thread.
unbindResourceIfPossible(Object) - 类 中的静态方法org.springframework.transaction.support.TransactionSynchronizationManager
Unbind a resource for the given key from the current thread.
unbound() - 接口 中的方法org.springframework.transaction.support.ResourceHolder
Notify this holder that it has been unbound from transaction synchronization.
unbound() - 类 中的方法org.springframework.transaction.support.ResourceHolderSupport
 
unbounded() - 类 中的静态方法org.springframework.data.redis.connection.RedisZSetCommands.Range
 
unbounded() - 类 中的静态方法reactor.util.concurrent.Queues
 
unbounded(int) - 类 中的静态方法reactor.util.concurrent.Queues
Returns an unbounded, linked-array-based Queue.
UNBOUNDED_CONCURRENCY - 类 中的静态变量org.springframework.util.ConcurrencyThrottleSupport
Permit any number of concurrent invocations: that is, don't throttle concurrency.
unboundedMultiproducer() - 类 中的静态方法reactor.util.concurrent.Queues
Returns an unbounded queue suitable for multi-producer/single-consumer (MPSC) scenarios.
unboxBooleanIfNecessary(MethodVisitor) - 类 中的方法org.springframework.expression.spel.CodeFlow
If the codeflow shows the last expression evaluated to java.lang.Boolean then insert the necessary instructions to unbox that to a boolean primitive.
uncapitalize(String) - 类 中的静态方法org.springframework.util.StringUtils
Uncapitalize a String, changing the first letter to lower case as per Character.toLowerCase(char).
UncategorizedMappingException - org.springframework.oxm中的异常错误
Exception that indicates that the cause cannot be distinguished further.
UncategorizedMappingException(String, Throwable) - 异常错误 的构造器org.springframework.oxm.UncategorizedMappingException
Construct an UncategorizedMappingException with the specified detail message and nested exception.
UncategorizedScriptException - org.springframework.jdbc.datasource.init中的异常错误
Thrown when we cannot determine anything more specific than "something went wrong while processing an SQL script": for example, a SQLException from JDBC that we cannot pinpoint more precisely.
UncategorizedScriptException(String) - 异常错误 的构造器org.springframework.jdbc.datasource.init.UncategorizedScriptException
Construct a new UncategorizedScriptException.
UncategorizedScriptException(String, Throwable) - 异常错误 的构造器org.springframework.jdbc.datasource.init.UncategorizedScriptException
Construct a new UncategorizedScriptException.
UncategorizedSQLException - org.springframework.jdbc中的异常错误
Exception thrown when we can't classify a SQLException into one of our generic data access exceptions.
UncategorizedSQLException(String, String, SQLException) - 异常错误 的构造器org.springframework.jdbc.UncategorizedSQLException
Constructor for UncategorizedSQLException.
undefinedConstructor - 类 中的静态变量org.yaml.snakeyaml.constructor.SafeConstructor
 
underscoreName(String) - 类 中的方法org.springframework.jdbc.core.BeanPropertyRowMapper
Convert a name in camelCase to an underscored name in lower case.
UndertowHttpHandlerAdapter - org.springframework.http.server.reactive中的类
Adapt HttpHandler to the Undertow io.undertow.server.HttpHandler.
UndertowHttpHandlerAdapter(HttpHandler) - 类 的构造器org.springframework.http.server.reactive.UndertowHttpHandlerAdapter
 
UnexpectedRollbackException - org.springframework.transaction中的异常错误
Thrown when an attempt to commit a transaction resulted in an unexpected rollback.
UnexpectedRollbackException(String) - 异常错误 的构造器org.springframework.transaction.UnexpectedRollbackException
Constructor for UnexpectedRollbackException.
UnexpectedRollbackException(String, Throwable) - 异常错误 的构造器org.springframework.transaction.UnexpectedRollbackException
Constructor for UnexpectedRollbackException.
UnicastProcessor<T> - reactor.core.publisher中的类
A Processor implementation that takes a custom queue and allows only a single subscriber.
UnicastProcessor(Queue<T>) - 类 的构造器reactor.core.publisher.UnicastProcessor
 
UnicastProcessor(Queue<T>, Disposable) - 类 的构造器reactor.core.publisher.UnicastProcessor
 
UnicastProcessor(Queue<T>, Consumer<? super T>, Disposable) - 类 的构造器reactor.core.publisher.UnicastProcessor
 
UnicodeEscaper - org.yaml.snakeyaml.external.com.google.gdata.util.common.base中的类
An Escaper that converts literal text into a format safe for inclusion in a particular context (such as an XML document).
UnicodeEscaper() - 类 的构造器org.yaml.snakeyaml.external.com.google.gdata.util.common.base.UnicodeEscaper
 
UnicodeReader - org.yaml.snakeyaml.reader中的类
Generic unicode textreader, which will use BOM mark to identify the encoding to be used.
UnicodeReader(InputStream) - 类 的构造器org.yaml.snakeyaml.reader.UnicodeReader
 
union(K) - 接口 中的方法org.springframework.data.redis.core.BoundSetOperations
Union all sets at given key and key.
union(Collection<K>) - 接口 中的方法org.springframework.data.redis.core.BoundSetOperations
Union all sets at given keys and keys.
union(K, K...) - 接口 中的方法org.springframework.data.redis.core.HyperLogLogOperations
Merges all values of given sourceKeys into destination key.
union(K, K...) - 接口 中的方法org.springframework.data.redis.core.ReactiveHyperLogLogOperations
Merges all values of given sourceKeys into destination key.
union(K, K) - 接口 中的方法org.springframework.data.redis.core.ReactiveSetOperations
Union all sets at given keys and otherKey.
union(K, Collection<K>) - 接口 中的方法org.springframework.data.redis.core.ReactiveSetOperations
Union all sets at given keys and otherKeys.
union(K, K) - 接口 中的方法org.springframework.data.redis.core.SetOperations
Union all sets at given keys and otherKey.
union(K, Collection<K>) - 接口 中的方法org.springframework.data.redis.core.SetOperations
Union all sets at given keys and otherKeys.
union(RedisSet<?>) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisSet
 
union(Collection<? extends RedisSet<?>>) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisSet
 
union(RedisSet<?>) - 接口 中的方法org.springframework.data.redis.support.collections.RedisSet
 
union(Collection<? extends RedisSet<?>>) - 接口 中的方法org.springframework.data.redis.support.collections.RedisSet
 
unionAndStore(K, K) - 接口 中的方法org.springframework.data.redis.core.BoundSetOperations
Union all sets at given the bound key and key and store result in destKey.
unionAndStore(Collection<K>, K) - 接口 中的方法org.springframework.data.redis.core.BoundSetOperations
Union all sets at given the bound key and keys and store result in destKey.
unionAndStore(K, K) - 接口 中的方法org.springframework.data.redis.core.BoundZSetOperations
Union sorted sets at the bound key and otherKeys and store result in destination destKey.
unionAndStore(Collection<K>, K) - 接口 中的方法org.springframework.data.redis.core.BoundZSetOperations
Union sorted sets at the bound key and otherKeys and store result in destination destKey.
unionAndStore(K, K, K) - 接口 中的方法org.springframework.data.redis.core.ReactiveSetOperations
Union all sets at given key and otherKey and store result in destKey.
unionAndStore(K, Collection<K>, K) - 接口 中的方法org.springframework.data.redis.core.ReactiveSetOperations
Union all sets at given key and otherKeys and store result in destKey.
unionAndStore(K, K, K) - 接口 中的方法org.springframework.data.redis.core.ReactiveZSetOperations
Union sorted sets at key and otherKeys and store result in destination destKey.
unionAndStore(K, Collection<K>, K) - 接口 中的方法org.springframework.data.redis.core.ReactiveZSetOperations
Union sorted sets at key and otherKeys and store result in destination destKey.
unionAndStore(K, K, K) - 接口 中的方法org.springframework.data.redis.core.SetOperations
Union all sets at given key and otherKey and store result in destKey.
unionAndStore(K, Collection<K>, K) - 接口 中的方法org.springframework.data.redis.core.SetOperations
Union all sets at given key and otherKeys and store result in destKey.
unionAndStore(K, K, K) - 接口 中的方法org.springframework.data.redis.core.ZSetOperations
Union sorted sets at key and otherKeys and store result in destination destKey.
unionAndStore(K, Collection<K>, K) - 接口 中的方法org.springframework.data.redis.core.ZSetOperations
Union sorted sets at key and otherKeys and store result in destination destKey.
unionAndStore(RedisSet<?>, String) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisSet
 
unionAndStore(Collection<? extends RedisSet<?>>, String) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisSet
 
unionAndStore(RedisZSet<?>, String) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisZSet
 
unionAndStore(Collection<? extends RedisZSet<?>>, String) - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisZSet
 
unionAndStore(RedisSet<?>, String) - 接口 中的方法org.springframework.data.redis.support.collections.RedisSet
 
unionAndStore(Collection<? extends RedisSet<?>>, String) - 接口 中的方法org.springframework.data.redis.support.collections.RedisSet
 
unionAndStore(RedisZSet<?>, String) - 接口 中的方法org.springframework.data.redis.support.collections.RedisZSet
 
unionAndStore(Collection<? extends RedisZSet<?>>, String) - 接口 中的方法org.springframework.data.redis.support.collections.RedisZSet
 
UNKNOWN - 类 中的静态变量org.springframework.data.redis.Version
已过时。
 
UNKNOWN - 类 中的静态变量org.xmlunit.validation.ValidationProblem
Constant used for unknown location information.
UnknownHttpStatusCodeException - org.springframework.web.client中的异常错误
Exception thrown when an unknown (or custom) HTTP status code is received.
UnknownHttpStatusCodeException(int, String, HttpHeaders, byte[], Charset) - 异常错误 的构造器org.springframework.web.client.UnknownHttpStatusCodeException
Construct a new instance of HttpStatusCodeException based on an HttpStatus, status text, and response body content.
unlimited() - 类 中的静态方法org.springframework.data.redis.connection.RedisZSetCommands.Limit
 
UNLIMITED_ATTEMPTS - 类 中的静态变量org.springframework.util.backoff.FixedBackOff
Constant value indicating an unlimited number of attempts.
unmarshal(Source) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
 
unmarshal(Source, MimeContainer) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
 
unmarshal(Source, MimeContainer) - 接口 中的方法org.springframework.oxm.mime.MimeUnmarshaller
Unmarshals the given provided Source into an object graph, reading binary attachments from a MimeContainer.
unmarshal(Source) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Unmarshals the given provided javax.xml.transform.Source into an object graph.
unmarshal(Source) - 接口 中的方法org.springframework.oxm.Unmarshaller
Unmarshal the given Source into an object graph.
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - 类 中的方法org.springframework.oxm.xstream.CatchAllConverter
 
unmarshalDomNode(Node) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
 
unmarshalDomNode(Node) - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
 
unmarshalDomNode(Node) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Abstract template method for unmarshalling from a given DOM Node.
unmarshalDomNode(Node) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
 
unmarshalDomSource(DOMSource) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Template method for handling DOMSources.
unmarshalInputStream(InputStream) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
 
unmarshalInputStream(InputStream) - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
 
unmarshalInputStream(InputStream) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Abstract template method for unmarshalling from a given InputStream.
unmarshalInputStream(InputStream) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
 
unmarshalInputStream(InputStream, DataHolder) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
 
Unmarshaller - org.springframework.oxm中的接口
Defines the contract for Object XML Mapping unmarshallers.
UnmarshallerRepositoryPopulatorFactoryBean - org.springframework.data.repository.init中的类
FactoryBean to create a ResourceReaderRepositoryPopulator using an Unmarshaller.
UnmarshallerRepositoryPopulatorFactoryBean() - 类 的构造器org.springframework.data.repository.init.UnmarshallerRepositoryPopulatorFactoryBean
 
UnmarshallingFailureException - org.springframework.oxm中的异常错误
Exception thrown on unmarshalling failure.
UnmarshallingFailureException(String) - 异常错误 的构造器org.springframework.oxm.UnmarshallingFailureException
Construct a MarshallingFailureException with the specified detail message.
UnmarshallingFailureException(String, Throwable) - 异常错误 的构造器org.springframework.oxm.UnmarshallingFailureException
Construct a MarshallingFailureException with the specified detail message and nested exception.
UnmarshallingResourceReader - org.springframework.data.repository.init中的类
 
UnmarshallingResourceReader(Unmarshaller) - 类 的构造器org.springframework.data.repository.init.UnmarshallingResourceReader
 
unmarshalReader(Reader) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
 
unmarshalReader(Reader) - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
 
unmarshalReader(Reader) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Abstract template method for unmarshalling from a given Reader.
unmarshalReader(Reader) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
 
unmarshalReader(Reader, DataHolder) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
 
unmarshalSaxReader(XMLReader, InputSource) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
 
unmarshalSaxReader(XMLReader, InputSource) - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
 
unmarshalSaxReader(XMLReader, InputSource) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Abstract template method for unmarshalling using a given SAX XMLReader and InputSource.
unmarshalSaxReader(XMLReader, InputSource) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
 
unmarshalSaxSource(SAXSource) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Template method for handling SAXSources.
unmarshalStaxSource(Unmarshaller, Source) - 类 中的方法org.springframework.oxm.jaxb.Jaxb2Marshaller
 
unmarshalStaxSource(Source) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Template method for handling StaxSources.
unmarshalStreamSource(StreamSource) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Template method for handling StreamSources.
unmarshalStreamSource(StreamSource) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
 
unmarshalXmlEventReader(XMLEventReader) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
 
unmarshalXmlEventReader(XMLEventReader) - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
 
unmarshalXmlEventReader(XMLEventReader) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Abstract template method for unmarshalling from a given Stax XMLEventReader.
unmarshalXmlEventReader(XMLEventReader) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
 
unmarshalXmlStreamReader(XMLStreamReader) - 类 中的方法org.springframework.oxm.castor.CastorMarshaller
已过时。
 
unmarshalXmlStreamReader(XMLStreamReader) - 类 中的方法org.springframework.oxm.jibx.JibxMarshaller
 
unmarshalXmlStreamReader(XMLStreamReader) - 类 中的方法org.springframework.oxm.support.AbstractMarshaller
Abstract template method for unmarshalling from a given Stax XMLStreamReader.
unmarshalXmlStreamReader(XMLStreamReader) - 类 中的方法org.springframework.oxm.xstream.XStreamMarshaller
 
unmodifiableMultiValueMap(MultiValueMap<? extends K, ? extends V>) - 类 中的静态方法org.springframework.util.CollectionUtils
Return an unmodifiable view of the specified multi-value map.
UnorderedRequestExpectationManager - org.springframework.test.web.client中的类
RequestExpectationManager that matches requests to expectations regardless of the order of declaration of expected requests.
UnorderedRequestExpectationManager() - 类 的构造器org.springframework.test.web.client.UnorderedRequestExpectationManager
 
unprocessableEntity() - 类 中的静态方法org.springframework.http.ResponseEntity
Create a builder with an UNPROCESSABLE_ENTITY status.
unqualify(String) - 类 中的静态方法org.springframework.util.StringUtils
Unqualify a string qualified by a '.' dot character.
unqualify(String, char) - 类 中的静态方法org.springframework.util.StringUtils
Unqualify a string qualified by a separator character.
unquote(String) - 类 中的方法org.springframework.util.MimeType
 
unregisterBeans() - 类 中的方法org.springframework.jmx.support.MBeanRegistrationSupport
Unregisters all beans that have been registered by an instance of this class.
unregisterDatabase(DataSource) - 类 中的方法org.springframework.jdbc.support.SQLErrorCodesFactory
Clear the cache for the specified DataSource, if registered.
unregisterManagedResource(ObjectName) - 类 中的方法org.springframework.jmx.export.MBeanExporter
 
unregisterManagedResource(ObjectName) - 接口 中的方法org.springframework.jmx.export.MBeanExportOperations
Remove the specified MBean from the underlying MBeanServer registry.
unregisterMapping(T) - 类 中的方法org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
Un-register the given mapping.
unregisterNamedDispatcher(String) - 类 中的方法org.springframework.mock.web.MockServletContext
Unregister the RequestDispatcher with the given name.
UNRESOLVABLE - 类 中的静态变量org.springframework.web.multipart.support.MultipartResolutionDelegate
 
UNRESOLVED - 接口 中的静态变量org.springframework.web.bind.support.WebArgumentResolver
Marker to be returned when the resolver does not know how to handle the given method parameter.
UNRESOLVED - 接口 中的静态变量org.springframework.web.servlet.mvc.annotation.ModelAndViewResolver
Marker to be returned when the resolver does not know how to handle the given method parameter.
UnsatisfiedServletRequestParameterException - org.springframework.web.bind中的异常错误
ServletRequestBindingException subclass that indicates an unsatisfied parameter condition, as typically expressed using an @RequestMapping annotation at the @Controller type level.
UnsatisfiedServletRequestParameterException(String[], Map<String, String[]>) - 异常错误 的构造器org.springframework.web.bind.UnsatisfiedServletRequestParameterException
Create a new UnsatisfiedServletRequestParameterException.
UnsatisfiedServletRequestParameterException(List<String[]>, Map<String, String[]>) - 异常错误 的构造器org.springframework.web.bind.UnsatisfiedServletRequestParameterException
Create a new UnsatisfiedServletRequestParameterException.
unsubscribe() - 接口 中的方法org.springframework.data.redis.connection.Subscription
Cancels the current subscription for all channels given by name.
unsubscribe(byte[]...) - 接口 中的方法org.springframework.data.redis.connection.Subscription
Cancels the current subscription for all given channels.
unsubscribe() - 类 中的方法org.springframework.data.redis.connection.util.AbstractSubscription
 
unsubscribe(byte[]...) - 类 中的方法org.springframework.data.redis.connection.util.AbstractSubscription
 
UnsupportedMediaTypeStatusException - org.springframework.web.server中的异常错误
Exception for errors that fit response status 416 (unsupported media type).
UnsupportedMediaTypeStatusException(String) - 异常错误 的构造器org.springframework.web.server.UnsupportedMediaTypeStatusException
Constructor for when the specified Content-Type is invalid.
UnsupportedMediaTypeStatusException(MediaType, List<MediaType>) - 异常错误 的构造器org.springframework.web.server.UnsupportedMediaTypeStatusException
Constructor for when the Content-Type can be parsed but is not supported.
UntypedAnnotationDescriptor(Class<?>, Annotation) - 类 的构造器org.springframework.test.util.MetaAnnotationUtils.UntypedAnnotationDescriptor
 
UntypedAnnotationDescriptor(Class<?>, Class<?>, Annotation, Annotation) - 类 的构造器org.springframework.test.util.MetaAnnotationUtils.UntypedAnnotationDescriptor
 
unwatch() - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
unwatch() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
unwatch() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
unwatch() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
unwatch() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
unwatch() - 接口 中的方法org.springframework.data.redis.connection.RedisTxCommands
Flushes all the previously #watch(byte[]...) keys.
unwatch() - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Flushes all the previously RedisOperations.watch(Object) keys.
unwatch() - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
unwrap(Object) - 类 中的静态方法org.springframework.data.repository.util.QueryExecutionConverters
Unwraps the given source value in case it's one of the currently supported wrapper types detected at runtime.
unwrap(Class<T>) - 类 中的方法org.springframework.jdbc.datasource.AbstractDataSource
 
unwrap(Class<T>) - 类 中的方法org.springframework.jdbc.datasource.DelegatingDataSource
 
unwrap(Class<T>) - 类 中的方法org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource
 
unwrap(Class<T>) - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
unwrap(Class<T>) - 类 中的方法org.springframework.validation.beanvalidation.SpringValidatorAdapter
 
unwrap(Class<T>) - 类 中的方法org.springframework.validation.ObjectError
Unwrap the source behind this error: possibly an Exception (typically PropertyAccessException) or a Bean Validation ConstraintViolation.
unwrap(Throwable) - 类 中的静态方法reactor.core.Exceptions
Unwrap a particular Throwable only if it is was wrapped via bubble or propagate.
unwrapMultiple(Throwable) - 类 中的静态方法reactor.core.Exceptions
Attempt to unwrap a Throwable into a List of Throwables.
unwrapOptional(Object) - 类 中的静态方法org.springframework.util.ObjectUtils
Unwrap the given object which is potentially a Optional.
unwrapReflectionException(Exception) - 类 中的静态方法org.springframework.data.repository.util.ClassUtils
Helper method to extract the original exception that can possibly occur during a reflection call.
unwrapWrapperTypes(TypeInformation<?>) - 类 中的静态方法org.springframework.data.repository.util.QueryExecutionConverters
Recursively unwraps well known wrapper types from the given TypeInformation.
UpdatableSqlQuery<T> - org.springframework.jdbc.object中的类
Reusable RDBMS query in which concrete subclasses must implement the abstract updateRow(ResultSet, int, context) method to update each row of the JDBC ResultSet and optionally map contents into an object.
UpdatableSqlQuery() - 类 的构造器org.springframework.jdbc.object.UpdatableSqlQuery
Constructor to allow use as a JavaBean
UpdatableSqlQuery(DataSource, String) - 类 的构造器org.springframework.jdbc.object.UpdatableSqlQuery
Convenient constructor with DataSource and SQL string.
UpdatableSqlQuery.RowMapperImpl - org.springframework.jdbc.object中的类
Implementation of RowMapper that calls the enclosing class's updateRow() method for each row.
update(PartialUpdate<?>) - 类 中的方法org.springframework.data.redis.core.RedisKeyValueAdapter
 
update(Object) - 类 中的方法org.springframework.data.redis.core.RedisKeyValueTemplate
 
update(String) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Issue a single SQL update operation (such as an insert, update or delete statement).
update(PreparedStatementCreator) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Issue a single SQL update operation (such as an insert, update or delete statement) using a PreparedStatementCreator to provide SQL and any required parameters.
update(PreparedStatementCreator, KeyHolder) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Issue an update statement using a PreparedStatementCreator to provide SQL and any required parameters.
update(String, PreparedStatementSetter) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Issue an update statement using a PreparedStatementSetter to set bind parameters, with given SQL.
update(String, Object[], int[]) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Issue a single SQL update operation (such as an insert, update or delete statement) via a prepared statement, binding the given arguments.
update(String, Object...) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Issue a single SQL update operation (such as an insert, update or delete statement) via a prepared statement, binding the given arguments.
update(String) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
update(PreparedStatementCreator, PreparedStatementSetter) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
update(PreparedStatementCreator) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
update(PreparedStatementCreator, KeyHolder) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
update(String, PreparedStatementSetter) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
update(String, Object[], int[]) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
update(String, Object...) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
update(String, SqlParameterSource) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Issue an update via a prepared statement, binding the given arguments.
update(String, Map<String, ?>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Issue an update via a prepared statement, binding the given arguments.
update(String, SqlParameterSource, KeyHolder) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Issue an update via a prepared statement, binding the given arguments, returning generated keys.
update(String, SqlParameterSource, KeyHolder, String[]) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Issue an update via a prepared statement, binding the given arguments, returning generated keys.
update(String, SqlParameterSource) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
update(String, Map<String, ?>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
update(String, SqlParameterSource, KeyHolder) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
update(String, SqlParameterSource, KeyHolder, String[]) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
update(Object...) - 类 中的方法org.springframework.jdbc.object.BatchSqlUpdate
Overridden version of update that adds the given statement parameters to the queue rather than executing them immediately.
update(Object...) - 类 中的方法org.springframework.jdbc.object.SqlUpdate
Generic method to execute the update given parameters.
update(Object[], KeyHolder) - 类 中的方法org.springframework.jdbc.object.SqlUpdate
Method to execute the update given arguments and retrieve the generated keys using a KeyHolder.
update() - 类 中的方法org.springframework.jdbc.object.SqlUpdate
Convenience method to execute an update with no parameters.
update(int) - 类 中的方法org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given one int arg.
update(int, int) - 类 中的方法org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given two int args.
update(long) - 类 中的方法org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given one long arg.
update(long, long) - 类 中的方法org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given two long args.
update(String) - 类 中的方法org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given one String arg.
update(String, String) - 类 中的方法org.springframework.jdbc.object.SqlUpdate
Convenient method to execute an update given two String args.
update(Date, Date, Date) - 类 中的方法org.springframework.scheduling.support.SimpleTriggerContext
Update this holder's state with the latest time values.
update(RequestExpectation) - 类 中的方法org.springframework.test.web.client.AbstractRequestExpectationManager.RequestExpectationGroup
Invoke this for an expectation that has been matched.
update(Disposable) - 接口 中的方法reactor.core.Disposable.Swap
Atomically push the next Disposable on this container and dispose the previous one (if any).
updateAccessedSessionAttributes() - 类 中的方法org.springframework.web.context.request.AbstractRequestAttributes
Update all session attributes that have been accessed during request processing, to expose their potentially updated state to the underlying session manager.
updateAccessedSessionAttributes() - 类 中的方法org.springframework.web.context.request.ServletRequestAttributes
Update all accessed session attributes through session.setAttribute calls, explicitly indicating to the container that they might have been modified.
updateAll(Collection<RequestExpectation>) - 类 中的方法org.springframework.test.web.client.AbstractRequestExpectationManager.RequestExpectationGroup
updateByNamedParam(Map<String, ?>) - 类 中的方法org.springframework.jdbc.object.SqlUpdate
Generic method to execute the update given named parameters.
updateByNamedParam(Map<String, ?>, KeyHolder) - 类 中的方法org.springframework.jdbc.object.SqlUpdate
Method to execute the update given arguments and retrieve the generated keys using a KeyHolder.
updateContentLength - 类 中的变量org.springframework.web.servlet.view.json.AbstractJackson2View
 
updateFlashMaps(List<FlashMap>, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.support.AbstractFlashMapManager
Update the FlashMap instances in the underlying storage.
updateFlashMaps(List<FlashMap>, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.support.SessionFlashMapManager
Saves the given FlashMap instances in the HTTP session.
updateLastAccessTime(WebSession) - 类 中的方法org.springframework.web.server.session.InMemoryWebSessionStore
 
updateLastAccessTime(WebSession) - 接口 中的方法org.springframework.web.server.session.WebSessionStore
Update the last accessed timestamp to "now".
updateModel(NativeWebRequest, ModelAndViewContainer) - 类 中的方法org.springframework.web.method.annotation.ModelFactory
Promote model attributes listed as @SessionAttributes to the session.
updateRow(ResultSet, int, Map<?, ?>) - 类 中的方法org.springframework.jdbc.object.UpdatableSqlQuery
Subclasses must implement this method to update each row of the ResultSet and optionally create object of the result type.
updateState(Object, Method, Throwable) - 类 中的方法org.springframework.test.context.support.DefaultTestContext
 
updateState(Object, Method, Throwable) - 接口 中的方法org.springframework.test.context.TestContext
Update this test context to reflect the state of the currently executing test.
updateTargetUrl(String, Map<String, Object>, HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.RedirectView
Find the registered RequestDataValueProcessor, if any, and allow it to update the redirect target URL.
UPGRADE - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Upgrade header field name.
upgrade(Class<T>) - 类 中的方法org.springframework.mock.web.MockHttpServletRequest
 
upgradeDifferencesToDifferent(ComparisonType...) - 类 中的静态方法org.xmlunit.diff.DifferenceEvaluators
Creates a DifferenceEvaluator that returns a DIFFERENT result for differences (Comparisons that are not EQUAL) found in one of the given ComparisonTypes.
upsert() - 枚举 中的静态方法org.springframework.data.redis.connection.RedisStringCommands.SetOption
Do not set any additional command argument.
upstream() - 类 中的方法reactor.core.publisher.BaseSubscriber
Return current Subscription
uri(URI) - 接口 中的方法org.springframework.http.server.reactive.ServerHttpRequest.Builder
Set the URI to use with the following conditions: If path is also set, it overrides the path of the URI provided here.
uri(URI) - 接口 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
 
uri() - 类 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest
 
uri(URI) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.UriSpec
Specify the URI using an absolute, fully constructed URI.
uri(String, Object...) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.UriSpec
Specify the URI for the request using a URI template and URI variables.
uri(String, Map<String, ?>) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.UriSpec
Specify the URI for the request using a URI template and URI variables.
uri(Function<UriBuilder, URI>) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.UriSpec
Build the URI for the request with a UriBuilder obtained through the UriBuilderFactory configured for this client.
uri(URI) - 类 中的方法org.springframework.web.util.UriComponentsBuilder
Initialize components of this builder from components of the given URI.
URI_CHARS - 类 中的静态变量org.yaml.snakeyaml.scanner.Constant
 
URI_TEMPLATE_VARIABLES_ATTRIBUTE - 接口 中的静态变量org.springframework.web.servlet.HandlerMapping
Name of the HttpServletRequest attribute that contains the URI templates map, mapping variable names to values.
uriBuilder() - 类 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest
 
UriBuilder - org.springframework.web.util中的接口
Builder-style methods to prepare and expand a URI template with variables.
uriBuilderFactory(UriBuilderFactory) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.Builder
Provide a pre-configured UriBuilderFactory instance as an alternative to and effectively overriding WebTestClient.Builder.baseUrl(String).
UriBuilderFactory - org.springframework.web.util中的接口
Factory to create UriBuilder instances with shared configuration such as a base URI, an encoding mode strategy, and others across all URI builder instances created through a factory.
UriComponents - org.springframework.web.util中的类
Represents an immutable collection of URI components, mapping component type to String values.
UriComponents(String, String) - 类 的构造器org.springframework.web.util.UriComponents
 
uriComponents(UriComponents) - 类 中的方法org.springframework.web.util.UriComponentsBuilder
Set or append individual URI components of this builder from the values of the given UriComponents instance.
UriComponents.UriTemplateVariables - org.springframework.web.util中的接口
Defines the contract for URI Template variables
UriComponentsBuilder - org.springframework.web.util中的类
Builder for UriComponents.
UriComponentsBuilder() - 类 的构造器org.springframework.web.util.UriComponentsBuilder
Default constructor.
UriComponentsBuilder(UriComponentsBuilder) - 类 的构造器org.springframework.web.util.UriComponentsBuilder
Create a deep copy of the given UriComponentsBuilder.
UriComponentsBuilderMethodArgumentResolver - org.springframework.web.servlet.mvc.method.annotation中的类
Resolvers argument values of type UriComponentsBuilder.
UriComponentsBuilderMethodArgumentResolver() - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.UriComponentsBuilderMethodArgumentResolver
 
UriComponentsContributor - org.springframework.web.method.support中的接口
Strategy for contributing to the building of a UriComponents by looking at a method parameter and an argument value and deciding what part of the target URL should be updated.
uriDecode(String, Charset) - 类 中的静态方法org.springframework.util.StringUtils
Decode the given encoded URI component value.
UriEncoder - org.yaml.snakeyaml.util中的类
 
UriEncoder() - 类 的构造器org.yaml.snakeyaml.util.UriEncoder
 
uriString(String) - 类 中的方法org.springframework.web.util.DefaultUriBuilderFactory
 
uriString(String) - 接口 中的方法org.springframework.web.util.UriBuilderFactory
Initialize a builder with the given URI template.
UriTemplate - org.springframework.web.util中的类
Represents a URI template.
UriTemplate(String) - 类 的构造器org.springframework.web.util.UriTemplate
Construct a new UriTemplate with the given URI String.
UriTemplateHandler - org.springframework.web.util中的接口
Defines methods for expanding a URI template with variables.
UriUtils - org.springframework.web.util中的类
Utility methods for URI encoding and decoding based on RFC 3986.
UriUtils() - 类 的构造器org.springframework.web.util.UriUtils
 
URL_PROTOCOL_FILE - 类 中的静态变量org.springframework.util.ResourceUtils
URL protocol for a file in the file system: "file"
URL_PROTOCOL_JAR - 类 中的静态变量org.springframework.util.ResourceUtils
URL protocol for an entry from a jar file: "jar"
URL_PROTOCOL_VFS - 类 中的静态变量org.springframework.util.ResourceUtils
URL protocol for a general JBoss VFS resource: "vfs"
URL_PROTOCOL_VFSFILE - 类 中的静态变量org.springframework.util.ResourceUtils
URL protocol for a JBoss file system resource: "vfsfile"
URL_PROTOCOL_VFSZIP - 类 中的静态变量org.springframework.util.ResourceUtils
URL protocol for an entry from a JBoss jar file: "vfszip"
URL_PROTOCOL_WAR - 类 中的静态变量org.springframework.util.ResourceUtils
URL protocol for an entry from a war file: "war"
URL_PROTOCOL_WSJAR - 类 中的静态变量org.springframework.util.ResourceUtils
URL protocol for an entry from a WebSphere jar file: "wsjar"
URL_PROTOCOL_ZIP - 类 中的静态变量org.springframework.util.ResourceUtils
URL protocol for an entry from a zip file: "zip"
UrlBasedCorsConfigurationSource - org.springframework.web.cors.reactive中的类
Provide a per reactive request CorsConfiguration instance based on a collection of CorsConfiguration mapped on path patterns.
UrlBasedCorsConfigurationSource() - 类 的构造器org.springframework.web.cors.reactive.UrlBasedCorsConfigurationSource
Construct a new UrlBasedCorsConfigurationSource instance with default PathPatternParser.
UrlBasedCorsConfigurationSource(PathPatternParser) - 类 的构造器org.springframework.web.cors.reactive.UrlBasedCorsConfigurationSource
Construct a new UrlBasedCorsConfigurationSource instance from the supplied PathPatternParser.
UrlBasedCorsConfigurationSource - org.springframework.web.cors中的类
Provide a per request CorsConfiguration instance based on a collection of CorsConfiguration mapped on path patterns.
UrlBasedCorsConfigurationSource() - 类 的构造器org.springframework.web.cors.UrlBasedCorsConfigurationSource
 
UrlBasedRemoteAccessor - org.springframework.remoting.support中的类
Abstract base class for classes that access remote services via URLs.
UrlBasedRemoteAccessor() - 类 的构造器org.springframework.remoting.support.UrlBasedRemoteAccessor
 
UrlBasedViewResolver - org.springframework.web.servlet.view中的类
Simple implementation of the ViewResolver interface, allowing for direct resolution of symbolic view names to URLs, without explicit mapping definition.
UrlBasedViewResolver() - 类 的构造器org.springframework.web.servlet.view.UrlBasedViewResolver
 
UrlBasedViewResolverRegistration - org.springframework.web.servlet.config.annotation中的类
Assist with configuring a UrlBasedViewResolver.
UrlBasedViewResolverRegistration(UrlBasedViewResolver) - 类 的构造器org.springframework.web.servlet.config.annotation.UrlBasedViewResolverRegistration
 
urlEncode(String, String) - 类 中的方法org.springframework.web.servlet.view.RedirectView
URL-encode the given input String with the given encoding scheme.
UrlFilenameViewController - org.springframework.web.servlet.mvc中的类
Simple Controller implementation that transforms the virtual path of a URL into a view name and returns that view.
UrlFilenameViewController() - 类 的构造器org.springframework.web.servlet.mvc.UrlFilenameViewController
 
UrlPathHelper - org.springframework.web.util中的类
Helper class for URL path matching.
UrlPathHelper() - 类 的构造器org.springframework.web.util.UrlPathHelper
 
UrlRegexRequestMatcher - org.springframework.test.web.servlet.htmlunit中的类
A WebRequestMatcher that allows matching on WebRequest#getUrl().toExternalForm() using a regular expression.
UrlRegexRequestMatcher(String) - 类 的构造器org.springframework.test.web.servlet.htmlunit.UrlRegexRequestMatcher
 
UrlRegexRequestMatcher(Pattern) - 类 的构造器org.springframework.test.web.servlet.htmlunit.UrlRegexRequestMatcher
 
UrlTag - org.springframework.web.servlet.tags中的类
The <url> tag creates URLs.
UrlTag() - 类 的构造器org.springframework.web.servlet.tags.UrlTag
 
useCachesIfNecessary(URLConnection) - 类 中的静态方法org.springframework.util.ResourceUtils
Set the "useCaches" flag on the given connection, preferring false but leaving the flag at true for JNLP based resources.
useClassConstructor - 类 中的变量org.yaml.snakeyaml.nodes.Node
 
useClassConstructor() - 类 中的方法org.yaml.snakeyaml.nodes.Node
 
useConsoleLoggers() - 类 中的静态方法reactor.util.Loggers
Force the usage of Console-based Loggers, even if SLF4J is available on the classpath.
useInclude(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.mvc.ServletForwardingController
Determine whether to use RequestDispatcher's include or forward method.
useInclude(HttpServletRequest, HttpServletResponse) - 类 中的方法org.springframework.web.servlet.view.InternalResourceView
Determine whether to use RequestDispatcher's include or forward method.
useInParameterNames(String...) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCall
 
useInParameterNames(String...) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Not used yet
useJaf(boolean) - 类 中的方法org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
已过时。
as of 5.0, in favor of ContentNegotiationConfigurer.useRegisteredExtensionsOnly(boolean) which has reverse behavior
useJdkLoggers() - 类 中的静态方法reactor.util.Loggers
Force the usage of JDK-based Loggers, even if SLF4J is available on the classpath.
useMockMvc(WebRequestMatcher...) - 类 中的方法org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
Add additional WebRequestMatcher instances that will ensure that MockMvc is used to process the request, if such a matcher matches against the web request.
useMockMvcForHosts(String...) - 类 中的方法org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
Add additional WebRequestMatcher instances that return true if a supplied host matches — for example, "example.com" or "example.com:8080".
useObjectFactory() - 类 中的方法org.xmlunit.builder.JaxbBuilder
If the given Object has no XmlRootElement annotation and is not an instants of JAXBElement it must be wrapped by a JAXBElement.
usePooling() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
 
usePooling() - 接口 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration.JedisClientConfigurationBuilder
Enable connection-pooling.
USER_AGENT - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP User-Agent header field name.
USER_DECLARED_METHODS - 类 中的静态变量org.springframework.util.ReflectionUtils
Pre-built MethodFilter that matches all non-bridge non-synthetic methods which are not declared on java.lang.Object.
UserCredentialsDataSourceAdapter - org.springframework.jdbc.datasource中的类
An adapter for a target JDBC DataSource, applying the specified user credentials to every standard getConnection() call, implicitly invoking getConnection(username, password) on the target.
UserCredentialsDataSourceAdapter() - 类 的构造器org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
 
useRegisteredExtensionsOnly(boolean) - 类 中的方法org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
When favorPathExtension is set, this property determines whether to use only registered MediaType mappings to resolve a path extension to a specific MediaType.
useRegisteredSuffixPatternMatch() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Whether to use registered suffixes for pattern matching.
useRegisteredSuffixPatternMatch() - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
Return whether suffix pattern matching should be restricted to registered file extensions only.
useRepositoryConfiguration(RepositoryMetadata) - 类 中的方法org.springframework.data.repository.config.RepositoryConfigurationExtensionSupport
Return whether to use the configuration for the repository with the given metadata.
userInfo(String) - 接口 中的方法org.springframework.web.util.UriBuilder
Set the URI user info which may contain URI template variables, and may also be null to clear the user info of this builder.
userInfo(String) - 类 中的方法org.springframework.web.util.UriComponentsBuilder
Set the URI user info.
UserRoleAuthorizationInterceptor - org.springframework.web.servlet.handler中的类
Interceptor that checks the authorization of the current user via the user's roles, as evaluated by HttpServletRequest's isUserInRole method.
UserRoleAuthorizationInterceptor() - 类 的构造器org.springframework.web.servlet.handler.UserRoleAuthorizationInterceptor
 
UserTransactionAdapter - org.springframework.transaction.jta中的类
Adapter for a JTA UserTransaction handle, taking a JTA TransactionManager reference and creating a JTA UserTransaction handle for it.
UserTransactionAdapter(TransactionManager) - 类 的构造器org.springframework.transaction.jta.UserTransactionAdapter
Create a new UserTransactionAdapter for the given TransactionManager.
useSavepointForNestedTransaction() - 类 中的方法org.springframework.transaction.jta.JtaTransactionManager
This implementation returns false to cause a further invocation of doBegin despite an already existing transaction.
useSavepointForNestedTransaction() - 类 中的方法org.springframework.transaction.support.AbstractPlatformTransactionManager
Return whether to use a savepoint for a nested transaction.
usesExplicitFilters() - 类 中的方法org.springframework.data.repository.config.AnnotationRepositoryConfigurationSource
 
usesExplicitFilters() - 接口 中的方法org.springframework.data.repository.config.RepositoryConfigurationSource
Returns whether the configuration uses explicit filtering to scan for repository types.
usesExplicitFilters() - 类 中的方法org.springframework.data.repository.config.XmlRepositoryConfigurationSource
 
UsesJava7 - org.springframework.lang中的注释类型
已过时。
as of 5.0 since the framework is based on Java 8+ now
UsesJava8 - org.springframework.lang中的注释类型
已过时。
as of 5.0 since the framework is based on Java 8+ now
useSl4jLoggers() - 类 中的静态方法reactor.util.Loggers
Force the usage of SL4J-based Loggers, throwing an exception if SLF4J isn't available on the classpath.
usesReactiveType(Class<?>) - 类 中的静态方法org.springframework.data.repository.util.ReactiveWrappers
Returns whether the given type uses any reactive wrapper type in its method signatures.
useSsl() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration.DefaultJedisClientConfigurationBuilder
 
useSsl() - 接口 中的方法org.springframework.data.redis.connection.jedis.JedisClientConfiguration.JedisClientConfigurationBuilder
Enable SSL connections.
useSsl() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration.LettuceClientConfigurationBuilder
Enable SSL connections.
useSsl() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettucePoolingClientConfiguration.LettucePoolingClientConfigurationBuilder
 
UsesSunHttpServer - org.springframework.lang中的注释类型
Indicates that the annotated element uses the Http Server available in com.sun.* classes, which is only available on a Sun/Oracle JVM.
UsesSunMisc - org.springframework.lang中的注释类型
Indicates that the annotated element uses an API from the sun.misc package.
useSuffixPatternMatch() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Whether to use suffix pattern matching.
useSuffixPatternMatch() - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
Return whether to apply suffix pattern matching in PatternsRequestCondition.
useTrailingSlashMatch() - 类 中的方法org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Whether to match to URLs irrespective of the presence of a trailing slash.
useTrailingSlashMatch() - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping
Whether to match to URLs irrespective of the presence of a trailing slash.
useTrailingSlashMatch() - 类 中的方法org.springframework.web.servlet.mvc.method.RequestMappingInfo.BuilderConfiguration
Return whether to apply trailing slash matching in PatternsRequestCondition.
using(Callable<? extends D>, Function<? super D, ? extends Publisher<? extends T>>, Consumer<? super D>) - 类 中的静态方法reactor.core.publisher.Flux
Uses a resource, generated by a supplier for each individual Subscriber, while streaming the values from a Publisher derived from the same resource and makes sure the resource is released if the sequence terminates or the Subscriber cancels.
using(Callable<? extends D>, Function<? super D, ? extends Publisher<? extends T>>, Consumer<? super D>, boolean) - 类 中的静态方法reactor.core.publisher.Flux
Uses a resource, generated by a supplier for each individual Subscriber, while streaming the values from a Publisher derived from the same resource and makes sure the resource is released if the sequence terminates or the Subscriber cancels.
using(Callable<? extends D>, Function<? super D, ? extends Mono<? extends T>>, Consumer<? super D>, boolean) - 类 中的静态方法reactor.core.publisher.Mono
Uses a resource, generated by a supplier for each individual Subscriber, while streaming the value from a Mono derived from the same resource and makes sure the resource is released if the sequence terminates or the Subscriber cancels.
using(Callable<? extends D>, Function<? super D, ? extends Mono<? extends T>>, Consumer<? super D>) - 类 中的静态方法reactor.core.publisher.Mono
Uses a resource, generated by a supplier for each individual Subscriber, while streaming the value from a Mono derived from the same resource and makes sure the resource is released if the sequence terminates or the Subscriber cancels.
usingColumns(String...) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
usingColumns(String...) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Specify the column names that the insert statement should be limited to use.
usingContext() - 类 中的方法org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
usingFactory(TransformerFactory) - 接口 中的方法org.xmlunit.builder.TransformationBuilderBase
sets the TraX factory to use.
usingGeneratedKeyColumns(String...) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
usingGeneratedKeyColumns(String...) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Specify the names of any columns that have auto generated keys.

V

validate(RepositoryMetadata) - 类 中的方法org.springframework.data.repository.core.support.ReactiveRepositoryFactorySupport
 
validate(RepositoryMetadata) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFactorySupport
 
validate(Object, Errors) - 类 中的方法org.springframework.validation.beanvalidation.SpringValidatorAdapter
 
validate(Object, Errors, Object...) - 类 中的方法org.springframework.validation.beanvalidation.SpringValidatorAdapter
 
validate(T, Class<?>...) - 类 中的方法org.springframework.validation.beanvalidation.SpringValidatorAdapter
 
validate() - 类 中的方法org.springframework.validation.DataBinder
Invoke the specified Validators, if any.
validate(Object...) - 类 中的方法org.springframework.validation.DataBinder
Invoke the specified Validators, if any, with the given validation hints.
validate(Object, Errors, Object...) - 接口 中的方法org.springframework.validation.SmartValidator
Validate the supplied target object, which must be of a type of Class for which the Validator.supports(Class) method typically returns true.
validate(Object, Errors) - 接口 中的方法org.springframework.validation.Validator
Validate the supplied target object, which must be of a Class for which the Validator.supports(Class) method typically has (or would) return true.
validate(Subscription, Subscription) - 类 中的静态方法reactor.core.publisher.Operators
Check Subscription current state and cancel new Subscription if current is push, or return true if ready to subscribe.
validate(long) - 类 中的静态方法reactor.core.publisher.Operators
Evaluate if a request is strictly positive otherwise Operators.reportBadRequest(long)
validate(Subscriber<?>[]) - 类 中的方法reactor.core.publisher.ParallelFlux
Validates the number of subscribers and returns true if their number matches the parallelism level of this ParallelFlux.
validateAddress(InternetAddress) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Validate the given mail address.
validateAddresses(InternetAddress[]) - 类 中的方法org.springframework.mail.javamail.MimeMessageHelper
Validate all given mail addresses.
validateArgumentCount(int) - 枚举 中的方法org.springframework.data.redis.core.RedisCommand
Validates given argument count against expected ones.
validateConnection() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory
Validate the shared connections and reinitialize if invalid.
Validated - org.springframework.validation.annotation中的注释类型
Variant of JSR-303's Valid, supporting the specification of validation groups.
validateHandler(Object, HttpServletRequest) - 类 中的方法org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
Validate the given handler against the current request.
validateIfApplicable(WebDataBinder, MethodParameter) - 类 中的方法org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Validate the model attribute if applicable.
validateIfApplicable(WebDataBinder, MethodParameter) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
Validate the binding target if applicable.
validateImplementation() - 类 中的方法org.springframework.data.repository.core.support.RepositoryComposition
Validates that all fragments have an implementation.
validateInstance(Source) - 类 中的方法org.xmlunit.validation.JAXPValidator
 
validateInstance(Source) - 类 中的方法org.xmlunit.validation.ParsingValidator
 
validateInstance(Source) - 类 中的方法org.xmlunit.validation.Validator
Validates an instance against the schema.
validateMergedContextConfiguration(MergedContextConfiguration) - 类 中的方法org.springframework.test.context.support.AbstractGenericContextLoader
Validate the supplied MergedContextConfiguration with respect to what this context loader supports.
validateMergedContextConfiguration(MergedContextConfiguration) - 类 中的方法org.springframework.test.context.support.AnnotationConfigContextLoader
Ensure that the supplied MergedContextConfiguration does not contain locations.
validateMergedContextConfiguration(MergedContextConfiguration) - 类 中的方法org.springframework.test.context.support.GenericPropertiesContextLoader
Ensure that the supplied MergedContextConfiguration does not contain classes.
validateMergedContextConfiguration(MergedContextConfiguration) - 类 中的方法org.springframework.test.context.support.GenericXmlContextLoader
Ensure that the supplied MergedContextConfiguration does not contain classes.
validateMergedContextConfiguration(WebMergedContextConfiguration) - 类 中的方法org.springframework.test.context.web.AbstractGenericWebContextLoader
Validate the supplied WebMergedContextConfiguration with respect to what this context loader supports.
validateMergedContextConfiguration(WebMergedContextConfiguration) - 类 中的方法org.springframework.test.context.web.AnnotationConfigWebContextLoader
Ensure that the supplied WebMergedContextConfiguration does not contain locations.
validateMergedContextConfiguration(WebMergedContextConfiguration) - 类 中的方法org.springframework.test.context.web.GenericXmlWebContextLoader
Ensure that the supplied WebMergedContextConfiguration does not contain classes.
validateNamedParameters(Map<String, ?>) - 类 中的方法org.springframework.jdbc.object.RdbmsOperation
Validate the named parameters passed to an execute method based on declared parameters.
validateParameters(Object[]) - 类 中的方法org.springframework.jdbc.object.RdbmsOperation
Validate the parameters passed to an execute method based on declared parameters.
validateProperty(T, String, Class<?>...) - 类 中的方法org.springframework.validation.beanvalidation.SpringValidatorAdapter
 
validateRequest(ClientHttpRequest) - 类 中的方法org.springframework.test.web.client.AbstractRequestExpectationManager
 
validateRequest(ClientHttpRequest) - 接口 中的方法org.springframework.test.web.client.RequestExpectationManager
Validate the given actual request against the declared expectations.
validateRequestInternal(ClientHttpRequest) - 类 中的方法org.springframework.test.web.client.AbstractRequestExpectationManager
已过时。
as of 5.0.3, subclasses should implement AbstractRequestExpectationManager.matchRequest(ClientHttpRequest) instead and return only the matched expectation, leaving the call to create the response as a separate step (to be invoked by this class).
validateResponse(HttpInvokerClientConfiguration, HttpResponse) - 类 中的方法org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor
Validate the given response as contained in the HttpPost object, throwing an exception if it does not correspond to a successful HTTP response.
validateResponse(HttpInvokerClientConfiguration, HttpURLConnection) - 类 中的方法org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
Validate the given response as contained in the HttpURLConnection object, throwing an exception if it does not correspond to a successful HTTP response.
validateSchema() - 类 中的方法org.xmlunit.validation.JAXPValidator
 
validateSchema() - 类 中的方法org.xmlunit.validation.ParsingValidator
ParsingValidator doesn't support validation of the schema itself.
validateSchema() - 类 中的方法org.xmlunit.validation.Validator
Validates a schema.
validateValue(Class<T>, String, Object, Class<?>...) - 类 中的方法org.springframework.validation.beanvalidation.SpringValidatorAdapter
 
VALIDATION_AUTO - 类 中的静态变量org.springframework.util.xml.XmlValidationModeDetector
Indicates that the validation mode should be auto-guessed, since we cannot find a clear indication (probably choked on some special characters, or the like).
VALIDATION_DTD - 类 中的静态变量org.springframework.util.xml.XmlValidationModeDetector
Indicates that DTD validation should be used (we found a "DOCTYPE" declaration).
VALIDATION_NONE - 类 中的静态变量org.springframework.util.xml.XmlValidationModeDetector
Indicates that the validation should be disabled.
VALIDATION_XSD - 类 中的静态变量org.springframework.util.xml.XmlValidationModeDetector
Indicates that XSD validation should be used (found no "DOCTYPE" declaration).
ValidationFailureException - org.springframework.oxm中的异常错误
Exception thrown on marshalling validation failure.
ValidationFailureException(String) - 异常错误 的构造器org.springframework.oxm.ValidationFailureException
Construct a ValidationFailureException with the specified detail message.
ValidationFailureException(String, Throwable) - 异常错误 的构造器org.springframework.oxm.ValidationFailureException
Construct a ValidationFailureException with the specified detail message and nested exception.
ValidationProblem - org.xmlunit.validation中的类
A validation "problem" which may be an error or a warning.
ValidationProblem(String, int, int, ValidationProblem.ProblemType) - 类 的构造器org.xmlunit.validation.ValidationProblem
Creates a ValidationProblem for the given message and location of the given type.
ValidationProblem.ProblemType - org.xmlunit.validation中的枚举
The type of validation problem encountered.
ValidationResult - org.xmlunit.validation中的类
The result of a validation.
ValidationResult(boolean, Iterable<ValidationProblem>) - 类 的构造器org.xmlunit.validation.ValidationResult
Creates a result based on a valid flag and an Iterable of iteration problems.
ValidationUtils - org.springframework.validation中的类
Utility class offering convenient methods for invoking a Validator and for rejecting empty fields.
ValidationUtils() - 类 的构造器org.springframework.validation.ValidationUtils
 
validator(Validator) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.ControllerSpec
Configure a global Validator.
Validator - org.springframework.validation中的接口
A validator for application-specific objects.
Validator - org.xmlunit.validation中的类
Validates a piece of XML against a schema given in a supported language or the definition of such a schema itself.
Validator() - 类 的构造器org.xmlunit.validation.Validator
 
value(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveHashCommands.HSetCommand
Creates a new ReactiveHashCommands.HSetCommand given a key.
value(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfAddCommand
value(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveListCommands.LInsertCommand
value(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.PushCommand
Applies the value.
value(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveSetCommands.SAddCommand
Creates a new ReactiveSetCommands.SAddCommand given a value.
value(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveSetCommands.SIsMemberCommand
Creates a new ReactiveSetCommands.SIsMemberCommand given a value.
value(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveSetCommands.SMoveCommand
Creates a new ReactiveSetCommands.SMoveCommand given a value.
value(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveSetCommands.SRemCommand
Creates a new ReactiveSetCommands.SRemCommand given a value.
value(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand
Applies the value.
value(RedisSerializationContext.SerializationPair<V>) - 接口 中的方法org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder
value(RedisElementReader<V>, RedisElementWriter<V>) - 接口 中的方法org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder
value(RedisSerializer<V>) - 接口 中的方法org.springframework.data.redis.serializer.RedisSerializationContext.RedisSerializationContextBuilder
value() - 接口 中的方法org.springframework.http.codec.multipart.FormFieldPart
Return the form field value.
value() - 枚举 中的方法org.springframework.http.HttpStatus.Series
Return the integer value of this status series.
value() - 枚举 中的方法org.springframework.http.HttpStatus
Return the integer value of this status code.
value() - 接口 中的方法org.springframework.http.server.PathContainer.Element
Return the original, raw (encoded) value for the path component.
value() - 接口 中的方法org.springframework.http.server.PathContainer
The original path that was parsed.
value(Matcher<T>) - 类 中的方法org.springframework.test.web.client.match.JsonPathRequestMatchers
Evaluate the JSON path expression against the request content and assert the resulting value with the given Hamcrest Matcher.
value(Matcher<T>, Class<T>) - 类 中的方法org.springframework.test.web.client.match.JsonPathRequestMatchers
An overloaded variant of JsonPathRequestMatchers.value(Matcher) that also accepts a target type for the resulting value that the matcher can work reliably against.
value(Object) - 类 中的方法org.springframework.test.web.client.match.JsonPathRequestMatchers
Evaluate the JSON path expression against the request content and assert that the result is equal to the supplied value.
value(String, Matcher<? super String>) - 类 中的方法org.springframework.test.web.servlet.result.CookieResultMatchers
Assert a cookie value with the given Hamcrest Matcher.
value(String, String) - 类 中的方法org.springframework.test.web.servlet.result.CookieResultMatchers
Assert a cookie value.
value(Matcher<T>) - 类 中的方法org.springframework.test.web.servlet.result.JsonPathResultMatchers
Evaluate the JSON path expression against the response content and assert the resulting value with the given Hamcrest Matcher.
value(Matcher<T>, Class<T>) - 类 中的方法org.springframework.test.web.servlet.result.JsonPathResultMatchers
An overloaded variant of JsonPathResultMatchers.value(Matcher) that also accepts a target type for the resulting value that the matcher can work reliably against.
value(Object) - 类 中的方法org.springframework.test.web.servlet.result.JsonPathResultMatchers
Evaluate the JSON path expression against the response content and assert that the result is equal to the supplied value.
value() - 枚举 中的方法org.springframework.transaction.annotation.Isolation
 
value() - 枚举 中的方法org.springframework.transaction.annotation.Propagation
 
VALUE - 类 中的静态变量org.yaml.snakeyaml.resolver.Resolver
 
value - 类 中的变量reactor.core.publisher.Operators.MonoSubscriber
 
VALUE_SEPARATOR - 类 中的静态变量org.springframework.util.SystemPropertyUtils
Value separator for system property placeholders: ":"
VALUE_VARIABLE_NAME - 类 中的静态变量org.springframework.web.servlet.tags.form.OptionTag
The name of the JSP variable used to expose the value for this tag.
valueBound(HttpSessionBindingEvent) - 类 中的方法org.springframework.web.context.request.DestructionCallbackBindingListener
 
ValueConstants - org.springframework.web.bind.annotation中的接口
Common value constants shared between bind annotations.
valueCount(long) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveSetCommands.SRandMembersCommand
Creates a new ReactiveSetCommands.SRandMembersCommand given the number of values to retrieve.
valueEquals(String, String...) - 类 中的方法org.springframework.test.web.reactive.server.HeaderAssertions
Expect a header with the given name to match the specified values.
valueIn(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfCountCommand
valueInstantiatorInstance(MapperConfig<?>, Annotated, Class<?>) - 类 中的方法org.springframework.http.converter.json.SpringHandlerInstantiator
 
valueMatches(String, String) - 类 中的方法org.springframework.test.web.reactive.server.HeaderAssertions
Expect a header with the given name whose first value matches the provided regex pattern.
valueOf(String) - 枚举 中的静态方法org.springframework.data.redis.connection.convert.MapToPropertiesConverter
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.data.redis.connection.DataType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.data.redis.connection.ReactiveListCommands.Direction
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.data.redis.connection.RedisClusterCommands.AddSlots
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.data.redis.connection.RedisClusterNode.Flag
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.data.redis.connection.RedisClusterNode.LinkState
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.data.redis.connection.RedisGeoCommands.DistanceUnit
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs.Flag
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.data.redis.connection.RedisListCommands.Position
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.data.redis.connection.RedisNode.NodeType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.data.redis.connection.RedisServer.INFO
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.data.redis.connection.RedisServerCommands.MigrateOption
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.data.redis.connection.RedisServerCommands.ShutdownOption
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.data.redis.connection.RedisStringCommands.BitOperation
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.data.redis.connection.RedisStringCommands.SetOption
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.data.redis.connection.RedisZSetCommands.Aggregate
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.data.redis.connection.ReturnType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.data.redis.connection.SortParameters.Order
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.data.redis.core.index.RedisIndexDefinition.LowercaseIndexValueTransformer
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.data.redis.core.index.RedisIndexDefinition.NoOpValueTransformer
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.data.redis.core.PartialUpdate.UpdateCommand
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.data.redis.core.RedisCommand
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.data.redis.core.RedisKeyValueAdapter.EnableKeyspaceEvents
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.data.redis.core.types.RedisClientInfo.INFO
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.data.redis.support.collections.RedisCollectionFactoryBean.CollectionType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.data.repository.core.support.SurroundingTransactionDetectorMethodInterceptor
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.data.repository.init.ResourceReader.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.data.repository.query.DefaultEvaluationContextProvider
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.data.repository.query.parser.Part.IgnoreCaseType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.data.repository.query.parser.Part.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.data.repository.query.QueryLookupStrategy.Key
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.data.support.PersistableIsNewStrategy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.expression.Operation
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.expression.spel.ast.TypeCode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.expression.spel.SpelCompilerMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.expression.spel.SpelMessage.Kind
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.expression.spel.SpelMessage
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.format.annotation.DateTimeFormat.ISO
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.format.annotation.NumberFormat.Style
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.http.HttpMethod
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.http.HttpStatus.Series
返回带有指定名称的该类型的枚举常量。
valueOf(int) - 枚举 中的静态方法org.springframework.http.HttpStatus.Series
 
valueOf(HttpStatus) - 枚举 中的静态方法org.springframework.http.HttpStatus.Series
 
valueOf(String) - 枚举 中的静态方法org.springframework.http.HttpStatus
返回带有指定名称的该类型的枚举常量。
valueOf(int) - 枚举 中的静态方法org.springframework.http.HttpStatus
Return the enum constant of this type with the specified numeric value.
valueOf(String) - 类 中的静态方法org.springframework.http.MediaType
Parse the given String value into a MediaType object, with this method name following the 'valueOf' naming convention (as supported by ConversionService.
valueOf(String) - 枚举 中的静态方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.jmx.support.MetricType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.jmx.support.RegistrationPolicy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.test.annotation.DirtiesContext.ClassMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.test.annotation.DirtiesContext.HierarchyMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.test.annotation.DirtiesContext.MethodMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.test.context.jdbc.Sql.ExecutionPhase
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.test.context.jdbc.SqlConfig.ErrorMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.test.context.jdbc.SqlConfig.TransactionMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.test.context.TestExecutionListeners.MergeMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.transaction.annotation.Isolation
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.transaction.annotation.Propagation
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.transaction.event.TransactionPhase
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.util.ConcurrentReferenceHashMap.ReferenceType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.util.ConcurrentReferenceHashMap.Restructure
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 类 中的静态方法org.springframework.util.MimeType
Parse the given String value into a MimeType object, with this method name following the 'valueOf' naming convention (as supported by ConversionService.
valueOf(String) - 枚举 中的静态方法org.springframework.validation.DefaultMessageCodesResolver.Format
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.web.bind.annotation.RequestMethod
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.web.util.DefaultUriBuilderFactory.EncodingMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.springframework.web.util.pattern.PatternParseException.PatternMessage
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.xmlunit.diff.ComparisonResult
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.xmlunit.diff.ComparisonType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.xmlunit.validation.ValidationProblem.ProblemType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.yaml.snakeyaml.DumperOptions.FlowStyle
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.yaml.snakeyaml.DumperOptions.LineBreak
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.yaml.snakeyaml.DumperOptions.ScalarStyle
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.yaml.snakeyaml.DumperOptions.Version
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.yaml.snakeyaml.events.Event.ID
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.yaml.snakeyaml.introspector.BeanAccess
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.yaml.snakeyaml.nodes.NodeId
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.yaml.snakeyaml.tokens.Token.ID
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法reactor.core.publisher.BufferOverflowStrategy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法reactor.core.publisher.FluxSink.OverflowStrategy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法reactor.core.publisher.SignalType
返回带有指定名称的该类型的枚举常量。
ValueOperations<K,V> - org.springframework.data.redis.core中的接口
Redis operations for simple (or in Redis terminology 'string') values.
ValueRef - org.springframework.expression.spel.ast中的接口
Represents a reference to a value.
ValueRef.NullValueRef - org.springframework.expression.spel.ast中的类
A ValueRef for the null value.
ValueRef.TypedValueHolderValueRef - org.springframework.expression.spel.ast中的类
A ValueRef holder for a single value, which cannot be set.
values() - 枚举 中的静态方法org.springframework.data.redis.connection.convert.MapToPropertiesConverter
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.data.redis.connection.DataType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values(Collection<ByteBuffer>) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfAddCommand
values() - 枚举 中的静态方法org.springframework.data.redis.connection.ReactiveListCommands.Direction
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values(List<ByteBuffer>) - 类 中的方法org.springframework.data.redis.connection.ReactiveListCommands.PushCommand
Applies a List of values.
values(Collection<ByteBuffer>) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveSetCommands.SAddCommand
Creates a new ReactiveSetCommands.SAddCommand given a Collection of values.
values(Collection<ByteBuffer>) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveSetCommands.SRemCommand
Creates a new ReactiveSetCommands.SRemCommand given a Collection of values.
values(ByteBuffer) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemCommand
values(Collection<ByteBuffer>) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemCommand
values() - 枚举 中的静态方法org.springframework.data.redis.connection.RedisClusterCommands.AddSlots
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.data.redis.connection.RedisClusterNode.Flag
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.data.redis.connection.RedisClusterNode.LinkState
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.data.redis.connection.RedisGeoCommands.DistanceUnit
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.data.redis.connection.RedisGeoCommands.GeoRadiusCommandArgs.Flag
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.data.redis.connection.RedisListCommands.Position
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.data.redis.connection.RedisNode.NodeType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.data.redis.connection.RedisServer.INFO
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.data.redis.connection.RedisServerCommands.MigrateOption
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.data.redis.connection.RedisServerCommands.ShutdownOption
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.data.redis.connection.RedisStringCommands.BitOperation
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.data.redis.connection.RedisStringCommands.SetOption
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.data.redis.connection.RedisZSetCommands.Aggregate
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.data.redis.connection.ReturnType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.data.redis.connection.SortParameters.Order
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 接口 中的方法org.springframework.data.redis.core.BoundHashOperations
Get entry set (values) of hash at the bound key.
values() - 类 中的方法org.springframework.data.redis.core.convert.Bucket
 
values(H) - 接口 中的方法org.springframework.data.redis.core.HashOperations
Get entry set (values) of hash at key.
values() - 枚举 中的静态方法org.springframework.data.redis.core.index.RedisIndexDefinition.LowercaseIndexValueTransformer
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.data.redis.core.index.RedisIndexDefinition.NoOpValueTransformer
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.data.redis.core.PartialUpdate.UpdateCommand
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values(H) - 接口 中的方法org.springframework.data.redis.core.ReactiveHashOperations
Get entry set (values) of hash at key.
values() - 枚举 中的静态方法org.springframework.data.redis.core.RedisCommand
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.data.redis.core.RedisKeyValueAdapter.EnableKeyspaceEvents
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.data.redis.core.types.RedisClientInfo.INFO
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 类 中的方法org.springframework.data.redis.repository.query.RedisOperationChain.PathAndValue
 
values() - 类 中的方法org.springframework.data.redis.support.collections.DefaultRedisMap
 
values() - 枚举 中的静态方法org.springframework.data.redis.support.collections.RedisCollectionFactoryBean.CollectionType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 类 中的方法org.springframework.data.redis.support.collections.RedisProperties
 
values() - 枚举 中的静态方法org.springframework.data.repository.core.support.SurroundingTransactionDetectorMethodInterceptor
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.data.repository.init.ResourceReader.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.data.repository.query.DefaultEvaluationContextProvider
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.data.repository.query.parser.Part.IgnoreCaseType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.data.repository.query.parser.Part.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.data.repository.query.QueryLookupStrategy.Key
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.data.support.PersistableIsNewStrategy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.expression.Operation
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.expression.spel.ast.TypeCode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.expression.spel.SpelCompilerMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.expression.spel.SpelMessage.Kind
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.expression.spel.SpelMessage
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.format.annotation.DateTimeFormat.ISO
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.format.annotation.NumberFormat.Style
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 类 中的方法org.springframework.http.HttpHeaders
 
values() - 枚举 中的静态方法org.springframework.http.HttpMethod
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.http.HttpStatus.Series
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.http.HttpStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.jmx.support.MetricType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.jmx.support.RegistrationPolicy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.test.annotation.DirtiesContext.ClassMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.test.annotation.DirtiesContext.HierarchyMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.test.annotation.DirtiesContext.MethodMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.test.context.jdbc.Sql.ExecutionPhase
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.test.context.jdbc.SqlConfig.ErrorMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.test.context.jdbc.SqlConfig.TransactionMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.test.context.TestExecutionListeners.MergeMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.transaction.annotation.Isolation
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.transaction.annotation.Propagation
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.transaction.event.TransactionPhase
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.util.ConcurrentReferenceHashMap.ReferenceType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.util.ConcurrentReferenceHashMap.Restructure
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 类 中的方法org.springframework.util.LinkedCaseInsensitiveMap
 
values() - 类 中的方法org.springframework.util.LinkedMultiValueMap
 
values() - 枚举 中的静态方法org.springframework.validation.DefaultMessageCodesResolver.Format
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.web.bind.annotation.RequestMethod
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.web.util.DefaultUriBuilderFactory.EncodingMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.springframework.web.util.pattern.PatternParseException.PatternMessage
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.xmlunit.diff.ComparisonResult
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.xmlunit.diff.ComparisonType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.xmlunit.validation.ValidationProblem.ProblemType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.yaml.snakeyaml.DumperOptions.FlowStyle
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.yaml.snakeyaml.DumperOptions.LineBreak
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.yaml.snakeyaml.DumperOptions.ScalarStyle
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.yaml.snakeyaml.DumperOptions.Version
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.yaml.snakeyaml.events.Event.ID
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.yaml.snakeyaml.introspector.BeanAccess
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.yaml.snakeyaml.nodes.NodeId
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.yaml.snakeyaml.tokens.Token.ID
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法reactor.core.publisher.BufferOverflowStrategy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法reactor.core.publisher.FluxSink.OverflowStrategy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法reactor.core.publisher.SignalType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
valuesIn(Collection<ByteBuffer>) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfCountCommand
valuesIn(Collection<ByteBuffer>) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveHyperLogLogCommands.PfMergeCommand
Creates a new ReactiveHyperLogLogCommands.PfMergeCommand given a Collection of sourceKeys.
valuesWithin(Range<Long>) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeCommand
Creates a new ReactiveZSetCommands.ZRangeCommand given a Range to obtain elements ordered from the lowest to the highest score.
valuesWithin(Range<Long>) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRemRangeByRankCommand
Creates a new ReactiveZSetCommands.ZRemRangeByRankCommand given a Range.
ValueToken - org.yaml.snakeyaml.tokens中的类
 
ValueToken(Mark, Mark) - 类 的构造器org.yaml.snakeyaml.tokens.ValueToken
 
valueToMatch() - 接口 中的方法org.springframework.http.server.PathContainer.PathSegment
Return the path segment value to use for pattern matching purposes.
valueToMatchAsChars() - 接口 中的方法org.springframework.http.server.PathContainer.PathSegment
The same as PathContainer.PathSegment.valueToMatch() but as a char[].
valueTransformer() - 接口 中的方法org.springframework.data.redis.core.index.IndexDefinition
 
valueTransformer() - 类 中的方法org.springframework.data.redis.core.index.RedisIndexDefinition
 
valueUnbound(HttpSessionBindingEvent) - 类 中的方法org.springframework.web.context.request.DestructionCallbackBindingListener
 
VariableReference - org.springframework.expression.spel.ast中的类
Represents a variable reference, eg.
VariableReference(String, int) - 类 的构造器org.springframework.expression.spel.ast.VariableReference
 
VARY - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Vary header field name.
varyBy(String...) - 接口 中的方法org.springframework.http.ResponseEntity.HeadersBuilder
Configure one or more request header names (e.g.
verify() - 类 中的方法org.springframework.test.web.client.AbstractRequestExpectationManager
 
verify() - 类 中的方法org.springframework.test.web.client.MockRestServiceServer
Verify that all expected requests set up via MockRestServiceServer.expect(RequestMatcher) were indeed performed.
verify() - 接口 中的方法org.springframework.test.web.client.RequestExpectationManager
Verify that all expectations have been met.
Version - org.springframework.data.redis中的类
已过时。
since 2.0, use Version.
Version(int, int, int) - 类 的构造器org.springframework.data.redis.Version
已过时。
 
Version - org.springframework.data.util中的类
Value object to represent a Version consisting of major, minor and bugfix part.
Version(int...) - 类 的构造器org.springframework.data.util.Version
Creates a new Version from the given integer values.
version(String, Matcher<? super Integer>) - 类 中的方法org.springframework.test.web.servlet.result.CookieResultMatchers
Assert a cookie's version with a Hamcrest Matcher
version(String, int) - 类 中的方法org.springframework.test.web.servlet.result.CookieResultMatchers
Assert a cookie's version value.
VersionParser - org.springframework.data.redis中的类
已过时。
since 2.0, use Version.
VersionParser() - 类 的构造器org.springframework.data.redis.VersionParser
已过时。
 
VersionPathStrategy - org.springframework.web.servlet.resource中的接口
A strategy for extracting and embedding a resource version in its URL path.
VersionResourceResolver - org.springframework.web.servlet.resource中的类
Resolves request paths containing a version string that can be used as part of an HTTP caching strategy in which a resource is cached with a date in the distant future (e.g. 1 year) and cached until the version, and therefore the URL, is changed.
VersionResourceResolver() - 类 的构造器org.springframework.web.servlet.resource.VersionResourceResolver
 
VersionStrategy - org.springframework.web.servlet.resource中的接口
An extension of VersionPathStrategy that adds a method to determine the actual version of a Resource.
VIA - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Via header field name.
view() - 类 中的静态方法org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to assertions on the selected view.
View - org.springframework.web.servlet中的接口
MVC View for a web interaction.
VIEW_RESOLVER_BEAN_NAME - 类 中的静态变量org.springframework.web.servlet.config.ViewResolversBeanDefinitionParser
 
VIEW_RESOLVER_BEAN_NAME - 类 中的静态变量org.springframework.web.servlet.DispatcherServlet
Well-known name for the ViewResolver object in the bean factory for this namespace.
viewClass(Class<?>) - 类 中的方法org.springframework.web.servlet.config.annotation.UrlBasedViewResolverRegistration
Set the view class that should be used to create views.
viewControllerHandlerMapping() - 类 中的方法org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
Return a handler mapping ordered at 1 to map URL paths directly to view names.
ViewControllerRegistration - org.springframework.web.servlet.config.annotation中的类
Assist with the registration of a single view controller.
ViewControllerRegistration(String) - 类 的构造器org.springframework.web.servlet.config.annotation.ViewControllerRegistration
 
ViewControllerRegistry - org.springframework.web.servlet.config.annotation中的类
Assists with the registration of simple automated controllers pre-configured with status code and/or a view.
ViewControllerRegistry(ApplicationContext) - 类 的构造器org.springframework.web.servlet.config.annotation.ViewControllerRegistry
Class constructor with ApplicationContext.
ViewMethodReturnValueHandler - org.springframework.web.servlet.mvc.method.annotation中的类
Handles return values that are of type View.
ViewMethodReturnValueHandler() - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.ViewMethodReturnValueHandler
 
ViewNameMethodReturnValueHandler - org.springframework.web.servlet.mvc.method.annotation中的类
Handles return values of types void and String interpreting them as view name reference.
ViewNameMethodReturnValueHandler() - 类 的构造器org.springframework.web.servlet.mvc.method.annotation.ViewNameMethodReturnValueHandler
 
viewNames(String...) - 类 中的方法org.springframework.web.servlet.config.annotation.UrlBasedViewResolverRegistration
Set the view names (or name patterns) that can be handled by this view resolver.
viewResolver - 类 中的变量org.springframework.web.servlet.config.annotation.UrlBasedViewResolverRegistration
 
viewResolver(ViewResolver) - 类 中的方法org.springframework.web.servlet.config.annotation.ViewResolverRegistry
Register a ViewResolver bean instance.
ViewResolver - org.springframework.web.servlet中的接口
Interface to be implemented by objects that can resolve views by name.
ViewResolverComposite - org.springframework.web.servlet.view中的类
A ViewResolver that delegates to others.
ViewResolverComposite() - 类 的构造器org.springframework.web.servlet.view.ViewResolverComposite
 
ViewResolverRegistry - org.springframework.web.servlet.config.annotation中的类
Assist with the configuration of a chain of ViewResolver instances.
ViewResolverRegistry(ContentNegotiationManager, ApplicationContext) - 类 的构造器org.springframework.web.servlet.config.annotation.ViewResolverRegistry
Class constructor with ContentNegotiationManager and ApplicationContext.
viewResolvers(Consumer<ViewResolverRegistry>) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.ControllerSpec
Configure view resolution.
ViewResolversBeanDefinitionParser - org.springframework.web.servlet.config中的类
Parse the view-resolvers MVC namespace element and register ViewResolver bean definitions.
ViewResolversBeanDefinitionParser() - 类 的构造器org.springframework.web.servlet.config.ViewResolversBeanDefinitionParser
 
ViewResultMatchers - org.springframework.test.web.servlet.result中的类
Factory for assertions on the selected view.
ViewResultMatchers() - 类 的构造器org.springframework.test.web.servlet.result.ViewResultMatchers
Protected constructor.
virtualPropertyWriterInstance(MapperConfig<?>, Class<?>) - 类 中的方法org.springframework.http.converter.json.SpringHandlerInstantiator
 

W

W3C_XML_SCHEMA_NS_URI - 类 中的静态变量org.xmlunit.validation.Languages
W3C XML Schema.
waitFor(long, LongSupplier, Runnable) - 类 中的方法reactor.util.concurrent.WaitStrategy
Wait for the given sequence to be available.
waitForAll(Collection, long) - 类 中的方法org.springframework.scheduling.commonj.WorkManagerTaskExecutor
 
waitForAny(Collection, long) - 类 中的方法org.springframework.scheduling.commonj.WorkManagerTaskExecutor
 
waitStrategy(WaitStrategy) - 类 中的方法reactor.core.publisher.TopicProcessor.Builder
Configures wait strategy for this builder.
waitStrategy(WaitStrategy) - 类 中的方法reactor.core.publisher.WorkQueueProcessor.Builder
Configures wait strategy for this builder.
WaitStrategy - reactor.util.concurrent中的类
Strategy employed to wait for specific LongSupplier values with various spinning strategies.
WaitStrategy() - 类 的构造器reactor.util.concurrent.WaitStrategy
 
WAR_URL_PREFIX - 类 中的静态变量org.springframework.util.ResourceUtils
URL prefix for loading from a war file on Tomcat: "war:"
WAR_URL_SEPARATOR - 类 中的静态变量org.springframework.util.ResourceUtils
Special separator between WAR URL and jar part on Tomcat
warn(String) - 接口 中的方法reactor.util.Logger
Log a message at the WARN level.
warn(String, Object...) - 接口 中的方法reactor.util.Logger
Log a message at the WARN level according to the specified format and arguments.
warn(String, Throwable) - 接口 中的方法reactor.util.Logger
Log an exception (throwable) at the WARN level with an accompanying message.
WARNING - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP Warning header field name.
warning(SAXParseException) - 类 中的方法org.springframework.util.xml.SimpleSaxErrorHandler
 
warning(TransformerException) - 类 中的方法org.springframework.util.xml.SimpleTransformErrorListener
 
wasCleared() - 类 中的方法org.springframework.web.servlet.ModelAndView
Return whether this ModelAndView object is empty as a result of a call to ModelAndView.clear() i.e. whether it does not hold any view and does not contain a model.
wasDataUpdated() - 异常错误 中的方法org.springframework.jdbc.JdbcUpdateAffectedIncorrectNumberOfRowsException
 
wasFailure() - 类 中的方法org.springframework.web.context.support.RequestHandledEvent
Return whether the request failed.
wasNull() - 类 中的方法org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
wasNull() - 接口 中的方法org.springframework.jdbc.support.rowset.SqlRowSet
Report whether the last column read had a value of SQL NULL.
watch(byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
watch(byte[]...) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
watch(byte[]...) - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
watch(byte[]...) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
watch(byte[]...) - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
watch(byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisTxCommands
Watch given keys for modifications during transaction started with RedisTxCommands.multi().
watch(K) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Watch given key for modifications during transaction started with RedisOperations.multi().
watch(Collection<K>) - 接口 中的方法org.springframework.data.redis.core.RedisOperations
Watch given keys for modifications during transaction started with RedisOperations.multi().
watch(K) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
watch(Collection<K>) - 类 中的方法org.springframework.data.redis.core.RedisTemplate
 
WeavingTransformer - org.springframework.instrument.classloading中的类
ClassFileTransformer-based weaver, allowing for a list of transformers to be applied on a class byte array.
WeavingTransformer(ClassLoader) - 类 的构造器org.springframework.instrument.classloading.WeavingTransformer
Create a new WeavingTransformer for the given class loader.
WEB_APP_ROOT_KEY_PARAM - 类 中的静态变量org.springframework.web.util.WebUtils
Web app root key parameter at the servlet context level (i.e. a context-param in web.xml): "webAppRootKey".
WEB_APPLICATION_CONTEXT_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.DispatcherServlet
Request attribute to hold the current web application context.
WEB_APPLICATION_CONTEXT_ATTRIBUTE - 类 中的静态变量org.springframework.web.servlet.support.RequestContext
Request attribute to hold the current web application context for RequestContext usage.
WEB_APPLICATION_CONTEXT_VARIABLE_NAME - 类 中的静态变量org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
Name of the exposed WebApplicationContext variable: "webApplicationContext".
WEB_ASYNC_MANAGER_ATTRIBUTE - 类 中的静态变量org.springframework.web.context.request.async.WebAsyncUtils
 
WEB_HANDLER_BEAN_NAME - 类 中的静态变量org.springframework.web.server.adapter.WebHttpHandlerBuilder
Well-known name for the target WebHandler in the bean factory.
WEB_SESSION_MANAGER_BEAN_NAME - 类 中的静态变量org.springframework.web.server.adapter.WebHttpHandlerBuilder
Well-known name for the WebSessionManager in the bean factory.
WebAppConfiguration - org.springframework.test.context.web中的注释类型
@WebAppConfiguration is a class-level annotation that is used to declare that the ApplicationContext loaded for an integration test should be a WebApplicationContext.
webAppContextSetup(WebApplicationContext) - 类 中的静态方法org.springframework.test.web.servlet.htmlunit.MockMvcWebClientBuilder
Create a new MockMvcWebClientBuilder based on the supplied WebApplicationContext.
webAppContextSetup(WebApplicationContext, MockMvcConfigurer) - 类 中的静态方法org.springframework.test.web.servlet.htmlunit.MockMvcWebClientBuilder
Create a new MockMvcWebClientBuilder based on the supplied WebApplicationContext and MockMvcConfigurer.
webAppContextSetup(WebApplicationContext) - 类 中的静态方法org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder
Create a new MockMvcHtmlUnitDriverBuilder based on the supplied WebApplicationContext.
webAppContextSetup(WebApplicationContext, MockMvcConfigurer) - 类 中的静态方法org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder
Create a new MockMvcHtmlUnitDriverBuilder based on the supplied WebApplicationContext and MockMvcConfigurer.
webAppContextSetup(WebApplicationContext) - 类 中的静态方法org.springframework.test.web.servlet.setup.MockMvcBuilders
Build a MockMvc instance using the given, fully initialized (i.e., refreshed) WebApplicationContext.
WebApplicationContext - org.springframework.web.context中的接口
Interface to provide configuration for a web application.
WebApplicationContextFacesELResolver - org.springframework.web.jsf.el中的类
Special JSF ELResolver that exposes the Spring WebApplicationContext instance under a variable named "webApplicationContext".
WebApplicationContextFacesELResolver() - 类 的构造器org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
 
WebApplicationContextUtils - org.springframework.web.context.support中的类
Convenience methods for retrieving the root WebApplicationContext for a given ServletContext.
WebApplicationContextUtils() - 类 的构造器org.springframework.web.context.support.WebApplicationContextUtils
 
WebApplicationInitializer - org.springframework.web中的接口
Interface to be implemented in Servlet 3.0+ environments in order to configure the ServletContext programmatically -- as opposed to (or possibly in conjunction with) the traditional web.xml-based approach.
WebApplicationObjectSupport - org.springframework.web.context.support中的类
Convenient superclass for application objects running in a WebApplicationContext.
WebApplicationObjectSupport() - 类 的构造器org.springframework.web.context.support.WebApplicationObjectSupport
 
WebAppRootListener - org.springframework.web.util中的类
Listener that sets a system property to the web application root directory.
WebAppRootListener() - 类 的构造器org.springframework.web.util.WebAppRootListener
 
WebArgumentResolver - org.springframework.web.bind.support中的接口
SPI for resolving custom arguments for a specific handler method parameter.
WebAsyncManager - org.springframework.web.context.request.async中的类
The central class for managing asynchronous request processing, mainly intended as an SPI and not typically used directly by application classes.
WebAsyncTask<V> - org.springframework.web.context.request.async中的类
Holder for a Callable, a timeout value, and a task executor.
WebAsyncTask(Callable<V>) - 类 的构造器org.springframework.web.context.request.async.WebAsyncTask
Create a WebAsyncTask wrapping the given Callable.
WebAsyncTask(long, Callable<V>) - 类 的构造器org.springframework.web.context.request.async.WebAsyncTask
Create a WebAsyncTask with a timeout value and a Callable.
WebAsyncTask(Long, String, Callable<V>) - 类 的构造器org.springframework.web.context.request.async.WebAsyncTask
Create a WebAsyncTask with a timeout value, an executor name, and a Callable.
WebAsyncTask(Long, AsyncTaskExecutor, Callable<V>) - 类 的构造器org.springframework.web.context.request.async.WebAsyncTask
Create a WebAsyncTask with a timeout value, an executor instance, and a Callable.
WebAsyncUtils - org.springframework.web.context.request.async中的类
Utility methods related to processing asynchronous web requests.
WebAsyncUtils() - 类 的构造器org.springframework.web.context.request.async.WebAsyncUtils
 
WebBindingInitializer - org.springframework.web.bind.support中的接口
Callback interface for initializing a WebDataBinder for performing data binding in the context of a specific web request.
WebConnectionHtmlUnitDriver - org.springframework.test.web.servlet.htmlunit.webdriver中的类
WebConnectionHtmlUnitDriver enables configuration of the WebConnection for an HtmlUnitDriver instance.
WebConnectionHtmlUnitDriver() - 类 的构造器org.springframework.test.web.servlet.htmlunit.webdriver.WebConnectionHtmlUnitDriver
 
WebConnectionHtmlUnitDriver(BrowserVersion) - 类 的构造器org.springframework.test.web.servlet.htmlunit.webdriver.WebConnectionHtmlUnitDriver
 
WebConnectionHtmlUnitDriver(Capabilities) - 类 的构造器org.springframework.test.web.servlet.htmlunit.webdriver.WebConnectionHtmlUnitDriver
 
WebContentGenerator - org.springframework.web.servlet.support中的类
Convenient superclass for any kind of web content generator, like AbstractController and WebContentInterceptor.
WebContentGenerator() - 类 的构造器org.springframework.web.servlet.support.WebContentGenerator
Create a new WebContentGenerator which supports HTTP methods GET, HEAD and POST by default.
WebContentGenerator(boolean) - 类 的构造器org.springframework.web.servlet.support.WebContentGenerator
Create a new WebContentGenerator.
WebContentGenerator(String...) - 类 的构造器org.springframework.web.servlet.support.WebContentGenerator
Create a new WebContentGenerator.
WebContentInterceptor - org.springframework.web.servlet.mvc中的类
Handler interceptor that checks the request and prepares the response.
WebContentInterceptor() - 类 的构造器org.springframework.web.servlet.mvc.WebContentInterceptor
 
WebDataBinder - org.springframework.web.bind中的类
Special DataBinder for data binding from web request parameters to JavaBean objects.
WebDataBinder(Object) - 类 的构造器org.springframework.web.bind.WebDataBinder
Create a new WebDataBinder instance, with default object name.
WebDataBinder(Object, String) - 类 的构造器org.springframework.web.bind.WebDataBinder
Create a new WebDataBinder instance.
WebDataBinderFactory - org.springframework.web.bind.support中的接口
A factory for creating a WebDataBinder instance for a named target object.
WebDelegatingSmartContextLoader - org.springframework.test.context.web中的类
WebDelegatingSmartContextLoader is a concrete implementation of AbstractDelegatingSmartContextLoader that delegates to a GenericXmlWebContextLoader (or a GenericGroovyXmlWebContextLoader if Groovy is present on the classpath) and an AnnotationConfigWebContextLoader.
WebDelegatingSmartContextLoader() - 类 的构造器org.springframework.test.context.web.WebDelegatingSmartContextLoader
 
WebExceptionHandler - org.springframework.web.server中的接口
Contract for handling exceptions during web server exchange processing.
WebExchangeBindException - org.springframework.web.bind.support中的异常错误
A specialization of ServerWebInputException thrown when after data binding and validation failure.
WebExchangeBindException(MethodParameter, BindingResult) - 异常错误 的构造器org.springframework.web.bind.support.WebExchangeBindException
 
WebExchangeDataBinder - org.springframework.web.bind.support中的类
Specialized DataBinder to perform data binding from URL query params or form data in the request data to Java objects.
WebExchangeDataBinder(Object) - 类 的构造器org.springframework.web.bind.support.WebExchangeDataBinder
Create a new instance, with default object name.
WebExchangeDataBinder(Object, String) - 类 的构造器org.springframework.web.bind.support.WebExchangeDataBinder
Create a new instance.
webFilter(WebFilter...) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.MockServerSpec
Register WebFilter instances to add to the mock server.
WebFilter - org.springframework.web.server中的接口
Contract for interception-style, chained processing of Web requests that may be used to implement cross-cutting, application-agnostic requirements such as security, timeouts, and others.
WebFilterChain - org.springframework.web.server中的接口
Contract to allow a WebFilter to delegate to the next in the chain.
webHandler(WebHandler) - 类 中的静态方法org.springframework.web.server.adapter.WebHttpHandlerBuilder
Static factory method to create a new builder instance.
WebHandler - org.springframework.web.server中的接口
Contract to handle a web request.
WebHandlerDecorator - org.springframework.web.server.handler中的类
WebHandler that decorates and delegates to another.
WebHandlerDecorator(WebHandler) - 类 的构造器org.springframework.web.server.handler.WebHandlerDecorator
 
WebHttpHandlerBuilder - org.springframework.web.server.adapter中的类
This builder has two purposes.
WebJarsResourceResolver - org.springframework.web.servlet.resource中的类
A ResourceResolver that delegates to the chain to locate a resource and then attempts to find a matching versioned resource contained in a WebJar JAR file.
WebJarsResourceResolver() - 类 的构造器org.springframework.web.servlet.resource.WebJarsResourceResolver
Create a WebJarsResourceResolver with a default WebJarAssetLocator instance.
WebJarsResourceResolver(WebJarAssetLocator) - 类 的构造器org.springframework.web.servlet.resource.WebJarsResourceResolver
Create a WebJarsResourceResolver with a custom WebJarAssetLocator instance, e.g. with a custom index.
WebLogicJtaTransactionManager - org.springframework.transaction.jta中的类
Special JtaTransactionManager variant for BEA WebLogic (9.0 and higher).
WebLogicJtaTransactionManager() - 类 的构造器org.springframework.transaction.jta.WebLogicJtaTransactionManager
 
WebLogicLoadTimeWeaver - org.springframework.instrument.classloading.weblogic中的类
LoadTimeWeaver implementation for WebLogic's instrumentable ClassLoader.
WebLogicLoadTimeWeaver() - 类 的构造器org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
Creates a new instance of the WebLogicLoadTimeWeaver class using the default class loader.
WebLogicLoadTimeWeaver(ClassLoader) - 类 的构造器org.springframework.instrument.classloading.weblogic.WebLogicLoadTimeWeaver
Creates a new instance of the WebLogicLoadTimeWeaver class using the supplied ClassLoader.
WebMergedContextConfiguration - org.springframework.test.context.web中的类
WebMergedContextConfiguration encapsulates the merged context configuration declared on a test class and all of its superclasses via @ContextConfiguration, @WebAppConfiguration, and @ActiveProfiles.
WebMergedContextConfiguration(MergedContextConfiguration, String) - 类 的构造器org.springframework.test.context.web.WebMergedContextConfiguration
Create a new WebMergedContextConfiguration instance by copying all properties from the supplied MergedContextConfiguration.
WebMergedContextConfiguration(Class<?>, String[], Class<?>[], Set<Class<? extends ApplicationContextInitializer<?>>>, String[], String[], String[], String, ContextLoader, CacheAwareContextLoaderDelegate, MergedContextConfiguration) - 类 的构造器org.springframework.test.context.web.WebMergedContextConfiguration
Create a new WebMergedContextConfiguration instance for the supplied parameters.
WebMergedContextConfiguration(Class<?>, String[], Class<?>[], Set<Class<? extends ApplicationContextInitializer<?>>>, String[], String[], String[], Set<ContextCustomizer>, String, ContextLoader, CacheAwareContextLoaderDelegate, MergedContextConfiguration) - 类 的构造器org.springframework.test.context.web.WebMergedContextConfiguration
Create a new WebMergedContextConfiguration instance for the supplied parameters.
WebMvcConfigurationSupport - org.springframework.web.servlet.config.annotation中的类
This is the main class providing the configuration behind the MVC Java config.
WebMvcConfigurationSupport() - 类 的构造器org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
 
WebMvcConfigurer - org.springframework.web.servlet.config.annotation中的接口
Defines callback methods to customize the Java-based configuration for Spring MVC enabled via @EnableWebMvc.
WebMvcConfigurerAdapter - org.springframework.web.servlet.config.annotation中的类
已过时。
as of 5.0 WebMvcConfigurer has default methods (made possible by a Java 8 baseline) and can be implemented directly without the need for this adapter
WebMvcConfigurerAdapter() - 类 的构造器org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
已过时。
 
WebRequest - org.springframework.web.context.request中的接口
Generic interface for a web request.
WebRequestDataBinder - org.springframework.web.bind.support中的类
Special DataBinder to perform data binding from web request parameters to JavaBeans, including support for multipart files.
WebRequestDataBinder(Object) - 类 的构造器org.springframework.web.bind.support.WebRequestDataBinder
Create a new WebRequestDataBinder instance, with default object name.
WebRequestDataBinder(Object, String) - 类 的构造器org.springframework.web.bind.support.WebRequestDataBinder
Create a new WebRequestDataBinder instance.
WebRequestHandlerInterceptorAdapter - org.springframework.web.servlet.handler中的类
Adapter that implements the Servlet HandlerInterceptor interface and wraps an underlying WebRequestInterceptor.
WebRequestHandlerInterceptorAdapter(WebRequestInterceptor) - 类 的构造器org.springframework.web.servlet.handler.WebRequestHandlerInterceptorAdapter
Create a new WebRequestHandlerInterceptorAdapter for the given WebRequestInterceptor.
WebRequestInterceptor - org.springframework.web.context.request中的接口
Interface for general web request interception.
WebRequestMatcher - org.springframework.test.web.servlet.htmlunit中的接口
Strategy for matching on a WebRequest.
WebSession - org.springframework.web.server中的接口
Main contract for using a server-side session that provides access to session attributes across HTTP requests.
WebSessionIdResolver - org.springframework.web.server.session中的接口
Contract for session id resolution strategies.
webSessionManager(WebSessionManager) - 接口 中的方法org.springframework.test.web.reactive.server.WebTestClient.MockServerSpec
Provide a session manager instance for the mock server.
WebSessionManager - org.springframework.web.server.session中的接口
Main class for for access to the WebSession for an HTTP request.
WebSessionStore - org.springframework.web.server.session中的接口
Strategy for WebSession persistence.
WebSphereDataSourceAdapter - org.springframework.jdbc.datasource中的类
DataSource implementation that delegates all calls to a WebSphere target DataSource, typically obtained from JNDI, applying a current isolation level and/or current user credentials to every Connection obtained from it.
WebSphereDataSourceAdapter() - 类 的构造器org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
This constructor retrieves the WebSphere JDBC connection spec API, so we can get obtain specific WebSphere Connections using reflection.
WebSphereLoadTimeWeaver - org.springframework.instrument.classloading.websphere中的类
LoadTimeWeaver implementation for WebSphere's instrumentable ClassLoader.
WebSphereLoadTimeWeaver() - 类 的构造器org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
Create a new instance of the WebSphereLoadTimeWeaver class using the default class loader.
WebSphereLoadTimeWeaver(ClassLoader) - 类 的构造器org.springframework.instrument.classloading.websphere.WebSphereLoadTimeWeaver
Create a new instance of the WebSphereLoadTimeWeaver class using the supplied ClassLoader.
WebSphereMBeanServerFactoryBean - org.springframework.jmx.support中的类
FactoryBean that obtains a WebSphere MBeanServer reference through WebSphere's proprietary AdminServiceFactory API, available on WebSphere 5.1 and higher.
WebSphereMBeanServerFactoryBean() - 类 的构造器org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
 
WebSphereUowTransactionManager - org.springframework.transaction.jta中的类
WebSphere-specific PlatformTransactionManager implementation that delegates to a com.ibm.wsspi.uow.UOWManager instance, obtained from WebSphere's JNDI environment.
WebSphereUowTransactionManager() - 类 的构造器org.springframework.transaction.jta.WebSphereUowTransactionManager
Create a new WebSphereUowTransactionManager.
WebSphereUowTransactionManager(UOWManager) - 类 的构造器org.springframework.transaction.jta.WebSphereUowTransactionManager
Create a new WebSphereUowTransactionManager for the given UOWManager.
WebTestClient - org.springframework.test.web.reactive.server中的接口
Non-blocking, reactive client for testing web servers.
WebTestClient.BodyContentSpec - org.springframework.test.web.reactive.server中的接口
Spec for expectations on the response body content.
WebTestClient.BodySpec<B,S extends WebTestClient.BodySpec<B,S>> - org.springframework.test.web.reactive.server中的接口
Spec for expectations on the response body decoded to a single Object.
WebTestClient.Builder - org.springframework.test.web.reactive.server中的接口
Steps for customizing the WebClient used to test with internally delegating to a WebClient.Builder.
WebTestClient.ControllerSpec - org.springframework.test.web.reactive.server中的接口
Specification for customizing controller configuration equivalent to, and internally delegating to, a WebFluxConfigurer.
WebTestClient.ListBodySpec<E> - org.springframework.test.web.reactive.server中的接口
Spec for expectations on the response body decoded to a List.
WebTestClient.MockServerSpec<B extends WebTestClient.MockServerSpec<B>> - org.springframework.test.web.reactive.server中的接口
Base specification for setting up tests without a server.
WebTestClient.RequestBodySpec - org.springframework.test.web.reactive.server中的接口
 
WebTestClient.RequestBodyUriSpec - org.springframework.test.web.reactive.server中的接口
 
WebTestClient.RequestHeadersSpec<S extends WebTestClient.RequestHeadersSpec<S>> - org.springframework.test.web.reactive.server中的接口
Specification for adding request headers and performing an exchange.
WebTestClient.RequestHeadersUriSpec<S extends WebTestClient.RequestHeadersSpec<S>> - org.springframework.test.web.reactive.server中的接口
 
WebTestClient.ResponseSpec - org.springframework.test.web.reactive.server中的接口
Chained API for applying assertions to a response.
WebTestClient.RouterFunctionSpec - org.springframework.test.web.reactive.server中的接口
Specification for customizing router function configuration.
WebTestClient.UriSpec<S extends WebTestClient.RequestHeadersSpec<?>> - org.springframework.test.web.reactive.server中的接口
Specification for providing the URI of a request.
WEBTESTCLIENT_REQUEST_ID - 接口 中的静态变量org.springframework.test.web.reactive.server.WebTestClient
The name of a request header used to assign a unique id to every request performed through the WebTestClient.
WebTestClientConfigurer - org.springframework.test.web.reactive.server中的接口
Contract that frameworks or applications can use to pre-package a set of customizations to a WebTestClient.Builder and expose that as a shortcut.
WebTestContextBootstrapper - org.springframework.test.context.web中的类
Web-specific implementation of the TestContextBootstrapper SPI.
WebTestContextBootstrapper() - 类 的构造器org.springframework.test.context.web.WebTestContextBootstrapper
 
WebUtils - org.springframework.web.util中的类
Miscellaneous utilities for web applications.
WebUtils() - 类 的构造器org.springframework.web.util.WebUtils
 
when(Predicate<? super Element>) - 接口 中的方法org.xmlunit.diff.ElementSelectors.ConditionalSelectorBuilder
Sets up a conditional ElementSelector.
when(Publisher<?>...) - 类 中的静态方法reactor.core.publisher.Mono
Aggregate given publishers into a new Mono that will be fulfilled when all of the given sources have completed.
when(Iterable<? extends Publisher<?>>) - 类 中的静态方法reactor.core.publisher.Mono
Aggregate given publishers into a new Mono that will be fulfilled when all of the given Publishers have completed.
whenDelayError(Iterable<? extends Publisher<?>>) - 类 中的静态方法reactor.core.publisher.Mono
Aggregate given publishers into a new Mono that will be fulfilled when all of the given sources have completed.
whenDelayError(Publisher<?>...) - 类 中的静态方法reactor.core.publisher.Mono
Merge given publishers into a new Mono that will be fulfilled when all of the given sources have completed.
whenElementIsNamed(String) - 接口 中的方法org.xmlunit.diff.ElementSelectors.ConditionalSelectorBuilder
Sets up a conditional ElementSelector.
whenElementIsNamed(QName) - 接口 中的方法org.xmlunit.diff.ElementSelectors.ConditionalSelectorBuilder
Sets up a conditional ElementSelector.
WhitespaceNormalizedSource - org.xmlunit.input中的类
A source that is obtained from a different source by removing all empty text nodes and normalizing the non-empty ones.
WhitespaceNormalizedSource(Source) - 类 的构造器org.xmlunit.input.WhitespaceNormalizedSource
Creates a new source that consists of the given source with all whitespace characters replaced by spaces and consecutive whitespace characters collapsed.
WhitespaceNormalizedSource(Source, DocumentBuilderFactory) - 类 的构造器org.xmlunit.input.WhitespaceNormalizedSource
Creates a new source that consists of the given source with all whitespace characters replaced by spaces and consecutive whitespace characters collapsed.
WhitespaceStrippedSource - org.xmlunit.input中的类
A source that is obtained from a different source by removing all empty text nodes and trimming the non-empty ones.
WhitespaceStrippedSource(Source) - 类 的构造器org.xmlunit.input.WhitespaceStrippedSource
Creates a new source that consists of the given source with all empty text nodes removed and all non-empty text nodes trimmed.
WhitespaceStrippedSource(Source, DocumentBuilderFactory) - 类 的构造器org.xmlunit.input.WhitespaceStrippedSource
Creates a new source that consists of the given source with all empty text nodes removed and all non-empty text nodes trimmed.
WhitespaceToken - org.yaml.snakeyaml.tokens中的类
 
WhitespaceToken(Mark, Mark) - 类 的构造器org.yaml.snakeyaml.tokens.WhitespaceToken
 
WILDCARD_TYPE - 类 中的静态变量org.springframework.util.MimeType
 
window(int) - 类 中的方法reactor.core.publisher.Flux
Split this Flux sequence into multiple Flux windows containing maxSize elements (or less for the final window) and starting from the first item.
window(int, int) - 类 中的方法reactor.core.publisher.Flux
Split this Flux sequence into multiple Flux windows of size maxSize, that each open every skip elements in the source.
window(Publisher<?>) - 类 中的方法reactor.core.publisher.Flux
Split this Flux sequence into continuous, non-overlapping windows where the window boundary is signalled by another Publisher
window(Duration) - 类 中的方法reactor.core.publisher.Flux
Split this Flux sequence into continuous, non-overlapping windows that open for a timespan Duration (as measured on the parallel Scheduler).
window(Duration, Duration) - 类 中的方法reactor.core.publisher.Flux
Split this Flux sequence into multiple Flux windows that open for a given timespan Duration, after which it closes with onComplete.
window(Duration, Scheduler) - 类 中的方法reactor.core.publisher.Flux
Split this Flux sequence into continuous, non-overlapping windows that open for a timespan Duration (as measured on the provided Scheduler).
window(Duration, Duration, Scheduler) - 类 中的方法reactor.core.publisher.Flux
Split this Flux sequence into multiple Flux windows that open for a given timespan Duration, after which it closes with onComplete.
windowTimeout(int, Duration) - 类 中的方法reactor.core.publisher.Flux
Split this Flux sequence into multiple Flux windows containing maxSize elements (or less for the final window) and starting from the first item.
windowTimeout(int, Duration, Scheduler) - 类 中的方法reactor.core.publisher.Flux
Split this Flux sequence into multiple Flux windows containing maxSize elements (or less for the final window) and starting from the first item.
windowUntil(Predicate<T>) - 类 中的方法reactor.core.publisher.Flux
Split this Flux sequence into multiple Flux windows delimited by the given predicate.
windowUntil(Predicate<T>, boolean) - 类 中的方法reactor.core.publisher.Flux
Split this Flux sequence into multiple Flux windows delimited by the given predicate.
windowUntil(Predicate<T>, boolean, int) - 类 中的方法reactor.core.publisher.Flux
Split this Flux sequence into multiple Flux windows delimited by the given predicate and using a prefetch.
windowWhen(Publisher<U>, Function<? super U, ? extends Publisher<V>>) - 类 中的方法reactor.core.publisher.Flux
Split this Flux sequence into potentially overlapping windows controlled by items of a start Publisher and end Publisher derived from the start values.
windowWhile(Predicate<T>) - 类 中的方法reactor.core.publisher.Flux
Split this Flux sequence into multiple Flux windows that stay open while a given predicate matches the source elements.
windowWhile(Predicate<T>, int) - 类 中的方法reactor.core.publisher.Flux
Split this Flux sequence into multiple Flux windows that stay open while a given predicate matches the source elements.
with(RequestPostProcessor) - 接口 中的方法org.springframework.test.web.servlet.request.ConfigurableSmartRequestBuilder
Add the given RequestPostProcessor.
with(RequestPostProcessor) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
An extension point for further initialization of MockHttpServletRequest in ways not built directly into the MockHttpServletRequestBuilder.
withAfterClasses(Statement) - 类 中的方法org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Wrap the Statement returned by the parent implementation with a RunAfterTestClassCallbacks statement, thus preserving the default JUnit functionality while adding support for the Spring TestContext Framework.
withAfters(FrameworkMethod, Object, Statement) - 类 中的方法org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Wrap the Statement returned by the parent implementation with a RunAfterTestMethodCallbacks statement, thus preserving the default functionality while adding support for the Spring TestContext Framework.
withAfterTestExecutionCallbacks(FrameworkMethod, Object, Statement) - 类 中的方法org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Wrap the supplied Statement with a RunAfterTestExecutionCallbacks statement, thus preserving the default functionality while adding support for the Spring TestContext Framework.
withArgs(RedisGeoCommands.GeoRadiusCommandArgs) - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
withArgs(RedisGeoCommands.GeoRadiusCommandArgs) - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
withArgumentConverter(BiFunction<Method, Object[], Object[]>) - 类 中的方法org.springframework.data.repository.core.support.RepositoryComposition
Create a new RepositoryComposition retaining current configuration and set argumentConverter.
withAttributeFilter(Predicate<Attr>) - 类 中的方法org.xmlunit.builder.DiffBuilder
Registers a filter for attributes.
withBadRequest() - 类 中的静态方法org.springframework.test.web.client.response.MockRestResponseCreators
ResponseCreator for a 400 response (BAD_REQUEST).
withBeforeClasses(Statement) - 类 中的方法org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Wrap the Statement returned by the parent implementation with a RunBeforeTestClassCallbacks statement, thus preserving the default JUnit functionality while adding support for the Spring TestContext Framework.
withBefores(FrameworkMethod, Object, Statement) - 类 中的方法org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Wrap the Statement returned by the parent implementation with a RunBeforeTestMethodCallbacks statement, thus preserving the default functionality while adding support for the Spring TestContext Framework.
withBeforeTestExecutionCallbacks(FrameworkMethod, Object, Statement) - 类 中的方法org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Wrap the supplied Statement with a RunBeforeTestExecutionCallbacks statement, thus preserving the default functionality while adding support for the Spring TestContext Framework.
withBoth(Optional<T>, Optional<S>) - 接口 中的静态方法org.springframework.data.util.Optionals
Returns a Pair if both Optional instances have values or Optional.empty() if one or both are missing.
withCatalogName(String) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCall
 
withCatalogName(String) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Optionally, specify the name of the catalog that contins the stored procedure.
withCatalogName(String) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
withCatalogName(String) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Specify the catalog name, if any, to be used for the insert.
withComparisonController(ComparisonController) - 类 中的方法org.xmlunit.builder.DiffBuilder
Replace the ComparisonControllers.Default with your own ComparisonController.
withComparisonFormatter(ComparisonFormatter) - 类 中的方法org.xmlunit.builder.DiffBuilder
Sets a non-default formatter for the differences found.
withComparisonListeners(ComparisonListener...) - 类 中的方法org.xmlunit.builder.DiffBuilder
Registers a listener that is notified of each comparison.
withController(Class<?>) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
withConversionService(ConversionService) - 类 中的方法org.springframework.expression.spel.support.SimpleEvaluationContext.Builder
Register a custom ConversionService.
withCoord() - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
Enables coordinate retrieval.
withCoord() - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
Enables coordinate retrieval.
withCreatedEntity(URI) - 类 中的静态方法org.springframework.test.web.client.response.MockRestResponseCreators
ResponseCreator for a 201 response (CREATED) with a 'Location' header.
withDelegate(WebClient) - 类 中的方法org.springframework.test.web.servlet.htmlunit.MockMvcWebClientBuilder
Supply the WebClient that the client built by this builder should delegate to when processing non-matching requests.
withDelegate(WebConnectionHtmlUnitDriver) - 类 中的方法org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder
Supply the WebConnectionHtmlUnitDriver that the driver built by this builder should delegate to when processing non-matching requests.
withDifferenceEvaluator(DifferenceEvaluator) - 类 中的方法org.xmlunit.builder.DiffBuilder
Provide your own custom DifferenceEvaluator implementation.
withDifferenceListeners(ComparisonListener...) - 类 中的方法org.xmlunit.builder.DiffBuilder
Registers a listener that is notified of each comparison with outcome other than ComparisonResult.EQUAL.
withDist() - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
Enables distance retrieval.
withDist() - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
Enables distance retrieval.
withDocumentBuilderFactory(DocumentBuilderFactory) - 类 中的方法org.xmlunit.builder.DiffBuilder
Sets the DocumentBuilderFactory to use when creating a Document from the Sources to compare.
withDynamicProjection(ParameterAccessor) - 类 中的方法org.springframework.data.repository.query.ResultProcessor
Returns a new ResultProcessor with a new projection type obtained from the given ParameterAccessor.
withFlag(RedisGeoCommands.GeoRadiusCommandArgs.Flag) - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
Applies command flags.
withFlag(RedisGeoCommands.GeoRadiusCommandArgs.Flag) - 类 中的方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
Applies command flags.
withFlags(Set<RedisClusterNode.Flag>) - 类 中的方法org.springframework.data.redis.connection.RedisClusterNode.RedisClusterNodeBuilder
Set flags for node.
withFunctionName(String) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCall
 
withFunctionName(String) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Specify the procedure name to be used - this implies that we will be calling a stored function.
withId(String) - 类 中的方法org.springframework.data.redis.connection.RedisClusterNode.RedisClusterNodeBuilder
 
withId(String) - 类 中的方法org.springframework.data.redis.connection.RedisNode.RedisNodeBuilder
Set id of server.
withImplementation(T) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFragment.ImplementedRepositoryFragment
 
withImplementation(T) - 类 中的方法org.springframework.data.repository.core.support.RepositoryFragment.StructuralRepositoryFragment
 
withImplementation(T) - 接口 中的方法org.springframework.data.repository.core.support.RepositoryFragment
Implement a structural RepositoryFragment given its implementation object.
within(Distance) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
Creates a new ReactiveGeoCommands.GeoRadiusByMemberCommand given a Distance.
within(Distance) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
Creates a new ReactiveGeoCommands.GeoRadiusCommand given a Distance.
within(Circle) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
Creates a new ReactiveGeoCommands.GeoRadiusCommand given a Circle.
within(Range<Long>) - 类 中的方法org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand
Applies a Range.
within(Range<Long>) - 类 中的方法org.springframework.data.redis.connection.ReactiveStringCommands.BitCountCommand
Applies the Range.
withinFeet(double) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
withinFeet(double) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
withinKilometers(double) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
withinKiometers(double) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
withinMeters(double) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
withinMeters(double) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
withinMiles(double) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusByMemberCommand
withinMiles(double) - 类 中的静态方法org.springframework.data.redis.connection.ReactiveGeoCommands.GeoRadiusCommand
withInstanceMethods() - 类 中的方法org.springframework.expression.spel.support.SimpleEvaluationContext.Builder
Register a DataBindingMethodResolver for instance method invocation purposes (i.e. not supporting static methods) in addition to the specified property accessors, typically in combination with a DataBindingPropertyAccessor.
withLatestFrom(Publisher<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - 类 中的方法reactor.core.publisher.Flux
Combine the most recently emitted values from both this Flux and another Publisher through a BiFunction and emits the result.
withMappingName(String) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
withMarshaller(Marshaller) - 类 中的方法org.xmlunit.builder.JaxbBuilder
Sets a non-default Marshaller to use when creating the Source.
withMethod(Class<?>, Method, Object...) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
withMethodCall(Object) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
withMethodLookup(MethodLookup) - 类 中的方法org.springframework.data.repository.core.support.RepositoryComposition
Create a new RepositoryComposition retaining current configuration and set methodLookup.
withMethodName(Class<?>, String, Object...) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
withMethodResolvers(MethodResolver...) - 类 中的方法org.springframework.expression.spel.support.SimpleEvaluationContext.Builder
Register the specified MethodResolver delegates for a combination of property access and method resolution.
withName(String) - 类 中的方法org.springframework.data.redis.connection.RedisClusterNode.RedisClusterNodeBuilder
 
withName(String) - 类 中的方法org.springframework.data.redis.connection.RedisNode.RedisNodeBuilder
Define node name.
withNamedBinding() - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCall
 
withNamedBinding() - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Indicates that parameters should be bound by name.
withNamespaceContext(Map<String, String>) - 类 中的方法org.xmlunit.builder.DiffBuilder
Establish a namespace context that will be used in Comparison.Detail#getXPath.
withNoContent() - 类 中的静态方法org.springframework.test.web.client.response.MockRestResponseCreators
ResponseCreator for a 204 response (NO_CONTENT).
withNodeFilter(Predicate<Node>) - 类 中的方法org.xmlunit.builder.DiffBuilder
Registers a filter for nodes.
withNodeMatcher(NodeMatcher) - 类 中的方法org.xmlunit.builder.DiffBuilder
Sets the strategy for selecting nodes to compare.
withoutProcedureColumnMetaDataAccess() - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCall
 
withoutProcedureColumnMetaDataAccess() - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Turn off any processing of parameter meta-data information obtained via JDBC.
withOutputProperty(String, String) - 接口 中的方法org.xmlunit.builder.TransformationBuilderBase
Adds an output property.
withoutTableColumnMetaDataAccess() - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
withoutTableColumnMetaDataAccess() - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Turn off any processing of column meta-data information obtained via JDBC.
withParameter(String, Object) - 接口 中的方法org.xmlunit.builder.TransformationBuilderBase
Adds a parameter.
withPotentialRepeat(FrameworkMethod, Object, Statement) - 类 中的方法org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Wrap the supplied Statement with a SpringRepeat statement.
withPotentialTimeout(FrameworkMethod, Object, Statement) - 类 中的方法org.springframework.test.context.junit4.SpringJUnit4ClassRunner
Perform the same logic as BlockJUnit4ClassRunner.withPotentialTimeout(FrameworkMethod, Object, Statement) but with additional support for Spring's @Timed annotation.
withProcedureName(String) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCall
 
withProcedureName(String) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Specify the procedure name to be used - this implies that we will be calling a stored procedure.
withProperty(String, String) - 类 中的方法org.springframework.mock.env.MockEnvironment
Convenient synonym for MockEnvironment.setProperty(java.lang.String, java.lang.String) that returns the current instance.
withProperty(String, Object) - 类 中的方法org.springframework.mock.env.MockPropertySource
Convenient synonym for MockPropertySource.setProperty(java.lang.String, java.lang.Object) that returns the current instance.
withReturnValue() - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCall
 
withReturnValue() - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Indicates the procedure's return value should be included in the results returned.
withRootObject(Object) - 类 中的方法org.springframework.expression.spel.support.SimpleEvaluationContext.Builder
Specify a default root object to resolve against.
withSchemaName(String) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCall
 
withSchemaName(String) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
Optionally, specify the name of the schema that contins the stored procedure.
withSchemaName(String) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
withSchemaName(String) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Specify the schema name, if any, to be used for the insert.
withScores() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeByScoreCommand
Return the score along with each returned element.
withScores() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZRangeCommand
Return the score along with each returned element.
withServerError() - 类 中的静态方法org.springframework.test.web.client.response.MockRestResponseCreators
ResponseCreator for a 500 response (SERVER_ERROR).
withSetOption(RedisStringCommands.SetOption) - 类 中的方法org.springframework.data.redis.connection.ReactiveStringCommands.SetCommand
withStatus(HttpStatus) - 类 中的静态方法org.springframework.test.web.client.response.MockRestResponseCreators
ResponseCreator with a specific HTTP status.
withStylesheet(Input.Builder) - 接口 中的方法org.xmlunit.builder.Input.TransformationBuilder
Sets the stylesheet to use.
withStylesheet(Source) - 接口 中的方法org.xmlunit.builder.TransformationBuilderBase
Sets the stylesheet to use.
withSuccess() - 类 中的静态方法org.springframework.test.web.client.response.MockRestResponseCreators
ResponseCreator for a 200 response (OK).
withSuccess(String, MediaType) - 类 中的静态方法org.springframework.test.web.client.response.MockRestResponseCreators
ResponseCreator for a 200 response (OK) with String body.
withSuccess(byte[], MediaType) - 类 中的静态方法org.springframework.test.web.client.response.MockRestResponseCreators
ResponseCreator for a 200 response (OK) with byte[] body.
withSuccess(Resource, MediaType) - 类 中的静态方法org.springframework.test.web.client.response.MockRestResponseCreators
ResponseCreator for a 200 response (OK) content with Resource-based body.
withTableName(String) - 类 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsert
 
withTableName(String) - 接口 中的方法org.springframework.jdbc.core.simple.SimpleJdbcInsertOperations
Specify the table name to be used for the insert.
withTest(Object) - 类 中的方法org.xmlunit.builder.DiffBuilder
Set the Test-Source from all kind of types supported by Input.from(Object).
withTypeConverter(TypeConverter) - 类 中的方法org.springframework.expression.spel.support.SimpleEvaluationContext.Builder
Register a custom TypeConverter.
withTypedRootObject(Object, TypeDescriptor) - 类 中的方法org.springframework.expression.spel.support.SimpleEvaluationContext.Builder
Specify a typed root object to resolve against.
withUnauthorizedRequest() - 类 中的静态方法org.springframework.test.web.client.response.MockRestResponseCreators
ResponseCreator for a 401 response (UNAUTHORIZED).
withURIResolver(URIResolver) - 接口 中的方法org.xmlunit.builder.TransformationBuilderBase
Sets the resolver to use for the document() function and xsi:import/include.
withValue(ByteBuffer) - 类 中的方法org.springframework.data.redis.connection.ReactiveStringCommands.SetRangeCommand
Applies the value.
WorkManagerTaskExecutor - org.springframework.jca.work中的类
TaskExecutor implementation that delegates to a JCA 1.7 WorkManager, implementing the javax.resource.spi.work.WorkManager interface.
WorkManagerTaskExecutor() - 类 的构造器org.springframework.jca.work.WorkManagerTaskExecutor
Create a new WorkManagerTaskExecutor, expecting bean-style configuration.
WorkManagerTaskExecutor(WorkManager) - 类 的构造器org.springframework.jca.work.WorkManagerTaskExecutor
Create a new WorkManagerTaskExecutor for the given WorkManager.
WorkManagerTaskExecutor - org.springframework.scheduling.commonj中的类
TaskExecutor implementation that delegates to a CommonJ WorkManager, implementing the commonj.work.WorkManager interface, which either needs to be specified as reference or through the JNDI name.
WorkManagerTaskExecutor() - 类 的构造器org.springframework.scheduling.commonj.WorkManagerTaskExecutor
 
WorkQueueProcessor<E> - reactor.core.publisher中的类
An implementation of a RingBuffer backed message-passing Processor implementing work-queue distribution with async event loops.
WorkQueueProcessor.Builder<T> - reactor.core.publisher中的类
WorkQueueProcessor builder that can be used to create new processors.
wrap(Object) - 类 中的方法org.springframework.validation.ObjectError
Preserve the source behind this error: possibly an Exception (typically PropertyAccessException) or a Bean Validation ConstraintViolation.
wrap(Subscriber<IN>, Publisher<OUT>) - 类 中的静态方法reactor.core.publisher.FluxProcessor
Transform a receiving Subscriber and a producing Publisher in a logical FluxProcessor.
WrapperType() - 类 的构造器org.springframework.data.repository.util.QueryExecutionConverters.WrapperType
 
write(Object, RedisData) - 类 中的方法org.springframework.data.redis.core.convert.MappingRedisConverter
 
write(T) - 接口 中的方法org.springframework.data.redis.serializer.RedisElementWriter
Serialize a element to its ByteBuffer representation.
write(T) - 接口 中的方法org.springframework.data.redis.serializer.RedisSerializationContext.SerializationPair
Serialize a element to its ByteBuffer representation.
write(EvaluationContext, Object, String, Object) - 接口 中的方法org.springframework.expression.PropertyAccessor
Called to write to a property on a specified target object.
write(EvaluationContext, Object, String, Object) - 类 中的方法org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
 
write(EvaluationContext, Object, String, Object) - 类 中的方法org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
write(Publisher<? extends T>, ResolvableType, MediaType, ReactiveHttpOutputMessage, Map<String, Object>) - 类 中的方法org.springframework.http.codec.EncoderHttpMessageWriter
 
write(Publisher<? extends T>, ResolvableType, ResolvableType, MediaType, ServerHttpRequest, ServerHttpResponse, Map<String, Object>) - 类 中的方法org.springframework.http.codec.EncoderHttpMessageWriter
 
write(Publisher<? extends MultiValueMap<String, String>>, ResolvableType, MediaType, ReactiveHttpOutputMessage, Map<String, Object>) - 类 中的方法org.springframework.http.codec.FormHttpMessageWriter
 
write(Publisher<? extends T>, ResolvableType, MediaType, ReactiveHttpOutputMessage, Map<String, Object>) - 接口 中的方法org.springframework.http.codec.HttpMessageWriter
Write an given stream of object to the output message.
write(Publisher<? extends T>, ResolvableType, ResolvableType, MediaType, ServerHttpRequest, ServerHttpResponse, Map<String, Object>) - 接口 中的方法org.springframework.http.codec.HttpMessageWriter
Server-side only alternative to HttpMessageWriter.write(Publisher, ResolvableType, MediaType, ReactiveHttpOutputMessage, Map) with additional context available.
write(Publisher<? extends MultiValueMap<String, ?>>, ResolvableType, MediaType, ReactiveHttpOutputMessage, Map<String, Object>) - 类 中的方法org.springframework.http.codec.multipart.MultipartHttpMessageWriter
 
write(Publisher<? extends Resource>, ResolvableType, MediaType, ReactiveHttpOutputMessage, Map<String, Object>) - 类 中的方法org.springframework.http.codec.ResourceHttpMessageWriter
 
write(Publisher<? extends Resource>, ResolvableType, ResolvableType, MediaType, ServerHttpRequest, ServerHttpResponse, Map<String, Object>) - 类 中的方法org.springframework.http.codec.ResourceHttpMessageWriter
 
write(Publisher<?>, ResolvableType, MediaType, ReactiveHttpOutputMessage, Map<String, Object>) - 类 中的方法org.springframework.http.codec.ServerSentEventHttpMessageWriter
 
write(Publisher<?>, ResolvableType, ResolvableType, MediaType, ServerHttpRequest, ServerHttpResponse, Map<String, Object>) - 类 中的方法org.springframework.http.codec.ServerSentEventHttpMessageWriter
 
write(T, Type, MediaType, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.AbstractGenericHttpMessageConverter
write(T, MediaType, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.AbstractHttpMessageConverter
write(BufferedImage, MediaType, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.BufferedImageHttpMessageConverter
 
write(MultiValueMap<String, ?>, MediaType, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.FormHttpMessageConverter
 
write(T, Type, MediaType, HttpOutputMessage) - 接口 中的方法org.springframework.http.converter.GenericHttpMessageConverter
Write an given object to the given output message.
write(T, MediaType, HttpOutputMessage) - 接口 中的方法org.springframework.http.converter.HttpMessageConverter
Write an given object to the given output message.
write(T, Type, MediaType, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
 
write(T) - 类 中的方法org.springframework.http.server.reactive.AbstractListenerWriteProcessor
Write the given item.
write(OutputStream) - 类 中的方法org.springframework.jca.cci.core.support.CommAreaRecord
 
write(int) - 类 中的方法org.springframework.mock.web.DelegatingServletOutputStream
 
write(char[], int, int) - 类 中的方法org.springframework.mock.web.MockBodyContent
 
write(char[], int, int) - 类 中的方法org.springframework.mock.web.MockJspWriter
 
write(String) - 类 中的方法org.springframework.mock.web.MockPart
 
write(char) - 类 中的方法org.springframework.util.CommonsLogWriter
 
write(char[], int, int) - 类 中的方法org.springframework.util.CommonsLogWriter
 
write(int) - 类 中的方法org.springframework.util.FastByteArrayOutputStream
 
write(byte[], int, int) - 类 中的方法org.springframework.util.FastByteArrayOutputStream
 
writeAndFlushWith(Publisher<? extends Publisher<? extends DataBuffer>>) - 类 中的方法org.springframework.http.client.reactive.ClientHttpRequestDecorator
 
writeAndFlushWith(Publisher<? extends Publisher<? extends DataBuffer>>) - 接口 中的方法org.springframework.http.ReactiveHttpOutputMessage
Use the given Publisher of Publishers to write the body of the HttpOutputMessage to the underlying HTTP layer, flushing after each Publisher<DataBuffer>.
writeAndFlushWith(Publisher<? extends Publisher<? extends DataBuffer>>) - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpResponse
 
writeAndFlushWith(Publisher<? extends Publisher<? extends DataBuffer>>) - 类 中的方法org.springframework.http.server.reactive.HttpHeadResponseDecorator
writeAndFlushWith(Publisher<? extends Publisher<? extends DataBuffer>>) - 类 中的方法org.springframework.http.server.reactive.ServerHttpResponseDecorator
 
writeAndFlushWith(Publisher<? extends Publisher<? extends DataBuffer>>) - 类 中的方法org.springframework.mock.http.client.reactive.MockClientHttpRequest
 
writeAndFlushWithInternal(Publisher<? extends Publisher<? extends DataBuffer>>) - 类 中的方法org.springframework.http.server.reactive.AbstractListenerServerHttpResponse
 
writeAndFlushWithInternal(Publisher<? extends Publisher<? extends DataBuffer>>) - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpResponse
Write to the underlying the response, and flush after each Publisher<DataBuffer>.
writeAndFlushWithInternal(Publisher<? extends Publisher<? extends DataBuffer>>) - 类 中的方法org.springframework.mock.http.server.reactive.MockServerHttpResponse
 
writeAttribute(String, String) - 类 中的方法org.springframework.web.servlet.tags.form.TagWriter
Write an HTML attribute with the specified name and value.
writeBodyContent(String) - 类 中的方法org.springframework.web.servlet.tags.EscapeBodyTag
Write the escaped body content to the page.
writeContent(Resource, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.ResourceHttpMessageConverter
 
writeContent(OutputStream, Object) - 类 中的方法org.springframework.web.servlet.view.json.AbstractJackson2View
Write the actual JSON content to the stream.
writeDefaultAttributes(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Writes the default set of attributes to the supplied TagWriter.
writeDefaultAttributes(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Writes the default attributes configured via this base class to the supplied TagWriter.
writeInternal(Object, HttpOutputMessage) - 类 中的方法org.springframework.data.web.XmlBeamHttpMessageConverter
 
writeInternal(T, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.AbstractGenericHttpMessageConverter
 
writeInternal(T, Type, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.AbstractGenericHttpMessageConverter
Abstract template method that writes the actual body.
writeInternal(T, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.AbstractHttpMessageConverter
Abstract template method that writes the actual body.
writeInternal(byte[], HttpOutputMessage) - 类 中的方法org.springframework.http.converter.ByteArrayHttpMessageConverter
 
writeInternal(T, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.feed.AbstractWireFeedHttpMessageConverter
 
writeInternal(Object, Type, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
 
writeInternal(Object, Type, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.json.AbstractJsonHttpMessageConverter
 
writeInternal(Object, Type, Writer) - 类 中的方法org.springframework.http.converter.json.AbstractJsonHttpMessageConverter
Template method that writes the JSON-bound object to the given Writer.
writeInternal(Object, Type, Writer) - 类 中的方法org.springframework.http.converter.json.GsonHttpMessageConverter
 
writeInternal(Object, Type, Writer) - 类 中的方法org.springframework.http.converter.json.JsonbHttpMessageConverter
 
writeInternal(Object, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.ObjectToStringHttpMessageConverter
 
writeInternal(Message, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
 
writeInternal(Resource, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.ResourceHttpMessageConverter
 
writeInternal(Object, Type, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.ResourceRegionHttpMessageConverter
 
writeInternal(String, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.StringHttpMessageConverter
 
writeInternal(T, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
 
writeInternal(T, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.xml.SourceHttpMessageConverter
 
writeMessage(String) - 类 中的方法org.springframework.web.servlet.tags.MessageTag
Write the message to the page.
writeOptionalAttribute(TagWriter, String, String) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractFormTag
Optionally writes the supplied value under the supplied attribute name into the supplied TagWriter.
writeOptionalAttributes(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
Writes the optional attributes configured via this base class to the supplied TagWriter.
writeOptionalAttributes(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlInputElementTag
Adds input-specific optional attributes as defined by this base class.
writeOptionalAttributeValue(String, String) - 类 中的方法org.springframework.web.servlet.tags.form.TagWriter
Write an HTML attribute if the supplied value is not null or zero length.
writeOut(Writer) - 类 中的方法org.springframework.mock.web.MockBodyContent
 
writePartialUpdate(PartialUpdate<?>, RedisData) - 类 中的方法org.springframework.data.redis.core.convert.MappingRedisConverter
 
writePrefix(JsonGenerator, Object) - 类 中的方法org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
Write a prefix before the main content.
writePrefix(JsonGenerator, Object) - 类 中的方法org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
 
writePrefix(JsonGenerator, Object) - 类 中的方法org.springframework.web.servlet.view.json.AbstractJackson2View
Write a prefix before the main content.
writePrefix(JsonGenerator, Object) - 类 中的方法org.springframework.web.servlet.view.json.MappingJackson2JsonView
 
writer(HttpMessageWriter<?>) - 接口 中的方法org.springframework.http.codec.ClientCodecConfigurer.MultipartCodecs
Add a Part HttpMessageWriter.
writer(HttpMessageWriter<?>) - 接口 中的方法org.springframework.http.codec.CodecConfigurer.CustomCodecs
Add a custom HttpMessageWriter.
writeRemoteInvocation(RemoteInvocation, OutputStream) - 类 中的方法org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor
Serialize the given RemoteInvocation to the given OutputStream.
writeRemoteInvocationResult(HttpServletRequest, HttpServletResponse, RemoteInvocationResult) - 类 中的方法org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Write the given RemoteInvocationResult to the given HTTP response.
writeRemoteInvocationResult(HttpServletRequest, HttpServletResponse, RemoteInvocationResult, OutputStream) - 类 中的方法org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter
Serialize the given RemoteInvocation to the given OutputStream.
writeRemoteInvocationResult(HttpExchange, RemoteInvocationResult) - 类 中的方法org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
Write the given RemoteInvocationResult to the given HTTP response.
writeRemoteInvocationResult(HttpExchange, RemoteInvocationResult, OutputStream) - 类 中的方法org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
Serialize the given RemoteInvocation to the given OutputStream.
writeRequestBody(HttpInvokerClientConfiguration, HttpURLConnection, ByteArrayOutputStream) - 类 中的方法org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor
Set the given serialized remote invocation as request body.
writeResourceRegion(ResourceRegion, HttpOutputMessage) - 类 中的方法org.springframework.http.converter.ResourceRegionHttpMessageConverter
 
writeSuffix(JsonGenerator, Object) - 类 中的方法org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter
Write a suffix after the main content.
writeSuffix(JsonGenerator, Object) - 类 中的方法org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
 
writeSuffix(JsonGenerator, Object) - 类 中的方法org.springframework.web.servlet.view.json.AbstractJackson2View
Write a suffix after the main content.
writeSuffix(JsonGenerator, Object) - 类 中的方法org.springframework.web.servlet.view.json.MappingJackson2JsonView
 
writeTagContent(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractCheckedElementTag
Writes the 'input' element to the supplied TagWriter, marking it as 'checked' if appropriate.
writeTagContent(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractFormTag
Subclasses should implement this method to perform tag content rendering.
writeTagContent(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractHtmlElementBodyTag
 
writeTagContent(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractMultiCheckedElementTag
Renders the 'input type="radio"' element with the configured AbstractMultiCheckedElementTag.setItems(Object) values.
writeTagContent(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
Renders the 'input(radio)' element with the configured value.
writeTagContent(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.ButtonTag
 
writeTagContent(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.CheckboxesTag
 
writeTagContent(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.CheckboxTag
 
writeTagContent(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.FormTag
Writes the opening part of the block 'form' tag and exposes the form object name in the javax.servlet.jsp.PageContext.
writeTagContent(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.HiddenInputTag
Writes the HTML 'input' tag to the supplied TagWriter including the databound value.
writeTagContent(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.InputTag
Writes the 'input' tag to the supplied TagWriter.
writeTagContent(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.LabelTag
Writes the opening 'label' tag and forces a block tag so that body content is written correctly.
writeTagContent(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.OptionsTag
 
writeTagContent(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.SelectTag
Renders the HTML 'select' tag to the supplied TagWriter.
writeTagContent(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.TextareaTag
 
writeTagDetails(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.AbstractSingleCheckedElementTag
Write the details for the given primary tag: i.e. special attributes and the tag's value.
writeTagDetails(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.CheckboxTag
 
writeTagDetails(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.RadioButtonTag
 
writeTo(OutputStream) - 接口 中的方法org.springframework.http.StreamingHttpOutputMessage.Body
Write this body to the given OutputStream.
writeTo(OutputStream) - 类 中的方法org.springframework.util.FastByteArrayOutputStream
Write the buffers content to the given OutputStream.
writeTo(OutputStream) - 接口 中的方法org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBody
A callback for writing to the response body.
writeToResponse(HttpServletResponse, ByteArrayOutputStream) - 类 中的方法org.springframework.web.servlet.view.AbstractView
Write the given temporary OutputStream to the HTTP response.
writeToResult(T, HttpHeaders, Result) - 类 中的方法org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
writeToResult(T, HttpHeaders, Result) - 类 中的方法org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter
 
writeToResult(Object, HttpHeaders, Result) - 类 中的方法org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
 
writeToResult(Object, HttpHeaders, Result) - 类 中的方法org.springframework.http.converter.xml.MarshallingHttpMessageConverter
 
writeValue(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.ButtonTag
Writes the 'value' attribute to the supplied TagWriter.
writeValue(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.InputTag
Writes the 'value' attribute to the supplied TagWriter.
writeValue(TagWriter) - 类 中的方法org.springframework.web.servlet.tags.form.PasswordInputTag
The PasswordInputTag only writes it's value if the 'showPassword' property value is true.
writeWith(Publisher<? extends DataBuffer>) - 类 中的方法org.springframework.http.client.reactive.ClientHttpRequestDecorator
 
writeWith(Publisher<? extends DataBuffer>) - 接口 中的方法org.springframework.http.ReactiveHttpOutputMessage
Use the given Publisher to write the body of the message to the underlying HTTP layer.
writeWith(Publisher<? extends DataBuffer>) - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpResponse
 
writeWith(Publisher<? extends DataBuffer>) - 类 中的方法org.springframework.http.server.reactive.HttpHeadResponseDecorator
Apply reduce on the body, count the number of bytes produced, release data buffers without writing, and set the Content-Length header.
writeWith(Publisher<? extends DataBuffer>) - 类 中的方法org.springframework.http.server.reactive.ServerHttpResponseDecorator
 
writeWith(File, long, long) - 接口 中的方法org.springframework.http.ZeroCopyHttpOutputMessage
Use the given File to write the body of the message to the underlying HTTP layer.
writeWith(Publisher<? extends DataBuffer>) - 类 中的方法org.springframework.mock.http.client.reactive.MockClientHttpRequest
 
writeWithInternal(Publisher<? extends DataBuffer>) - 类 中的方法org.springframework.http.server.reactive.AbstractListenerServerHttpResponse
 
writeWithInternal(Publisher<? extends DataBuffer>) - 类 中的方法org.springframework.http.server.reactive.AbstractServerHttpResponse
Write to the underlying the response.
writeWithInternal(Publisher<? extends DataBuffer>) - 类 中的方法org.springframework.mock.http.server.reactive.MockServerHttpResponse
 
writeWithMessageConverters(T, MethodParameter, NativeWebRequest) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
Writes the given return value to the given web request.
writeWithMessageConverters(T, MethodParameter, ServletServerHttpRequest, ServletServerHttpResponse) - 类 中的方法org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor
Writes the given return type to the given output message.
writingComplete() - 类 中的方法org.springframework.http.server.reactive.AbstractListenerWriteProcessor
Invoked after onComplete or onError notification.
writingFailed(Throwable) - 类 中的方法org.springframework.http.server.reactive.AbstractListenerWriteProcessor
Invoked when an I/O error occurs during a write.
writingPaused() - 类 中的方法org.springframework.http.server.reactive.AbstractListenerWriteProcessor
已过时。
originally introduced for Undertow to stop write notifications when no data is available, but deprecated as of as of 5.0.6 since constant switching on every requested item causes a significant slowdown.
WWW_AUTHENTICATE - 类 中的静态变量org.springframework.http.HttpHeaders
The HTTP WWW-Authenticate header field name.

X

X_PROTOBUF_MESSAGE_HEADER - 类 中的静态变量org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
 
X_PROTOBUF_SCHEMA_HEADER - 类 中的静态变量org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
 
xml() - 类 中的静态方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Obtain a Jackson2ObjectMapperBuilder instance in order to build an XmlMapper instance.
xml(String) - 类 中的方法org.springframework.test.web.client.match.ContentRequestMatchers
Parse the request body and the given String as XML and assert that the two are "similar" - i.e. they contain the same elements and attributes regardless of order.
xml(String) - 类 中的方法org.springframework.test.web.servlet.result.ContentResultMatchers
Parse the response content and the given string as XML and assert the two are "similar" - i.e. they contain the same elements and attributes regardless of order.
XML_DTD_NS_URI - 类 中的静态变量org.xmlunit.validation.Languages
DTD
XmlBeamHttpMessageConverter - org.springframework.data.web中的类
A read-only HttpMessageConverter to create XMLBeam-based projection instances for interfaces.
XmlBeamHttpMessageConverter() - 类 的构造器org.springframework.data.web.XmlBeamHttpMessageConverter
XmlBeamHttpMessageConverter(XBProjector) - 类 的构造器org.springframework.data.web.XmlBeamHttpMessageConverter
Creates a new XmlBeamHttpMessageConverter using the given XBProjector.
XmlBinaryStreamProvider - org.springframework.jdbc.support.xml中的接口
Interface defining handling involved with providing OutputStream data for XML input.
XmlCharacterStreamProvider - org.springframework.jdbc.support.xml中的接口
Interface defining handling involved with providing Writer data for XML input.
XmlEventDecoder - org.springframework.http.codec.xml中的类
Decodes a DataBuffer stream into a stream of XMLEvents.
XmlEventDecoder() - 类 的构造器org.springframework.http.codec.xml.XmlEventDecoder
 
XmlExpectationsHelper - org.springframework.test.util中的类
A helper class for assertions on XML content.
XmlExpectationsHelper() - 类 的构造器org.springframework.test.util.XmlExpectationsHelper
 
XmlMappingException - org.springframework.oxm中的异常错误
Root of the hierarchy of Object XML Mapping exceptions.
XmlMappingException(String) - 异常错误 的构造器org.springframework.oxm.XmlMappingException
Construct an XmlMappingException with the specified detail message.
XmlMappingException(String, Throwable) - 异常错误 的构造器org.springframework.oxm.XmlMappingException
Construct an XmlMappingException with the specified detail message and nested exception.
XmlRepositoryConfigurationSource - org.springframework.data.repository.config中的类
XmlRepositoryConfigurationSource(Element, ParserContext, Environment) - 类 的构造器org.springframework.data.repository.config.XmlRepositoryConfigurationSource
Creates a new XmlRepositoryConfigurationSource using the given Element and ParserContext.
XmlResultProvider - org.springframework.jdbc.support.xml中的接口
Interface defining handling involved with providing Result data for XML input.
XMLUnitException - org.xmlunit中的异常错误
Base class of any Exception thrown within XMLUnit.
XMLUnitException(String, Throwable) - 异常错误 的构造器org.xmlunit.XMLUnitException
Inititializes the exception.
XMLUnitException(String) - 异常错误 的构造器org.xmlunit.XMLUnitException
Inititializes an exception without cause.
XMLUnitException(Throwable) - 异常错误 的构造器org.xmlunit.XMLUnitException
Inititializes an exception using the wrapped exception's message.
XmlValidationModeDetector - org.springframework.util.xml中的类
Detects whether an XML stream is using DTD- or XSD-based validation.
XmlValidationModeDetector() - 类 的构造器org.springframework.util.xml.XmlValidationModeDetector
 
XmlViewResolver - org.springframework.web.servlet.view中的类
A ViewResolver implementation that uses bean definitions in a dedicated XML file for view definitions, specified by resource location.
XmlViewResolver() - 类 的构造器org.springframework.web.servlet.view.XmlViewResolver
 
XmlWebApplicationContext - org.springframework.web.context.support中的类
WebApplicationContext implementation which takes its configuration from XML documents, understood by an XmlBeanDefinitionReader.
XmlWebApplicationContext() - 类 的构造器org.springframework.web.context.support.XmlWebApplicationContext
 
xor(ElementSelector, ElementSelector) - 类 中的静态方法org.xmlunit.diff.ElementSelectors
Accepts two elements if exactly on of the given ElementSelectors does.
xpath(String, Object...) - 类 中的静态方法org.springframework.test.web.client.match.MockRestRequestMatchers
Access to request body matchers using an XPath to inspect a specific subset of the body.
xpath(String, Map<String, String>, Object...) - 类 中的静态方法org.springframework.test.web.client.match.MockRestRequestMatchers
Access to response body matchers using an XPath to inspect a specific subset of the body.
xpath(String, Object...) - 类 中的静态方法org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to response body assertions using an XPath expression to inspect a specific subset of the body.
xpath(String, Map<String, String>, Object...) - 类 中的静态方法org.springframework.test.web.servlet.result.MockMvcResultMatchers
Access to response body assertions using an XPath expression to inspect a specific subset of the body.
XPathContext - org.xmlunit.diff中的类
Helper class that keeps track of the XPath of matched nodes during comparison.
XPathContext() - 类 的构造器org.xmlunit.diff.XPathContext
Starts with an empty context.
XPathContext(Node) - 类 的构造器org.xmlunit.diff.XPathContext
Starts with the context of a root node.
XPathContext(Map<String, String>) - 类 的构造器org.xmlunit.diff.XPathContext
Starts with an empty context and a given namespace mapping.
XPathContext(Map<String, String>, Node) - 类 的构造器org.xmlunit.diff.XPathContext
Starts with the context of an optional root node and an optional namespace mapping.
XPathContext.DOMNodeInfo - org.xmlunit.diff中的类
DOM based implementation of XPathContext.NodeInfo.
XPathContext.NodeInfo - org.xmlunit.diff中的接口
Representation of a node used by XPathContext.
XPathEngine - org.xmlunit.xpath中的接口
Interface for XMLUnit's XPath abstraction.
XpathExpectationsHelper - org.springframework.test.util中的类
A helper class for applying assertions via XPath expressions.
XpathExpectationsHelper(String, Map<String, String>, Object...) - 类 的构造器org.springframework.test.util.XpathExpectationsHelper
XpathExpectationsHelper constructor.
XpathRequestMatchers - org.springframework.test.web.client.match中的类
Factory methods for request content RequestMatcher's using an XPath expression.
XpathRequestMatchers(String, Map<String, String>, Object...) - 类 的构造器org.springframework.test.web.client.match.XpathRequestMatchers
Class constructor, not for direct instantiation.
XpathResultMatchers - org.springframework.test.web.servlet.result中的类
Factory for assertions on the response content using XPath expressions.
XpathResultMatchers(String, Map<String, String>, Object...) - 类 的构造器org.springframework.test.web.servlet.result.XpathResultMatchers
Protected constructor, not for direct instantiation.
xs() - 类 中的静态方法reactor.util.concurrent.Queues
 
XS_BUFFER_SIZE - 类 中的静态变量reactor.util.concurrent.Queues
An allocation friendly default of available slots in a given container, e.g. slow publishers and or fast/few subscribers
XsltView - org.springframework.web.servlet.view.xslt中的类
XSLT-driven View that allows for response context to be rendered as the result of an XSLT transformation.
XsltView() - 类 的构造器org.springframework.web.servlet.view.xslt.XsltView
 
XsltViewResolver - org.springframework.web.servlet.view.xslt中的类
ViewResolver implementation that resolves instances of XsltView by translating the supplied view name into the URL of the XSLT stylesheet.
XsltViewResolver() - 类 的构造器org.springframework.web.servlet.view.xslt.XsltViewResolver
 
XStreamMarshaller - org.springframework.oxm.xstream中的类
Implementation of the Marshaller interface for XStream.
XStreamMarshaller() - 类 的构造器org.springframework.oxm.xstream.XStreamMarshaller
 
xx() - 类 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand
Applies xx mode (Only update elements that already exist.

Y

YAML - 类 中的静态变量org.yaml.snakeyaml.nodes.Tag
 
YAML - 类 中的静态变量org.yaml.snakeyaml.resolver.Resolver
 
Yaml - org.yaml.snakeyaml中的类
Public YAML interface.
Yaml() - 类 的构造器org.yaml.snakeyaml.Yaml
Create Yaml instance.
Yaml(DumperOptions) - 类 的构造器org.yaml.snakeyaml.Yaml
Create Yaml instance.
Yaml(LoaderOptions) - 类 的构造器org.yaml.snakeyaml.Yaml
Create Yaml instance.
Yaml(Representer) - 类 的构造器org.yaml.snakeyaml.Yaml
Create Yaml instance.
Yaml(BaseConstructor) - 类 的构造器org.yaml.snakeyaml.Yaml
Create Yaml instance.
Yaml(BaseConstructor, Representer) - 类 的构造器org.yaml.snakeyaml.Yaml
Create Yaml instance.
Yaml(Representer, DumperOptions) - 类 的构造器org.yaml.snakeyaml.Yaml
Create Yaml instance.
Yaml(BaseConstructor, Representer, DumperOptions) - 类 的构造器org.yaml.snakeyaml.Yaml
Create Yaml instance.
Yaml(BaseConstructor, Representer, DumperOptions, LoaderOptions) - 类 的构造器org.yaml.snakeyaml.Yaml
Create Yaml instance.
Yaml(BaseConstructor, Representer, DumperOptions, Resolver) - 类 的构造器org.yaml.snakeyaml.Yaml
Create Yaml instance.
Yaml(BaseConstructor, Representer, DumperOptions, LoaderOptions, Resolver) - 类 的构造器org.yaml.snakeyaml.Yaml
Create Yaml instance.
yamlClassConstructors - 类 中的变量org.yaml.snakeyaml.constructor.BaseConstructor
It maps the node kind to the the Construct implementation.
yamlConstructors - 类 中的变量org.yaml.snakeyaml.constructor.BaseConstructor
It maps the (explicit or implicit) tag to the Construct implementation.
YAMLException - org.yaml.snakeyaml.error中的异常错误
 
YAMLException(String) - 异常错误 的构造器org.yaml.snakeyaml.error.YAMLException
 
YAMLException(Throwable) - 异常错误 的构造器org.yaml.snakeyaml.error.YAMLException
 
YAMLException(String, Throwable) - 异常错误 的构造器org.yaml.snakeyaml.error.YAMLException
 
yamlImplicitResolvers - 类 中的变量org.yaml.snakeyaml.resolver.Resolver
 
yamlMultiConstructors - 类 中的变量org.yaml.snakeyaml.constructor.BaseConstructor
It maps the (explicit or implicit) tag to the Construct implementation.
yielding() - 类 中的静态方法reactor.util.concurrent.WaitStrategy
Yielding strategy that uses a Thread.yield() for consumers waiting on a barrier after an initially spinning.

Z

zAdd(byte[], double, byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
zAdd(byte[], Set<RedisZSetCommands.Tuple>) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
zAdd(byte[], double, byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zAdd(byte[], Set<RedisZSetCommands.Tuple>) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zAdd(String, double, String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zAdd(String, Set<StringRedisConnection.StringTuple>) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zAdd(ByteBuffer, Double, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Add value to a sorted set at key, or update its score if it already exists.
zAdd(ByteBuffer, Collection<? extends RedisZSetCommands.Tuple>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Add a tuples to a sorted set at key, or update their score if it already exists.
zAdd(Publisher<ReactiveZSetCommands.ZAddCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Add ReactiveZSetCommands.ZAddCommand.getTuples() to a sorted set at ReactiveRedisConnection.KeyCommand.getKey(), or update its score if it already exists.
zAdd(byte[], double, byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Add value to a sorted set at key, or update its score if it already exists.
zAdd(byte[], Set<RedisZSetCommands.Tuple>) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Add tuples to a sorted set at key, or update its score if it already exists.
zAdd(String, double, String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Add value to a sorted set at key, or update its score if it already exists.
zAdd(String, Set<StringRedisConnection.StringTuple>) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Add tuples to a sorted set at key, or update its score if it already exists.
zCard(byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
zCard(byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zCard(String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zCard(ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Get the size of sorted set with key.
zCard(Publisher<ReactiveRedisConnection.KeyCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Get the size of sorted set with ReactiveRedisConnection.KeyCommand.getKey().
zCard(byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Get the size of sorted set with key.
zCard(String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get the size of sorted set with key.
zCard() - 接口 中的方法org.springframework.data.redis.core.BoundZSetOperations
Get the size of sorted set with the bound key.
zCard(K) - 接口 中的方法org.springframework.data.redis.core.ZSetOperations
Get the size of sorted set with key.
zCount(byte[], double, double) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
zCount(byte[], RedisZSetCommands.Range) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
zCount(byte[], double, double) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zCount(byte[], RedisZSetCommands.Range) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zCount(String, double, double) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zCount(ByteBuffer, Range<Double>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Count number of elements within sorted set with scores within Range.
zCount(Publisher<ReactiveZSetCommands.ZCountCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Count number of elements within sorted set with scores within Range.
zCount(byte[], double, double) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Count number of elements within sorted set with scores between min and max.
zCount(byte[], RedisZSetCommands.Range) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Count number of elements within sorted set with scores between Range#min and Range#max.
zCount(String, double, double) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Count number of elements within sorted set with scores between min and max.
ZeroCopyHttpOutputMessage - org.springframework.http中的接口
Sub-interface of ReactiveOutputMessage that has support for "zero-copy" file transfers.
zIncrBy(byte[], double, byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
zIncrBy(byte[], double, byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zIncrBy(String, double, String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zIncrBy(ByteBuffer, Number, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Increment the score of element with value in sorted set by increment.
zIncrBy(Publisher<ReactiveZSetCommands.ZIncrByCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
zIncrBy(byte[], double, byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Increment the score of element with value in sorted set by increment.
zIncrBy(String, double, String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Increment the score of element with value in sorted set by increment.
zInterStore(byte[], RedisZSetCommands.Aggregate, int[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
zInterStore(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
zInterStore(byte[], RedisZSetCommands.Aggregate, int[], byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zInterStore(byte[], byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zInterStore(String, RedisZSetCommands.Aggregate, int[], String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zInterStore(String, String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zInterStore(ByteBuffer, List<ByteBuffer>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Intersect sorted sets and store result in destination destinationKey.
zInterStore(ByteBuffer, List<ByteBuffer>, List<Double>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Intersect sorted sets and store result in destination destinationKey and apply weights to individual sets.
zInterStore(ByteBuffer, List<ByteBuffer>, List<Double>, RedisZSetCommands.Aggregate) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Intersect sorted sets by applying aggregateFunction and store result in destination destinationKey and apply weights to individual sets.
zInterStore(Publisher<ReactiveZSetCommands.ZInterStoreCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Intersect sorted sets by applying aggregateFunction and store result in destination destinationKey and apply weights to individual sets.
zInterStore(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Intersect sorted sets and store result in destination key.
zInterStore(byte[], RedisZSetCommands.Aggregate, int[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Intersect sorted sets and store result in destination key.
zInterStore(String, String...) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Intersect sorted sets and store result in destination key.
zInterStore(String, RedisZSetCommands.Aggregate, int[], String...) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Intersect sorted sets and store result in destination key.
zip(Publisher<? extends T1>, Publisher<? extends T2>, BiFunction<? super T1, ? super T2, ? extends O>) - 类 中的静态方法reactor.core.publisher.Flux
Zip two sources together, that is to say wait for all the sources to emit one element and combine these elements once into an output value (constructed by the provided combinator).
zip(Publisher<? extends T1>, Publisher<? extends T2>) - 类 中的静态方法reactor.core.publisher.Flux
Zip two sources together, that is to say wait for all the sources to emit one element and combine these elements once into a Tuple2.
zip(Publisher<? extends T1>, Publisher<? extends T2>, Publisher<? extends T3>) - 类 中的静态方法reactor.core.publisher.Flux
Zip three sources together, that is to say wait for all the sources to emit one element and combine these elements once into a Tuple3.
zip(Publisher<? extends T1>, Publisher<? extends T2>, Publisher<? extends T3>, Publisher<? extends T4>) - 类 中的静态方法reactor.core.publisher.Flux
Zip four sources together, that is to say wait for all the sources to emit one element and combine these elements once into a Tuple4.
zip(Publisher<? extends T1>, Publisher<? extends T2>, Publisher<? extends T3>, Publisher<? extends T4>, Publisher<? extends T5>) - 类 中的静态方法reactor.core.publisher.Flux
Zip five sources together, that is to say wait for all the sources to emit one element and combine these elements once into a Tuple5.
zip(Publisher<? extends T1>, Publisher<? extends T2>, Publisher<? extends T3>, Publisher<? extends T4>, Publisher<? extends T5>, Publisher<? extends T6>) - 类 中的静态方法reactor.core.publisher.Flux
Zip six sources together, that is to say wait for all the sources to emit one element and combine these elements once into a Tuple6.
zip(Iterable<? extends Publisher<?>>, Function<? super Object[], ? extends O>) - 类 中的静态方法reactor.core.publisher.Flux
Zip multiple sources together, that is to say wait for all the sources to emit one element and combine these elements once into an output value (constructed by the provided combinator).
zip(Iterable<? extends Publisher<?>>, int, Function<? super Object[], ? extends O>) - 类 中的静态方法reactor.core.publisher.Flux
Zip multiple sources together, that is to say wait for all the sources to emit one element and combine these elements once into an output value (constructed by the provided combinator).
zip(Function<? super Object[], ? extends O>, Publisher<? extends I>...) - 类 中的静态方法reactor.core.publisher.Flux
Zip multiple sources together, that is to say wait for all the sources to emit one element and combine these elements once into an output value (constructed by the provided combinator).
zip(Function<? super Object[], ? extends O>, int, Publisher<? extends I>...) - 类 中的静态方法reactor.core.publisher.Flux
Zip multiple sources together, that is to say wait for all the sources to emit one element and combine these elements once into an output value (constructed by the provided combinator).
zip(Publisher<? extends Publisher<?>>, Function<? super TUPLE, ? extends V>) - 类 中的静态方法reactor.core.publisher.Flux
Zip multiple sources together, that is to say wait for all the sources to emit one element and combine these elements once into an output value (constructed by the provided combinator).
zip(Mono<? extends T1>, Mono<? extends T2>) - 类 中的静态方法reactor.core.publisher.Mono
Merge given monos into a new Mono that will be fulfilled when all of the given Monos have produced an item, aggregating their values into a Tuple2.
zip(Mono<? extends T1>, Mono<? extends T2>, BiFunction<? super T1, ? super T2, ? extends O>) - 类 中的静态方法reactor.core.publisher.Mono
Merge given monos into a new Mono that will be fulfilled when all of the given Monos have produced an item, aggregating their values as defined by the combinator function.
zip(Mono<? extends T1>, Mono<? extends T2>, Mono<? extends T3>) - 类 中的静态方法reactor.core.publisher.Mono
Merge given monos into a new Mono that will be fulfilled when all of the given Monos have produced an item, aggregating their values into a Tuple3.
zip(Mono<? extends T1>, Mono<? extends T2>, Mono<? extends T3>, Mono<? extends T4>) - 类 中的静态方法reactor.core.publisher.Mono
Merge given monos into a new Mono that will be fulfilled when all of the given Monos have produced an item, aggregating their values into a Tuple4.
zip(Mono<? extends T1>, Mono<? extends T2>, Mono<? extends T3>, Mono<? extends T4>, Mono<? extends T5>) - 类 中的静态方法reactor.core.publisher.Mono
Merge given monos into a new Mono that will be fulfilled when all of the given Monos have produced an item, aggregating their values into a Tuple5.
zip(Mono<? extends T1>, Mono<? extends T2>, Mono<? extends T3>, Mono<? extends T4>, Mono<? extends T5>, Mono<? extends T6>) - 类 中的静态方法reactor.core.publisher.Mono
Merge given monos into a new Mono that will be fulfilled when all of the given Monos have produced an item, aggregating their values into a Tuple6.
zip(Iterable<? extends Mono<?>>, Function<? super Object[], ? extends R>) - 类 中的静态方法reactor.core.publisher.Mono
Aggregate given monos into a new Mono that will be fulfilled when all of the given Monos have produced an item, aggregating their values according to the provided combinator function.
zip(Function<? super Object[], ? extends R>, Mono<?>...) - 类 中的静态方法reactor.core.publisher.Mono
Aggregate given monos into a new Mono that will be fulfilled when all of the given Monos have produced an item, aggregating their values according to the provided combinator function.
zipDelayError(Mono<? extends T1>, Mono<? extends T2>) - 类 中的静态方法reactor.core.publisher.Mono
Merge given monos into a new Mono that will be fulfilled when all of the given Monos have produced an item, aggregating their values into a Tuple2 and delaying errors.
zipDelayError(Mono<? extends T1>, Mono<? extends T2>, Mono<? extends T3>) - 类 中的静态方法reactor.core.publisher.Mono
Merge given monos into a new Mono that will be fulfilled when all of the given Mono Monos have produced an item, aggregating their values into a Tuple3 and delaying errors.
zipDelayError(Mono<? extends T1>, Mono<? extends T2>, Mono<? extends T3>, Mono<? extends T4>) - 类 中的静态方法reactor.core.publisher.Mono
Merge given monos into a new Mono that will be fulfilled when all of the given Monos have produced an item, aggregating their values into a Tuple4 and delaying errors.
zipDelayError(Mono<? extends T1>, Mono<? extends T2>, Mono<? extends T3>, Mono<? extends T4>, Mono<? extends T5>) - 类 中的静态方法reactor.core.publisher.Mono
Merge given monos into a new Mono that will be fulfilled when all of the given Monos have produced an item, aggregating their values into a Tuple5 and delaying errors.
zipDelayError(Mono<? extends T1>, Mono<? extends T2>, Mono<? extends T3>, Mono<? extends T4>, Mono<? extends T5>, Mono<? extends T6>) - 类 中的静态方法reactor.core.publisher.Mono
Merge given monos into a new Mono that will be fulfilled when all of the given Monos have produced an item, aggregating their values into a Tuple6 and delaying errors.
zipDelayError(Iterable<? extends Mono<?>>, Function<? super Object[], ? extends R>) - 类 中的静态方法reactor.core.publisher.Mono
Aggregate given monos into a new Mono that will be fulfilled when all of the given Monos have produced an item.
zipDelayError(Function<? super Object[], ? extends R>, Mono<?>...) - 类 中的静态方法reactor.core.publisher.Mono
Merge given monos into a new Mono that will be fulfilled when all of the given Monos have produced an item, aggregating their values according to the provided combinator function and delaying errors.
zipWhen(Function<T, Mono<? extends T2>>) - 类 中的方法reactor.core.publisher.Mono
Wait for the result from this mono, use it to create a second mono via the provided rightGenerator function and combine both results into a Tuple2.
zipWhen(Function<T, Mono<? extends T2>>, BiFunction<T, T2, O>) - 类 中的方法reactor.core.publisher.Mono
Wait for the result from this mono, use it to create a second mono via the provided rightGenerator function and combine both results into an arbitrary O object, as defined by the provided combinator function.
zipWith(Publisher<? extends T2>) - 类 中的方法reactor.core.publisher.Flux
Zip this Flux with another Publisher source, that is to say wait for both to emit one element and combine these elements once into a Tuple2.
zipWith(Publisher<? extends T2>, BiFunction<? super T, ? super T2, ? extends V>) - 类 中的方法reactor.core.publisher.Flux
Zip this Flux with another Publisher source, that is to say wait for both to emit one element and combine these elements using a combinator BiFunction The operator will continue doing so until any of the sources completes.
zipWith(Publisher<? extends T2>, int, BiFunction<? super T, ? super T2, ? extends V>) - 类 中的方法reactor.core.publisher.Flux
Zip this Flux with another Publisher source, that is to say wait for both to emit one element and combine these elements using a combinator BiFunction The operator will continue doing so until any of the sources completes.
zipWith(Publisher<? extends T2>, int) - 类 中的方法reactor.core.publisher.Flux
Zip this Flux with another Publisher source, that is to say wait for both to emit one element and combine these elements once into a Tuple2.
zipWith(Mono<? extends T2>) - 类 中的方法reactor.core.publisher.Mono
Combine the result from this mono and another into a Tuple2.
zipWith(Mono<? extends T2>, BiFunction<? super T, ? super T2, ? extends O>) - 类 中的方法reactor.core.publisher.Mono
Combine the result from this mono and another into an arbitrary O object, as defined by the provided combinator function.
zipWithIterable(Iterable<? extends T2>) - 类 中的方法reactor.core.publisher.Flux
Zip elements from this Flux with the content of an Iterable, that is to say combine one element from each, pairwise, into a Tuple2.
zipWithIterable(Iterable<? extends T2>, BiFunction<? super T, ? super T2, ? extends V>) - 类 中的方法reactor.core.publisher.Flux
Zip elements from this Flux with the content of an Iterable, that is to say combine one element from each, pairwise, using the given zipper BiFunction.
zRange(byte[], long, long) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
zRange(byte[], long, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRange(String, long, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRange(ByteBuffer, Range<Long>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Get elements in range from sorted set.
zRange(Publisher<ReactiveZSetCommands.ZRangeCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Get set of RedisZSetCommands.Tuples in range from sorted set.
zRange(byte[], long, long) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Get elements between start and end from sorted set.
zRange(String, long, long) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get elements between start and end from sorted set.
zRangeByLex(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
zRangeByLex(byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByLex(byte[], RedisZSetCommands.Range) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByLex(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByLex(String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByLex(String, RedisZSetCommands.Range) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByLex(String, RedisZSetCommands.Range, RedisZSetCommands.Limit) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByLex(ByteBuffer, Range<String>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Get all elements in Range from the sorted set at key in lexicographical ordering.
zRangeByLex(ByteBuffer, Range<String>, RedisZSetCommands.Limit) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Get all elements in Range from the sorted set at key in lexicographical ordering.
zRangeByLex(Publisher<ReactiveZSetCommands.ZRangeByLexCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Get all elements in Range from the sorted set at key in lexicographical ordering.
zRangeByLex(byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Get all the elements in the sorted set at key in lexicographical ordering.
zRangeByLex(byte[], RedisZSetCommands.Range) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Get all the elements in RedisZSetCommands.Range from the sorted set at key in lexicographical ordering.
zRangeByLex(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Get all the elements in RedisZSetCommands.Range from the sorted set at key in lexicographical ordering.
zRangeByLex(String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get all the elements in the sorted set at key in lexicographical ordering.
zRangeByLex(String, RedisZSetCommands.Range) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get all the elements in Range from the sorted set at key in lexicographical ordering.
zRangeByLex(String, RedisZSetCommands.Range, RedisZSetCommands.Limit) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get all the elements in Range from the sorted set at key in lexicographical ordering.
zRangeByScore(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
zRangeByScore(byte[], String, String) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
zRangeByScore(byte[], String, String, long, long) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
zRangeByScore(byte[], double, double, long, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByScore(byte[], RedisZSetCommands.Range) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByScore(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByScore(byte[], double, double) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByScore(String, double, double, long, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByScore(String, double, double) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByScore(String, String, String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByScore(String, String, String, long, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByScore(byte[], String, String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByScore(byte[], String, String, long, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByScore(ByteBuffer, Range<Double>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Get elements in range from sorted set.
zRangeByScore(ByteBuffer, Range<Double>, RedisZSetCommands.Limit) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Get elements in range from sorted set.
zRangeByScore(Publisher<ReactiveZSetCommands.ZRangeByScoreCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Get RedisZSetCommands.Tuples in range from sorted set.
zRangeByScore(byte[], double, double) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Get elements where score is between min and max from sorted set.
zRangeByScore(byte[], double, double, long, long) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Get elements in range from start to end where score is between min and max from sorted set.
zRangeByScore(byte[], String, String) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Get elements where score is between min and max from sorted set.
zRangeByScore(byte[], RedisZSetCommands.Range) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Get elements where score is between Range#min and Range#max from sorted set.
zRangeByScore(byte[], String, String, long, long) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Get elements in range from start to end where score is between min and max from sorted set.
zRangeByScore(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Get elements in range from Limit#count to Limit#offset where score is between Range#min and Range#max from sorted set.
zRangeByScore(String, double, double) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get elements where score is between min and max from sorted set.
zRangeByScore(String, double, double, long, long) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get elements in range from start to end where score is between min and max from sorted set.
zRangeByScore(String, String, String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get elements where score is between min and max from sorted set.
zRangeByScore(String, String, String, long, long) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get elements in range from start to end where score is between min and max from sorted set.
zRangeByScoreWithScores(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
zRangeByScoreWithScores(byte[], RedisZSetCommands.Range) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByScoreWithScores(byte[], double, double, long, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByScoreWithScores(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByScoreWithScores(byte[], double, double) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByScoreWithScores(String, double, double, long, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByScoreWithScores(String, double, double) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeByScoreWithScores(ByteBuffer, Range<Double>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Get RedisZSetCommands.Tuples in range from sorted set.
zRangeByScoreWithScores(ByteBuffer, Range<Double>, RedisZSetCommands.Limit) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Get RedisZSetCommands.Tuples in range from sorted set.
zRangeByScoreWithScores(byte[], RedisZSetCommands.Range) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Get set of RedisZSetCommands.Tuples where score is between Range#min and Range#max from sorted set.
zRangeByScoreWithScores(byte[], double, double) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Get set of RedisZSetCommands.Tuples where score is between min and max from sorted set.
zRangeByScoreWithScores(byte[], double, double, long, long) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Get set of RedisZSetCommands.Tuples in range from start to end where score is between min and max from sorted set.
zRangeByScoreWithScores(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Get set of RedisZSetCommands.Tuples in range from Limit#offset to Limit#offset + Limit#count where score is between Range#min and Range#max from sorted set.
zRangeByScoreWithScores(String, double, double) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get set of Tuples where score is between min and max from sorted set.
zRangeByScoreWithScores(String, double, double, long, long) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get set of Tuples in range from start to end where score is between min and max from sorted set.
zRangeWithScores(byte[], long, long) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
zRangeWithScores(byte[], long, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeWithScores(String, long, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRangeWithScores(ByteBuffer, Range<Long>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Get set of RedisZSetCommands.Tuples in range from sorted set.
zRangeWithScores(byte[], long, long) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Get set of RedisZSetCommands.Tuples between start and end from sorted set.
zRangeWithScores(String, long, long) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get set of Tuples between start and end from sorted set.
zRank(byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
zRank(byte[], byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRank(String, String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRank(ByteBuffer, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Determine the index of element with value in a sorted set.
zRank(Publisher<ReactiveZSetCommands.ZRankCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Determine the index of element with value in a sorted set when scored by ReactiveZSetCommands.ZRankCommand.getDirection().
zRank(byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Determine the index of element with value in a sorted set.
zRank(String, String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Determine the index of element with value in a sorted set.
zRem(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
zRem(byte[], byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRem(String, String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRem(ByteBuffer, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Remove value from sorted set.
zRem(ByteBuffer, Collection<ByteBuffer>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Remove values from sorted set.
zRem(Publisher<ReactiveZSetCommands.ZRemCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
zRem(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Remove values from sorted set.
zRem(String, String...) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Remove values from sorted set.
zRemRange(byte[], long, long) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
zRemRange(byte[], long, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRemRange(String, long, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRemRange(byte[], long, long) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Remove elements in range between start and end from sorted set with key.
zRemRange(String, long, long) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Remove elements in range between start and end from sorted set with key.
zRemRangeByRank(ByteBuffer, Range<Long>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Remove elements in Range from sorted set with key.
zRemRangeByRank(Publisher<ReactiveZSetCommands.ZRemRangeByRankCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Remove elements in Range from sorted set with ReactiveRedisConnection.KeyCommand.getKey().
zRemRangeByScore(byte[], RedisZSetCommands.Range) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
zRemRangeByScore(byte[], double, double) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
zRemRangeByScore(byte[], double, double) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRemRangeByScore(byte[], RedisZSetCommands.Range) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRemRangeByScore(String, double, double) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRemRangeByScore(ByteBuffer, Range<Double>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Remove elements in Range from sorted set with key.
zRemRangeByScore(Publisher<ReactiveZSetCommands.ZRemRangeByScoreCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Remove elements in Range from sorted set with ReactiveRedisConnection.KeyCommand.getKey().
zRemRangeByScore(byte[], double, double) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Remove elements with scores between min and max from sorted set with key.
zRemRangeByScore(byte[], RedisZSetCommands.Range) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Remove elements with scores between Range#min and Range#max from sorted set with key.
zRemRangeByScore(String, double, double) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Remove elements with scores between min and max from sorted set with key.
zRevRange(byte[], long, long) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
zRevRange(byte[], long, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRange(String, long, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRange(ByteBuffer, Range<Long>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Get elements in range from sorted set in reverse score ordering.
zRevRange(byte[], long, long) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Get elements in range from start to end from sorted set ordered from high to low.
zRevRange(String, long, long) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get elements in range from start to end from sorted set ordered from high to low.
zRevRangeByLex(ByteBuffer, Range<String>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Get all elements in Range from the sorted set at key in lexicographical ordering.
zRevRangeByLex(ByteBuffer, Range<String>, RedisZSetCommands.Limit) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Get all elements in Range from the sorted set at key in lexicographical ordering.
zRevRangeByScore(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
zRevRangeByScore(byte[], double, double, long, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRangeByScore(byte[], RedisZSetCommands.Range) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRangeByScore(byte[], double, double) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRangeByScore(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRangeByScore(String, double, double) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRangeByScore(String, double, double, long, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRangeByScore(ByteBuffer, Range<Double>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Get elements in range from sorted set in reverse score ordering.
zRevRangeByScore(ByteBuffer, Range<Double>, RedisZSetCommands.Limit) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Get elements in range from sorted set in reverse score ordering.
zRevRangeByScore(byte[], double, double) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Get elements where score is between min and max from sorted set ordered from high to low.
zRevRangeByScore(byte[], RedisZSetCommands.Range) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Get elements where score is between Range#min and Range#max from sorted set ordered from high to low.
zRevRangeByScore(byte[], double, double, long, long) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Get elements in range from start to end where score is between min and max from sorted set ordered high -> low.
zRevRangeByScore(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Get elements in range from Limit#offset to Limit#offset + Limit#count where score is between Range#min and Range#max from sorted set ordered high -> low.
zRevRangeByScore(String, double, double) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get elements where score is between min and max from sorted set ordered from high to low.
zRevRangeByScore(String, double, double, long, long) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get elements in range from start to end where score is between min and max from sorted set ordered high -> low.
zRevRangeByScoreWithScores(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
zRevRangeByScoreWithScores(byte[], double, double, long, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRangeByScoreWithScores(byte[], RedisZSetCommands.Range) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRangeByScoreWithScores(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRangeByScoreWithScores(byte[], double, double) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRangeByScoreWithScores(String, double, double) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRangeByScoreWithScores(String, double, double, long, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRangeByScoreWithScores(ByteBuffer, Range<Double>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Get set of RedisZSetCommands.Tuples in range from sorted set in reverse score ordering.
zRevRangeByScoreWithScores(ByteBuffer, Range<Double>, RedisZSetCommands.Limit) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Get RedisZSetCommands.Tuples in range from sorted set in reverse score ordering.
zRevRangeByScoreWithScores(byte[], double, double) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Get set of RedisZSetCommands.Tuple where score is between min and max from sorted set ordered from high to low.
zRevRangeByScoreWithScores(byte[], double, double, long, long) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Get set of RedisZSetCommands.Tuple in range from start to end where score is between min and max from sorted set ordered high -> low.
zRevRangeByScoreWithScores(byte[], RedisZSetCommands.Range) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Get set of RedisZSetCommands.Tuple where score is between Range#min and Range#max from sorted set ordered from high to low.
zRevRangeByScoreWithScores(byte[], RedisZSetCommands.Range, RedisZSetCommands.Limit) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Get set of RedisZSetCommands.Tuple in range from Limit#offset to Limit#count where score is between Range#min and Range#max from sorted set ordered high -> low.
zRevRangeByScoreWithScores(String, double, double) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get set of Tuple where score is between min and max from sorted set ordered from high to low.
zRevRangeByScoreWithScores(String, double, double, long, long) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get set of Tuple in range from start to end where score is between min and max from sorted set ordered high -> low.
zRevRangeWithScores(byte[], long, long) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
zRevRangeWithScores(byte[], long, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRangeWithScores(String, long, long) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRangeWithScores(ByteBuffer, Range<Long>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Get set of RedisZSetCommands.Tuples in range from sorted set in reverse score ordering.
zRevRangeWithScores(byte[], long, long) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Get set of RedisZSetCommands.Tuples in range from start to end from sorted set ordered from high to low.
zRevRangeWithScores(String, long, long) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get set of Tuples in range from start to end from sorted set ordered from high to low.
zRevRank(byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
zRevRank(byte[], byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRank(String, String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zRevRank(ByteBuffer, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Determine the index of element with value in a sorted set when scored high to low.
zRevRank(byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Determine the index of element with value in a sorted set when scored high to low.
zRevRank(String, String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Determine the index of element with value in a sorted set when scored high to low.
zScan(byte[], ScanOptions) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
zScan(byte[], ScanOptions) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zScan(String, ScanOptions) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zScan(byte[], ScanOptions) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Use a Cursor to iterate over elements in sorted set at key.
zScan(String, ScanOptions) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Use a Cursor to iterate over elements in sorted set at key.
zScore(byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
zScore(byte[], byte[]) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zScore(String, String) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zScore(ByteBuffer, ByteBuffer) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Get the score of element with value from sorted set with key key.
zScore(Publisher<ReactiveZSetCommands.ZScoreCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
zScore(byte[], byte[]) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Get the score of element with value from sorted set with key key.
zScore(String, String) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Get the score of element with value from sorted set with key key.
zSetCommands() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisClusterConnection
 
zSetCommands() - 类 中的方法org.springframework.data.redis.connection.jedis.JedisConnection
 
zSetCommands() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceClusterConnection
 
zSetCommands() - 类 中的方法org.springframework.data.redis.connection.lettuce.LettuceConnection
 
zSetCommands() - 接口 中的方法org.springframework.data.redis.connection.ReactiveRedisClusterConnection
 
zSetCommands() - 接口 中的方法org.springframework.data.redis.connection.ReactiveRedisConnection
zSetCommands() - 接口 中的方法org.springframework.data.redis.connection.RedisConnection
ZSetOperations<K,V> - org.springframework.data.redis.core中的接口
Redis ZSet/sorted set specific operations.
ZSetOperations.TypedTuple<V> - org.springframework.data.redis.core中的接口
Typed ZSet tuple.
zUnionStore(byte[], RedisZSetCommands.Aggregate, int[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
zUnionStore(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.DefaultedRedisConnection
已过时。
zUnionStore(byte[], RedisZSetCommands.Aggregate, int[], byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zUnionStore(byte[], byte[]...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zUnionStore(String, RedisZSetCommands.Aggregate, int[], String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zUnionStore(String, String...) - 类 中的方法org.springframework.data.redis.connection.DefaultStringRedisConnection
 
zUnionStore(ByteBuffer, List<ByteBuffer>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Union sorted sets and store result in destination destinationKey.
zUnionStore(ByteBuffer, List<ByteBuffer>, List<Double>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Union sorted sets and store result in destination destinationKey and apply weights to individual sets.
zUnionStore(ByteBuffer, List<ByteBuffer>, List<Double>, RedisZSetCommands.Aggregate) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Union sorted sets by applying aggregateFunction and store result in destination destinationKey and apply weights to individual sets.
zUnionStore(Publisher<ReactiveZSetCommands.ZUnionStoreCommand>) - 接口 中的方法org.springframework.data.redis.connection.ReactiveZSetCommands
Union sorted sets by applying aggregateFunction and store result in destination destinationKey and apply weights to individual sets.
zUnionStore(byte[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Union sorted sets and store result in destination key.
zUnionStore(byte[], RedisZSetCommands.Aggregate, int[], byte[]...) - 接口 中的方法org.springframework.data.redis.connection.RedisZSetCommands
Union sorted sets and store result in destination key.
zUnionStore(String, String...) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Union sorted sets and store result in destination key.
zUnionStore(String, RedisZSetCommands.Aggregate, int[], String...) - 接口 中的方法org.springframework.data.redis.connection.StringRedisConnection
Union sorted sets and store result in destination key.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z